zuv0 commited on
Commit
8cc5e28
·
verified ·
1 Parent(s): 1e2febe

Update downs.sh

Browse files
Files changed (1) hide show
  1. downs.sh +7 -8
downs.sh CHANGED
@@ -42,22 +42,21 @@ case $CHECKPOINT in
42
  CK_LINK="https://huggingface.co/Bulkbogan20/autismmix/resolve/main/autismmixSDXL_autismmixPony.safetensors"
43
  ;;
44
  5)
45
- CK_LINK="https://huggingface.co/zuv0/test/resolve/main/waiCUTE_v20.safetensors"
46
  ;;
47
  6)
48
- CK_LINK="https://huggingface.co/GianPehn/PD_for_Anime/resolve/main/pdForAnime_v20.safetensors"
49
- ;;
50
- 8)
51
- CK_LINK="https://huggingface.co/Walkearth4/Collection/resolve/main/chenkinAnimeHotbaby_v20.safetensors"
52
- ;;
53
- 9)
54
- CK_LINK="https://huggingface.co/zuv0/test/resolve/main/grimoire_p0666.safetensors"
55
  ;;
56
  *)
57
  echo "CHECKPOINT error!"
58
  ;;
59
  esac
60
 
 
 
 
 
 
61
  if [ -n "$CK_LINK" ]; then
62
  CK_FILE=${CK_LINK##*/}
63
  if [ -f "$CK_FILE" ]; then
 
42
  CK_LINK="https://huggingface.co/Bulkbogan20/autismmix/resolve/main/autismmixSDXL_autismmixPony.safetensors"
43
  ;;
44
  5)
45
+ CK_LINK="https://huggingface.co/zuv0/test/resolve/main/lemontart_v20.safetensors"
46
  ;;
47
  6)
48
+ CK_LINK="https://huggingface.co/zuv0/test/resolve/main/copycatASC_v10.safetensors"
 
 
 
 
 
 
49
  ;;
50
  *)
51
  echo "CHECKPOINT error!"
52
  ;;
53
  esac
54
 
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/grimoire_p0666.safetensors"
59
+
60
  if [ -n "$CK_LINK" ]; then
61
  CK_FILE=${CK_LINK##*/}
62
  if [ -f "$CK_FILE" ]; then