aboutsummaryrefslogtreecommitdiffstats
path: root/modules/sd_samplers_kdiffusion.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
* revert SGM noise multiplier change for img2img because it breaks hires fixAUTOMATIC11112023-08-291-7/+1
|
* Merge pull request #12818 from catboxanon/sgmAUTOMATIC11112023-08-291-2/+12
| | | Add option to align with sgm repo's sampling implementation
* Add extra noise callbackcatboxanon2023-08-171-0/+4
|
* Add extra img2img noisecatboxanon2023-08-151-0/+4
|
* add second_order to samplers that mistakenly didn't have itAUTOMATIC11112023-08-141-3/+3
|
* Put frequently used sampler backKohaku-Blueleaf2023-08-141-4/+4
|
* add res(dpmdd 2m sde heun) and reorder the sampler listKohaku-Blueleaf2023-08-141-4/+14
|
* Merge pull request #12521 from catboxanon/feat/more-s-noiseAUTOMATIC11112023-08-131-0/+9
|\ | | | | Add `s_noise` param to more samplers
| * Merge branch 'feat/dpmpp3msde' into feat/more-s-noisecatboxanon2023-08-131-3/+3
| |\
| | * Discard penultimate sigma for DPM-Solver++(3M) SDEcatboxanon2023-08-131-3/+3
| | |
| * | Add s_noise param to more samplerscatboxanon2023-08-131-0/+6
| |/
| * Add DPM-Solver++(3M) SDEcatboxanon2023-08-131-0/+3
| |
* | Restore extra_params that was lost in mergecatboxanon2023-08-131-0/+2
|/
* put refiner into main UI, into the new accordions sectionAUTOMATIC11112023-08-121-1/+2
| | | | | | add VAE from main model into infotext, not from refiner model option to make scripts UI without gr.Group fix inconsistencies with refiner when usings samplers that do more denoising than steps
* lintAUTOMATIC11112023-08-101-1/+1
|
* return the line lost during the mergeAUTOMATIC11112023-08-101-0/+1
|
* resolve merge issuesAUTOMATIC11112023-08-101-2/+1
|
* Merge branch 'dev' into refinerAUTOMATIC11112023-08-101-1/+2
|\
| * by request: fix tiled vae extensionAUTOMATIC11112023-08-081-2/+3
| |
* | merge errorsAUTOMATIC11112023-08-081-5/+12
| |
* | Merge branch 'dev' into refinerAUTOMATIC11112023-08-081-358/+21
|\|
| * put commonly used samplers on top, make DPM++ 2M Karras the default choiceAUTOMATIC11112023-08-081-4/+4
| |
| * REMOVEAUTOMATIC11112023-08-081-2/+1
| |
| * add CFG denoiser implementation for DDIM, PLMS and UniPC (this is the commit ↵AUTOMATIC11112023-08-081-138/+14
| | | | | | | | when you can run both old and new implementations to compare them)
| * split sd_samplers_kdiffusion into twoAUTOMATIC11112023-08-081-189/+2
| |
| * Split history: mv temp modules/sd_samplers_kdiffusion.pyAUTOMATIC11112023-08-081-0/+511
| |
| * Split history: mv modules/sd_samplers_kdiffusion.py tempAUTOMATIC11112023-08-081-511/+0
| |
* | add infotextAUTOMATIC11112023-08-061-8/+16
| | | | | | | | | | add proper support for recalculating conds in k-diffusion samplers remove support for compvis samplers
* | lint!AUTOMATIC11112023-08-061-1/+1
| |
* | initial refiner supportAUTOMATIC11112023-08-061-6/+24
|/
* Assume 0 = inf for s_tmaxcatboxanon2023-08-061-1/+1
|
* Read kdiffusion sigma params from optscatboxanon2023-08-061-7/+7
|
* Add sigma params to infotextcatboxanon2023-08-061-1/+33
|
* Add exponential scheduler for DPM-Solver++(2M) SDEcatboxanon2023-08-041-0/+4
| | | | Better quality results than Karras. Related discussion: https://gist.github.com/crowsonkb/3ed16fba35c73ece7cf4b9a2095f2b78
* add NV option for Random number generator source setting, which allows to ↵AUTOMATIC11112023-08-021-4/+1
| | | | generate same pictures on CPU/AMD/Mac as on NVidia videocards.
* split the new sampler into a different fileAUTOMATIC11112023-07-291-71/+4
|
* Split history: mv temp modules/sd_samplers_kdiffusion.pyAUTOMATIC11112023-07-291-0/+545
|
* Split history: mv modules/sd_samplers_kdiffusion.py tempAUTOMATIC11112023-07-291-545/+0
|
* Merge pull request #11850 from lambertae/restart_samplingAUTOMATIC11112023-07-291-2/+71
|\ | | | | Restart sampling
| * fix progress bar & torchHijacklambertae2023-07-261-6/+13
| |
| * new restart schemelambertae2023-07-211-1/+4
| |
| * fix rufflambertae2023-07-211-1/+1
| |
| * allow choise of restart_list & use karras from kdiffusionlambertae2023-07-211-20/+12
| |
| * restart-sampler with correct stepslambertae2023-07-201-8/+14
| |
| * code stylinglambertae2023-07-181-9/+5
| |
| * fix floating errorlambertae2023-07-181-5/+6
| |
| * remove useless headerlambertae2023-07-181-2/+0
| |
| * add restart samplerlambertae2023-07-181-2/+68
| |
* | SDXL supportAUTOMATIC11112023-07-121-1/+1
| |