Skip to content

Commit 7269c9f

Browse files
lsteinLincoln Stein
andauthored
Enable correct probing of LoRA latent-consistency/lcm-lora-sdxl (#5449)
- Closes #5435 Co-authored-by: Lincoln Stein <[email protected]>
1 parent d86d7e5 commit 7269c9f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

invokeai/backend/model_management/model_probe.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -370,6 +370,8 @@ def get_base_type(self) -> BaseModelType:
370370
return BaseModelType.StableDiffusion1
371371
elif token_vector_length == 1024:
372372
return BaseModelType.StableDiffusion2
373+
elif token_vector_length == 1280:
374+
return BaseModelType.StableDiffusionXL # recognizes format at https://civitai.com/models/224641
373375
elif token_vector_length == 2048:
374376
return BaseModelType.StableDiffusionXL
375377
else:

0 commit comments

Comments
 (0)