zerhero commited on
Commit
63421d9
1 Parent(s): 8265fb4

add more default lora

Browse files
Files changed (2) hide show
  1. models/checkpoints.py +1 -0
  2. models/loras.py +1 -0
models/checkpoints.py CHANGED
@@ -5,4 +5,5 @@ CHECKPOINT_LIST = (
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
  )
 
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
+ "https://civitai.com/api/download/models/233092, " # better than words
9
  )
models/loras.py CHANGED
@@ -18,4 +18,5 @@ LORA_LIST = (
18
  "https://civitai.com/api/download/models/263721, "
19
  "https://civitai.com/api/download/models/331598, "
20
  "https://civitai.com/api/download/models/416329, " # kobokanaeru
 
21
  )
 
18
  "https://civitai.com/api/download/models/263721, "
19
  "https://civitai.com/api/download/models/331598, "
20
  "https://civitai.com/api/download/models/416329, " # kobokanaeru
21
+ "https://civitai.com/api/download/models/160240. " # all in one
22
  )