InvokeAI/ldm/models
Lincoln Stein d25bf7a55a 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-27 17:06:49 -04:00
..
diffusion cut over from karras to model noise schedule for higher steps 2022-10-27 17:06:49 -04:00
autoencoder.py start support for 1.5 inpainting model, not complete 2022-10-25 00:30:48 -04:00