We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f1bf3b0 commit b1a26b8Copy full SHA for b1a26b8
docker-compose.yml
@@ -27,7 +27,7 @@ services:
27
<<: *base_service
28
profiles: ["auto"]
29
build: ./services/AUTOMATIC1111
30
- image: sd-auto:77
+ image: sd-auto:78
31
environment:
32
- CLI_ARGS=--allow-code --medvram --xformers --enable-insecure-extension-access --api
33
services/AUTOMATIC1111/Dockerfile
@@ -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 && \
34
pip install -r requirements_versions.txt
35
36
0 commit comments