Spaces:
Running on Zero
Running on Zero
Update requirements.txt
#16
by deleted - opened
- requirements.txt +14 -5
requirements.txt
CHANGED
|
@@ -1,21 +1,30 @@
|
|
| 1 |
gradio==4.29.0
|
| 2 |
-
|
|
|
|
| 3 |
torchvision
|
| 4 |
-
|
| 5 |
-
|
| 6 |
-
|
| 7 |
-
|
|
|
|
|
|
|
| 8 |
safetensors
|
| 9 |
huggingface-hub
|
| 10 |
hf-transfer
|
| 11 |
compel
|
|
|
|
| 12 |
opencv-python
|
| 13 |
numpy
|
|
|
|
| 14 |
hidiffusion==0.1.8
|
| 15 |
spaces
|
|
|
|
| 16 |
controlnet-aux==0.0.9
|
|
|
|
| 17 |
onnx==1.16.1
|
| 18 |
onnxruntime==1.18.0
|
|
|
|
| 19 |
mediapipe==0.10.14
|
| 20 |
peft==0.11.1
|
|
|
|
| 21 |
invisible-watermark
|
|
|
|
| 1 |
gradio==4.29.0
|
| 2 |
+
|
| 3 |
+
torch==2.10.0
|
| 4 |
torchvision
|
| 5 |
+
torchaudio
|
| 6 |
+
|
| 7 |
+
transformers>=4.51.0
|
| 8 |
+
diffusers>=0.33.0
|
| 9 |
+
accelerate>=1.6.0
|
| 10 |
+
|
| 11 |
safetensors
|
| 12 |
huggingface-hub
|
| 13 |
hf-transfer
|
| 14 |
compel
|
| 15 |
+
|
| 16 |
opencv-python
|
| 17 |
numpy
|
| 18 |
+
|
| 19 |
hidiffusion==0.1.8
|
| 20 |
spaces
|
| 21 |
+
|
| 22 |
controlnet-aux==0.0.9
|
| 23 |
+
|
| 24 |
onnx==1.16.1
|
| 25 |
onnxruntime==1.18.0
|
| 26 |
+
|
| 27 |
mediapipe==0.10.14
|
| 28 |
peft==0.11.1
|
| 29 |
+
|
| 30 |
invisible-watermark
|