Uh oh!
There was an error while loading. Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork 7.3k
[feature] implement TeaCache #12589
Copy link
Copy link
Open
Labels
contributions-welcomeperformanceAnything related to performance improvements, profiling and benchmarkingAnything related to performance improvements, profiling and benchmarkingroadmapAdd to current release roadmapAdd to current release roadmap
Milestone
Description
Activity
Metadata
Metadata
Assignees
Labels
contributions-welcomeperformanceAnything related to performance improvements, profiling and benchmarkingAnything related to performance improvements, profiling and benchmarkingroadmapAdd to current release roadmapAdd to current release roadmap
Type
Projects
- StatusShow more project fieldsIn Progress
Currently, we support PAB and FasterCache. More details: https://huggingface.co/docs/diffusers/main/en/optimization/cache.
It'd be cool to support Timestep Embedding Tells: It's Time to Cache for Video Diffusion Model as it's quite popular in the community. Code is here:
https://github.com/ali-vilab/TeaCache
Before proceeding with a PR, please propose a design first in this thread. We can take it from there.