File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ services:
2727 << : *base_service
2828 profiles : ["auto"]
2929 build : ./services/AUTOMATIC1111
30- image : sd-auto:14
30+ image : sd-auto:15
3131 environment :
3232 - CLI_ARGS=--allow-code --medvram --xformers
3333
@@ -42,7 +42,7 @@ services:
4242 << : *base_service
4343 profiles : ["hlky"]
4444 build : ./services/hlky/
45- image : sd-hlky:7
45+ image : sd-hlky:8
4646 environment :
4747 - CLI_ARGS=--optimized-turbo
4848 - USE_STREAMLIT=0
Original file line number Diff line number Diff line change @@ -65,7 +65,7 @@ RUN [[ "${DEEPDANBOORU:-0}" == "0" ]] && : || pip install tensorflow-cpu==2.10 t
6565# Note: don't update the sha of previous versions because the install will take forever
6666# instead, update the repo state in a later step
6767
68- ARG SHA=804d9fb83d0c63ca3acd36378707ce47b8f12599
68+ ARG SHA=ac085628540d0ec6a988fad93f5b8f2154209571
6969RUN <<EOF
7070cd stable-diffusion-webui
7171git fetch
Original file line number Diff line number Diff line change 2525
2626RUN apt-get update && apt install libsndfile1 ffmpeg -y && apt-get clean
2727
28- ARG BRANCH=dev SHA=6f6d7571ea56809c1beaf11430ec36ab28e0884f
28+ ARG BRANCH=master SHA=09b64d4f759c44c7c6bc4d433ddd8e964d48b854
2929RUN <<EOF
3030cd stable-diffusion
3131git fetch
You can’t perform that action at this time.
0 commit comments