File tree Expand file tree Collapse file tree 3 files changed +5
-7
lines changed
Expand file tree Collapse file tree 3 files changed +5
-7
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:8
30+ image : sd-auto:9
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:5
45+ image : sd-hlky:6
4646 environment :
4747 - CLI_ARGS=--optimized-turbo
4848 - USE_STREAMLIT=0
Original file line number Diff line number Diff line change @@ -62,7 +62,7 @@ RUN pip install --prefer-binary --no-cache-dir -r ${ROOT}/repositories/CodeForme
6262# Note: don't update the sha of previous versions because the install will take forever
6363# instead, update the repo state in a later step
6464
65- ARG SHA=dd02889124b2f89aa1d9acafedfa8774e53c98cb
65+ ARG SHA=cd5eafaf03a25d2b0e35154666947b9489078af9
6666RUN <<EOF
6767cd stable-diffusion-webui
6868git fetch
7373RUN pip install opencv-python-headless \
7474 git+https://github.com/TencentARC/GFPGAN.git@8d2447a2d918f8eba5a4a01463fd48e45126a379 \
7575 git+https://github.com/openai/CLIP.git@d50d76daa670286dd6cacf3bcd80b5e4823fc8e1 \
76- pyngrok \
77- gradio==3.4.1
78- # gradio because #173 & https://github.com/AUTOMATIC1111/stable-diffusion-webui/issues/2858
76+ pyngrok
7977
8078
8179COPY . /docker
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=d8e61a5cd3c7a6f55a3f94852f54d7c76d29c2ce
28+ ARG BRANCH=dev SHA=62f9706d6abf52c7a0facbfddbc22f98e2b3fa85
2929RUN <<EOF
3030cd stable-diffusion
3131git fetch
You can’t perform that action at this time.
0 commit comments