remove custom nodes auto install

Could be added back later
This commit is contained in:
AbdBarho 2023-07-22 08:21:22 +02:00
parent cfdac48049
commit a077b3abaf

View file

@ -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 "$@"