mirror of
https://github.com/invoke-ai/InvokeAI
synced 2024-08-30 20:32:17 +00:00
use correct key name from yaml
This commit is contained in:
parent
df0a5aa92a
commit
a50e0a4802
@ -321,7 +321,7 @@ class ModelInstallService(ModelInstallServiceBase):
|
|||||||
model_path = self._app_config.models_path / model_path
|
model_path = self._app_config.models_path / model_path
|
||||||
model_path = model_path.resolve()
|
model_path = model_path.resolve()
|
||||||
description = stanza.get("description", "")
|
description = stanza.get("description", "")
|
||||||
config_path =stanza.get("config_path", "")
|
config_path =stanza.get("config", "")
|
||||||
model_info = {"name": model_name, "description": description, "config_path": config_path}
|
model_info = {"name": model_name, "description": description, "config_path": config_path}
|
||||||
|
|
||||||
try:
|
try:
|
||||||
|
Loading…
Reference in New Issue
Block a user