aboutsummaryrefslogtreecommitdiff
path: root/modules/sd_samplers_kdiffusion.py
AgeCommit message (Collapse)Author
2023-08-29Add noisy latent to ExtraNoiseParams for callbackcatboxanon
2023-08-29revert SGM noise multiplier change for img2img because it breaks hires fixAUTOMATIC1111
2023-08-29Add option to align with sgm repo sampling implementationcatboxanon
2023-08-16Add extra noise callbackcatboxanon
2023-08-15Add extra img2img noisecatboxanon
2023-08-14add second_order to samplers that mistakenly didn't have itAUTOMATIC1111
2023-08-14Put frequently used sampler backKohaku-Blueleaf
2023-08-14add res(dpmdd 2m sde heun) and reorder the sampler listKohaku-Blueleaf
2023-08-13Merge pull request #12521 from catboxanon/feat/more-s-noiseAUTOMATIC1111
Add `s_noise` param to more samplers
2023-08-13Restore extra_params that was lost in mergecatboxanon
2023-08-13Merge branch 'feat/dpmpp3msde' into feat/more-s-noisecatboxanon
2023-08-13Discard penultimate sigma for DPM-Solver++(3M) SDEcatboxanon
2023-08-13Add s_noise param to more samplerscatboxanon
2023-08-13Add DPM-Solver++(3M) SDEcatboxanon
2023-08-12put refiner into main UI, into the new accordions sectionAUTOMATIC1111
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
2023-08-10lintAUTOMATIC1111
2023-08-10return the line lost during the mergeAUTOMATIC1111
2023-08-10resolve merge issuesAUTOMATIC1111
2023-08-10Merge branch 'dev' into refinerAUTOMATIC1111
2023-08-08by request: fix tiled vae extensionAUTOMATIC1111
2023-08-08merge errorsAUTOMATIC1111
2023-08-08Merge branch 'dev' into refinerAUTOMATIC1111
2023-08-08put commonly used samplers on top, make DPM++ 2M Karras the default choiceAUTOMATIC1111
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)
2023-08-08split sd_samplers_kdiffusion into twoAUTOMATIC1111
2023-08-08Split history: mv temp modules/sd_samplers_kdiffusion.pyAUTOMATIC1111
2023-08-08Split history: mv modules/sd_samplers_kdiffusion.py tempAUTOMATIC1111
2023-08-06add infotextAUTOMATIC1111
add proper support for recalculating conds in k-diffusion samplers remove support for compvis samplers
2023-08-06lint!AUTOMATIC1111
2023-08-06initial refiner supportAUTOMATIC1111
2023-08-05Assume 0 = inf for s_tmaxcatboxanon
2023-08-05Read kdiffusion sigma params from optscatboxanon
2023-08-05Add sigma params to infotextcatboxanon
2023-08-04Add exponential scheduler for DPM-Solver++(2M) SDEcatboxanon
Better quality results than Karras. Related discussion: https://gist.github.com/crowsonkb/3ed16fba35c73ece7cf4b9a2095f2b78
2023-08-03add NV option for Random number generator source setting, which allows to ↵AUTOMATIC1111
generate same pictures on CPU/AMD/Mac as on NVidia videocards.
2023-07-29split the new sampler into a different fileAUTOMATIC1111
2023-07-29Split history: mv temp modules/sd_samplers_kdiffusion.pyAUTOMATIC1111
2023-07-29Split history: mv modules/sd_samplers_kdiffusion.py tempAUTOMATIC1111
2023-07-29Merge pull request #11850 from lambertae/restart_samplingAUTOMATIC1111
Restart sampling
2023-07-25fix progress bar & torchHijacklambertae
2023-07-20new restart schemelambertae
2023-07-20fix rufflambertae
2023-07-20 allow choise of restart_list & use karras from kdiffusionlambertae
2023-07-20restart-sampler with correct stepslambertae
2023-07-18code stylinglambertae
2023-07-18fix floating errorlambertae
2023-07-18remove useless headerlambertae
2023-07-18add restart samplerlambertae
2023-07-12SDXL supportAUTOMATIC1111