Home

Awesome

ToonCrafter: Generative Cartoon Interpolation

<!-- ![](./assets/logo_long.png#gh-light-mode-only){: width="50%"} --> <!-- ![](./assets/logo_long_dark.png#gh-dark-mode-only=100x20) --> <div align="center"> <img src='assets/logo/logo2.png' style="height:100px"></img>

<a href='https://arxiv.org/abs/2405.17933'><img src='https://img.shields.io/badge/arXiv-2405.17933-b31b1b.svg'></a>   <a href='https://doubiiu.github.io/projects/ToonCrafter/'><img src='https://img.shields.io/badge/Project-Page-Green'></a>   <a href='https://www.youtube.com/watch?v=u3F35do93_8'><img src='https://img.shields.io/badge/Youtube-Video-b31b1b.svg'></a><br> <a href='https://replicate.com/fofr/tooncrafter'><img src='https://img.shields.io/badge/replicate-Demo-blue'></a>   <a href='https://github.com/camenduru/ToonCrafter-jupyter'><img src='https://img.shields.io/badge/Colab-Demo-Green'></a>  <a href='https://huggingface.co/spaces/Doubiiu/tooncrafter'><img src='https://img.shields.io/badge/%F0%9F%A4%97%20Hugging%20Face%20ToonCrafter-Demo-blue'></a>

Jinbo Xing, Hanyuan Liu, Menghan Xia, Yong Zhang, Xintao Wang, Ying Shan, Tien-Tsin Wong <br><br> From CUHK and Tencent AI Lab.

<strong>at SIGGRAPH Asia 2024, Journal Track</strong>

</div>

🔆 Introduction

⚠️ Please check our disclaimer first.

🤗 ToonCrafter can interpolate two cartoon images by leveraging the pre-trained image-to-video diffusion priors. Please check our project page and paper for more information. <br>

1.1 Showcases (512x320)

<table class="center"> <tr style="font-weight: bolder;text-align:center;"> <td>Input starting frame</td> <td>Input ending frame</td> <td>Generated video</td> </tr> <tr> <td> <img src=assets/72109_125.mp4_00-00.png width="250"> </td> <td> <img src=assets/72109_125.mp4_00-01.png width="250"> </td> <td> <img src=assets/00.gif width="250"> </td> </tr> <tr> <td> <img src=assets/Japan_v2_2_062266_s2_frame1.png width="250"> </td> <td> <img src=assets/Japan_v2_2_062266_s2_frame3.png width="250"> </td> <td> <img src=assets/03.gif width="250"> </td> </tr> <tr> <td> <img src=assets/Japan_v2_1_070321_s3_frame1.png width="250"> </td> <td> <img src=assets/Japan_v2_1_070321_s3_frame3.png width="250"> </td> <td> <img src=assets/02.gif width="250"> </td> </tr> <tr> <td> <img src=assets/74302_1349_frame1.png width="250"> </td> <td> <img src=assets/74302_1349_frame3.png width="250"> </td> <td> <img src=assets/01.gif width="250"> </td> </tr> </table>

1.2 Sparse sketch guidance

<table class="center"> <tr style="font-weight: bolder;text-align:center;"> <td>Input starting frame</td> <td>Input ending frame</td> <td>Input sketch guidance</td> <td>Generated video</td> </tr> <tr> <td> <img src=assets/72105_388.mp4_00-00.png width="200"> </td> <td> <img src=assets/72105_388.mp4_00-01.png width="200"> </td> <td> <img src=assets/06.gif width="200"> </td> <td> <img src=assets/07.gif width="200"> </td> </tr> <tr> <td> <img src=assets/72110_255.mp4_00-00.png width="200"> </td> <td> <img src=assets/72110_255.mp4_00-01.png width="200"> </td> <td> <img src=assets/12.gif width="200"> </td> <td> <img src=assets/13.gif width="200"> </td> </tr> </table>

2. Applications

2.1 Cartoon Sketch Interpolation (see project page for more details)

<table class="center"> <tr style="font-weight: bolder;text-align:center;"> <td>Input starting frame</td> <td>Input ending frame</td> <td>Generated video</td> </tr> <tr> <td> <img src=assets/frame0001_10.png width="250"> </td> <td> <img src=assets/frame0016_10.png width="250"> </td> <td> <img src=assets/10.gif width="250"> </td> </tr> <tr> <td> <img src=assets/frame0001_11.png width="250"> </td> <td> <img src=assets/frame0016_11.png width="250"> </td> <td> <img src=assets/11.gif width="250"> </td> </tr> </table>

2.2 Reference-based Sketch Colorization

<table class="center"> <tr style="font-weight: bolder;text-align:center;"> <td>Input sketch</td> <td>Input reference</td> <td>Colorization results</td> </tr> <tr> <td> <img src=assets/04.gif width="250"> </td> <td> <img src=assets/frame0001_05.png width="250"> </td> <td> <img src=assets/05.gif width="250"> </td> </tr> <tr> <td> <img src=assets/08.gif width="250"> </td> <td> <img src=assets/frame0001_09.png width="250"> </td> <td> <img src=assets/09.gif width="250"> </td> </tr> </table>

📝 Changelog

🧰 Models

ModelResolutionGPU Mem. & Inference Time (A100, ddim 50steps)Checkpoint
ToonCrafter_512320x512~24G & 24s (perframe_ae=True)Hugging Face

We get the feedback from issues that the model may consume about 24G~27G GPU memory in this implementation, but the community has lowered the consumption to ~10GB.

Currently, our ToonCrafter can support generating videos of up to 16 frames with a resolution of 512x320. The inference time can be reduced by using fewer DDIM steps.

⚙️ Setup

Install Environment via Anaconda (Recommended)

conda create -n tooncrafter python=3.8.5
conda activate tooncrafter
pip install -r requirements.txt

💫 Inference

1. Command line

Download pretrained ToonCrafter_512 and put the model.ckpt in checkpoints/tooncrafter_512_interp_v1/model.ckpt.

  sh scripts/run.sh

2. Local Gradio demo

Download the pretrained model and put it in the corresponding directory according to the previous guidelines.

  python gradio_app.py 

🤝 Community Support

  1. ComfyUI and pruned models (fp16): ComfyUI-DynamiCrafterWrapper (Thanks to kijai)
ModelResolutionGPU Mem.Checkpoint
ToonCrafter512x32012GBHugging Face
  1. ComfyUI. ComfyUI-ToonCrafter (Thanks to Yorha4D)

  2. Colab. Code (Thanks to camenduru), Code (Thanks to 0smboy)

  3. Windows platform support: ToonCrafter-for-windows (Thanks to sdbds)

  4. Sketch-guidance implementation: ToonCrafter_with_SketchGuidance (Thanks to mattyamonaca)

😉 Citation

Please consider citing our paper if our code is useful:

@article{xing2024tooncrafter,
  title={ToonCrafter: Generative Cartoon Interpolation},
  author={Xing, Jinbo and Liu, Hanyuan and Xia, Menghan and Zhang, Yong and Wang, Xintao and Shan, Ying and Wong, Tien-Tsin},
  journal={arXiv preprint arXiv:2405.17933},
  year={2024}
}

🙏 Acknowledgements

We would like to thank Xiaoyu for providing the sketch extractor, and supraxylon for the Windows batch script.

<a name="disc"></a>

📢 Disclaimer

We have not set up any official profit-making projects or web applications. Please be cautious.

Calm down. Our framework opens up the era of generative cartoon interpolation, but due to the variaity of generative video prior, the success rate is not guaranteed.

⚠️This is an open-source research exploration, instead of commercial products. It can't meet all your expectations.

This project strives to impact the domain of AI-driven video generation positively. Users are granted the freedom to create videos using this tool, but they are expected to comply with local laws and utilize it responsibly. The developers do not assume any responsibility for potential misuse by users.