Spaces:
Runtime error
Runtime error
Commit
·
7cdaa50
1
Parent(s):
80c35bd
Update requirements.txt
Browse files- requirements.txt +4 -1
requirements.txt
CHANGED
@@ -18,4 +18,7 @@ pudb
|
|
18 |
imageio
|
19 |
imageio-ffmpeg
|
20 |
torch-fidelity==0.3.0
|
21 |
-
kornia
|
|
|
|
|
|
|
|
18 |
imageio
|
19 |
imageio-ffmpeg
|
20 |
torch-fidelity==0.3.0
|
21 |
+
kornia
|
22 |
+
-e git+https://github.com/CompVis/latent-diffusion.git#egg=latent-diffusion
|
23 |
+
-e git+https://github.com/CompVis/taming-transformers.git@master#egg=taming-transformers
|
24 |
+
-e git+https://github.com/openai/CLIP.git@main#egg=clip
|