diff --git a/services/comfy/entrypoint.sh b/services/comfy/entrypoint.sh index d4f91e3..b4299a7 100755 --- a/services/comfy/entrypoint.sh +++ b/services/comfy/entrypoint.sh @@ -28,10 +28,4 @@ if [ -f "/data/config/comfy/startup.sh" ]; then popd fi -shopt -s nullglob -list=(${ROOT}/custom_nodes/*/requirements.txt) -for req in "${list[@]}"; do - pip install -r "$req" -done - exec "$@"