@ -27,7 +27,7 @@ services:
|
|||||||
<<: *base_service
|
<<: *base_service
|
||||||
profiles: ["auto"]
|
profiles: ["auto"]
|
||||||
build: ./services/AUTOMATIC1111
|
build: ./services/AUTOMATIC1111
|
||||||
image: sd-auto:29
|
image: sd-auto:30
|
||||||
environment:
|
environment:
|
||||||
- CLI_ARGS=--allow-code --medvram --xformers --enable-insecure-extension-access --api
|
- CLI_ARGS=--allow-code --medvram --xformers --enable-insecure-extension-access --api
|
||||||
|
|
||||||
@ -38,6 +38,16 @@ services:
|
|||||||
environment:
|
environment:
|
||||||
- CLI_ARGS=--no-half --precision full
|
- CLI_ARGS=--no-half --precision full
|
||||||
|
|
||||||
|
invoke:
|
||||||
|
<<: *base_service
|
||||||
|
profiles: ["invoke"]
|
||||||
|
build: ./services/invoke/
|
||||||
|
image: sd-invoke:17
|
||||||
|
environment:
|
||||||
|
- PRELOAD=true
|
||||||
|
- CLI_ARGS=
|
||||||
|
|
||||||
|
|
||||||
sygil: &sygil
|
sygil: &sygil
|
||||||
<<: *base_service
|
<<: *base_service
|
||||||
profiles: ["sygil"]
|
profiles: ["sygil"]
|
||||||
@ -52,13 +62,3 @@ services:
|
|||||||
profiles: ["sygil-sl"]
|
profiles: ["sygil-sl"]
|
||||||
environment:
|
environment:
|
||||||
- USE_STREAMLIT=1
|
- USE_STREAMLIT=1
|
||||||
|
|
||||||
|
|
||||||
invoke:
|
|
||||||
<<: *base_service
|
|
||||||
profiles: ["invoke"]
|
|
||||||
build: ./services/invoke/
|
|
||||||
image: sd-invoke:16
|
|
||||||
environment:
|
|
||||||
- PRELOAD=true
|
|
||||||
- CLI_ARGS=
|
|
||||||
|
@ -68,7 +68,7 @@ RUN --mount=type=cache,target=/root/.cache/pip \
|
|||||||
# Note: don't update the sha of previous versions because the install will take forever
|
# Note: don't update the sha of previous versions because the install will take forever
|
||||||
# instead, update the repo state in a later step
|
# instead, update the repo state in a later step
|
||||||
|
|
||||||
ARG SHA=683287d87f6401083a8d63eedc00ca7410214ca1
|
ARG SHA=151233399c4b79934bdbb7c12a97eeb6499572fb
|
||||||
RUN --mount=type=cache,target=/root/.cache/pip <<EOF
|
RUN --mount=type=cache,target=/root/.cache/pip <<EOF
|
||||||
cd stable-diffusion-webui
|
cd stable-diffusion-webui
|
||||||
git fetch
|
git fetch
|
||||||
|
@ -33,7 +33,7 @@ cd /usr/lib/x86_64-linux-gnu/pkgconfig/
|
|||||||
ln -sf opencv4.pc opencv.pc
|
ln -sf opencv4.pc opencv.pc
|
||||||
EOF
|
EOF
|
||||||
|
|
||||||
ARG BRANCH=main SHA=21bf512056eb7bc883174a4203011105fc1b8b50
|
ARG BRANCH=main SHA=26e413ae9cf8dc04c617ca451a91a1624bfdf0c0
|
||||||
RUN --mount=type=cache,target=/root/.cache/pip <<EOF
|
RUN --mount=type=cache,target=/root/.cache/pip <<EOF
|
||||||
git fetch
|
git fetch
|
||||||
git reset --hard
|
git reset --hard
|
||||||
|
Reference in New Issue
Block a user