Skip to content

Commit 0c16c10

Browse files
authored
1 parent 78c90e5 commit 0c16c10

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

docker-compose.yml

Lines changed: 1 addition & 1 deletion
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:26
30+
image: sd-auto:27
3131
environment:
3232
- CLI_ARGS=--allow-code --medvram --xformers --enable-insecure-extension-access --api
3333

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=524d532b387732d4d32f237e792c7f201a934400
71+
ARG SHA=3e22e294135ed0327ce9d9738655ff03c53df3c0
7272
RUN --mount=type=cache,target=/root/.cache/pip <<EOF
7373
cd stable-diffusion-webui
7474
git fetch

0 commit comments

Comments
 (0)