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