mirror of
https://github.com/AbdBarho/stable-diffusion-webui-docker.git
synced 2026-02-03 06:04:24 +01:00
remove custom nodes auto install
Could be added back later
This commit is contained in:
parent
cfdac48049
commit
a077b3abaf
|
|
@ -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 "$@"
|
||||
|
|
|
|||
Loading…
Reference in a new issue