mirror of
https://github.com/invoke-ai/InvokeAI
synced 2024-08-30 20:32:17 +00:00
Update invokeai/app/services/model_records/model_records_base.py
Co-authored-by: Ryan Dick <ryanjdick3@gmail.com>
This commit is contained in:
parent
344a56327a
commit
b4732a7308
@ -145,7 +145,7 @@ class ModelRecordServiceBase(ABC):
|
||||
f"More than one model matched the search criteria: base_model='{base_model}', model_type='{model_type}', model_name='{model_name}'."
|
||||
)
|
||||
if len(model_configs) == 0:
|
||||
raise UnknownModelException("No known model with name and type: {base_model}/{model_type}/{model_name}")
|
||||
raise UnknownModelException(f"More than one model matched the search criteria: base_model='{base_model}', model_type='{model_type}', model_name='{model_name}'.")
|
||||
return model_configs[0]
|
||||
|
||||
def rename_model(
|
||||
|
Loading…
Reference in New Issue
Block a user