Update Auto v1.9.0

This commit is contained in:
SachiaLanlus 2024-04-15 23:18:52 +08:00
parent 443f408e6d
commit de375584f6
2 changed files with 2 additions and 2 deletions

View file

@ -29,7 +29,7 @@ services:
<<: *base_service <<: *base_service
profiles: ["auto"] profiles: ["auto"]
build: ./services/AUTOMATIC1111 build: ./services/AUTOMATIC1111
image: sd-auto:73 image: sd-auto:74
environment: environment:
- CLI_ARGS=--allow-code --medvram --xformers --enable-insecure-extension-access --api - 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 \ RUN --mount=type=cache,target=/root/.cache/pip \
git clone https://github.com/AUTOMATIC1111/stable-diffusion-webui.git && \ git clone https://github.com/AUTOMATIC1111/stable-diffusion-webui.git && \
cd stable-diffusion-webui && \ cd stable-diffusion-webui && \
git reset --hard v1.8.0 && \ git reset --hard v1.9.0 && \
pip install -r requirements_versions.txt pip install -r requirements_versions.txt