mirror of
https://github.com/invoke-ai/InvokeAI
synced 2024-08-30 20:32:17 +00:00
d25bf7a55a
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. |
||
---|---|---|
.. | ||
data | ||
invoke | ||
models | ||
modules | ||
generate.py | ||
lr_scheduler.py | ||
simplet2i.py | ||
util.py |