mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2025-09-15 05:57:57 +00:00
Stop auto queue on error
This commit is contained in:
@@ -809,7 +809,8 @@ export class ComfyUI {
|
|||||||
if (
|
if (
|
||||||
this.lastQueueSize != 0 &&
|
this.lastQueueSize != 0 &&
|
||||||
status.exec_info.queue_remaining == 0 &&
|
status.exec_info.queue_remaining == 0 &&
|
||||||
document.getElementById("autoQueueCheckbox").checked
|
document.getElementById("autoQueueCheckbox").checked &&
|
||||||
|
! app.lastExecutionError
|
||||||
) {
|
) {
|
||||||
app.queuePrompt(0, this.batchCount);
|
app.queuePrompt(0, this.batchCount);
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user