You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[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)