Shuaishuai0219
commited on
Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,36 @@
|
|
1 |
-
|
2 |
-
|
3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
# Animate-X: Universal Character Image Animation with Enhanced Motion Representation
|
2 |
+
|
3 |
+
## This repo include the checkpoints for Animate-X:
|
4 |
+
|
5 |
+
- "models/dw-ll_ucoco_384.onnx": the checkpoint for dwpose extraction.
|
6 |
+
|
7 |
+
- "models/open_clip_pytorch_model.bin": the checkpoint for clip embedding.
|
8 |
+
|
9 |
+
- "models/animate-x.pth
|
10 |
+
": the checkpoint for X-character image animation in Animate-X (32 frames).
|
11 |
+
|
12 |
+
- "models/yolox_l.onnx": the checkpoint for dwpose extraction.
|
13 |
+
|
14 |
+
- "models/v2-1_512-ema-pruned.ckpt": the checkpoint for Stable Diffusion.
|
15 |
+
|
16 |
+
|
17 |
+
|
18 |
+
|
19 |
+
## BibTeX
|
20 |
+
|
21 |
+
If this repo is useful to you, please cite our corresponding technical paper.
|
22 |
+
|
23 |
+
```bibtex
|
24 |
+
@article{AnimateX2025,
|
25 |
+
title={Animate-X: Universal Character Image Animation with Enhanced Motion Representation},
|
26 |
+
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},
|
27 |
+
journal={arXiv preprint arXiv:2410.10306},
|
28 |
+
year={2025}
|
29 |
+
}
|
30 |
+
@article{wang2024unianimate,
|
31 |
+
title={UniAnimate: Taming Unified Video Diffusion Models for Consistent Human Image Animation},
|
32 |
+
author={Wang, Xiang and Zhang, Shiwei and Gao, Changxin and Wang, Jiayu and Zhou, Xiaoqiang and Zhang, Yingya and Yan, Luxin and Sang, Nong},
|
33 |
+
journal={arXiv preprint arXiv:2406.01188},
|
34 |
+
year={2024}
|
35 |
+
}
|
36 |
+
```
|