mirror of
https://github.com/invoke-ai/InvokeAI
synced 2024-08-30 20:32:17 +00:00
fix typo
This commit is contained in:
parent
229f782e3b
commit
1260e28d94
@ -155,7 +155,7 @@ class ModelCache(object):
|
||||
for name in models:
|
||||
line = f'{name:25s} {models[name]["status"]:>10s} {models[name]["description"]}'
|
||||
if models[name]['status'] == 'active':
|
||||
line = f'\033[1m{line}\033[0m')
|
||||
line = f'\033[1m{line}\033[0m'
|
||||
print(line)
|
||||
|
||||
def del_model(self, model_name:str) -> None:
|
||||
|
Loading…
Reference in New Issue
Block a user