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
Add `diffusers` sample usage to model card
This PR enhances the model card by adding a practical Python code snippet for sample usage. This allows users to quickly understand how to load and run the ToonComposer model using the diffusers library directly from the Hugging Face Hub.
The snippet includes a basic example demonstrating how to pass an initial colored keyframe, a sketch keyframe, and a text prompt to generate video frames, significantly improving the discoverability and usability of the model.
Thank you, Niels! But currently this model repo is weights-only and can't directly work with diffusers in the commands you wrote. We will update our codes for better diffusers support later.
Thanks, yes I closed the PR for that reason. Looking forward to Diffusers support!