mirror of
https://github.com/AbdBarho/stable-diffusion-webui-docker.git
synced 2025-10-27 00:04:16 -04:00
Compare commits
1 Commits
14fb48bbae
...
fdb28e99a6
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
fdb28e99a6 |
@@ -27,7 +27,7 @@ services:
|
||||
<<: *base_service
|
||||
profiles: ["auto"]
|
||||
build: ./services/AUTOMATIC1111
|
||||
image: sd-auto:78
|
||||
image: sd-auto:77
|
||||
environment:
|
||||
- CLI_ARGS=--allow-code --medvram --xformers --enable-insecure-extension-access --api
|
||||
|
||||
|
||||
@@ -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.9.3 && \
|
||||
pip install -r requirements_versions.txt
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user