mirror of
https://github.com/invoke-ai/InvokeAI.git
synced 2026-01-23 16:28:18 -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.