update
Browse files- requirements.txt +3 -1
requirements.txt
CHANGED
|
@@ -1,8 +1,10 @@
|
|
| 1 |
gradio>=4.0.0
|
| 2 |
controlnet-aux>=0.0.9
|
| 3 |
-
|
|
|
|
| 4 |
torch
|
| 5 |
torchvision
|
| 6 |
Pillow
|
| 7 |
numpy
|
| 8 |
opencv-python-headless
|
|
|
|
|
|
| 1 |
gradio>=4.0.0
|
| 2 |
controlnet-aux>=0.0.9
|
| 3 |
+
onnxruntime>=1.16.0
|
| 4 |
+
easy-dwpose --no-deps
|
| 5 |
torch
|
| 6 |
torchvision
|
| 7 |
Pillow
|
| 8 |
numpy
|
| 9 |
opencv-python-headless
|
| 10 |
+
huggingface_hub
|