Spaces:
Paused
Paused
Commit
·
900d305
1
Parent(s):
f579a82
Upload requirements.txt
Browse files- requirements.txt +7 -4
requirements.txt
CHANGED
@@ -1,6 +1,5 @@
|
|
1 |
-
torch==1.
|
2 |
-
torchvision==0.
|
3 |
-
xformers==0.0.16
|
4 |
omegaconf==2.1.1
|
5 |
albumentations==1.3.0
|
6 |
opencv-python
|
@@ -15,4 +14,8 @@ torchmetrics==0.6.0
|
|
15 |
transformers==4.19.2
|
16 |
kornia==0.6.0
|
17 |
gradio==3.19.1
|
18 |
-
diffusers
|
|
|
|
|
|
|
|
|
|
1 |
+
torch==1.11.0
|
2 |
+
torchvision==0.12.0
|
|
|
3 |
omegaconf==2.1.1
|
4 |
albumentations==1.3.0
|
5 |
opencv-python
|
|
|
14 |
transformers==4.19.2
|
15 |
kornia==0.6.0
|
16 |
gradio==3.19.1
|
17 |
+
diffusers==0.7.2
|
18 |
+
accelerate==0.13.2
|
19 |
+
git+https://github.com/openai/CLIP.git
|
20 |
+
|
21 |
+
|