mirror of
https://github.com/invoke-ai/InvokeAI.git
synced 2026-02-12 13:25:22 -05:00
Fix to config
This commit is contained in:
@@ -355,7 +355,7 @@ class LoRAOmiConfig(LoRAConfigBase, ModelConfigBase):
|
||||
base_str, _ = metadata["modelspec.architecture"].split("/")
|
||||
base_str = base_str.lower()
|
||||
|
||||
if "stable-diffusion-v1" in base_str:
|
||||
if "stable-diffusion-xl-v1-base" in base_str:
|
||||
base = BaseModelType.StableDiffusionXL
|
||||
elif "flux" in base_str:
|
||||
base = BaseModelType.Flux
|
||||
|
||||
Reference in New Issue
Block a user