Spaces:
Running
Running
update requirements.txt
Browse files- requirements.txt +10 -0
requirements.txt
CHANGED
|
@@ -1,3 +1,13 @@
|
|
|
|
|
| 1 |
controlnet_aux>=0.0.6
|
|
|
|
|
|
|
|
|
|
|
|
|
| 2 |
mediapipe>=0.10.1
|
| 3 |
opencv-python-headless>=4.8.0.74
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
accelerate>=0.21.0
|
| 2 |
controlnet_aux>=0.0.6
|
| 3 |
+
diffusers>=0.18.2
|
| 4 |
+
einops>=0.6.1
|
| 5 |
+
gradio>=4.26.0
|
| 6 |
+
huggingface-hub>=0.16.4
|
| 7 |
mediapipe>=0.10.1
|
| 8 |
opencv-python-headless>=4.8.0.74
|
| 9 |
+
safetensors>=0.3.1
|
| 10 |
+
torch>=2.0.1
|
| 11 |
+
torchvision>=0.15.2
|
| 12 |
+
transformers>=4.30.2
|
| 13 |
+
xformers>=0.0.20
|