Animate-X: Universal Character Image Animation with Enhanced Motion Representation

Shuai Tan · Biao Gong · Xiang Wang · Shiwei Zhang
Dandan Zheng · Ruobing Zheng · Kecheng Zheng · Jingdong Chen · Ming Yang

Paper PDF Project Page
Ant Group   |   Tongyi Lab

## This repo include the checkpoints for Animate-X: - "checkpoints/dw-ll_ucoco_384.onnx": the checkpoint for dwpose extraction. - "checkpoints/open_clip_pytorch_model.bin": the checkpoint for clip embedding. - "checkpoints/animate-x_ckpt.pth": the checkpoint for X-character image animation in Animate-X (32 frames). - "checkpoints/yolox_l.onnx": the checkpoint for dwpose extraction. - "checkpoints/v2-1_512-ema-pruned.ckpt": the checkpoint for Stable Diffusion. ## BibTeX If this repo is useful to you, please cite our corresponding technical paper. ```bibtex @article{AnimateX2025, title={Animate-X: Universal Character Image Animation with Enhanced Motion Representation}, author={Tan, Shuai and Gong, Biao and Wang, Xiang and Zhang, Shiwei and Zheng, Dandan and Zheng, Ruobing and Zheng, Kecheng and Chen, Jingdong and Yang, Ming}, journal={arXiv preprint arXiv:2410.10306}, year={2025} } ```