mirror of
https://github.com/invoke-ai/InvokeAI
synced 2024-08-30 20:32:17 +00:00
fix CI failure in configure non-interactive mode; merged with main
This commit is contained in:
parent
49d29420c4
commit
563bf70c95
@ -877,7 +877,8 @@ def main():
|
||||
process_and_execute(opt, models_to_download)
|
||||
|
||||
postscript(errors=errors)
|
||||
input('Press any key to continue...')
|
||||
if not opt.yes_to_all:
|
||||
input('Press any key to continue...')
|
||||
except KeyboardInterrupt:
|
||||
print("\nGoodbye! Come back soon.")
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user