ComfyUI Extension Lets MiniMax H3 Chain Clips With 0.95 Audio Continuity

A ComfyUI custom node makes MiniMax H3 clips chain seamlessly by carrying motion and the exact audio waveform across cuts.

·
·
ComfyUI Extension Lets MiniMax H3 Chain Clips With 0.95 Audio ContinuityPRO
Read2 min
TypeRepo
  • New ComfyUI node ComfyUI-H3-Motion-Context chains MiniMax H3 clips with continuous motion and audio.
  • Fixes ComfyUI's first/last-only keyframe restriction using runtime patches with startup self-tests.
  • Rewrites pinned audio coordinates onto the new clip's timeline, boosting seam correlation from ~0.45 to 0.95+.
  • Recommended config: context_length 22, encode_mode video, anchor_mode head, audio_mode timeline.
  • Audio quality degrades down long chains like photocopy loss; a constant ~10 ms offset remains.
  • MiniMax H3 is a 33B open-weight model producing 2K video with native stereo audio.

Stitching AI-generated video clips together has always been the ugly part of long-form generation. You render clip A, hand its last frame to the model, and clip B invents a new reality: motion resets, the camera drifts, and any audio becomes a cover-band version of what came before. A new ComfyUI extension called ComfyUI-H3-Motion-Context tackles this specifically for MiniMax H3, and the fix is more interesting than the usual last-frame trick.

Why H3 made chaining hard

MiniMax H3 (also known as Hailuo 3.0) is a 33B dense transformer available on Hugging Face and ModelScope under the MiniMax H3 Community License. Unlike most video models, it produces native 32kHz stereo in the same pass as the video, so dialogue, footsteps, room tone, and score all emerge from one model, with lip movement and ambience genuinely aligned. That single-pass audio is exactly what makes chaining hard: any join has to keep the waveform continuous, not just the pixels.

H3 already ships a keyframe system that tags frames with a time coordinate and re-injects them at every sampling step. The machinery to pin a whole run of frames was mathematically present, but a single check in ComfyUI rejected any keyframe that was not the first or last. This extension lifts that restriction at runtime and verifies its own math against ComfyUI's code at every startup.

Pro article

This story is for Pro members

You've reached the end of the free preview. Upgrade to AlphaSignal Pro to read the full article - and everything else behind the paywall.

Trending
  • No trending articles

Comments

avatar

Next Reads