Update downs.sh
Browse files
downs.sh
CHANGED
@@ -44,6 +44,9 @@ case $CHECKPOINT in
|
|
44 |
5)
|
45 |
CK_LINK="https://huggingface.co/zuv0/test/resolve/main/lemontart_v20.safetensors"
|
46 |
;;
|
|
|
|
|
|
|
47 |
*)
|
48 |
echo "CHECKPOINT error!"
|
49 |
;;
|
@@ -52,7 +55,6 @@ esac
|
|
52 |
#CK_LINK="https://huggingface.co/zuv0/test/resolve/main/waiCUTE_v20.safetensors"
|
53 |
#CK_LINK="https://huggingface.co/GianPehn/PD_for_Anime/resolve/main/pdForAnime_v20.safetensors"
|
54 |
#CK_LINK="https://huggingface.co/Walkearth4/Collection/resolve/main/chenkinAnimeHotbaby_v20.safetensors"
|
55 |
-
#CK_LINK="https://huggingface.co/zuv0/test/resolve/main/grimoire_p0666.safetensors"
|
56 |
#CK_LINK="https://huggingface.co/zuv0/test/resolve/main/copycatASC_v10.safetensors"
|
57 |
#CK_LINK="https://huggingface.co/zuv0/test/resolve/main/catdash_v10.safetensors"
|
58 |
|
|
|
44 |
5)
|
45 |
CK_LINK="https://huggingface.co/zuv0/test/resolve/main/lemontart_v20.safetensors"
|
46 |
;;
|
47 |
+
9)
|
48 |
+
CK_LINK="https://huggingface.co/zuv0/test/resolve/main/grimoire_p0666.safetensors"
|
49 |
+
;;
|
50 |
*)
|
51 |
echo "CHECKPOINT error!"
|
52 |
;;
|
|
|
55 |
#CK_LINK="https://huggingface.co/zuv0/test/resolve/main/waiCUTE_v20.safetensors"
|
56 |
#CK_LINK="https://huggingface.co/GianPehn/PD_for_Anime/resolve/main/pdForAnime_v20.safetensors"
|
57 |
#CK_LINK="https://huggingface.co/Walkearth4/Collection/resolve/main/chenkinAnimeHotbaby_v20.safetensors"
|
|
|
58 |
#CK_LINK="https://huggingface.co/zuv0/test/resolve/main/copycatASC_v10.safetensors"
|
59 |
#CK_LINK="https://huggingface.co/zuv0/test/resolve/main/catdash_v10.safetensors"
|
60 |
|