Papers › HunyuanVideo: A Systematic Framework For Large Video Generative Models

HunyuanVideo: A Systematic Framework For Large Video Generative Models

3 Dec 2024arXiv:2412.03603archive 2025-07-28

Weijie Kong, Qi Tian, Zijian Zhang, Rox Min, Zuozhuo Dai, Jin Zhou, Jiangfeng Xiong, Xin Li, Bo Wu, Jianwei Zhang, Kathrina Wu, Qin Lin, Junkun Yuan, Yanxin Long, Aladdin Wang, Andong Wang, Changlin Li, Duojun Huang, Fang Yang, Hao Tan, Hongmei Wang, Jacob Song, Jiawang Bai, Jianbing Wu, Jinbao Xue, Joey Wang, Kai Wang, Mengyang Liu, Pengyu Li, Shuai Li, Weiyan Wang, Wenqing Yu, Xinchi Deng, Yang Li, Yi Chen, Yutao Cui, Yuanbo Peng, Zhentao Yu, Zhiyu He, Zhiyong Xu, Zixiang Zhou, Zunnan Xu, Yangyu Tao, Qinglin Lu, Songtao Liu, Dax Zhou, Hongfa Wang, Yong Yang, Di Wang, Yuhong Liu, Jie Jiang, Caesar Zhong

Recent advancements in video generation have significantly impacted daily life for both individuals and industries. However, the leading video generation models remain closed-source, resulting in a notable performance gap between industry capabilities and those available to the public. In this report, we introduce HunyuanVideo, an innovative open-source video foundation model that demonstrates performance in video generation comparable to, or even surpassing, that of leading closed-source models. HunyuanVideo encompasses a comprehensive framework that integrates several key elements, including data curation, advanced architectural design, progressive model scaling and training, and an efficient infrastructure tailored for large-scale model training and inference. As a result, we successfully trained a video generative model with over 13 billion parameters, making it the largest among all open-source models. We conducted extensive experiments and implemented a series of targeted designs to ensure high visual quality, motion dynamics, text-video alignment, and advanced filming techniques. According to evaluations by professionals, HunyuanVideo outperforms previous state-of-the-art models, including Runway Gen-3, Luma 1.6, and three top-performing Chinese video generative models. By releasing the code for the foundation model and its applications, we aim to bridge the gap between closed-source and open-source communities. This initiative will empower individuals within the community to experiment with their ideas, fostering a more dynamic and vibrant video generation ecosystem. The code is publicly available at https://github.com/Tencent/HunyuanVideo.

PaperPDFCodeCode Syntology ran

In Syntology Open this paper in Syntology's Atlas, the map of the papers in Syntology's graph and their citations.

For agents, Syntology's MCP tool lists every function and class Syntology harvested from this paper and whether it ran (how to connect): get_harvested_code_for_paper(arxiv_id="2412.03603")

Code

Syntology Ran 18 of 27 code samples harvested from 2 repositories linked to this paper; 9 have no recorded run. Of those that ran: 10 ran · our draft was wrong; 2 ran · fixture could not drive it; 6 ran with no contract checked.

By repository: official repository: 25 samples from 1 repository, 16 ran; community (archive-listed): 1 sample from 1 repository, 1 ran; 1 identical to code first harvested elsewhere. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

tencent/hunyuanvideo officialmentioned in papermentioned on GitHubpytorch report
tencent-hunyuan/hunyuanvideo mentioned on GitHubpytorch report

Repository list and official/mentioned flags are the archive's, frozen 2025-07-28. Reachability, where shown, is from one Syntology probe window (2026-09-16 to 2026-09-18); repositories not probed show nothing. GitHub stars are not tracked.

Code Syntology ran Syntology

27 samples harvested; 18 ran; 0 honoured the contract we drafted; 9 have no recorded run. Read from Syntology's graph 2026-09-24; that is when this build read the record, not when the samples ran.

10ran · our draft was wrong
2ran · fixture could not drive it
6ran
9unverified

Licence: 27 of the 27 samples are pointer only, meaning Syntology does not serve that copy's text. This page shows no code text for any sample; each one links to its file in the repository.

Harvested from 2 repositories linked to this paper, official or community; each sample names its own and says which. Some samples are identical code Syntology first harvested from another repository; for those, this paper's copy is not located and its licence is not recorded. “Ran” means the sample executed on a synthesized input. It does not mean the output is correct, and nothing here reproduces the paper's results. “Honoured” and “violated” refer to a contract Syntology drafted from the code itself; “our draft was wrong” and “fixture could not drive it” are failures of Syntology's instrument, not of the code.

Each sample ends with its code_sha256, Syntology's identity for that exact code. An agent fetches the stored sample with Syntology's MCP tool get_code(code_sha256="…") (how to connect); click an identity to copy that call.

Repository labels, per sample. official repository: The archive marks this repository official for the paper. named in the paper: The archive records that the paper mentions this repository; it is not marked official. community (archive-listed): In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper. found in paper text by Syntology: Syntology found this repository in the paper's own text; whether it is the authors' implementation is not asserted. community: Not in the archive's code links for this paper; a community repository Syntology harvested. Samples from a repository marked official are listed first. Licence labels name the repository's licence as recorded at harvest. “Pointer only” means Syntology does not serve that copy's text, for one of four reasons: no licence file was found; the licence was not identified; the licence is recorded as permissive but that copy's record is not marked cleared; or the licence is outside the permissive list Syntology serves text under (MIT, Apache-2.0, BSD and similar). Some licences outside that list permit redistribution, such as WTFPL, and GPL-3.0 under its conditions; they are simply not on the list. Hover a licence label for the reason. File links open the file on GitHub at the default branch, which may have changed since the harvest.

FinalLayer tencent/hunyuanvideo/hyvideo/modules/models.py official repository ran licence not identified · pointer only · db1fce6ba128923c · report
MLPEmbedder tencent/hunyuanvideo/hyvideo/modules/models.py official repository ran licence not identified · pointer only · fcbb385d2327fafe · report
ModulateDiT tencent/hunyuanvideo/hyvideo/modules/models.py official repository ran licence not identified · pointer only · 8f5178a632e5b33b · report
RMSNorm tencent/hunyuanvideo/hyvideo/modules/models.py official repository ran licence not identified · pointer only · 9fa452fc273f7d2a · report
TextProjection tencent/hunyuanvideo/hyvideo/modules/models.py official repository ran fingerprinted licence not identified · pointer only · 5f07c9ec80c3ada3 · report
TimestepEmbedder tencent/hunyuanvideo/hyvideo/modules/models.py official repository ran licence not identified · pointer only · 972e92f9877ffd4e · report
apply_gate tencent/hunyuanvideo/hyvideo/modules/models.py official repository ran · fixture could not drive it fingerprinted licence not identified · pointer only · 51349c7b63b0eefe · report
apply_rotary_emb tencent/hunyuanvideo/hyvideo/modules/models.py official repository ran · our draft was wrong licence not identified · pointer only · 11e474d70dbef16a · report
attention tencent/hunyuanvideo/hyvideo/modules/models.py official repository ran · our draft was wrong licence not identified · pointer only · 7f6ea85164888083 · report
get_activation_layer tencent/hunyuanvideo/hyvideo/modules/models.py official repository ran · our draft was wrong licence not identified · pointer only · 3522a7226855625c · report
get_cu_seqlens tencent/hunyuanvideo/hyvideo/modules/models.py official repository ran · our draft was wrong licence not identified · pointer only · 0e540842c62d05e8 · report
get_norm_layer tencent/hunyuanvideo/hyvideo/modules/models.py official repository ran · our draft was wrong licence not identified · pointer only · 73399259c03e64cf · report
modulate tencent/hunyuanvideo/hyvideo/modules/models.py official repository ran · our draft was wrong fingerprinted licence not identified · pointer only · b511dab275230850 · report
reshape_for_broadcast tencent/hunyuanvideo/hyvideo/modules/models.py official repository ran · fixture could not drive it fingerprinted licence not identified · pointer only · ca3d87e7de8abdfd · report
rotate_half tencent/hunyuanvideo/hyvideo/modules/models.py official repository ran · our draft was wrong fingerprinted licence not identified · pointer only · dda8bc930ad44165 · report
timestep_embedding tencent/hunyuanvideo/hyvideo/modules/models.py official repository ran · our draft was wrong fingerprinted licence not identified · pointer only · 1919bf556aed915f · report
HYVideoDiffusionTransformer tencent/hunyuanvideo/hyvideo/modules/models.py official repository unverified licence not identified · pointer only · a45df7821e4bd637 · report
IndividualTokenRefiner tencent/hunyuanvideo/hyvideo/modules/models.py official repository unverified licence not identified · pointer only · 6970107014bafe0d · report
IndividualTokenRefinerBlock tencent/hunyuanvideo/hyvideo/modules/models.py official repository unverified licence not identified · pointer only · 70c990db928810cb · report
MLP tencent/hunyuanvideo/hyvideo/modules/models.py official repository unverified licence not identified · pointer only · 1d7a9726d35da730 · report
MMDoubleStreamBlock tencent/hunyuanvideo/hyvideo/modules/models.py official repository unverified licence not identified · pointer only · 58e50396f807550d · report
MMSingleStreamBlock tencent/hunyuanvideo/hyvideo/modules/models.py official repository unverified licence not identified · pointer only · cfdd75d23de61f07 · report
PatchEmbed tencent/hunyuanvideo/hyvideo/modules/models.py official repository unverified licence not identified · pointer only · 66ff7f71531c44aa · report
SingleTokenRefiner tencent/hunyuanvideo/hyvideo/modules/models.py official repository unverified licence not identified · pointer only · a7d82a605d5baa39 · report
parallel_attention tencent/hunyuanvideo/hyvideo/modules/models.py official repository unverified licence not identified · pointer only · ffe9b91817aee3fa · report
retrieve_timesteps tencent-hunyuan/hunyuanvideo/hyvideo/diffusion/pipelines/pipeline_hunyuan_video.py community (archive-listed) ran · our draft was wrong licence not identified · pointer only · f3a81898d239b163 · report
rescale_noise_cfg identical code first harvested elsewhere ran · our draft was wrong fingerprinted licence of this copy not recorded · bea2d776a332f2b0 · report

Tasks

Video AlignmentVideo Generation

Results from the paper archive 2025-07-28

No leaderboard rows for this paper in the archive.

Report a problem or propose a change · a person checks every report against the paper or source before anything changes; decisions are listed on /corrections