zuv0 commited on
Commit
ca83b15
·
verified ·
1 Parent(s): f135aea

Update downs.sh

Browse files
Files changed (1) hide show
  1. downs.sh +14 -0
downs.sh CHANGED
@@ -47,9 +47,23 @@ case $CHECKPOINT in
47
  6)
48
  CK_LINK="https://huggingface.co/zuv0/test/resolve/main/grimoire_p0666.safetensors"
49
  ;;
 
 
 
 
 
 
50
  a)
51
  CK_LINK="https://huggingface.co/cagliostrolab/animagine-xl-3.1/resolve/main/animagine-xl-3.1.safetensors"
52
  ;;
 
 
 
 
 
 
 
 
53
  *)
54
  echo "CHECKPOINT error!"
55
  ;;
 
47
  6)
48
  CK_LINK="https://huggingface.co/zuv0/test/resolve/main/grimoire_p0666.safetensors"
49
  ;;
50
+ 7)
51
+ CK_LINK="https://huggingface.co/zuv0/test/resolve/main/mizuiropony_v12.safetensors"
52
+ ;;
53
+ 8)
54
+ CK_LINK="https://huggingface.co/zuv0/test/resolve/main/nekodaxl_.safetensors"
55
+ ;;
56
  a)
57
  CK_LINK="https://huggingface.co/cagliostrolab/animagine-xl-3.1/resolve/main/animagine-xl-3.1.safetensors"
58
  ;;
59
+ d)
60
+ CK_LINK="https://huggingface.co/zuv0/test/resolve/main/noobaiXLNAIXL_earlyAccessVersion.safetensors"
61
+ ;;
62
+ gc)
63
+ rm -rf *.safetensors
64
+ echo "CHECKPOINT remove."
65
+ exit 0
66
+ ;;
67
  *)
68
  echo "CHECKPOINT error!"
69
  ;;