mirror of
https://github.com/AbdBarho/stable-diffusion-webui-docker.git
synced 2025-10-27 08:14:26 -04:00
Update Download URLs
This commit is contained in:
@@ -7,7 +7,7 @@ mkdir -vp /data/.cache /data/StableDiffusion /data/Codeformer /data/GFPGAN /data
|
|||||||
|
|
||||||
echo "Downloading, this might take a while..."
|
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..."
|
echo "Checking SHAs..."
|
||||||
|
|
||||||
|
|||||||
@@ -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
|
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
|
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
|
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
|
out=StableDiffusion/sd-v1-5-inpainting.ckpt
|
||||||
https://github.com/TencentARC/GFPGAN/releases/download/v1.3.4/GFPGANv1.4.pth
|
https://github.com/TencentARC/GFPGAN/releases/download/v1.3.4/GFPGANv1.4.pth
|
||||||
out=GFPGAN/GFPGANv1.4.pth
|
out=GFPGAN/GFPGANv1.4.pth
|
||||||
|
|||||||
Reference in New Issue
Block a user