aboutsummaryrefslogtreecommitdiffstats
path: root/modules/sd_samplers_timesteps.py
Commit message (Collapse)AuthorAgeFilesLines
* Add Pad conds v0 optionAUTOMATIC11112024-01-271-4/+2
|
* Merge pull request #14145 from drhead/zero-terminal-snrAUTOMATIC11112024-01-011-1/+1
|\ | | | | Implement zero terminal SNR noise schedule option
| * re-derive sqrt alpha bar and sqrt one minus alphabardrhead2023-12-091-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.
* | add missing field for DDIM sampler that was breaking img2imgAUTOMATIC11112024-01-011-0/+1
|/
* Add noisy latent to ExtraNoiseParams for callbackcatboxanon2023-08-291-1/+1
|
* Add extra noise callbackcatboxanon2023-08-171-0/+4
|
* Merge pull request #12564 from catboxanon/feat/img2img-noiseAUTOMATIC11112023-08-151-0/+4
|\ | | | | Add extra noise param for img2img operations
| * Add extra img2img noisecatboxanon2023-08-151-0/+4
| |
* | correctly add Eta DDIM to infotext when it's 1.0 and do not add it when it's ↵AUTOMATIC11112023-08-141-0/+1
|/ | | | 0.0.
* revert to applying mask before denoising for k-diffusion, like it was beforeAUTOMATIC11112023-08-141-0/+1
|
* repair DDIM/PLMS/UniPC batchesAUTOMATIC11112023-08-141-3/+2
|
* Merge branch 'dev' into refinerAUTOMATIC11112023-08-101-0/+4
|\
| * by request: fix tiled vae extensionAUTOMATIC11112023-08-081-0/+4
| |
* | merge errorsAUTOMATIC11112023-08-081-10/+17
|/
* REMOVEAUTOMATIC11112023-08-081-3/+3
|
* add CFG denoiser implementation for DDIM, PLMS and UniPC (this is the commit ↵AUTOMATIC11112023-08-081-0/+147
when you can run both old and new implementations to compare them)