aboutsummaryrefslogtreecommitdiff
path: root/modules/sd_samplers_timesteps.py
AgeCommit message (Collapse)Author
2024-01-27Add Pad conds v0 optionAUTOMATIC1111
2024-01-01Merge pull request #14145 from drhead/zero-terminal-snrAUTOMATIC1111
Implement zero terminal SNR noise schedule option
2024-01-01add missing field for DDIM sampler that was breaking img2imgAUTOMATIC1111
2023-12-09re-derive sqrt alpha bar and sqrt one minus alphabardrhead
This is the only place these values are ever referenced outside of training code so this change is very justifiable and more consistent.
2023-08-29Add noisy latent to ExtraNoiseParams for callbackcatboxanon
2023-08-16Add extra noise callbackcatboxanon
2023-08-15Merge pull request #12564 from catboxanon/feat/img2img-noiseAUTOMATIC1111
Add extra noise param for img2img operations
2023-08-15Add extra img2img noisecatboxanon
2023-08-14correctly add Eta DDIM to infotext when it's 1.0 and do not add it when it's ↵AUTOMATIC1111
0.0.
2023-08-14revert to applying mask before denoising for k-diffusion, like it was beforeAUTOMATIC1111
2023-08-14repair DDIM/PLMS/UniPC batchesAUTOMATIC1111
2023-08-10Merge branch 'dev' into refinerAUTOMATIC1111
2023-08-08by request: fix tiled vae extensionAUTOMATIC1111
2023-08-08merge errorsAUTOMATIC1111
2023-08-08REMOVEAUTOMATIC1111
2023-08-08add CFG denoiser implementation for DDIM, PLMS and UniPC (this is the commit ↵AUTOMATIC1111
when you can run both old and new implementations to compare them)