Skip to content

Commit

Permalink
Auto 1.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
AbdBarho committed Aug 30, 2023
1 parent def7629 commit d20c50d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ services:
<<: *base_service
profiles: ["auto"]
build: ./services/AUTOMATIC1111
image: sd-auto:63
image: sd-auto:64
environment:
- CLI_ARGS=--allow-code --medvram --xformers --enable-insecure-extension-access --api

Expand Down
2 changes: 1 addition & 1 deletion services/AUTOMATIC1111/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ RUN --mount=type=cache,target=/root/.cache/pip \
RUN apt-get -y install libgoogle-perftools-dev && apt-get clean
ENV LD_PRELOAD=libtcmalloc.so

ARG SHA=68f336bd994bed5442ad95bad6b6ad5564a5409a
ARG SHA=c9c8485bc1e8720aba70f029d25cba1c4abf2b5c
RUN --mount=type=cache,target=/root/.cache/pip \
cd stable-diffusion-webui && \
git fetch && \
Expand Down

0 comments on commit d20c50d

Please sign in to comment.