fix typo
Browse files
README.md
CHANGED
@@ -27,7 +27,7 @@ model_student.ckpt: The latent diffusion model checkpoint
|
|
27 |
|
28 |
#### How to use
|
29 |
|
30 |
-
You need some
|
31 |
|
32 |
* [CLIP](https://github.com/openai/CLIP/tree/40f5484c1c74edd83cb9cf687c6ab92b28d8b656)
|
33 |
* [CLOOB](https://github.com/crowsonkb/cloob-training/tree/136ca7dd69a03eeb6ad525da991d5d7083e44055) : the model to encode images and texts in an unified latent space, used for conditioning the latent diffusion.
|
|
|
27 |
|
28 |
#### How to use
|
29 |
|
30 |
+
You need some dependencies from multiple repositories linked in this repository : [CLOOB latent diffusion](https://github.com/JD-P/cloob-latent-diffusion) :
|
31 |
|
32 |
* [CLIP](https://github.com/openai/CLIP/tree/40f5484c1c74edd83cb9cf687c6ab92b28d8b656)
|
33 |
* [CLOOB](https://github.com/crowsonkb/cloob-training/tree/136ca7dd69a03eeb6ad525da991d5d7083e44055) : the model to encode images and texts in an unified latent space, used for conditioning the latent diffusion.
|