Nodes/comfy-ovum/Halt Toggle
ComfyUI Node

Halt Toggle

Halts execution when enabled. Can auto-reset so the next run proceeds.

By sfinktah·Created 12 months ago·Updated 9 months ago· 6
Halt Toggle
  • any_input
  • passthrough
  • effective_stop
  • reset_applied
stop_nowtrue
reset_after_stoptrue
delay0
Categoryovum/control

Inputs (4)

NameTypeDefaultDescription
stop_nowBOOLEANtrueWhen True, halt the workflow at this node.
reset_after_stopBOOLEANtrueIf True and a stop occurs, automatically set stop_now to False on the next run.
delayINT00–60000Delay in milliseconds before halting workflow.
any_inputopt*Optional passthrough input to keep graph wiring simple.

Outputs (3)

NameTypeDescription
passthrough*Passthrough of any_input
effective_stopBOOLEANWhether stopping was actually applied
reset_appliedBOOLEANWhether auto-reset was applied