diff --git a/invokeai/backend/model_manager/probe.py b/invokeai/backend/model_manager/probe.py index 759cb2fc46..75925dcf0b 100644 --- a/invokeai/backend/model_manager/probe.py +++ b/invokeai/backend/model_manager/probe.py @@ -110,14 +110,6 @@ class ModelProbe(object): ) -> None: cls.PROBES[format][model_type] = probe_class - @classmethod - def heuristic_probe( - cls, - model_path: Path, - fields: Optional[Dict[str, Any]] = None, - ) -> AnyModelConfig: - return cls.probe(model_path, fields) - @classmethod def probe( cls,