ComfyUI Node
FrameFuse
A ComfyUI node in FrameFuse with 9 inputs and 4 outputs.
FrameFuse
- video_frames
- frame
- audio
- STITCHED_VIDEO
- AUDIO
- FRAME_COUNT
- REPORT
◄frame_index-1►
◄repeat_count1►
◄placement_modeappend_end►
◄resize_frame_to_videotrue►
◄fps24.00►
◄extend_audio_with_silencetrue►
CategoryFrameFuse
Inputs (9)
| Name | Type | Default | Description |
|---|---|---|---|
| video_frames | IMAGE | Video represented as a ComfyUI IMAGE batch, such as VHS_LoadVideo.IMAGE. | |
| frame | IMAGE | Still frame or IMAGE batch. The selected frame is stitched onto the video batch. | |
| frame_index | INT | -1-100000–100000 | Frame index to use from frame. Use -1 for the last frame in that batch. |
| repeat_count | INT | 11–1024 | How many copies of the selected frame to add. |
| placement_mode | COMBO | append_end | Add the selected frame(s) to the end or the beginning of the batch. |
| resize_frame_to_video | BOOLEAN | true | Resize frame to match video_frames before stitching. |
| fps | FLOAT | 24.001–240 | Frame rate used when extending audio with silence. |
| extend_audio_with_silence | BOOLEAN | true | Add matching silence to the audio in the same direction as the stitched frames. |
| audioopt | AUDIO | Optional audio to pass through or extend with silence. |
Outputs (4)
| Name | Type | Description |
|---|---|---|
| STITCHED_VIDEO | IMAGE | — |
| AUDIO | AUDIO | — |
| FRAME_COUNT | INT | — |
| REPORT | STRING | — |