Create requirements.txt
Browse files- requirements.txt +9 -0
requirements.txt
ADDED
@@ -0,0 +1,9 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
torch
|
2 |
+
numpy
|
3 |
+
einops
|
4 |
+
torchvision
|
5 |
+
tqdm
|
6 |
+
diffusers
|
7 |
+
Pillow
|
8 |
+
git+https://github.com/openai/CLIP.git
|
9 |
+
git+https://github.com/apapiu/transformer_latent_diffusion.git
|