ComfyUI Node
Frame Rate Modulator (Buff)
A ComfyUI node in Image/Animation with 6 inputs and 2 outputs.
Frame Rate Modulator (Buff)
- images
- images
- frame_count
◄modeframe_count►
◄target_frame_count30►
◄frame_multiplier1.0►
◄interpolationlinear►
◄loop_modeclamp►
CategoryImage/Animation
Inputs (6)
| Name | Type | Default | Description |
|---|---|---|---|
| images | IMAGE | Input batch of images to resample | |
| mode | COMBO | frame_count | frame_count: Set exact number of output frames multiplier: Scale input frame count by a factor |
| target_frame_countopt | INT | 301–10000 | Target number of frames for output (used when mode is 'frame_count') |
| frame_multiplieropt | FLOAT | 1.00.1–10 | Multiplier for frame count (used when mode is 'multiplier'). 2.0 = double frames (slow motion), 0.5 = half frames (speed up) |
| interpolationopt | COMBO | linear | Interpolation method: nearest: No interpolation, duplicate/skip frames linear: Linear blending between adjacent frames cubic: Smooth cubic interpolation |
| loop_modeopt | COMBO | clamp | How to handle out-of-bounds frames: clamp: Use first/last frame repeat: Loop the sequence mirror: Reverse and repeat |
Outputs (2)
| Name | Type | Description |
|---|---|---|
| images | IMAGE | — |
| frame_count | INT | — |