mirror of
https://github.com/invoke-ai/InvokeAI
synced 2024-08-30 20:32:17 +00:00
model_cache.py: fix list_models
Signed-off-by: devops117 <55235206+devops117@users.noreply.github.com>
This commit is contained in:
parent
495104e941
commit
7c658c6d76
@ -147,7 +147,7 @@ class ModelCache(object):
|
||||
else:
|
||||
status = 'not loaded'
|
||||
|
||||
models = models.update(
|
||||
models.update(
|
||||
name = {
|
||||
'status': status,
|
||||
'description': description,
|
||||
|
Loading…
Reference in New Issue
Block a user