mirror of
https://github.com/AbdBarho/stable-diffusion-webui-docker.git
synced 2025-10-27 00:04:16 -04:00
Update versions (#332)
### Update versions - auto:3715ece0ad- invoke:6551527fe2Update xformers
This commit is contained in:
@@ -38,9 +38,9 @@ for to_path in "${!MOUNTS[@]}"; do
|
||||
echo Mounted $(basename "${from_path}")
|
||||
done
|
||||
|
||||
if "${PRELOAD}" == "true"; then
|
||||
set -Eeuo pipefail
|
||||
python3 -u scripts/preload_models.py --skip-sd-weights --root ${ROOT} --config_file /docker/models.yaml
|
||||
fi
|
||||
# if "${PRELOAD}" == "true"; then
|
||||
# set -Eeuo pipefail
|
||||
# python3 -u scripts/preload_models.py --skip-sd-weights --root ${ROOT} --config_file /docker/models.yaml
|
||||
# fi
|
||||
|
||||
exec "$@"
|
||||
|
||||
Reference in New Issue
Block a user