ComfyUI Node
Nuke FrameHold
A ComfyUI node in Nuke/Time with 4 inputs and 1 output.
Nuke FrameHold
- image
- IMAGE
◄first_frame1►
◄increment0►
◄frame_start1►
CategoryNuke/Time
Inputs (4)
| Name | Type | Default | Description |
|---|---|---|---|
| image | IMAGE | Input frame batch, treated as a timeline: batch item i is timeline frame frame_start + i. | |
| first_frame | INT | 1-100000–100000 | Timeline frame number to hold. With increment=0 every output frame shows this frame; with increment>0 it is the frame where the increment stepping starts. |
| increment | INT | 00–100000 | 0 = hold first_frame for the whole batch. N > 0 = advance the held frame every N frames (first_frame, first_frame+N, first_frame+2N, ...). |
| frame_start | INT | 1-100000–100000 | Timeline frame number of the first batch item (batch item 0). Held frame numbers are clamped into [frame_start, frame_start + batch - 1]. |
Outputs (1)
| Name | Type | Description |
|---|---|---|
| IMAGE | IMAGE | — |