zerhero commited on
Commit
b428e5f
1 Parent(s): 7b997f3

remove unnecessary model

Browse files
Files changed (1) hide show
  1. models/checkpoints.py +2 -6
models/checkpoints.py CHANGED
@@ -1,8 +1,4 @@
1
  CHECKPOINT_LIST = (
2
- "https://civitai.com/api/download/models/597138, "
3
- "https://civitai.com/api/download/models/469243, "
4
- "https://civitai.com/api/download/models/609052, "
5
- "https://civitai.com/api/download/models/5036?type=Model&format=SafeTensor&size=full&fp=fp16, "
6
- "https://civitai.com/api/download/models/574369, "
7
- "https://huggingface.co/TechnoByte/MilkyWonderland/resolve/main/milkyWonderland_v40.safetensors"
8
  )
 
1
  CHECKPOINT_LIST = (
2
+ "https://civitai.com/api/download/models/597138, " # animaPencilXL
3
+ "https://civitai.com/api/download/models/609052, " # ponyPencilXL
 
 
 
 
4
  )