From 045b4719a4df723bccde6568bbbb50ea2c594de4 Mon Sep 17 00:00:00 2001 From: KagurazakaNyaa Date: Sun, 25 Jun 2023 18:33:34 +0800 Subject: [PATCH] add comment refer to install.py --- services/AUTOMATIC1111/entrypoint.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/services/AUTOMATIC1111/entrypoint.sh b/services/AUTOMATIC1111/entrypoint.sh index 083460c..985f6f1 100755 --- a/services/AUTOMATIC1111/entrypoint.sh +++ b/services/AUTOMATIC1111/entrypoint.sh @@ -57,6 +57,7 @@ chown -R root ~/.cache/ chmod 766 ~/.cache/ shopt -s nullglob +# For install.py, please refer to https://github.com/AUTOMATIC1111/stable-diffusion-webui/wiki/Developing-extensions#installpy list=(./extensions/*/install.py) for installscript in "${list[@]}"; do PYTHONPATH=${ROOT} python "$installscript"