mirror of
https://github.com/AbdBarho/stable-diffusion-webui-docker.git
synced 2025-11-01 18:53:52 -04:00
Aria fixes (#170)
Fixes WARN / ERRORs addressed in https://github.com/AbdBarho/stable-diffusion-webui-docker/issues/167 Closes #167
This commit is contained in:
committed by
GitHub
parent
1211e9c5de
commit
31c21025ea
@@ -6,7 +6,7 @@ mkdir -p /data/.cache /data/StableDiffusion /data/Codeformer /data/GFPGAN /data/
|
||||
|
||||
echo "Downloading, this might take a while..."
|
||||
|
||||
aria2c --input-file /docker/links.txt --dir /data --continue
|
||||
aria2c --disable-ipv6 --input-file /docker/links.txt --dir /data --continue
|
||||
|
||||
echo "Checking SHAs..."
|
||||
|
||||
|
||||
Reference in New Issue
Block a user