mirror of
https://github.com/invoke-ai/InvokeAI
synced 2025-07-26 05:17:55 +00: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