MochunniaN1 nielsr HF Staff commited on
Commit
487c0d9
·
verified ·
1 Parent(s): bf2f8f0

Improve model card: Add pipeline tag, library name, links, and description (#1)

Browse files

- Improve model card: Add pipeline tag, library name, links, and description (69876717f2e31ed5c0a861e1bb8f8ce16f1274cb)


Co-authored-by: Niels Rogge <nielsr@users.noreply.huggingface.co>

Files changed (1) hide show
  1. README.md +34 -3
README.md CHANGED
@@ -1,3 +1,34 @@
1
- ---
2
- license: apache-2.0
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ pipeline_tag: image-to-video
4
+ library_name: diffusers
5
+ ---
6
+
7
+ # One-to-All Animation: Alignment-Free Character Animation and Image Pose Transfer
8
+
9
+ One-to-All Animation is a unified framework for high-fidelity character animation and image pose transfer for references with arbitrary layouts. It addresses limitations of prior methods by handling spatially misaligned and partially visible references through self-supervised outpainting, a comprehensive identity feature extractor, and hybrid reference fusion attention.
10
+
11
+ - 📚 [Paper](https://huggingface.co/papers/2511.22940)
12
+ - 🌐 [Project Page](https://ssj9596.github.io/one-to-all-animation-project/)
13
+ - 💻 [GitHub Repository](https://github.com/ssj9596/One-to-All-Animation)
14
+
15
+ ## 🎭 Showcase - 1.3B Model Results
16
+
17
+ <p align="center">
18
+ <img src="https://github.com/ssj9596/One-to-All-Animation/raw/main/assets/combined_video1.gif" height="300"/> &nbsp;&nbsp; <img src="https://github.com/ssj9596/One-to-All-Animation/raw/main/assets/combined_video2.gif" height="300"/>
19
+ </p>
20
+
21
+ ## Usage
22
+
23
+ For detailed installation instructions, quick inference examples, and training scripts, please refer to the [GitHub repository](https://github.com/ssj9596/One-to-All-Animation).
24
+
25
+ ## Citation
26
+ If you find our work helpful or inspiring, please feel free to cite it.
27
+ ```bibtex
28
+ @article{zhou2024learning,
29
+ title={One-to-All Animation: Alignment-Free Character Animation and Image Pose Transfer},
30
+ author={Shi, Shijun and Xu, Jing and Li, Zhihang and Peng, Chunli and Yang, Xiaoda and Lu, Lijing and Hu, Kai and Zhang, Jiangning},
31
+ journal={arXiv preprint arXiv:2511.22940},
32
+ year={2025},
33
+ }
34
+ ```