Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
chenpangpang
ComfyUI
Commits
2e6270e3
"git@developer.sourcefind.cn:gaoqiong/flash-attention.git" did not exist on "cb0daccc414021309b8748cbbcbfee5b2604eaf5"
Commit
2e6270e3
authored
Oct 14, 2023
by
Jairo Correa
Browse files
Stop auto queue on error
parent
3fcab0c6
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
web/scripts/ui.js
web/scripts/ui.js
+2
-1
No files found.
web/scripts/ui.js
View file @
2e6270e3
...
...
@@ -809,7 +809,8 @@ export class ComfyUI {
if
(
this
.
lastQueueSize
!=
0
&&
status
.
exec_info
.
queue_remaining
==
0
&&
document
.
getElementById
(
"
autoQueueCheckbox
"
).
checked
document
.
getElementById
(
"
autoQueueCheckbox
"
).
checked
&&
!
app
.
lastExecutionError
)
{
app
.
queuePrompt
(
0
,
this
.
batchCount
);
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment