Compare commits

..

2 Commits

Author SHA1 Message Date
digitallamb
17f00b9893
Merge 5a8e6dccd9 into b1a26b8041 2024-06-07 22:35:47 -05:00
mohamednabiel717
b1a26b8041
Update Auto to 1.9.4 (#700)
feee37d75f

---------

Co-authored-by: AbdBarho <ka70911@gmail.com>
2024-06-07 19:10:28 +02:00
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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