Skip to content

Releases: HaozheLiu-ST/T-GATE

0.1.2

22 Apr 15:24
a29ec6e
Compare
Choose a tag to compare

Bug Fixes:

  • fix issue #10 by considering the number of warm-up steps num_warmup_steps in the TgateLoader's.

v0.1.1: Support the`Playground-v2.5-1024` model in the SDXL pipeline.

14 Apr 10:41
04ea1d0
Compare
Choose a tag to compare

All Commits

  • [pipeline_stable_diffusion_xl] fix issue #6 by adding a conditional check for denormalizing the latents.

Initial release of 🧨 TGATE

10 Apr 16:30
18ea62f
Compare
Choose a tag to compare

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.