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 15e5c9a commit 4070f26Copy full SHA for 4070f26
invokeai/backend/model_manager/config.py
@@ -175,7 +175,7 @@ def __init_subclass__(cls, **kwargs):
175
if issubclass(cls, LegacyProbeMixin):
176
ModelConfigBase.USING_LEGACY_PROBE.add(cls)
177
# Cannot use `elif isinstance(cls, UnknownModelConfig)` because UnknownModelConfig is not defined yet
178
- elif cls.__name__ != "UnknownModelConfig":
+ else:
179
ModelConfigBase.USING_CLASSIFY_API.add(cls)
180
181
@staticmethod
0 commit comments