Add pipeline tag and update model card with metadata and links

#2
by nielsr HF Staff - opened
Files changed (1) hide show
  1. README.md +10 -3
README.md CHANGED
@@ -1,5 +1,9 @@
1
  ---
2
  license: mit
 
 
 
 
3
  ---
4
 
5
  **Quantized GGUF version of SCAIL-Preview.**
@@ -14,10 +18,13 @@ license: mit
14
  <div align="center">
15
  <a href='https://arxiv.org/abs/2512.05905'><img src='https://img.shields.io/badge/πŸ“– arXiv-2512.05905-red'></a>
16
  <a href='https://teal024.github.io/SCAIL/'><img src='https://img.shields.io/badge/🌐 Project Page-green'></a>
 
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.
@@ -29,7 +36,7 @@ Check our model architecture design, our video demo, as well as more comparisons
29
  - [ ] **Model Weights for Official 1.3B/14B SCAIL Model(720p with history support)**
30
 
31
  ## πŸ“‹ Note
32
- This repository only contains the model weights for the SCAIL model, for model inference, 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).
33
 
34
  ## πŸ“„ Citation
35
 
@@ -42,4 +49,4 @@ If you find this work useful in your research, please cite:
42
  journal={arXiv preprint arXiv:2512.05905},
43
  year={2025}
44
  }
45
- ```
 
1
  ---
2
  license: mit
3
+ pipeline_tag: image-to-video
4
+ base_model: zai-org/SCAIL-Preview
5
+ tags:
6
+ - gguf
7
  ---
8
 
9
  **Quantized GGUF version of SCAIL-Preview.**
 
18
  <div align="center">
19
  <a href='https://arxiv.org/abs/2512.05905'><img src='https://img.shields.io/badge/πŸ“– arXiv-2512.05905-red'></a>
20
  <a href='https://teal024.github.io/SCAIL/'><img src='https://img.shields.io/badge/🌐 Project Page-green'></a>
21
+ <a href='https://github.com/teal024/SCAIL-Official'><img src='https://img.shields.io/badge/πŸ’» Code-blue'></a>
22
  </div>
23
 
24
 
25
+ This repository contains the quantized GGUF 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.
26
+
27
+ The model was presented in the paper [SCAIL: Towards Studio-Grade Character Animation via In-Context Learning of 3D-Consistent Pose Representations](https://arxiv.org/abs/2512.05905).
28
 
29
  ## πŸ”Ž Project Page
30
  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.
 
36
  - [ ] **Model Weights for Official 1.3B/14B SCAIL Model(720p with history support)**
37
 
38
  ## πŸ“‹ Note
39
+ This repository only contains the model weights for the SCAIL model. For model inference, 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) repository.
40
 
41
  ## πŸ“„ Citation
42
 
 
49
  journal={arXiv preprint arXiv:2512.05905},
50
  year={2025}
51
  }
52
+ ```