mirror of
https://github.com/invoke-ai/InvokeAI
synced 2024-08-30 20:32:17 +00:00
change model filter to None in second place
This commit is contained in:
parent
eea0d6f7bc
commit
1442f1cb8d
@ -467,7 +467,7 @@ class ModelManager(object):
|
|||||||
return True
|
return True
|
||||||
return False
|
return False
|
||||||
|
|
||||||
def list_models(self, model_type: SDModelType=SDModelType.Diffusers) -> dict[str,dict[str,str]]:
|
def list_models(self, model_type: SDModelType=None) -> dict[str,dict[str,str]]:
|
||||||
"""
|
"""
|
||||||
Return a dict of models, in format [model_type][model_name], with
|
Return a dict of models, in format [model_type][model_name], with
|
||||||
following fields:
|
following fields:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user