justinpinkney
commited on
Commit
•
971715c
1
Parent(s):
66dc58a
Update README.md
Browse files
README.md
CHANGED
@@ -19,6 +19,9 @@ At inference time, CLIP embeddings from multiple images can be used to generate
|
|
19 |
|
20 |
Training was done at 640x640 on a subset of LAION improved aesthetics, using 8xA100 from [Lambda GPU Cloud](https://cloud.lambdalabs.com).
|
21 |
|
|
|
|
|
|
|
22 |
## Usage
|
23 |
|
24 |
The model is available on [huggingface spaces](https://huggingface.co/spaces/lambdalabs/image-mixer-demo) or to run locally do the following:
|
|
|
19 |
|
20 |
Training was done at 640x640 on a subset of LAION improved aesthetics, using 8xA100 from [Lambda GPU Cloud](https://cloud.lambdalabs.com).
|
21 |
|
22 |
+
_Note text captions were not used during training of the model,
|
23 |
+
although input text embeddings works to some extent during inference, the model is primarily designed to accept image embeddings_
|
24 |
+
|
25 |
## Usage
|
26 |
|
27 |
The model is available on [huggingface spaces](https://huggingface.co/spaces/lambdalabs/image-mixer-demo) or to run locally do the following:
|