Update versions (#257)
- auto:685f9631b5
- sygil:d3f9d054e8
- invoke:e159bb3dce
This commit is contained in:
parent
c3cf8129a9
commit
d97d257fd3
1
data/.gitignore
vendored
1
data/.gitignore
vendored
@ -11,6 +11,7 @@
|
|||||||
/BSRGAN
|
/BSRGAN
|
||||||
/RealESRGAN
|
/RealESRGAN
|
||||||
/SwinIR
|
/SwinIR
|
||||||
|
/MiDaS
|
||||||
/ScuNET
|
/ScuNET
|
||||||
/LDSR
|
/LDSR
|
||||||
/Deepdanbooru
|
/Deepdanbooru
|
||||||
|
@ -27,7 +27,7 @@ services:
|
|||||||
<<: *base_service
|
<<: *base_service
|
||||||
profiles: ["auto"]
|
profiles: ["auto"]
|
||||||
build: ./services/AUTOMATIC1111
|
build: ./services/AUTOMATIC1111
|
||||||
image: sd-auto:21
|
image: sd-auto:22
|
||||||
environment:
|
environment:
|
||||||
- CLI_ARGS=--allow-code --medvram --xformers --enable-insecure-extension-access --api
|
- CLI_ARGS=--allow-code --medvram --xformers --enable-insecure-extension-access --api
|
||||||
|
|
||||||
@ -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
|
||||||
@ -58,7 +58,7 @@ services:
|
|||||||
<<: *base_service
|
<<: *base_service
|
||||||
profiles: ["invoke"]
|
profiles: ["invoke"]
|
||||||
build: ./services/invoke/
|
build: ./services/invoke/
|
||||||
image: sd-invoke:11
|
image: sd-invoke:12
|
||||||
environment:
|
environment:
|
||||||
- PRELOAD=true
|
- PRELOAD=true
|
||||||
- CLI_ARGS=
|
- CLI_ARGS=
|
||||||
|
@ -71,7 +71,7 @@ RUN pip install opencv-python-headless \
|
|||||||
# 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=44c46f0ed395967cd3830dd481a2db759fda5b3b
|
ARG SHA=685f9631b56ff8bd43bce24ff5ce0f9a0e9af490
|
||||||
RUN <<EOF
|
RUN <<EOF
|
||||||
cd stable-diffusion-webui
|
cd stable-diffusion-webui
|
||||||
git fetch
|
git fetch
|
||||||
|
@ -31,6 +31,7 @@ MOUNTS["${ROOT}/models/ScuNET"]="/data/ScuNET"
|
|||||||
MOUNTS["${ROOT}/models/LDSR"]="/data/LDSR"
|
MOUNTS["${ROOT}/models/LDSR"]="/data/LDSR"
|
||||||
MOUNTS["${ROOT}/models/hypernetworks"]="/data/Hypernetworks"
|
MOUNTS["${ROOT}/models/hypernetworks"]="/data/Hypernetworks"
|
||||||
MOUNTS["${ROOT}/models/deepbooru"]="/data/Deepdanbooru"
|
MOUNTS["${ROOT}/models/deepbooru"]="/data/Deepdanbooru"
|
||||||
|
MOUNTS["${ROOT}/models/midas"]="/data/MiDaS"
|
||||||
|
|
||||||
MOUNTS["${ROOT}/embeddings"]="/data/embeddings"
|
MOUNTS["${ROOT}/embeddings"]="/data/embeddings"
|
||||||
MOUNTS["${ROOT}/config.json"]="/data/config/auto/config.json"
|
MOUNTS["${ROOT}/config.json"]="/data/config/auto/config.json"
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
set -Eeuo pipefail
|
set -Eeuo pipefail
|
||||||
|
|
||||||
# TODO: maybe just use the .gitignore file to create all of these
|
# TODO: maybe just use the .gitignore file to create all of these
|
||||||
mkdir -vp /data/.cache /data/StableDiffusion /data/Codeformer /data/GFPGAN /data/ESRGAN /data/BSRGAN /data/RealESRGAN /data/SwinIR /data/LDSR /data/ScuNET /data/embeddings /data/VAE /data/Deepdanbooru
|
mkdir -vp /data/.cache /data/StableDiffusion /data/Codeformer /data/GFPGAN /data/ESRGAN /data/BSRGAN /data/RealESRGAN /data/SwinIR /data/LDSR /data/ScuNET /data/embeddings /data/VAE /data/Deepdanbooru /data/MiDaS
|
||||||
|
|
||||||
echo "Downloading, this might take a while..."
|
echo "Downloading, this might take a while..."
|
||||||
|
|
||||||
|
@ -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=ed9186b09950f2652a0b07c93a08490f475435f7
|
ARG BRANCH=main SHA=e159bb3dceb26d1bc3ab12f249e4ef4669fa1584
|
||||||
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
|
||||||
@ -49,7 +49,7 @@ RUN --mount=type=cache,target=/root/.cache/pip \
|
|||||||
COPY . /docker/
|
COPY . /docker/
|
||||||
RUN <<EOF
|
RUN <<EOF
|
||||||
python3 /docker/info.py /stable-diffusion/frontend/dist/index.html
|
python3 /docker/info.py /stable-diffusion/frontend/dist/index.html
|
||||||
touch ~/.invokeai
|
touch invokeai.init
|
||||||
EOF
|
EOF
|
||||||
|
|
||||||
|
|
||||||
|
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user