Seedance 2.0 - Extend Video is a ComfyUI workflow that continues an input clip by generating follow-on frames and trimming to the most seamless handoff point. It uses LoadVideo and GetVideoComponents to ingest your source, extract frames, FPS, and audio, and then feeds a follow-up text prompt into the Seedance 2.0 generator (ByteDance2ReferenceNode). The prompt describes what happens immediately after the last frame of your input, and the model predicts a continuation as a batch of new frames. PrimitiveStringMultiline and StringConcatenate are used to assemble the final conditioning text you send into the generator.

Because model-generated continuations won’t perfectly match your last real frame, the workflow includes an automatic cut-point aid. The Preview Images Difference node (f1f7c973-e50b-4ec7-84c5-0ef2eef1fc84) compares each generated frame to the last input frame and visualizes color difference; the darkest preview indicates the closest visual match. You select that index and trim the generated batch starting from that frame with ImageFromBatch+, then concatenate original frames with the trimmed continuation via BatchImagesNode. CreateVideo rebuilds a new clip at the source FPS, AudioConcat preserves or stitches audio as needed, and SaveVideo writes the final extended video. PreviewImage nodes are included to quickly inspect the last source frame and candidate match frames before committing to render.

FAQ

Questions Fréquentes

Voir tous les workflows
Character
Cinematic
Image to Video
Lip Sync
Multiple Angles
Portrait
Style Reference
Style Transfer
Text to Video
Video Generation
Video
Showing 30 of 579 templates