Instructions to use TencentARC/ToonComposer with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusion Single File
How to use TencentARC/ToonComposer with Diffusion Single File:
# No code snippets available yet for this library. # To use this model, check the repository files and the library's documentation. # Want to help? PRs adding snippets are welcome at: # https://github.com/huggingface/huggingface.js
- Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -5,14 +5,17 @@ language:
|
|
| 5 |
base_model:
|
| 6 |
- Wan-AI/Wan2.1-I2V-14B-480P
|
| 7 |
pipeline_tag: image-to-video
|
| 8 |
-
library_name:
|
|
|
|
|
|
|
|
|
|
| 9 |
---
|
| 10 |
|
| 11 |
<div align="center">
|
| 12 |
<img src='https://github.com/TencentARC/ToonComposer/raw/main/samples/ToonComposer-Icon.png' width='120px'>
|
| 13 |
</div>
|
| 14 |
|
| 15 |
-
<p align="center"> <b> ToonComposer: Streamlining Cartoon Production with Generative Post-Keyframing </b> </p>
|
| 16 |
|
| 17 |
<p align="center"> <a href='https://lg-li.github.io/project/tooncomposer'><img src='https://img.shields.io/badge/Project-Page-Green'></a>
|
| 18 |
<a href='https://huggingface.co/TencentARC/ToonComposer'><img src='https://img.shields.io/badge/%F0%9F%A4%97%20Hugging%20Face-Model-blue'></a>
|
|
@@ -39,5 +42,4 @@ If you find ToonComposer useful, please consider citing:
|
|
| 39 |
journal={arXiv preprint arXiv:2508.10881},
|
| 40 |
year={2025}
|
| 41 |
}
|
| 42 |
-
```
|
| 43 |
-
|
|
|
|
| 5 |
base_model:
|
| 6 |
- Wan-AI/Wan2.1-I2V-14B-480P
|
| 7 |
pipeline_tag: image-to-video
|
| 8 |
+
library_name: diffusion-single-file
|
| 9 |
+
tags:
|
| 10 |
+
- cartoon
|
| 11 |
+
- diffusion
|
| 12 |
---
|
| 13 |
|
| 14 |
<div align="center">
|
| 15 |
<img src='https://github.com/TencentARC/ToonComposer/raw/main/samples/ToonComposer-Icon.png' width='120px'>
|
| 16 |
</div>
|
| 17 |
|
| 18 |
+
<p align="center"> <b> ToonComposer: Streamlining Cartoon Production with Generative Post-Keyframing </b> <br> ICLR 2026 </p>
|
| 19 |
|
| 20 |
<p align="center"> <a href='https://lg-li.github.io/project/tooncomposer'><img src='https://img.shields.io/badge/Project-Page-Green'></a>
|
| 21 |
<a href='https://huggingface.co/TencentARC/ToonComposer'><img src='https://img.shields.io/badge/%F0%9F%A4%97%20Hugging%20Face-Model-blue'></a>
|
|
|
|
| 42 |
journal={arXiv preprint arXiv:2508.10881},
|
| 43 |
year={2025}
|
| 44 |
}
|
| 45 |
+
```
|
|
|