This commit is contained in:
AbdBarho 2022-11-02 21:11:16 +01:00
parent 1dbdb929e5
commit 23ff2a776e
2 changed files with 2 additions and 2 deletions

View file

@ -42,7 +42,7 @@ services:
<<: *base_service
profiles: ["hlky"]
build: ./services/hlky/
image: sd-hlky:5
image: sd-hlky:6
environment:
- CLI_ARGS=--optimized-turbo
- USE_STREAMLIT=0

View file

@ -25,7 +25,7 @@ EOF
RUN apt-get update && apt install libsndfile1 ffmpeg -y && apt-get clean
ARG BRANCH=dev SHA=d8e61a5cd3c7a6f55a3f94852f54d7c76d29c2ce
ARG BRANCH=dev SHA=62f9706d6abf52c7a0facbfddbc22f98e2b3fa85
RUN <<EOF
cd stable-diffusion
git fetch