A node for ComfyUI that terminates the workflow processing if 'proceed' is set to False. More convenient than manually bypassing a bunch of nodes. This is a restructured version of the 'SRL Conditional Interrupt' node from the a/srl-nodes pack.
A node for ComfyUI that terminates the workflow processing if proceed
is set to False. More convenient than manually bypassing a bunch of nodes.
This is a restructured version of the SRL Conditional Interrupt
node from the srl-nodes pack. Thank you to @seanlynch for his original work.
My take on this function has the following differences:
proceed
in the UI, saving space in your workflowdelay_helper
input for control over processing orderinput
: Passthrough any data for processingproceed
: Determines whether to terminate the workflowdelay_helper
(optional, experimental): Additional input of any type that might help with postponing the execution of Conditional Interrupt if you find it's activating too early