@@ -4,13 +4,6 @@ set -Eeuo pipefail
44
55mkdir -p /data/.cache /data/StableDiffusion /data/Codeformer /data/GFPGAN /data/ESRGAN /data/BSRGAN /data/RealESRGAN /data/SwinIR /data/LDSR /data/ScuNET /data/embeddings
66
7- cat << EOF
8- By using this software, you agree to the following licenses:
9- https://github.com/CompVis/stable-diffusion/blob/main/LICENSE
10- https://github.com/TencentARC/GFPGAN/blob/master/LICENSE
11- https://github.com/xinntao/Real-ESRGAN/blob/master/LICENSE
12- EOF
13-
147echo " Downloading, this might take a while..."
158
169aria2c --input-file /docker/links.txt --dir /data --continue
@@ -19,6 +12,18 @@ echo "Checking SHAs..."
1912
2013parallel --will-cite -a /docker/checksums.sha256 " echo -n {} | sha256sum -c"
2114
22- # fix potential permissions
23- # TODO: need something better than this:
24- # chmod -R 777 /data /output
15+ # aria2c already does hash check
16+ # cc6cb27103417325ff94f52b7a5d2dde45a7515b25c255d8e396c90014281516 /data/StableDiffusion/v1-5-pruned-emaonly.ckpt
17+ cat << EOF
18+ By using this software, you agree to the following licenses:
19+ https://github.com/CompVis/stable-diffusion/blob/main/LICENSE
20+ https://github.com/AbdBarho/stable-diffusion-webui-docker/blob/master/LICENSE
21+ https://github.com/sd-webui/stable-diffusion-webui/blob/master/LICENSE
22+ https://github.com/invoke-ai/InvokeAI/blob/main/LICENSE
23+ https://github.com/cszn/BSRGAN/blob/main/LICENSE
24+ https://github.com/sczhou/CodeFormer/blob/master/LICENSE
25+ https://github.com/TencentARC/GFPGAN/blob/master/LICENSE
26+ https://github.com/xinntao/Real-ESRGAN/blob/master/LICENSE
27+ https://github.com/xinntao/ESRGAN/blob/master/LICENSE
28+ https://github.com/cszn/SCUNet/blob/main/LICENSE
29+ EOF
0 commit comments