Update Versions (#281)

- auto:
8149078094
- sygil:
e48482823b
- invoke:
21bf512056
This commit is contained in:
AbdBarho
2023-01-04 20:36:49 +01:00
committed by GitHub
parent 0c16c105bc
commit 19972f3cac
5 changed files with 7 additions and 7 deletions

View File

@@ -40,7 +40,7 @@ done
if "${PRELOAD}" == "true"; then
set -Eeuo pipefail
python3 -u scripts/preload_models.py --no-interactive --root ${ROOT} --config_file /docker/models.yaml
python3 -u scripts/preload_models.py --skip-sd-weights --root ${ROOT} --config_file /docker/models.yaml
fi
exec "$@"