Skip to content

Azula 0.3.0

Choose a tag to compare

@francois-rozet francois-rozet released this 07 Mar 13:28
· 32 commits to master since this release

First official release of Azula 🥳

✨ What's new

  • New Predictor-Corrector (PC) sampler (6990eec)
  • New Adams-Bashforth (AB) and exponential Adams-Bashforth (EAB) samplers (51fac6f)
    1. The AB sampler is equivalent to the linear multi-step (LMS) sampler from crowsonkb/k-diffusion.
    2. The EAB sampler is a multi-step generalization of the DPM-Solver sampler from LuChengTHU/dpm-solver
  • New cosine and rectified noise schedules (9d48dc2)
  • New Diffusion Posterior Sampling (DPS) guidance method (4e793d5)
  • New Moment Matching Posterior Sampling (MMPS) guidance method (ec2e858)
  • New VDM plugin (#10)
  • New EDM plugin (#9)
  • New EDM2 plugin (#14)
  • New tutorials (7e9352e, ec2102e)
  • Support for any-dimensional tensors (62240c0)
  • Improved U-Net architecture (2d727cd)

Full Changelog: 0.0.0...0.3.0