We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d86d7e5 commit 7269c9fCopy full SHA for 7269c9f
invokeai/backend/model_management/model_probe.py
@@ -370,6 +370,8 @@ def get_base_type(self) -> BaseModelType:
370
return BaseModelType.StableDiffusion1
371
elif token_vector_length == 1024:
372
return BaseModelType.StableDiffusion2
373
+ elif token_vector_length == 1280:
374
+ return BaseModelType.StableDiffusionXL # recognizes format at https://civitai.com/models/224641
375
elif token_vector_length == 2048:
376
return BaseModelType.StableDiffusionXL
377
else:
0 commit comments