Upload animator_provision.sh with huggingface_hub
Browse files- animator_provision.sh +1 -1
animator_provision.sh
CHANGED
|
@@ -29,7 +29,7 @@ rm -f "$NODES_TAR"
|
|
| 29 |
echo " Custom nodes extracted"
|
| 30 |
|
| 31 |
echo ">>> Installing minimal pip dependencies"
|
| 32 |
-
$PIP install -q piexif PyWavelets 2>/dev/null || true
|
| 33 |
|
| 34 |
# Fix Impact-Pack submodule if missing
|
| 35 |
if [ ! -f "$COMFY/custom_nodes/ComfyUI-Impact-Pack/modules/impact/core.py" ]; then
|
|
|
|
| 29 |
echo " Custom nodes extracted"
|
| 30 |
|
| 31 |
echo ">>> Installing minimal pip dependencies"
|
| 32 |
+
$PIP install -q piexif PyWavelets onnxruntime-gpu 2>/dev/null || true
|
| 33 |
|
| 34 |
# Fix Impact-Pack submodule if missing
|
| 35 |
if [ ! -f "$COMFY/custom_nodes/ComfyUI-Impact-Pack/modules/impact/core.py" ]; then
|