File tree Expand file tree Collapse file tree 6 files changed +19
-17
lines changed Expand file tree Collapse file tree 6 files changed +19
-17
lines changed Original file line number Diff line number Diff line change @@ -51,7 +51,7 @@ services:
51
51
<< : *base_service
52
52
profiles : ["lstein"]
53
53
build : ./services/lstein/
54
- image : sd-lstein:5
54
+ image : sd-lstein:6
55
55
environment :
56
56
- PRELOAD=true
57
57
- CLI_ARGS=--max_loaded_models=1
Original file line number Diff line number Diff line change 1
- fe4efff1e174c627256e44ec2991ba279b3816e364b49f9be2abc0b3ff3f8556 /data/StableDiffusion/model.ckpt
1
+ cc6cb27103417325ff94f52b7a5d2dde45a7515b25c255d8e396c90014281516 /data/StableDiffusion/v1-5-pruned-emaonly.ckpt
2
+ c6bbc15e3224e6973459ba78de4998b80b50112b0ae5b5c67113d56b4e366b19 /data/StableDiffusion/sd-v1-5-inpainting.ckpt
3
+ c6a580b13a5bc05a5e16e4dbb80608ff2ec251a162311590c1f34c013d7f3dab /data/VAE/vae-ft-mse-840000-ema-pruned.ckpt
2
4
e2cd4703ab14f4d01fd1383a8a8b266f9a5833dacee8e6a79d3bf21a1b6be5ad /data/GFPGAN/GFPGANv1.4.pth
3
5
4fa0d38905f75ac06eb49a7951b426670021be3018265fd191d2125df9d682f1 /data/RealESRGAN/RealESRGAN_x4plus.pth
4
6
f872d837d3c90ed2e05227bed711af5671a6fd1c9f7d7e91c911a61f155e99da /data/RealESRGAN/RealESRGAN_x4plus_anime_6B.pth
5
7
c209caecac2f97b4bb8f4d726b70ac2ac9b35904b7fc99801e1f5e61f9210c13 /data/LDSR/model.ckpt
6
8
9d6ad53c5dafeb07200fb712db14b813b527edd262bc80ea136777bdb41be2ba /data/LDSR/project.yaml
7
- c6a580b13a5bc05a5e16e4dbb80608ff2ec251a162311590c1f34c013d7f3dab /data/VAE/vae-ft-mse-840000-ema-pruned.ckpt
Original file line number Diff line number Diff line change @@ -13,8 +13,6 @@ echo "Checking SHAs..."
13
13
14
14
parallel --will-cite -a /docker/checksums.sha256 " echo -n {} | sha256sum -c"
15
15
16
- # aria2c already does hash check
17
- # cc6cb27103417325ff94f52b7a5d2dde45a7515b25c255d8e396c90014281516 /data/StableDiffusion/v1-5-pruned-emaonly.ckpt
18
16
cat << EOF
19
17
By using this software, you agree to the following licenses:
20
18
https://github.com/CompVis/stable-diffusion/blob/main/LICENSE
Original file line number Diff line number Diff line change 1
- # 'check-integrity=true' is the only way aria2c won't fail if the file already exists
2
- magnet:?xt=urn:btih:2daef5b5f63a16a9af9169a529b1a773fc452637&dn=v1-5-pruned-emaonly.ckpt&tr=udp%3a%2f%2ftracker.opentrackr.org%3a1337%2fannounce&tr=udp%3a%2f%2f9.rarbg.com%3a2810%2fannounce&tr=udp%3a%2f%2ftracker.openbittorrent.com%3a6969%2fannounce&tr=udp%3a%2f%2fopentracker.i2p.rocks%3a6969%2fannounce&tr=https%3a%2f%2fopentracker.i2p.rocks%3a443%2fannounce&tr=http%3a%2f%2ftracker.openbittorrent.com%3a80%2fannounce&tr=udp%3a%2f%2ftracker.torrent.eu.org%3a451%2fannounce&tr=udp%3a%2f%2fopen.stealth.si%3a80%2fannounce&tr=udp%3a%2f%2fvibe.sleepyinternetfun.xyz%3a1738%2fannounce&tr=udp%3a%2f%2ftracker2.dler.org%3a80%2fannounce&tr=udp%3a%2f%2ftracker1.bt.moack.co.kr%3a80%2fannounce&tr=udp%3a%2f%2ftracker.zemoj.com%3a6969%2fannounce&tr=udp%3a%2f%2ftracker.tiny-vps.com%3a6969%2fannounce&tr=udp%3a%2f%2ftracker.theoks.net%3a6969%2fannounce&tr=udp%3a%2f%2ftracker.publictracker.xyz%3a6969%2fannounce&tr=udp%3a%2f%2ftracker.monitorit4.me%3a6969%2fannounce&tr=udp%3a%2f%2ftracker.moeking.me%3a6969%2fannounce&tr=udp%3a%2f%2ftracker.lelux.fi%3a6969%2fannounce&tr=udp%3a%2f%2ftracker.dler.org%3a6969%2fannounce&tr=udp%3a%2f%2ftracker.army%3a6969%2fannounce
3
- select-file=1
4
- index-out=1=StableDiffusion/v1-5-pruned-emaonly.ckpt
5
- follow-torrent=mem
6
- follow-metalink=mem
7
- seed-time=0
8
- check-integrity=true
9
- https://drive.yerf.org/wl/?id=EBfTrmcCCUAGaQBXVIj5lJmEhjoP1tgl&mode=grid&download=1
10
- out=StableDiffusion/model.ckpt
1
+ https://huggingface.co/ZeroCool94/stable-diffusion-v1-5/resolve/main/Stable%20Diffusion%20v1-5-Pruned-ema%20only.ckpt
2
+ out=StableDiffusion/v1-5-pruned-emaonly.ckpt
11
3
https://huggingface.co/stabilityai/sd-vae-ft-mse-original/resolve/main/vae-ft-mse-840000-ema-pruned.ckpt
12
4
out=VAE/vae-ft-mse-840000-ema-pruned.ckpt
5
+ https://huggingface.co/ZeroCool94/stable-diffusion-v1-5/resolve/main/Stable%20Diffusion-v1-5-Inpainting.ckpt
6
+ out=StableDiffusion/sd-v1-5-inpainting.ckpt
13
7
https://github.com/TencentARC/GFPGAN/releases/download/v1.3.4/GFPGANv1.4.pth
14
8
out=GFPGAN/GFPGANv1.4.pth
15
9
https://github.com/xinntao/Real-ESRGAN/releases/download/v0.1.0/RealESRGAN_x4plus.pth
Original file line number Diff line number Diff line change @@ -13,6 +13,7 @@ MOUNTS["${PWD}/configs/models.yaml"]=/docker/models.yaml
13
13
# hacks
14
14
MOUNTS[" /opt/conda/lib/python3.9/site-packages/facexlib/weights" ]=/data/.cache
15
15
MOUNTS[" /opt/conda/lib/python3.9/site-packages/realesrgan/weights" ]=/data/RealESRGAN
16
+ MOUNTS[" ${PWD} /src/realesrgan/weights" ]=/data/RealESRGAN
16
17
MOUNTS[" ${PWD} /gfpgan/weights" ]=/data/.cache
17
18
18
19
for to_path in " ${! MOUNTS[@]} " ; do
Original file line number Diff line number Diff line change 6
6
# and the width and height of the images it
7
7
# was trained on.
8
8
stable-diffusion-1.5 :
9
- description : The newest Stable Diffusion version 1.5 weight file (4.27 GB)
9
+ description : Stable Diffusion version 1.5
10
10
weights : /data/StableDiffusion/v1-5-pruned-emaonly.ckpt
11
+ vae : /data/VAE/vae-ft-mse-840000-ema-pruned.ckpt
11
12
config : ./configs/stable-diffusion/v1-inference.yaml
12
13
width : 512
13
14
height : 512
14
- vae : /data/VAE/vae-ft-mse-840000-ema-pruned.ckpt
15
15
default : true
16
+ inpainting-1.5 :
17
+ description : RunwayML SD 1.5 model optimized for inpainting
18
+ weights : /data/StableDiffusion/sd-v1-5-inpainting.ckpt
19
+ vae : /data/VAE/vae-ft-mse-840000-ema-pruned.ckpt
20
+ config : ./configs/stable-diffusion/v1-inpainting-inference.yaml
21
+ width : 512
22
+ height : 512
23
+ default : false
You can’t perform that action at this time.
0 commit comments