Spaces:
Runtime error
Runtime error
add more default lora
Browse files- models/checkpoints.py +1 -0
- models/loras.py +1 -1
models/checkpoints.py
CHANGED
@@ -3,4 +3,5 @@ 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 |
)
|
|
|
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 |
)
|
models/loras.py
CHANGED
@@ -13,7 +13,7 @@ LORA_LIST = (
|
|
13 |
"https://huggingface.co/ByteDance/Hyper-SD/resolve/main/Hyper-SDXL-8steps-CFG-lora.safetensors?download=true, "
|
14 |
"https://civitai.com/api/download/models/30666, "
|
15 |
"https://civitai.com/api/download/models/134498, " # chibi https://civitai.com/models/123374/chibi-comic-style-q
|
16 |
-
"https://civitai.com/api/download/models/162417, "
|
17 |
"https://civitai.com/api/download/models/177277, "
|
18 |
"https://civitai.com/api/download/models/263721, "
|
19 |
"https://civitai.com/api/download/models/331598, "
|
|
|
13 |
"https://huggingface.co/ByteDance/Hyper-SD/resolve/main/Hyper-SDXL-8steps-CFG-lora.safetensors?download=true, "
|
14 |
"https://civitai.com/api/download/models/30666, "
|
15 |
"https://civitai.com/api/download/models/134498, " # chibi https://civitai.com/models/123374/chibi-comic-style-q
|
16 |
+
"https://civitai.com/api/download/models/162417, "
|
17 |
"https://civitai.com/api/download/models/177277, "
|
18 |
"https://civitai.com/api/download/models/263721, "
|
19 |
"https://civitai.com/api/download/models/331598, "
|