mirror of
https://github.com/invoke-ai/InvokeAI
synced 2024-08-30 20:32:17 +00:00
suppress description in "other models" tab for space reasons
This commit is contained in:
parent
ac6403f877
commit
2fc19d9afa
@ -132,7 +132,7 @@ class ModelInstall(object):
|
||||
name = name,
|
||||
base_type = base,
|
||||
model_type = model_type,
|
||||
description = value.get('description'),
|
||||
# description = value.get('description'),
|
||||
path = value.get('path'),
|
||||
installed = True,
|
||||
)
|
||||
|
Loading…
Reference in New Issue
Block a user