diff --git a/services/AUTOMATIC1111/entrypoint.sh b/services/AUTOMATIC1111/entrypoint.sh index c3e2594..e747bfe 100755 --- a/services/AUTOMATIC1111/entrypoint.sh +++ b/services/AUTOMATIC1111/entrypoint.sh @@ -13,6 +13,8 @@ fi # copy scripts, we cannot just mount the directory because it will override the already provided scripts in the repo cp -rfT /data/config/auto/scripts/ "${ROOT}/scripts" +# Copy extensions as well to prevent issues with Dreambooth and the like, dependencies still need handled normally. +cp -rfT /data/config/auto/extensions/ "${ROOT}/extensions" declare -A MOUNTS