mirror of
https://github.com/invoke-ai/InvokeAI
synced 2024-08-30 20:32:17 +00:00
feat(model management): guess whether a VAE is for SDXL based on its name
This commit is contained in:
parent
e0f8274f49
commit
e487bcd0f7
@ -474,7 +474,7 @@ class VaeFolderProbe(FolderProbeBase):
|
||||
return BaseModelType.StableDiffusionXL
|
||||
elif self._name_looks_like_sdxl():
|
||||
# but SD and SDXL VAE are the same shape (3-channel RGB to 4-channel float scaled down
|
||||
# by a factor of 8), necessarily tell them apart by config hyperparameters.
|
||||
# by a factor of 8), we can't necessarily tell them apart by config hyperparameters.
|
||||
return BaseModelType.StableDiffusionXL
|
||||
else:
|
||||
return BaseModelType.StableDiffusion1
|
||||
|
Loading…
x
Reference in New Issue
Block a user