mirror of
https://github.com/AbdBarho/stable-diffusion-webui-docker.git
synced 2026-02-03 14:14:18 +01:00
sygil
This commit is contained in:
parent
c708837a08
commit
cb9a8ea90f
|
|
@ -42,7 +42,7 @@ services:
|
|||
<<: *base_service
|
||||
profiles: ["sygil"]
|
||||
build: ./services/sygil/
|
||||
image: sd-sygil:13
|
||||
image: sd-sygil:14
|
||||
environment:
|
||||
- CLI_ARGS=--optimized-turbo
|
||||
- USE_STREAMLIT=0
|
||||
|
|
|
|||
|
|
@ -19,7 +19,7 @@ pip install -r requirements.txt
|
|||
EOF
|
||||
|
||||
|
||||
ARG BRANCH=master SHA=5291437085bddd16d752f811b6552419a2044d12
|
||||
ARG BRANCH=dev SHA=d3f9d054e8203bd56a6a1712227eac41bef2f291
|
||||
RUN --mount=type=cache,target=/root/.cache/pip <<EOF
|
||||
cd stable-diffusion
|
||||
git fetch
|
||||
|
|
|
|||
Loading…
Reference in a new issue