Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +17 -20
requirements.txt
CHANGED
@@ -1,20 +1,17 @@
|
|
1 |
-
torch==2.1.0
|
2 |
-
|
3 |
-
|
4 |
-
|
5 |
-
|
6 |
-
|
7 |
-
|
8 |
-
|
9 |
-
|
10 |
-
|
11 |
-
|
12 |
-
|
13 |
-
|
14 |
-
|
15 |
-
|
16 |
-
|
17 |
-
|
18 |
-
Pillow==10.0.0
|
19 |
-
gradio==4.31.0
|
20 |
-
huggingface_hub==0.20.0
|
|
|
1 |
+
torch==2.1.0
|
2 |
+
torchvision==0.16.0
|
3 |
+
torchaudio==2.1.0
|
4 |
+
diffusers>=0.29.0
|
5 |
+
transformers>=4.41.0
|
6 |
+
accelerate>=0.29.0
|
7 |
+
validators>=0.22.0
|
8 |
+
compel>=2.0.0
|
9 |
+
omegaconf>=2.3.0
|
10 |
+
einops>=0.8.0
|
11 |
+
pytorch-lightning>=2.2.0
|
12 |
+
kornia>=0.7.0
|
13 |
+
resize_right>=0.0.2
|
14 |
+
scipy>=1.11.0
|
15 |
+
Pillow>=10.0.0
|
16 |
+
gradio>=4.31.0
|
17 |
+
huggingface_hub>=0.20.0
|
|
|
|
|
|