mirror of
https://github.com/invoke-ai/InvokeAI.git
synced 2026-04-23 03:00:31 -04:00
Remove references to model_records service, change submodel property on ModelInfo to submodel_type to support new params in model manager
This commit is contained in:
committed by
psychedelicious
parent
b0835db47d
commit
35e8a33dfd
@@ -499,7 +499,7 @@ class ModelManager(object):
|
||||
model_class=model_class,
|
||||
base_model=base_model,
|
||||
model_type=model_type,
|
||||
submodel=submodel_type,
|
||||
submodel_type=submodel_type,
|
||||
)
|
||||
|
||||
if model_key not in self.cache_keys:
|
||||
|
||||
Reference in New Issue
Block a user