mirror of
https://github.com/invoke-ai/InvokeAI.git
synced 2026-02-05 11:04:58 -05:00
When the processor has an error and it has a queue item, mark that item failed. This addresses processor errors resulting in `in_progress` queue items, which create a soft lock of the processor, requiring the user to cancel the `in_progress` item before anything else processes.