mirror of
https://git.datalinker.icu/comfyanonymous/ComfyUI
synced 2026-09-04 01:57:08 +08:00
handle case where body is non-empty, but id is not provided
This commit is contained in:
parent
42116a1f8a
commit
5ae04fa6f1
@ -692,6 +692,8 @@ class PromptServer():
|
|||||||
queue_running = current_queue[0]
|
queue_running = current_queue[0]
|
||||||
if len(queue_running) > 0 and queue_running[0][1] == json_data["id"]:
|
if len(queue_running) > 0 and queue_running[0][1] == json_data["id"]:
|
||||||
nodes.interrupt_processing()
|
nodes.interrupt_processing()
|
||||||
|
else:
|
||||||
|
nodes.interrupt_processing()
|
||||||
else:
|
else:
|
||||||
nodes.interrupt_processing()
|
nodes.interrupt_processing()
|
||||||
return web.Response(status=200)
|
return web.Response(status=200)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user