InvokeAI
InvokeAI copied to clipboard
[error handling]: REPL should catch and report exceptions instead of crashing the process
If you manage to trigger some exception from the invoke> prompt, it currently prints the traceback and crashes the whole process.
It should act more like ipython does, where it shows you the exception but if it's at all possible, leave the process running and ready to accept a new command.
Mostly the CLI does catch exceptions that occur during the generation process, but it crashes out if it gets something truly unrecoverable like being unable to load any models. Please indicate how you got the crash and I'll address.
There has been no activity in this issue for 14 days. If this issue is still being experienced, please reply with an updated confirmation that the issue is still being experienced with the latest release.