Skip to content

Commit

Permalink
Update Versions (AbdBarho#281)
Browse files Browse the repository at this point in the history
  • Loading branch information
AbdBarho committed Jan 4, 2023
1 parent 0c16c10 commit 19972f3
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ services:
<<: *base_service
profiles: ["auto"]
build: ./services/AUTOMATIC1111
image: sd-auto:27
image: sd-auto:28
environment:
- CLI_ARGS=--allow-code --medvram --xformers --enable-insecure-extension-access --api

Expand All @@ -42,7 +42,7 @@ services:
<<: *base_service
profiles: ["sygil"]
build: ./services/sygil/
image: sd-sygil:14
image: sd-sygil:15
environment:
- CLI_ARGS=--optimized-turbo
- USE_STREAMLIT=0
Expand All @@ -58,7 +58,7 @@ services:
<<: *base_service
profiles: ["invoke"]
build: ./services/invoke/
image: sd-invoke:15
image: sd-invoke:16
environment:
- PRELOAD=true
- CLI_ARGS=
2 changes: 1 addition & 1 deletion services/AUTOMATIC1111/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ RUN --mount=type=cache,target=/root/.cache/pip \
# Note: don't update the sha of previous versions because the install will take forever
# instead, update the repo state in a later step

ARG SHA=3e22e294135ed0327ce9d9738655ff03c53df3c0
ARG SHA=81490780949fffed77493b4bd741e96ec737fe27
RUN --mount=type=cache,target=/root/.cache/pip <<EOF
cd stable-diffusion-webui
git fetch
Expand Down
2 changes: 1 addition & 1 deletion services/invoke/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion services/invoke/entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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 "$@"
2 changes: 1 addition & 1 deletion services/sygil/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ pip install -r requirements.txt
EOF


ARG BRANCH=dev SHA=d3f9d054e8203bd56a6a1712227eac41bef2f291
ARG BRANCH=dev SHA=e48482823bb73697a6f1e39b3a7e47fe2ba1d697
RUN --mount=type=cache,target=/root/.cache/pip <<EOF
cd stable-diffusion
git fetch
Expand Down

0 comments on commit 19972f3

Please sign in to comment.