ComfyUI Node
ib video slicer
A ComfyUI node in video with 8 inputs and 5 outputs.
ib video slicer
- image
- image_width
- image_height
- total_frames_count
- slice_index
◄video►
◄frame_modeincrement►
◄lag_onfalse►
◄loop_onfalse►
◄loop_every_n_frames0►
◄start_frame0►
◄end_frame-1►
◄skip_every_n_frames1►
Categoryvideo
Inputs (8)
| Name | Type | Default | Description |
|---|---|---|---|
| video | COMBO | 1 options: | |
| frame_mode | COMBO | increment | 3 options: increment, decrement, random |
| lag_on | BOOLEAN | false | — |
| loop_on | BOOLEAN | false | — |
| loop_every_n_frames | INT | 00–2147483647 | If loop on: 0 = wrap full slice list; N>0 = wrap first N indices only. |
| start_frame | INT | 00–2147483647 | — |
| end_frame | INT | -1-1–2147483647 | — |
| skip_every_n_frames | INT | 11–10000 | 1 = every frame in range; 2 = every second, etc. |
Outputs (5)
| Name | Type | Description |
|---|---|---|
| image | IMAGE | — |
| image_width | INT | — |
| image_height | INT | — |
| total_frames_count | INT | — |
| slice_index | INT | — |