InvokeAI icon indicating copy to clipboard operation
InvokeAI copied to clipboard

[error handling]: REPL should catch and report exceptions instead of crashing the process

Open keturn opened this issue 2 years ago • 1 comments

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.

keturn avatar Dec 07 '22 00:12 keturn

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.

lstein avatar Dec 07 '22 15:12 lstein

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.

github-actions[bot] avatar Mar 19 '23 06:03 github-actions[bot]