Guide

ComfyUI Longer Videos with Sustained Motion

How to create 10+, 15, or 20-second videos where motion flows continuously rather than repeating every 5 seconds.

What You'll Learn

๐Ÿ”„ Why Motion Repeats

Most video models (Wan 2.1, LTX-Video) are trained on 5-second clips. When you generate a longer video:

โš ๏ธ This is a fundamental limitation. Wan 2.1 is trained on 5s videos. Going beyond that requires special techniques.

๐Ÿ› ๏ธ Methods for Sustained Motion

MethodLengthDifficultyBest For
Frame Chaining10-20sMediumContinuous motion
Multi-Clip15-30sHardScene transitions
LTX-Video Native8-12sEasyQuick longer videos
Infinite/Loop WorkflowUnlimitedAdvancedVery long sequences

๐Ÿ”— Method 1: Frame Chaining (Recommended)

Generate the first 5 seconds, then use the last frame as the input for the next segment.

Steps:

  1. 1Generate your first clip (5 seconds, e.g., 16fps = 80 frames)
  2. 2Extract the last frame from the output
  3. 3Use that frame as the input image for I2V generation
  4. 4Write a prompt that continues the action: continuing from previous scene, [action]...
  5. 5Repeat until you have the desired length
  6. 6Concatenate all clips in a video editor

Key Tips:

Best Practice: Keep prompts simple and action-focused. "A person walking forward" is easier to continue than complex scene changes.

๐ŸŽฌ Method 2: Wan 2.1 Multi-Clip

Use the Wan 2.1 MultiClip workflow to generate longer videos (up to 20 seconds) in a single pass.

Where to Find:

How It Works:

โš ๏ธ VRAM Intensive: MultiClip requires ~16GB VRAM for longer videos. May not work on 12GB cards.

โœ๏ธ Prompt Strategy for Sustained Motion

Instead of:

Do this (frame chaining):

Prompt Templates:

Negative Prompts (Important):

๐Ÿ“‹ Quick Reference: Frame Count

Duration16 fps24 fps30 fps
5 seconds80 frames120 frames150 frames
10 seconds160 frames240 frames300 frames
15 seconds240 frames360 frames450 frames
20 seconds320 frames480 frames600 frames
โš ๏ธ Quality Warning: Even with these techniques, videos longer than 10-15 seconds often show quality degradation, motion artifacts, or consistency issues. Consider breaking longer narratives into multiple shorter clips.
๐Ÿ“š Sources:
Reddit: Video Generation Best Practices ยท Reddit: Wan 2.1 MultiClip ยท Reddit: Infinite Video Workflow