Update Auto v1.9.3

This commit is contained in:
SachiaLanlus 2024-04-24 21:22:34 +08:00
parent de375584f6
commit 24762eb513
2 changed files with 2 additions and 2 deletions

View file

@ -29,7 +29,7 @@ services:
<<: *base_service
profiles: ["auto"]
build: ./services/AUTOMATIC1111
image: sd-auto:74
image: sd-auto:75
environment:
- CLI_ARGS=--allow-code --medvram --xformers --enable-insecure-extension-access --api

View file

@ -29,7 +29,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.0 && \
git reset --hard v1.9.3 && \
pip install -r requirements_versions.txt