Initial release of 🧨 TGATE
These are the release notes of the TGATE library.
TGATE accelerates inferences of [PixArtAlphaPipeline
], [StableDiffusionPipeline
], and [StableDiffusionXLPipeline
] by skipping the calculation of cross-attention once it converges. More details can be found at technical report.
🚀 Major Features
- Training-Free.
- Easily Integrate into Diffusers.
- Only a few lines of code are required.
- Complementary to DeepCache.
- Friendly support Stable Diffusion pipelines, PixArt, and Latent Consistency Models.
- 10%-50% speed up for different models.