Spaces:
Paused
Paused
Update requirements.txt
Browse files- requirements.txt +9 -10
requirements.txt
CHANGED
@@ -1,10 +1,9 @@
|
|
1 |
-
|
2 |
-
torch
|
3 |
-
|
4 |
-
|
5 |
-
|
6 |
-
|
7 |
-
|
8 |
-
|
9 |
-
|
10 |
-
pillow
|
|
|
1 |
+
torch>=2.2
|
2 |
+
torchvision>=0.17 # must match your torch major/minor (0.17 ↔ torch-2.2)
|
3 |
+
transformers>=4.40
|
4 |
+
diffusers @ git+https://github.com/huggingface/diffusers.git
|
5 |
+
accelerate>=0.27
|
6 |
+
safetensors
|
7 |
+
gradio>=4.22
|
8 |
+
numpy
|
9 |
+
pillow
|
|