InvokeAI/ldm/models
Lincoln Stein 3e48b9ff85 cut over from karras to model noise schedule for higher steps
The k_samplers come with a "karras" noise schedule which performs
very well at low step counts but becomes noisy at higher ones.

This commit introduces a threshold (currently 30 steps) at which the
k samplers will switch over from using karras to the older model
noise schedule.
2022-10-22 23:02:50 -04:00
..
diffusion cut over from karras to model noise schedule for higher steps 2022-10-22 23:02:50 -04:00
autoencoder.py prettified all the code using "blue" at the urging of @tildebyte 2022-08-26 03:15:42 -04:00