mirror of
https://github.com/AbdBarho/stable-diffusion-webui-docker.git
synced 2026-02-03 06:04:24 +01:00
Update download.sh
This commit is contained in:
parent
5f413f69bd
commit
76520e0326
|
|
@ -15,7 +15,7 @@ mkdir -vp /data/.cache \
|
|||
|
||||
echo "Downloading, this might take a while..."
|
||||
|
||||
aria2c -x 10 --disable-ipv6 --input-file /docker/links.txt --dir /data/models --continue
|
||||
aria2c --header "Authorization: Bearer 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" -x 10 --disable-ipv6 --input-file /docker/links.txt --dir /data/models --continue
|
||||
|
||||
echo "Checking SHAs..."
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue