zerhero commited on
Commit
cdea55a
1 Parent(s): 360f2ca

add more default lora

Browse files
Files changed (2) hide show
  1. models/checkpoints.py +2 -1
  2. models/loras.py +1 -0
models/checkpoints.py CHANGED
@@ -3,5 +3,6 @@ CHECKPOINT_LIST = (
3
  "https://civitai.com/api/download/models/609052, " # ponyPencilXL
4
  "https://civitai.com/api/download/models/128713, " # dreamShaper
5
  "https://civitai.com/api/download/models/609753, " # mala anime mix
6
- "https://civitai.com/models/4201/realistic-vision-v20, " # realistic vision
 
7
  )
 
3
  "https://civitai.com/api/download/models/609052, " # ponyPencilXL
4
  "https://civitai.com/api/download/models/128713, " # dreamShaper
5
  "https://civitai.com/api/download/models/609753, " # mala anime mix
6
+ "https://civitai.com/api/download/models/501240, " # realistic vision
7
+ "https://civitai.com/api/download/models/105924, " # cetus-mix
8
  )
models/loras.py CHANGED
@@ -17,4 +17,5 @@ LORA_LIST = (
17
  "https://civitai.com/api/download/models/177277, "
18
  "https://civitai.com/api/download/models/263721, "
19
  "https://civitai.com/api/download/models/331598, "
 
20
  )
 
17
  "https://civitai.com/api/download/models/177277, "
18
  "https://civitai.com/api/download/models/263721, "
19
  "https://civitai.com/api/download/models/331598, "
20
+ "https://civitai.com/api/download/models/162373, " # kobokanaeru
21
  )