Skip to content

Commit ceeac61

Browse files
authored
1 parent 19972f3 commit ceeac61

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:28
30+
image: sd-auto:29
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=81490780949fffed77493b4bd741e96ec737fe27
71+
ARG SHA=683287d87f6401083a8d63eedc00ca7410214ca1
7272
RUN --mount=type=cache,target=/root/.cache/pip <<EOF
7373
cd stable-diffusion-webui
7474
git fetch

0 commit comments

Comments
 (0)