Unbow

Research

HunyuanVideo and Wan: Open Models Become Infrastructure

A note on open video stacks, first-last-frame control, and why inspectability matters.

Question

Together, HunyuanVideo and Wan2.1 show open video models becoming infrastructure.

The HunyuanVideo paper discusses data curation, architecture, scaled training, and training and inference infrastructure, alongside released code. The Wan2.1 repository brings text-to-video, image-to-video, video editing, text-to-image, video-to-audio, a 3D causal VAE, and first/last-frame control into an open ecosystem. Video generation can be deployed, inspected, accelerated, and modified outside a closed platform.

Technical Reading

Wan2.1's first/last-frame control deserves particular attention. It moves generation from starting at one state toward creating a transition between two states. That is useful for storyboarding, which already works through state design:

first frame: the character stands outside the door, holding a letter
last frame: the character has entered the room and placed the letter on the table

The model needs to supply coherent motion between those states. This control is closer to editing requirements than an image-to-video starting point alone.

HunyuanVideo contributes at another level by making enough of large-model training public to examine. Its paper and repository show how data, architecture, and inference systems jointly affect video quality.

Capability Boundary

Open models can still trail some closed models in image quality, speed, long-range consistency, and complex character interactions. Their value is a research baseline that exposes structure as well as results.

That structure helps a creator or developer investigate which layer failed: VAE compression, captions, the prompt, motion modeling, or sampling and inference settings.

Lab Judgment

I would use open video models to build a consistent test framework:

same reference image
same first and last frame
same prompt
same failure categories
same scoring notes

Closed models can help pursue the strongest usable result; open models can help explain failures. Both have a place over the long term: one supports production, while the other develops judgment.