parent
eeb410f2de
commit
15e9841860
@ -27,7 +27,7 @@ services:
|
||||
<<: *base_service
|
||||
profiles: ["auto"]
|
||||
build: ./services/AUTOMATIC1111
|
||||
image: sd-auto:40
|
||||
image: sd-auto:41
|
||||
environment:
|
||||
- CLI_ARGS=--allow-code --medvram --xformers --enable-insecure-extension-access --api
|
||||
|
||||
@ -42,7 +42,7 @@ services:
|
||||
<<: *base_service
|
||||
profiles: ["invoke"]
|
||||
build: ./services/invoke/
|
||||
image: sd-invoke:20
|
||||
image: sd-invoke:21
|
||||
environment:
|
||||
- PRELOAD=true
|
||||
- CLI_ARGS=
|
||||
|
@ -67,7 +67,7 @@ RUN --mount=type=cache,target=/root/.cache/pip \
|
||||
# Note: don't update the sha of previous versions because the install will take forever
|
||||
# instead, update the repo state in a later step
|
||||
|
||||
ARG SHA=7a14c8ab45da8a681792a6331d48a88dd684a0a9
|
||||
ARG SHA=00dab8f10defbbda579a1bc89c8d4e972c58a20d
|
||||
RUN --mount=type=cache,target=/root/.cache/pip <<EOF
|
||||
cd stable-diffusion-webui
|
||||
git fetch
|
||||
|
@ -46,7 +46,7 @@ RUN --mount=type=cache,target=/root/.cache/pip \
|
||||
pip install triton /xformers-0.0.15-cp310-cp310-linux_x86_64.whl
|
||||
|
||||
|
||||
ARG BRANCH=main SHA=e4cd66216e0b941de7f27b4e2e260aa4f8c956e7
|
||||
ARG BRANCH=main SHA=07e03b31b7610a27d709b366a491e57085d9b393
|
||||
RUN --mount=type=cache,target=/root/.cache/pip <<EOF
|
||||
git fetch
|
||||
git reset --hard
|
||||
|
Loading…
Reference in New Issue
Block a user