This commit is contained in:
AbdBarho 2022-11-11 06:55:27 +01:00
parent 3add7b689a
commit 15a53bfa48
2 changed files with 2 additions and 2 deletions

View file

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

View file

@ -25,7 +25,7 @@ EOF
RUN apt-get update && apt install libsndfile1 ffmpeg -y && apt-get clean RUN apt-get update && apt install libsndfile1 ffmpeg -y && apt-get clean
ARG BRANCH=dev SHA=6f6d7571ea56809c1beaf11430ec36ab28e0884f ARG BRANCH=master SHA=09b64d4f759c44c7c6bc4d433ddd8e964d48b854
RUN <<EOF RUN <<EOF
cd stable-diffusion cd stable-diffusion
git fetch git fetch