mirror of
https://github.com/invoke-ai/InvokeAI
synced 2025-07-26 05:17:55 +00:00
Hard code source
This commit is contained in:
@ -15,4 +15,4 @@ def convert_from_omi(weights_sd: StateDict, base: BaseModelType):
|
||||
BaseModelType.StableDiffusion1: convert_sd_lora_key_sets(),
|
||||
BaseModelType.StableDiffusion3: convert_sd3_lora_key_sets(),
|
||||
}[base]
|
||||
return lora_util.convert_to_diffusers(weights_sd, keyset) # type: ignore
|
||||
return lora_util.__convert(weights_sd, keyset, "omi", "diffusers")
|
||||
|
Reference in New Issue
Block a user