mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2025-01-11 02:15:17 +00:00
Stop auto queue on error
This commit is contained in:
parent
3fcab0c642
commit
2e6270e328
@ -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);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user