Skip to content

Commit 19972f3

Browse files
authored
1 parent 0c16c10 commit 19972f3

5 files changed

Lines changed: 7 additions & 7 deletions

File tree

docker-compose.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ services:
2727
<<: *base_service
2828
profiles: ["auto"]
2929
build: ./services/AUTOMATIC1111
30-
image: sd-auto:27
30+
image: sd-auto:28
3131
environment:
3232
- CLI_ARGS=--allow-code --medvram --xformers --enable-insecure-extension-access --api
3333

@@ -42,7 +42,7 @@ services:
4242
<<: *base_service
4343
profiles: ["sygil"]
4444
build: ./services/sygil/
45-
image: sd-sygil:14
45+
image: sd-sygil:15
4646
environment:
4747
- CLI_ARGS=--optimized-turbo
4848
- USE_STREAMLIT=0
@@ -58,7 +58,7 @@ services:
5858
<<: *base_service
5959
profiles: ["invoke"]
6060
build: ./services/invoke/
61-
image: sd-invoke:15
61+
image: sd-invoke:16
6262
environment:
6363
- PRELOAD=true
6464
- CLI_ARGS=

services/AUTOMATIC1111/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ RUN --mount=type=cache,target=/root/.cache/pip \
6868
# Note: don't update the sha of previous versions because the install will take forever
6969
# instead, update the repo state in a later step
7070

71-
ARG SHA=3e22e294135ed0327ce9d9738655ff03c53df3c0
71+
ARG SHA=81490780949fffed77493b4bd741e96ec737fe27
7272
RUN --mount=type=cache,target=/root/.cache/pip <<EOF
7373
cd stable-diffusion-webui
7474
git fetch

services/invoke/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ cd /usr/lib/x86_64-linux-gnu/pkgconfig/
3333
ln -sf opencv4.pc opencv.pc
3434
EOF
3535

36-
ARG BRANCH=main SHA=caf7caddf7230b36f793af52c2bc97332c025a07
36+
ARG BRANCH=main SHA=21bf512056eb7bc883174a4203011105fc1b8b50
3737
RUN --mount=type=cache,target=/root/.cache/pip <<EOF
3838
git fetch
3939
git reset --hard

services/invoke/entrypoint.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ done
4040

4141
if "${PRELOAD}" == "true"; then
4242
set -Eeuo pipefail
43-
python3 -u scripts/preload_models.py --no-interactive --root ${ROOT} --config_file /docker/models.yaml
43+
python3 -u scripts/preload_models.py --skip-sd-weights --root ${ROOT} --config_file /docker/models.yaml
4444
fi
4545

4646
exec "$@"

services/sygil/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ pip install -r requirements.txt
1919
EOF
2020

2121

22-
ARG BRANCH=dev SHA=d3f9d054e8203bd56a6a1712227eac41bef2f291
22+
ARG BRANCH=dev SHA=e48482823bb73697a6f1e39b3a7e47fe2ba1d697
2323
RUN --mount=type=cache,target=/root/.cache/pip <<EOF
2424
cd stable-diffusion
2525
git fetch

0 commit comments

Comments
 (0)