mirror of
https://github.com/invoke-ai/InvokeAI
synced 2024-08-30 20:32:17 +00:00
e98fe9c22d
At step counts greater than ~75, the ksamplers start producing noisy images when using the Karras noise schedule. This PR reverts to using the model's own noise schedule, which eliminates the problem at the cost of slowing convergence at lower step counts. This PR also introduces a new CLI `--save_intermediates <n>' argument, which will save every nth intermediate image into a subdirectory named `intermediates/<image_prefix>'. Addresses issue #1083. |
||
---|---|---|
.. | ||
__init__.py | ||
classifier.py | ||
ddim.py | ||
ddpm.py | ||
ksampler.py | ||
plms.py | ||
sampler.py |