mirror of
https://github.com/invoke-ai/InvokeAI
synced 2024-08-30 20:32:17 +00:00
Download all model types.
This commit is contained in:
parent
86b62cfccc
commit
cbb90cbdbb
@ -145,8 +145,7 @@ class ModelInstall(object):
|
||||
models = set()
|
||||
for key, value in self.datasets.items():
|
||||
name,base,model_type = ModelManager.parse_key(key)
|
||||
if model_type==ModelType.Main:
|
||||
models.add(key)
|
||||
models.add(key)
|
||||
return models
|
||||
|
||||
def recommended_models(self)->Set[str]:
|
||||
|
Loading…
Reference in New Issue
Block a user