Skip to content

Commit 05b04df

Browse files
docs(mm): remove extraneous comment
1 parent 9abca8a commit 05b04df

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

invokeai/backend/model_manager/load/load_base.py

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -89,14 +89,6 @@ def __init__(self, config: Optional[AnyModelConfig], cache_record: CacheRecord,
8989
self.config = config
9090

9191

92-
# TODO(MM2):
93-
# Some "intermediary" subclasses in the ModelLoaderBase class hierarchy define methods that their subclasses don't
94-
# know about. I think the problem may be related to this class being an ABC.
95-
#
96-
# For example, GenericDiffusersLoader defines `get_hf_load_class()`, and StableDiffusionDiffusersModel attempts to
97-
# call it. However, the method is not defined in the ABC, so it is not guaranteed to be implemented.
98-
99-
10092
class ModelLoaderBase(ABC):
10193
"""Abstract base class for loading models into RAM/VRAM."""
10294

0 commit comments

Comments
 (0)