This commit is contained in:
Pavan Kumar Hosakere Mathada 2024-12-20 10:51:24 +01:00 committed by GitHub
commit 601d9ac80c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
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:78
image: sd-auto:75
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.4 && \
git reset --hard v1.10.0 && \
pip install -r requirements_versions.txt