aboutsummaryrefslogtreecommitdiffstats
path: root/modules/sd_samplers_timesteps.py
AgeCommit message (Collapse)AuthorLines
2024-01-27Add Pad conds v0 optionAUTOMATIC1111-4/+2
2024-01-01Merge pull request #14145 from drhead/zero-terminal-snrAUTOMATIC1111-1/+1
Implement zero terminal SNR noise schedule option
2024-01-01add missing field for DDIM sampler that was breaking img2imgAUTOMATIC1111-0/+1
2023-12-09re-derive sqrt alpha bar and sqrt one minus alphabardrhead-1/+1
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-1/+1
2023-08-16Add extra noise callbackcatboxanon-0/+4
2023-08-15Merge pull request #12564 from catboxanon/feat/img2img-noiseAUTOMATIC1111-0/+4
Add extra noise param for img2img operations
2023-08-15Add extra img2img noisecatboxanon-0/+4
2023-08-14correctly add Eta DDIM to infotext when it's 1.0 and do not add it when it's ↵AUTOMATIC1111-0/+1
0.0.
2023-08-14revert to applying mask before denoising for k-diffusion, like it was beforeAUTOMATIC1111-0/+1
2023-08-14repair DDIM/PLMS/UniPC batchesAUTOMATIC1111-3/+2
2023-08-10Merge branch 'dev' into refinerAUTOMATIC1111-0/+4
2023-08-08by request: fix tiled vae extensionAUTOMATIC1111-0/+4
2023-08-08merge errorsAUTOMATIC1111-10/+17
2023-08-08REMOVEAUTOMATIC1111-3/+3
2023-08-08add CFG denoiser implementation for DDIM, PLMS and UniPC (this is the commit ↵AUTOMATIC1111-0/+147
when you can run both old and new implementations to compare them)