Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +9 -7
requirements.txt
CHANGED
|
@@ -1,11 +1,13 @@
|
|
| 1 |
-
diffusers==0.
|
| 2 |
-
transformers
|
| 3 |
-
accelerate
|
| 4 |
huggingface_hub==0.20.2
|
| 5 |
torch==2.1.0
|
| 6 |
-
gradio==4.
|
| 7 |
tqdm
|
| 8 |
-
numpy
|
|
|
|
|
|
|
|
|
|
| 9 |
opencv-python
|
| 10 |
-
controlnet_aux
|
| 11 |
-
mediapipe
|
|
|
|
| 1 |
+
diffusers==0.25.0
|
| 2 |
+
transformers==4.30.2
|
| 3 |
+
accelerate==0.27.0
|
| 4 |
huggingface_hub==0.20.2
|
| 5 |
torch==2.1.0
|
| 6 |
+
gradio==4.36.1
|
| 7 |
tqdm
|
| 8 |
+
numpy<2
|
| 9 |
+
mediapipe
|
| 10 |
+
safetensors
|
| 11 |
+
omegaconf
|
| 12 |
opencv-python
|
| 13 |
+
controlnet_aux
|
|
|