Fix typo
Browse files
README.md
CHANGED
|
@@ -12,7 +12,7 @@ Paella is a novel text-to-image model that uses a compressed quantized latent sp
|
|
| 12 |
|
| 13 |
The models in these repo refer to the "Arroz con Cosas" variation of Paella that provide:
|
| 14 |
* A clip2img model, to turn CLIP image embeddings into images.
|
| 15 |
-
* A
|
| 16 |
* A custom VQ-GAN trained on 7K watercolor images.
|
| 17 |
* A Paella generator model.
|
| 18 |
|
|
|
|
| 12 |
|
| 13 |
The models in these repo refer to the "Arroz con Cosas" variation of Paella that provide:
|
| 14 |
* A clip2img model, to turn CLIP image embeddings into images.
|
| 15 |
+
* A prior to transform CLIP text embeddings into CLIP image embeddings.
|
| 16 |
* A custom VQ-GAN trained on 7K watercolor images.
|
| 17 |
* A Paella generator model.
|
| 18 |
|