Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +19 -5
requirements.txt
CHANGED
|
@@ -1,7 +1,21 @@
|
|
| 1 |
-
|
| 2 |
-
diffusers
|
| 3 |
-
|
| 4 |
torch==2.10.0
|
| 5 |
-
|
| 6 |
xformers==0.0.35
|
| 7 |
-
invisible_watermark
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# Hugging Face dependencies
|
| 2 |
+
diffusers==0.37.0
|
| 3 |
+
transformers==5.3.0
|
| 4 |
torch==2.10.0
|
| 5 |
+
accelerate==1.13.0
|
| 6 |
xformers==0.0.35
|
| 7 |
+
invisible_watermark
|
| 8 |
+
|
| 9 |
+
# Gradio and web serving
|
| 10 |
+
gradio[oauth]==4.26.0
|
| 11 |
+
uvicorn>=0.14.0
|
| 12 |
+
websockets>=10.4
|
| 13 |
+
fastapi<0.113.0
|
| 14 |
+
spaces
|
| 15 |
+
|
| 16 |
+
# Hugging Face Hub
|
| 17 |
+
huggingface_hub>=0.19.4
|
| 18 |
+
hf-transfer>=0.1.4
|
| 19 |
+
datasets
|
| 20 |
+
protobuf<4
|
| 21 |
+
click<8.1
|