mirror of
https://github.com/invoke-ai/InvokeAI
synced 2024-08-30 20:32:17 +00:00
swap y/n values for broken model reconfiguration prompt
This commit is contained in:
parent
7d77fb9691
commit
702da71515
@ -1185,9 +1185,9 @@ def report_model_error(opt: Namespace, e: Exception):
|
||||
"** Reconfiguration is being forced by environment variable INVOKE_MODEL_RECONFIGURE"
|
||||
)
|
||||
else:
|
||||
if click.confirm(
|
||||
"Do you want to run invokeai-configure script to select and/or reinstall models?",
|
||||
default=True,
|
||||
if not click.confirm(
|
||||
'Do you want to run invokeai-configure script to select and/or reinstall models?',
|
||||
default=False
|
||||
):
|
||||
return
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user