Spaces:
Sleeping
Sleeping
silentchen
commited on
Commit
•
4e5c108
1
Parent(s):
be1f503
Upload requirements.txt
Browse files- requirements.txt +4 -4
requirements.txt
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
torch==1.13.1
|
2 |
torchvision==0.14.1
|
3 |
-
omegaconf==2.
|
4 |
opencv-python
|
5 |
imageio==2.9.0
|
6 |
transformers==4.24.0
|
@@ -8,6 +8,6 @@ diffusers==0.7.2
|
|
8 |
accelerate==0.13.2
|
9 |
scipy==1.9.1
|
10 |
git+https://github.com/openai/CLIP.git
|
11 |
-
|
12 |
-
|
13 |
-
|
|
|
1 |
torch==1.13.1
|
2 |
torchvision==0.14.1
|
3 |
+
omegaconf==2.2.3
|
4 |
opencv-python
|
5 |
imageio==2.9.0
|
6 |
transformers==4.24.0
|
|
|
8 |
accelerate==0.13.2
|
9 |
scipy==1.9.1
|
10 |
git+https://github.com/openai/CLIP.git
|
11 |
+
hydra-core==1.2.0
|
12 |
+
tqdm
|
13 |
+
gradio==3.23.0
|