ComfyUI Node
Halt Toggle
Halts execution when enabled. Can auto-reset so the next run proceeds.
Halt Toggle
- any_input
- passthrough
- effective_stop
- reset_applied
◄stop_nowtrue►
◄reset_after_stoptrue►
◄delay0►
Categoryovum/control
Inputs (4)
| Name | Type | Default | Description |
|---|---|---|---|
| stop_now | BOOLEAN | true | When True, halt the workflow at this node. |
| reset_after_stop | BOOLEAN | true | If True and a stop occurs, automatically set stop_now to False on the next run. |
| delay | INT | 00–60000 | Delay in milliseconds before halting workflow. |
| any_inputopt | * | Optional passthrough input to keep graph wiring simple. |
Outputs (3)
| Name | Type | Description |
|---|---|---|
| passthrough | * | Passthrough of any_input |
| effective_stop | BOOLEAN | Whether stopping was actually applied |
| reset_applied | BOOLEAN | Whether auto-reset was applied |