mirror of
https://github.com/invoke-ai/InvokeAI
synced 2024-08-30 20:32:17 +00:00
Enable correct probing of LoRA latent-consistency/lcm-lora-sdxl (#5449)
- Closes #5435 Co-authored-by: Lincoln Stein <lstein@gmail.com>
This commit is contained in:
parent
d86d7e5c33
commit
7269c9f02e
@ -370,6 +370,8 @@ class LoRACheckpointProbe(CheckpointProbeBase):
|
||||
return BaseModelType.StableDiffusion1
|
||||
elif token_vector_length == 1024:
|
||||
return BaseModelType.StableDiffusion2
|
||||
elif token_vector_length == 1280:
|
||||
return BaseModelType.StableDiffusionXL # recognizes format at https://civitai.com/models/224641
|
||||
elif token_vector_length == 2048:
|
||||
return BaseModelType.StableDiffusionXL
|
||||
else:
|
||||
|
Loading…
Reference in New Issue
Block a user