ComfyUI Node
Frame Blend
Adjusts the number of frames in an image sequence using various time remapping interpolation methods. Methods: - linear: Simple linear interpolation between frames - cosine: Smoother transitions using cosine interpolation - nearest: Smart frame selection without blending - RIFE: AI-powered frame interpolation (if ComfyUI-Frame-Interpolation package is installed) Features: - Seamless loop option for preserving looping sequences - Blend strength control for mixing interpolated and nearest frames - Can expand or reduce frame count - smart frame selection for smooth distribution of frames Note: RIFE option only appears if ComfyUI-Frame-Interpolation is installed.
Frame Blend
- image
- IMAGE
◄target_frames16►
◄blend_strength1.00►
◄method▾►
◄loop_seamlessfalse►
Categoryimage/animation
Inputs (5)
| Name | Type | Default | Description |
|---|---|---|---|
| image | IMAGE | Input image sequence/batch to be time-remapped | |
| target_frames | INT | 16 | Desired number of output frames. Can be more or less than input frames. |
| blend_strength | FLOAT | 1.000–1 | How much to blend between frames. 0 = nearest frame, 1 = full interpolation |
| method | COMBO | Interpolation method: linear (simple), cosine (smooth), or nearest (no blending) | |
| loop_seamless | BOOLEAN | false | Preserve seamless looping sequences by interpolating between last and first frame |
Outputs (1)
| Name | Type | Description |
|---|---|---|
| IMAGE | IMAGE | — |