aboutsummaryrefslogtreecommitdiff
path: root/modules/sd_samplers.py
AgeCommit message (Expand)Author
2024-01-08lcm samplercontinue-revolution
2023-08-08pass samplers from UI by name, make it possible to use a sampler from infotex...AUTOMATIC1111
2023-08-08REMOVEAUTOMATIC1111
2023-08-08add CFG denoiser implementation for DDIM, PLMS and UniPC (this is the commit ...AUTOMATIC1111
2023-07-14add a message about unsupported samplersAUTOMATIC1111
2023-05-16suppress ENSD infotext for samplers that don't use itAUTOMATIC
2023-05-10F401 fixes for ruffAUTOMATIC
2023-02-10UniPC does not support img2img (for now)space-nuko
2023-01-30split samplers into one more files for k-diffusionAUTOMATIC
2023-01-30Split history sd_samplers.py to sd_samplers_kdiffusion.pyAndrey
2023-01-30Split history sd_samplers.py to sd_samplers_kdiffusion.pyAndrey
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
2023-01-30Split history sd_samplers.py to sd_samplers_common.pyAndrey
2023-01-30Split history sd_samplers.py to sd_samplers_compvis.pyAndrey
2023-01-30Split history sd_samplers.py to sd_samplers_compvis.pyAndrey
2023-01-25fix prompt editing break after first batch in img2imgAUTOMATIC
2023-01-16Add a check and explanation for tensor with all NaNs.AUTOMATIC
2023-01-15big rework of progressbar/preview system to allow multiple users to prompts a...AUTOMATIC
2023-01-14add an option to choose what you want to see in live preview (Live preview su...AUTOMATIC
2023-01-05add Discard penultimate sigma to infotextAUTOMATIC
2023-01-05Merge pull request #6044 from hentailord85ez/discard-penultimate-sigmaAUTOMATIC1111
2023-01-04fix incorrect display/calculation for number of steps for hires fix in progre...AUTOMATIC
2023-01-01change karras scheduler sigmas to values recommended by SD from old 0.1 to 10...AUTOMATIC
2022-12-26Update sd_samplers.pyhentailord85ez
2022-12-24added cheap NN approximation for VAEAUTOMATIC
2022-12-24Merge pull request #5976 from AbstractQbit/fast_previewAUTOMATIC1111
2022-12-24separate part of denoiser code into a function to make it easier for extensio...AUTOMATIC
2022-12-24Add an option for faster low quality previewsAbstractQbit
2022-12-24eliminate duplicated codeAUTOMATIC
2022-12-18fix dpm2 in img2img as wellAlex "mcmonkey" Goodwin
2022-12-16apply to DPM2 (non-ancestral) as wellAlex "mcmonkey" Goodwin
2022-12-16Add a workaround patch for DPM2 a issueAlex "mcmonkey" Goodwin
2022-11-30Rework MPS randn fix, add randn_like fixbrkirch
2022-11-30Add workaround for using MPS with torchsdebrkirch
2022-11-27rework #5012 to also work for pictures dragged into the prompt and also add C...AUTOMATIC
2022-11-27Merge pull request #5065 from JaySmithWpg/vram-leakAUTOMATIC1111
2022-11-27calculate dictionary for sampler names only onceAUTOMATIC
2022-11-27Merge branch 'master' into DPM++SDEAUTOMATIC1111
2022-11-26Add support Stable Diffusion 2.0AUTOMATIC
2022-11-25fixes #3449 - VRAM leak when switching to/from inpainting modelJay Smith
2022-11-22Add DPM++ SDE sampleruservar
2022-11-19change StableDiffusionProcessing to internally use sampler name instead of sa...AUTOMATIC
2022-11-05tweak names a bit for new samplersAUTOMATIC
2022-11-04Reorder samplershentailord85ez
2022-11-04Fix namehentailord85ez
2022-11-04Add support for new DPM-Solver++ samplershentailord85ez
2022-11-02do not unnecessarily run VAE one more time when saving intermediate image wit...AUTOMATIC
2022-11-02Allow saving "before-highres-fix. (#4150)timntorres
2022-11-02Merge pull request #4021 from AUTOMATIC1111/add-kdiff-cfgdenoiser-callbackAUTOMATIC1111