nielsr HF Staff commited on
Commit
1882243
Β·
verified Β·
1 Parent(s): 664b128

Update license, add pipeline tag and improve model card

Browse files

Hi! This is Niels from the community science team at Hugging Face.

This PR improves the model card for SCAIL by:
- Adding the `image-to-video` pipeline tag for better discoverability.
- Updating the license to `apache-2.0` to match the official GitHub repository.
- Adding descriptive tags and linking author Hugging Face profiles.
- Linking the paper to the Hugging Face papers page in the markdown section.

Files changed (1) hide show
  1. README.md +23 -8
README.md CHANGED
@@ -1,12 +1,18 @@
1
  ---
2
- license: mit
 
 
 
 
 
3
  ---
 
4
  # SCAIL: Towards Studio-Grade Character Animation via In-Context Learning of 3D-Consistent Pose Representations
5
 
6
 
7
  <div align="center">
8
- <a href="https://arxiv.org/abs/2512.05905">
9
- <img src="https://img.shields.io/badge/πŸ“–%20arXiv-2512.05905-red">
10
  </a>
11
  <a href="https://teal024.github.io/SCAIL/">
12
  <img src="https://img.shields.io/badge/🌐%20Project%20Page-green">
@@ -17,14 +23,20 @@ license: mit
17
  </div>
18
 
19
 
20
- This repository contains the model weights for **SCAIL (Studio-Grade Character Animation via In-Context Learning)**, a framework that enables high-fidelity character animation under diverse and challenging conditions, including large motion variations, stylized characters, and multi-character interactions.
21
 
22
- ## πŸ”Ž Project Page
23
- Check our model architecture design, our video demo, as well as more comparisons against other baselines at [this link](https://teal024.github.io/SCAIL/), more creative examples will be added to the gallery soon.
 
 
24
 
 
 
 
 
25
 
26
  ## πŸ“‹ Note
27
- This repository only contains the model weights for the SCAIL model, for model inference and our plan, please refer to the [official repository](https://github.com/teal024/SCAIL-Official). For pose extraction, please refer to the [SCAIL-Pose](https://github.com/teal024/SCAIL-Pose).
28
 
29
  ## πŸ“„ Citation
30
 
@@ -33,8 +45,11 @@ If you find this work useful in your research, please cite:
33
  ```bibtex
34
  @article{yan2025scail,
35
  title={SCAIL: Towards Studio-Grade Character Animation via In-Context Learning of 3D-Consistent Pose Representations},
36
- author={Yan, Wenhao and Ye, Sheng and Yang, Zhuoyi and Teng, Jiayan and Dong, ZhenHui and Wen, Kairui and Gu, Xiaotao and Liu, Yong-Jin and Tang, Jie},
37
  journal={arXiv preprint arXiv:2512.05905},
38
  year={2025}
39
  }
40
  ```
 
 
 
 
1
  ---
2
+ license: apache-2.0
3
+ pipeline_tag: image-to-video
4
+ tags:
5
+ - character-animation
6
+ - 3d-pose
7
+ - motion-transfer
8
  ---
9
+
10
  # SCAIL: Towards Studio-Grade Character Animation via In-Context Learning of 3D-Consistent Pose Representations
11
 
12
 
13
  <div align="center">
14
+ <a href="https://huggingface.co/papers/2512.05905">
15
+ <img src="https://img.shields.io/badge/πŸ“–%20Paper-2512.05905-red">
16
  </a>
17
  <a href="https://teal024.github.io/SCAIL/">
18
  <img src="https://img.shields.io/badge/🌐%20Project%20Page-green">
 
23
  </div>
24
 
25
 
26
+ **SCAIL** (Studio-grade Character Animation via In-context Learning) is a framework designed to achieve high-fidelity character animation that meets studio standards. It addresses challenges in preserving structural fidelity and temporal consistency during motion transfer, especially in complex scenarios involving large motions and multi-character interactions.
27
 
28
+ Key features include:
29
+ - **3D-Consistent Pose Representations**: Provides a robust and flexible motion signal while preventing identity leakage.
30
+ - **Full-Context Pose Injection**: Enables effective spatio-temporal reasoning over entire motion sequences within a diffusion-transformer.
31
+ - **Studio-Grade Quality**: Trained on a curated data pipeline to ensure diversity and quality.
32
 
33
+ This repository contains the model weights for the **SCAIL-Preview (14B)** model.
34
+
35
+ ## πŸ”Ž Project Page
36
+ Check the model architecture design, video demos, and comparisons against other baselines at the [official project page](https://teal024.github.io/SCAIL/).
37
 
38
  ## πŸ“‹ Note
39
+ This repository contains the model weights for the SCAIL model. For model inference, environment setup, and the roadmap, please refer to the [official repository](https://github.com/teal024/SCAIL-Official). For pose extraction tools, refer to [SCAIL-Pose](https://github.com/teal024/SCAIL-Pose).
40
 
41
  ## πŸ“„ Citation
42
 
 
45
  ```bibtex
46
  @article{yan2025scail,
47
  title={SCAIL: Towards Studio-Grade Character Animation via In-Context Learning of 3D-Consistent Pose Representations},
48
+ author={Yan, Wenhao and Ye, Sheng English and Yang, Zhuoyi and Teng, Jiayan and Dong, ZhenHui and Wen, Kairui and Gu, Xiaotao and Liu, Yong-Jin and Tang, Jie},
49
  journal={arXiv preprint arXiv:2512.05905},
50
  year={2025}
51
  }
52
  ```
53
+
54
+ ## πŸ‘₯ Authors
55
+ [Wenhao Yan](https://huggingface.co/wenhaoyan77), Sheng Ye, Zhuoyi Yang, [Jiayan Teng](https://huggingface.co/tengjiayan), ZhenHui Dong, [Kairui Wen](https://huggingface.co/SKearbvaanl), [Xiaotao Gu](https://huggingface.co/xgeric), Yong-Jin Liu, [Jie Tang](https://huggingface.co/jerytang).