diff --git a/server.py b/server.py index c2ff3edf4..794d8d989 100644 --- a/server.py +++ b/server.py @@ -692,6 +692,8 @@ class PromptServer(): queue_running = current_queue[0] if len(queue_running) > 0 and queue_running[0][1] == json_data["id"]: nodes.interrupt_processing() + else: + nodes.interrupt_processing() else: nodes.interrupt_processing() return web.Response(status=200)