Skip to content

Commit 70357bf

Browse files
authored
1 parent def7629 commit 70357bf

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
@@ -29,7 +29,7 @@ services:
2929
<<: *base_service
3030
profiles: ["auto"]
3131
build: ./services/AUTOMATIC1111
32-
image: sd-auto:63
32+
image: sd-auto:64
3333
environment:
3434
- CLI_ARGS=--allow-code --medvram --xformers --enable-insecure-extension-access --api
3535

services/AUTOMATIC1111/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ RUN --mount=type=cache,target=/root/.cache/pip \
7272
RUN apt-get -y install libgoogle-perftools-dev && apt-get clean
7373
ENV LD_PRELOAD=libtcmalloc.so
7474

75-
ARG SHA=68f336bd994bed5442ad95bad6b6ad5564a5409a
75+
ARG SHA=c9c8485bc1e8720aba70f029d25cba1c4abf2b5c
7676
RUN --mount=type=cache,target=/root/.cache/pip \
7777
cd stable-diffusion-webui && \
7878
git fetch && \

0 commit comments

Comments
 (0)