Wan-AI/Wan-Dancer-14B
Summary
Wan-Dancer is a hierarchical framework for generating long-duration, coherent dance videos from music, with model weights and inference code released on Hugging Face.
View Cached Full Text
Cached at: 07/16/26, 10:22 AM
Wan-AI/Wan-Dancer-14B Β· Hugging Face
Source: https://huggingface.co/Wan-AI/Wan-Dancer-14B

πWan-Dancerο½ π₯οΈGitHub| π€Hugging Face| π€ModelScope| πPaper
Wan-Dancer: A Hierarchical Framework for Minute-scale Coherent Music-to-Dance Generation
https://huggingface.co/Wan-AI/Wan-Dancer-14B#%F0%9F%94%A5-latest-newsπ₯ Latest News!!
- July 13, 2026: π We introduce**Wan-Dancer**, a method can generate long-duration, high-quality, rhythmic dance videos from music with global structure and temporal continuity. We released themodel weightsandinference code. And now you can try it onModelScope StudioorHuggingFace Space!
https://huggingface.co/Wan-AI/Wan-Dancer-14B#%F0%9F%93%91-todo-listπ Todo List
- Wan-Dancer Music-to-Dance- Inference code of Wan-Dancer - Checkpoints of Wan-Dancer - ComfyUI integration
https://huggingface.co/Wan-AI/Wan-Dancer-14B#run-wan-dancerRun Wan-Dancer
https://huggingface.co/Wan-AI/Wan-Dancer-14B#installationInstallation
Clone the repo:
git clone https://github.com/Wan-Video/Wan-Dancer.git
cd Wan-Dancer
Install dependencies:
python -m venv venv_wan_dancer
source venv_wan_dancer/bin/activate
# Install package in editable mode
pip install -e .
# Install additional and specific versions dependencies
pip install moviepy loguru librosa
pip install https://mirrors.aliyun.com/pytorch-wheels/cu124/torch-2.6.0+cu124-cp310-cp310-linux_x86_64.whl
pip install torchvision==0.21.0
pip install diffusers==0.34.0
pip install yunchang==0.5.0
pip install flash_attn==2.6.3
pip install xfuser==0.4.0
pip install transformers==4.46.2
https://huggingface.co/Wan-AI/Wan-Dancer-14B#model-downloadModel Download
Download models using huggingface-cli:
pip install "huggingface_hub[cli]"
huggingface-cli download Wan-AI/Wan-Dancer-14B --local-dir ./Wan-Dancer-14B
Download models using modelscope-cli:
pip install modelscope
modelscope download Wan-AI/Wan-Dancer-14B --local_dir ./Wan-Dancer-14B
https://huggingface.co/Wan-AI/Wan-Dancer-14B#run-wan-dancer-1Run Wan-Dancer
Wan-Dancer can generate long-duration, high-quality, rhythmic dance videos from music with global structure and temporal continuity. Our method decouples the process into global keyframe planning and local temporal refinement, leveraging full-track musical context to ensure long-range coherence.
https://huggingface.co/Wan-AI/Wan-Dancer-14B#1-%F0%9F%8E%AC-generate-global-keyframe-video1. π¬ Generate Global Keyframe Video
Run the global stage script:
cd Wan-Dancer
./gen_video_global.sh
https://huggingface.co/Wan-AI/Wan-Dancer-14B#%F0%9F%94%A7-important-parametersπ§ Important Parameters
ParameterDescriptionseedRandom seed for reproducibility.image\_pathPath to reference image. Example:gen\_video/ref\_image/1001\.jpg``prompt\_pathPath to prompt file (defines dance style).
Available styles:- Chinese Classic Dance:gen\_video/prompt/ε€ε
Έθ\_global\.txt
- K-Pop Dance:
gen\_video/prompt/kpop\_global\.txt - Street Dance:
gen\_video/prompt/θ‘θ\_global\.txt - Tap Dance:
gen\_video/prompt/θΈ’θΈθ\_global\.txt - Latin Dance:
gen\_video/prompt/ζδΈθ\_global\.txt
music\_pathPath to input music file. Example:gen\_video/music/ChineseClassicDance\.WAV``output\_folderOutput directory for generated video.timestampTimestamp identifier for output files.num\_inference\_stepsNumber of diffusion inference steps (e.g., 48).
https://huggingface.co/Wan-AI/Wan-Dancer-14B#%F0%9F%8C%B0-examplesπ° Examples
https://huggingface.co/Wan-AI/Wan-Dancer-14B#2-%F0%9F%8E%A5-generate-final-high-resolution-video2. π₯ Generate Final High-Resolution Video
Run the local refinement stage:
cd Wan-Dancer
./gen_video_local.sh
https://huggingface.co/Wan-AI/Wan-Dancer-14B#%F0%9F%94%A7-additional-required-parametersπ§ Additional Required Parameters
ParameterDescriptionglobal\_video\_pathPath to the global video generated in Step 1.Requiredfor local refinement.prompt\_pathPath to prompt file (defines dance style).
Available styles:- Chinese Classic Dance:gen\_video/prompt/ε€ε
Έθ\_local\.txt
- K-Pop Dance:
gen\_video/prompt/kpop\_local\.txt - Street Dance:
gen\_video/prompt/θ‘θ\_local\.txt - Tap Dance:
gen\_video/prompt/θΈ’θΈθ\_local\.txt - Latin Dance:
gen\_video/prompt/ζδΈθ\_local\.txt
β All other parameters (
seed,image\_path, etc.) are identical to Step 1.
https://huggingface.co/Wan-AI/Wan-Dancer-14B#%F0%9F%8C%B0-examples-1π° Examples
**Note:**Thenum\_inference\_stepsshould be set to a larger value (e.g., 48) for longer time videos.
https://huggingface.co/Wan-AI/Wan-Dancer-14B#citationCitation
If you use this code or framework in your research, please cite:
@article{wan-dancer-2026,
title={Wan-Dancer: A Hierarchical Framework for Minute-scale Coherent Music-to-Dance Generation},
author={Mingyang Huang, Peng Zhang, Li Hu, Guangyuan Wang, Bang Zhang},
website={https://humanaigc.github.io/wan-dancer/},
url={https://arxiv.org/abs/2607.09581},
year={2026}
}
https://huggingface.co/Wan-AI/Wan-Dancer-14B#license-agreementLicense Agreement
This project is licensed under the Apache 2.0 License β see theLICENSEfile for details.
https://huggingface.co/Wan-AI/Wan-Dancer-14B#acknowledgementsAcknowledgements
This work builds upon and integrates components from the following open-source projects:
Similar Articles
Wan-Dancer: A Hierarchical Framework for Minute-scale Coherent Music-to-Dance Generation
Wan-Dancer introduces a hierarchical framework for generating minute-scale coherent dances from music, addressing long-duration choreography generation.
Wan-Animate-2: Pushing the Application Boundaries of Character Animation Models
Wan-Animate-2 is a new end-to-end character animation framework that consumes driving videos directly in a redesigned Diffusion Transformer, achieving high-fidelity motion generation and identity preservation. It also introduces a lightweight variant for real-time streaming animation, with open-source weights released.
MACE-Dance: Motion-Appearance Cascaded Experts for Music-Driven Dance Video Generation
# Paper page - MACE-Dance: Motion-Appearance Cascaded Experts for Music-Driven Dance Video Generation Source: [https://huggingface.co/papers/2512.18181](https://huggingface.co/papers/2512.18181) ## Abstract MACE\-Dance is a music\-driven dance video generation framework that combines cascaded Mixture\-of\-Experts with diffusion models and specialized training strategies to achieve high\-quality visual appearance and realistic human motion\. With the rise of online dance\-video platforms and rapi
Wan-Streamer v0.1: End-to-end Real-time Interactive Foundation Models
Wan-Streamer is a unified end-to-end multimodal model for real-time audio-visual interaction using causal attention and integrated processing of visual, audio, and text modalities, achieving sub-second latency.
Light-WAM: Efficient World Action Models with State-Fusion Action Decoding
Light-WAM is a lightweight world action model for efficient robot manipulation that uses a compact video backbone and downsampled latent space for future-video supervision, achieving high performance with low inference latency.