This commit is contained in:
AbdBarho 2022-11-11 06:35:38 +01:00
parent 37feff58bb
commit 3add7b689a
2 changed files with 2 additions and 2 deletions

View file

@ -27,7 +27,7 @@ services:
<<: *base_service <<: *base_service
profiles: ["auto"] profiles: ["auto"]
build: ./services/AUTOMATIC1111 build: ./services/AUTOMATIC1111
image: sd-auto:14 image: sd-auto:15
environment: environment:
- CLI_ARGS=--allow-code --medvram --xformers - CLI_ARGS=--allow-code --medvram --xformers

View file

@ -65,7 +65,7 @@ RUN [[ "${DEEPDANBOORU:-0}" == "0" ]] && : || pip install tensorflow-cpu==2.10 t
# 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=804d9fb83d0c63ca3acd36378707ce47b8f12599 ARG SHA=ac085628540d0ec6a988fad93f5b8f2154209571
RUN <<EOF RUN <<EOF
cd stable-diffusion-webui cd stable-diffusion-webui
git fetch git fetch