Skip to content

Commit

Permalink
Update Auto to 1.9.4 (AbdBarho#700)
Browse files Browse the repository at this point in the history
AUTOMATIC1111/stable-diffusion-webui@feee37d

---------

Co-authored-by: AbdBarho <ka70911@gmail.com>
  • Loading branch information
2 people authored and yarmand committed Jan 4, 2025
1 parent e863cca commit 66a5611
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 @@ -27,7 +27,7 @@ services:
<<: *base_service
profiles: ["auto"]
build: ./services/AUTOMATIC1111
image: sd-auto:77
image: sd-auto:78
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 @@ -30,7 +30,7 @@ WORKDIR /
RUN --mount=type=cache,target=/root/.cache/pip \
git clone https://github.com/AUTOMATIC1111/stable-diffusion-webui.git && \
cd stable-diffusion-webui && \
git reset --hard v1.9.3 && \
git reset --hard v1.9.4 && \
pip install -r requirements_versions.txt


Expand Down

0 comments on commit 66a5611

Please sign in to comment.