Upload custom_nodes/ComfyUI-nunchaku/tests/requirements.txt with huggingface_hub
Browse files
custom_nodes/ComfyUI-nunchaku/tests/requirements.txt
ADDED
|
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
pytest
|
| 2 |
+
torchmetrics
|
| 3 |
+
mediapipe
|
| 4 |
+
controlnet_aux
|
| 5 |
+
git+https://github.com/asomoza/image_gen_aux.git
|
| 6 |
+
wget
|
| 7 |
+
pyyaml
|
| 8 |
+
pytest-rerunfailures
|