From 4969906ec8ff34dd099e393e21caf666ef6c12f1 Mon Sep 17 00:00:00 2001 From: AbdBarho Date: Sat, 10 Dec 2022 11:40:25 +0100 Subject: [PATCH] Update Download URLs --- services/download/download.sh | 2 +- services/download/links.txt | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/services/download/download.sh b/services/download/download.sh index c140551..340d3dc 100755 --- a/services/download/download.sh +++ b/services/download/download.sh @@ -7,7 +7,7 @@ mkdir -vp /data/.cache /data/StableDiffusion /data/Codeformer /data/GFPGAN /data echo "Downloading, this might take a while..." -aria2c --disable-ipv6 --input-file /docker/links.txt --dir /data --continue +aria2c -x 10 --disable-ipv6 --input-file /docker/links.txt --dir /data --continue echo "Checking SHAs..." diff --git a/services/download/links.txt b/services/download/links.txt index 9d608ac..693c911 100644 --- a/services/download/links.txt +++ b/services/download/links.txt @@ -1,8 +1,8 @@ -https://huggingface.co/ZeroCool94/stable-diffusion-v1-5/resolve/main/Stable%20Diffusion%20v1-5-Pruned-ema%20only.ckpt +https://huggingface.co/runwayml/stable-diffusion-v1-5/resolve/main/v1-5-pruned-emaonly.ckpt out=StableDiffusion/v1-5-pruned-emaonly.ckpt https://huggingface.co/stabilityai/sd-vae-ft-mse-original/resolve/main/vae-ft-mse-840000-ema-pruned.ckpt out=VAE/vae-ft-mse-840000-ema-pruned.ckpt -https://huggingface.co/ZeroCool94/stable-diffusion-v1-5/resolve/main/Stable%20Diffusion-v1-5-Inpainting.ckpt +https://huggingface.co/runwayml/stable-diffusion-inpainting/resolve/main/sd-v1-5-inpainting.ckpt out=StableDiffusion/sd-v1-5-inpainting.ckpt https://github.com/TencentARC/GFPGAN/releases/download/v1.3.4/GFPGANv1.4.pth out=GFPGAN/GFPGANv1.4.pth