aboutsummaryrefslogtreecommitdiff
path: root/modules/sd_samplers_common.py
AgeCommit message (Collapse)Author
2023-08-08add None refiner optionAUTOMATIC1111
2023-08-08merge errorsAUTOMATIC1111
2023-08-08Merge branch 'dev' into refinerAUTOMATIC1111
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-06add infotextAUTOMATIC1111
add proper support for recalculating conds in k-diffusion samplers remove support for compvis samplers
2023-08-06initial refiner supportAUTOMATIC1111
2023-08-06repair broken live previews if using VAE with halfAUTOMATIC1111
2023-08-04remove noneed scaleKohaku-Blueleaf
2023-08-04Revert "change all encode"Kohaku-Blueleaf
This reverts commit 094c416a801b16c7d8e1944e2e9fae2c9e98bf12.
2023-08-04change all encodeKohaku-Blueleaf
2023-08-04move the modified decode into smapler_commonKohaku-Blueleaf
2023-08-04Merge branch 'dev' into efficient-vae-methodsKohaku-Blueleaf
2023-08-04resolve some of circular import issues for kohakuAUTOMATIC1111
2023-08-04Fix code styleKohaku-Blueleaf
2023-08-04add TAESD for i2i and t2iKohaku-Blueleaf
2023-08-03rework torchsde._brownian.brownian_interval replacement to use ↵AUTOMATIC1111
device.randn_local and respect the NV setting.
2023-05-17simplify single_sample_to_imageAUTOMATIC
2023-05-17TAESD fixSakura-Luna
2023-05-17Merge branch 'dev' into taesd-aAUTOMATIC1111
2023-05-17return live preview defaults to how they wereAUTOMATIC
only download TAESD model when it's needed return calculations in single_sample_to_image to just if/elif/elif blocks keep taesd model in its own directory
2023-05-16suppress ENSD infotext for samplers that don't use itAUTOMATIC
2023-05-14Add live preview mode checkSakura-Luna
2023-05-14Add Tiny AE live previewSakura-Luna
2023-04-29rename CPU RNG to RNG source in settings, add infotext and parameters ↵AUTOMATIC
copypaste support to RNG source
2023-04-18Option to use CPU for random number generation.Deciare
Makes a given manual seed generate the same images across different platforms, independently of the GPU architecture in use. Fixes #9613.
2023-02-01Refactor Mac specific code to a separate filebrkirch
Move most Mac related code to a separate file, don't even load it unless web UI is run under macOS.
2023-01-30split samplers into one more files for k-diffusionAUTOMATIC
2023-01-30split compvis sampler and shared sampler stuff into their own filesAUTOMATIC
2023-01-30Split history sd_samplers.py to sd_samplers_common.pyAndrey