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 7dc3e0f commit 55b13c1Copy full SHA for 55b13c1
invokeai/backend/model_manager/load/model_cache/model_cache.py
@@ -24,6 +24,7 @@
24
MB = 2**20
25
26
27
+# TODO(ryand): Where should this go? The ModelCache shouldn't be concerned with submodels.
28
def get_model_cache_key(model_key: str, submodel_type: Optional[SubModelType] = None) -> str:
29
if submodel_type:
30
return f"{model_key}:{submodel_type.value}"
0 commit comments