mirror of
https://github.com/AbdBarho/stable-diffusion-webui-docker.git
synced 2026-03-06 05:13:58 +01:00
Auto
This commit is contained in:
parent
84f9cb84e7
commit
55c0f323f2
|
|
@ -39,7 +39,7 @@ services:
|
||||||
- *v2
|
- *v2
|
||||||
- ./services/AUTOMATIC1111/config.json:/stable-diffusion-webui/config.json
|
- ./services/AUTOMATIC1111/config.json:/stable-diffusion-webui/config.json
|
||||||
environment:
|
environment:
|
||||||
- CLI_ARGS=--medvram --opt-split-attention
|
- CLI_ARGS=--medvram
|
||||||
|
|
||||||
automatic1111-cpu:
|
automatic1111-cpu:
|
||||||
<<: *automatic
|
<<: *automatic
|
||||||
|
|
|
||||||
|
|
@ -44,7 +44,7 @@ RUN pip install --prefer-binary --no-cache-dir -r ${ROOT}/repositories/CodeForme
|
||||||
# Note: don't update the sha of previous versions because the install will take forever
|
# Note: don't update the sha of previous versions because the install will take forever
|
||||||
# instead, update the repo state in a later step
|
# instead, update the repo state in a later step
|
||||||
|
|
||||||
ARG SHA=9e892d90ceaa6493d8b9092c89017485bb658c5b
|
ARG SHA=dd911a47b3c3313b3938b700eb26cbd5bb3e1c95
|
||||||
RUN <<EOF
|
RUN <<EOF
|
||||||
cd stable-diffusion-webui
|
cd stable-diffusion-webui
|
||||||
git pull --rebase
|
git pull --rebase
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue