ComfyUI Node
Frame Extender Advanced π
Advanced frame extension with comprehensive blending modes and transition effects
Frame Extender Advanced π
- source_video
- additional_frames
- extended_video
βinsert_position-1βΊ
βwidth512βΊ
βheight512βΊ
βinterpolationbilinearβΊ
βmethodkeep proportionβΊ
βconditionalwaysβΊ
βmultiple_of0βΊ
βblend_modenoneβΊ
βblend_frames0βΊ
βblend_strength1.0βΊ
βtransition_curvesmoothβΊ
βloop_additionalfalseβΊ
βreverse_additionalfalseβΊ
βfade_edgesfalseβΊ
βmemory_efficienttrueβΊ
Categoryimage/video
Inputs (17)
| Name | Type | Default | Description |
|---|---|---|---|
| source_video | IMAGE | Base video sequence to extend (IMAGE tensor format) | |
| additional_frames | IMAGE | Frames to add to the source video | |
| insert_position | INT | -1-1β10000 | Position to insert frames (-1 = end, 0 = beginning) |
| width | INT | 51264β8192 | Target width for frame resizing |
| height | INT | 51264β8192 | Target height for frame resizing |
| interpolation | COMBO | bilinear | Interpolation method for resizing |
| method | COMBO | keep proportion | Resizing method |
| condition | COMBO | always | When to apply resizing |
| multiple_of | INT | 00β512 | Round dimensions to multiple of this value (0 = disabled) |
| blend_mode | COMBO | none | Blending mode for transitions |
| blend_frames | INT | 00β100 | Number of transition frames for blending |
| blend_strength | FLOAT | 1.00β2 | Strength of blending effect |
| transition_curve | COMBO | smooth | Transition curve for blending |
| loop_additionalopt | BOOLEAN | false | Loop additional frames if source is longer |
| reverse_additionalopt | BOOLEAN | false | Reverse additional frames before adding |
| fade_edgesopt | BOOLEAN | false | Apply fade effect at sequence edges |
| memory_efficientopt | BOOLEAN | true | Process in chunks to save memory |
Outputs (1)
| Name | Type | Description |
|---|---|---|
| extended_video | IMAGE | β |