Skip to content

v0.1.3

Latest
Compare
Choose a tag to compare
@dbolya dbolya released this 14 May 22:18
· 1 commit to main since this release

v0.1.3

  • [2023.04.24] Random perturbations now use a separate rng so it doesn't affect the rest of the diffusion process. Thanks @alihassanijr! This makes it so that tomesd has no effect on the underlying torch seed. In platforms that set the seed automatically, this won't have much of an effect, but for those that aren't as careful at setting seeds this will improve results.
  • [2023.04.25] Fixed an issue with the separate rng on mps devices. (Fixes #27)
  • [2023.05.14] Added fallback to CPU for non-supported devices for the separate rng generator.
  • [2023.05.14] Defined use_ada_layer_norm_zero just in case for older diffuser versions. (Fixes #20)