You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The post /interrupt endpoint allows clearing the current running node. However, a race condition might result in it cancelling the wrong job. The PostInterrupt() should take a prompt_id to ensure it will cancel the correct job only.
The post
/interrupt
endpoint allows clearing the current running node. However, a race condition might result in it cancelling the wrong job. ThePostInterrupt()
should take aprompt_id
to ensure it will cancel the correct job only.See
api_client_base.py
:comfy-catapult/comfy_catapult/api_client_base.py
Line 128 in 2a72ebb
See
server.py
:https://github.com/comfyanonymous/ComfyUI/blob/ee2c5fa72d4fc1714576fac7ba64aa5d607303d0/server.py#L507
Blocked on: comfyanonymous/ComfyUI#2566
The text was updated successfully, but these errors were encountered: