ComfyUI Node
⏩ S42 CutFlow Speed Ramp
A ComfyUI node in S42 CutFlow/Clip Ops with 5 inputs and 3 outputs.
⏩ S42 CutFlow Speed Ramp
- clip
- clip
- frame_count
- info
◄presetcustom►
◄speed_curve0:1.0, 12:0.25:ease_in_out, 36:0.25, 48:1.0:ease_in_out►
◄global_speed1.00►
◄interpolationblend►
CategoryS42 CutFlow/Clip Ops
Inputs (5)
| Name | Type | Default | Description |
|---|---|---|---|
| clip | IMAGE | Video clip to apply speed ramping to. | |
| preset | COMBO | custom | Speed curve preset. 'custom' uses the speed_curve keyframe string. 'montage' = fast-slow-fast for dynamic edits. 'bullet_time' = dramatic slow-motion in center. 'hero_moment' = slow build to freeze frame. 'whip_pan' = fast through middle. 'ramp_up'/'ramp_down' = gradual acceleration/deceleration. |
| speed_curve | STRING | 0:1.0, 12:0.25:ease_in_out, 36:0.25, 48:1.0:ease_in_out | Custom speed curve as keyframe string. Format: 'frame:speed_multiplier:easing' Example: '0:1.0, 12:0.25:ease_in, 36:0.25, 48:1.0:ease_out' Speed values: 0.1=very slow, 0.5=half speed, 1.0=normal, 2.0=double. Only used when preset='custom'. |
| global_speed | FLOAT | 1.000.1–10 | Global speed multiplier applied on top of the curve. 1.0 = no change. |
| interpolation | COMBO | blend | 'blend' = smooth linear interpolation between frames (recommended). 'duplicate' = nearest frame, faster but may look jittery. |
Outputs (3)
| Name | Type | Description |
|---|---|---|
| clip | IMAGE | — |
| frame_count | INT | — |
| info | STRING | — |