aboutsummaryrefslogtreecommitdiffstats
path: root/modules/sd_samplers_timesteps.py
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #12856 from catboxanon/extra-noise-noisy-latentAUTOMATIC11112023-08-301-1/+1
| | | Add noisy latent to `ExtraNoiseParams` for callback
* 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)