Skip to content

Initial release of 🧨 TGATE

Compare
Choose a tag to compare
@WentianZhang-ML WentianZhang-ML released this 10 Apr 16:30
18ea62f

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

📖 Quick Start

  • Start by installing TGATE: pip install tgate
  • More examples can be found at here.