Update auto (#293)
d97f467c0d
This version has a hash computation of models, so expect slower start up
& loading times.
This commit is contained in:
@ -27,7 +27,7 @@ services:
|
|||||||
<<: *base_service
|
<<: *base_service
|
||||||
profiles: ["auto"]
|
profiles: ["auto"]
|
||||||
build: ./services/AUTOMATIC1111
|
build: ./services/AUTOMATIC1111
|
||||||
image: sd-auto:32
|
image: sd-auto:33
|
||||||
environment:
|
environment:
|
||||||
- CLI_ARGS=--allow-code --medvram --xformers --enable-insecure-extension-access --api
|
- CLI_ARGS=--allow-code --medvram --xformers --enable-insecure-extension-access --api
|
||||||
|
|
||||||
|
@ -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=82725f0ac439f7e3b67858d55900e95330bbd326
|
ARG SHA=d97f467c0d27695d23edad5e4f8898a57e0ccb00
|
||||||
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
|
||||||
|
@ -15,10 +15,11 @@ parallel --will-cite -a /docker/checksums.sha256 "echo -n {} | sha256sum -c"
|
|||||||
|
|
||||||
cat <<EOF
|
cat <<EOF
|
||||||
By using this software, you agree to the following licenses:
|
By using this software, you agree to the following licenses:
|
||||||
https://github.com/CompVis/stable-diffusion/blob/main/LICENSE
|
|
||||||
https://github.com/AbdBarho/stable-diffusion-webui-docker/blob/master/LICENSE
|
https://github.com/AbdBarho/stable-diffusion-webui-docker/blob/master/LICENSE
|
||||||
https://github.com/sd-webui/stable-diffusion-webui/blob/master/LICENSE
|
https://github.com/CompVis/stable-diffusion/blob/main/LICENSE
|
||||||
|
https://github.com/AUTOMATIC1111/stable-diffusion-webui/blob/master/LICENSE.txt
|
||||||
https://github.com/invoke-ai/InvokeAI/blob/main/LICENSE
|
https://github.com/invoke-ai/InvokeAI/blob/main/LICENSE
|
||||||
|
https://github.com/sd-webui/stable-diffusion-webui/blob/master/LICENSE
|
||||||
https://github.com/cszn/BSRGAN/blob/main/LICENSE
|
https://github.com/cszn/BSRGAN/blob/main/LICENSE
|
||||||
https://github.com/sczhou/CodeFormer/blob/master/LICENSE
|
https://github.com/sczhou/CodeFormer/blob/master/LICENSE
|
||||||
https://github.com/TencentARC/GFPGAN/blob/master/LICENSE
|
https://github.com/TencentARC/GFPGAN/blob/master/LICENSE
|
||||||
|
Reference in New Issue
Block a user