ComfyUI Node
✂ S42 CutFlow Multi Split
A ComfyUI node in S42 CutFlow/Clip Ops with 3 inputs and 3 outputs.
✂ S42 CutFlow Multi Split
- clip
- segment
- frame_count
- info
◄split_points24, 48►
◄segment_index0►
CategoryS42 CutFlow/Clip Ops
Inputs (3)
| Name | Type | Default | Description |
|---|---|---|---|
| clip | IMAGE | Video clip to split into segments. | |
| split_points | STRING | 24, 48 | Comma-separated frame indices where to split. E.g. '24, 48' splits into 3 segments: [0-23], [24-47], [48-end]. |
| segment_index | INT | 00–99 | Which segment to output (0-based). Segment 0 is before first split point. |
Outputs (3)
| Name | Type | Description |
|---|---|---|
| segment | IMAGE | — |
| frame_count | INT | — |
| info | STRING | — |