Spaces:
Runtime error
Runtime error
add new loras model
Browse files- gui.py +0 -1
- models/loras.py +2 -1
gui.py
CHANGED
@@ -56,7 +56,6 @@ class GuiSD:
|
|
56 |
if model_name in self.model_list:
|
57 |
model_is_xl = "xl" in model_name.lower()
|
58 |
sdxl_in_vae = vae_model and "sdxl" in vae_model.lower()
|
59 |
-
model_type = "SDXL" if model_is_xl else "SD 1.5"
|
60 |
incompatible_vae = ((
|
61 |
model_is_xl and
|
62 |
vae_model and
|
|
|
56 |
if model_name in self.model_list:
|
57 |
model_is_xl = "xl" in model_name.lower()
|
58 |
sdxl_in_vae = vae_model and "sdxl" in vae_model.lower()
|
|
|
59 |
incompatible_vae = ((
|
60 |
model_is_xl and
|
61 |
vae_model and
|
models/loras.py
CHANGED
@@ -11,5 +11,6 @@ LORA_LIST = (
|
|
11 |
"https://civitai.com/api/download/models/28609, "
|
12 |
"https://huggingface.co/ByteDance/Hyper-SD/resolve/main/Hyper-SD15-8steps-CFG-lora.safetensors?download=true, "
|
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 |
)
|
|
|
11 |
"https://civitai.com/api/download/models/28609, "
|
12 |
"https://huggingface.co/ByteDance/Hyper-SD/resolve/main/Hyper-SD15-8steps-CFG-lora.safetensors?download=true, "
|
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 |
)
|