This commit is contained in:
AbdBarho 2022-12-12 09:16:28 +01:00
parent c708837a08
commit cb9a8ea90f
2 changed files with 2 additions and 2 deletions

View file

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

View file

@ -19,7 +19,7 @@ pip install -r requirements.txt
EOF EOF
ARG BRANCH=master SHA=5291437085bddd16d752f811b6552419a2044d12 ARG BRANCH=dev SHA=d3f9d054e8203bd56a6a1712227eac41bef2f291
RUN --mount=type=cache,target=/root/.cache/pip <<EOF RUN --mount=type=cache,target=/root/.cache/pip <<EOF
cd stable-diffusion cd stable-diffusion
git fetch git fetch