mirror of
https://github.com/invoke-ai/InvokeAI
synced 2024-08-30 20:32:17 +00:00
fix reversed args in _model_key() call
This commit is contained in:
parent
1f602e6143
commit
b31a6ff605
@ -237,8 +237,8 @@ class ModelCache(object):
|
||||
if subfolder and not submodel:
|
||||
possible_parent_key = self._model_key(
|
||||
repo_id_or_path,
|
||||
None,
|
||||
revision,
|
||||
None,
|
||||
SDModelType.Diffusers
|
||||
)
|
||||
if possible_parent_key in self.models:
|
||||
|
Loading…
Reference in New Issue
Block a user