mirror of
https://github.com/AbdBarho/stable-diffusion-webui-docker.git
synced 2026-04-05 14:35:44 +00:00
Update Versions (#281)
- auto:8149078094- sygil:e48482823b- invoke:21bf512056
This commit is contained in:
parent
0c16c105bc
commit
19972f3cac
5 changed files with 7 additions and 7 deletions
|
|
@ -33,7 +33,7 @@ cd /usr/lib/x86_64-linux-gnu/pkgconfig/
|
|||
ln -sf opencv4.pc opencv.pc
|
||||
EOF
|
||||
|
||||
ARG BRANCH=main SHA=caf7caddf7230b36f793af52c2bc97332c025a07
|
||||
ARG BRANCH=main SHA=21bf512056eb7bc883174a4203011105fc1b8b50
|
||||
RUN --mount=type=cache,target=/root/.cache/pip <<EOF
|
||||
git fetch
|
||||
git reset --hard
|
||||
|
|
|
|||
|
|
@ -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 "$@"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue