mirror of
https://github.com/AbdBarho/stable-diffusion-webui-docker.git
synced 2026-02-03 14:14:18 +01:00
Update Auto v1.9.3
This commit is contained in:
parent
de375584f6
commit
24762eb513
|
|
@ -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
|
||||
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue