aboutsummaryrefslogtreecommitdiffstats
path: root/modules/sd_samplers.py
Commit message (Expand)AuthorAgeFilesLines
* pass samplers from UI by name, make it possible to use a sampler from infotex...AUTOMATIC11112023-08-081-4/+9
* REMOVEAUTOMATIC11112023-08-081-5/+2
* add CFG denoiser implementation for DDIM, PLMS and UniPC (this is the commit ...AUTOMATIC11112023-08-081-1/+2
* add a message about unsupported samplersAUTOMATIC11112023-07-141-0/+3
* suppress ENSD infotext for samplers that don't use itAUTOMATIC2023-05-161-1/+7
* F401 fixes for ruffAUTOMATIC2023-05-101-1/+1
* UniPC does not support img2img (for now)space-nuko2023-02-101-1/+1
* split samplers into one more files for k-diffusionAUTOMATIC2023-01-301-297/+5
* Split history sd_samplers.py to sd_samplers_kdiffusion.pyAndrey2023-01-301-0/+339
* Split history sd_samplers.py to sd_samplers_kdiffusion.pyAndrey2023-01-301-339/+0
* split compvis sampler and shared sampler stuff into their own filesAUTOMATIC2023-01-301-228/+15
* Split history sd_samplers.py to sd_samplers_common.pyAndrey2023-01-301-0/+552
* Split history sd_samplers.py to sd_samplers_common.pyAndrey2023-01-301-552/+0
* Split history sd_samplers.py to sd_samplers_compvis.pyAndrey2023-01-301-0/+552
* Split history sd_samplers.py to sd_samplers_compvis.pyAndrey2023-01-301-552/+0
* fix prompt editing break after first batch in img2imgAUTOMATIC2023-01-251-1/+1
* Add a check and explanation for tensor with all NaNs.AUTOMATIC2023-01-161-0/+2
* big rework of progressbar/preview system to allow multiple users to prompts a...AUTOMATIC2023-01-151-1/+1
* add an option to choose what you want to see in live preview (Live preview su...AUTOMATIC2023-01-141-5/+10
* add Discard penultimate sigma to infotextAUTOMATIC2023-01-051-3/+7
* Merge pull request #6044 from hentailord85ez/discard-penultimate-sigmaAUTOMATIC11112023-01-051-1/+4
|\
| * Update sd_samplers.pyhentailord85ez2022-12-261-1/+4
* | fix incorrect display/calculation for number of steps for hires fix in progre...AUTOMATIC2023-01-041-2/+3
* | change karras scheduler sigmas to values recommended by SD from old 0.1 to 10...AUTOMATIC2023-01-011-1/+3
|/
* added cheap NN approximation for VAEAUTOMATIC2022-12-241-13/+16
* Merge pull request #5976 from AbstractQbit/fast_previewAUTOMATIC11112022-12-241-7/+16
|\
| * Add an option for faster low quality previewsAbstractQbit2022-12-241-7/+16
* | separate part of denoiser code into a function to make it easier for extensio...AUTOMATIC2022-12-241-6/+11
|/
* eliminate duplicated codeAUTOMATIC2022-12-241-17/+14
* fix dpm2 in img2img as wellAlex "mcmonkey" Goodwin2022-12-191-0/+3
* apply to DPM2 (non-ancestral) as wellAlex "mcmonkey" Goodwin2022-12-161-1/+1
* Add a workaround patch for DPM2 a issueAlex "mcmonkey" Goodwin2022-12-161-0/+3
* Rework MPS randn fix, add randn_like fixbrkirch2022-11-301-3/+5
* Add workaround for using MPS with torchsdebrkirch2022-11-301-0/+14
* rework #5012 to also work for pictures dragged into the prompt and also add C...AUTOMATIC2022-11-271-1/+1
* Merge pull request #5065 from JaySmithWpg/vram-leakAUTOMATIC11112022-11-271-18/+15
|\
| * fixes #3449 - VRAM leak when switching to/from inpainting modelJay Smith2022-11-261-18/+15
* | calculate dictionary for sampler names only onceAUTOMATIC2022-11-271-0/+7
* | Merge branch 'master' into DPM++SDEAUTOMATIC11112022-11-271-6/+8
|\ \
| * | Add support Stable Diffusion 2.0AUTOMATIC2022-11-261-6/+8
| |/
* / Add DPM++ SDE sampleruservar2022-11-221-0/+2
|/
* change StableDiffusionProcessing to internally use sampler name instead of sa...AUTOMATIC2022-11-191-3/+10
* tweak names a bit for new samplersAUTOMATIC2022-11-051-4/+4
* Reorder samplershentailord85ez2022-11-041-2/+2
* Fix namehentailord85ez2022-11-041-1/+1
* Add support for new DPM-Solver++ samplershentailord85ez2022-11-041-0/+4
* do not unnecessarily run VAE one more time when saving intermediate image wit...AUTOMATIC2022-11-021-0/+1
* Allow saving "before-highres-fix. (#4150)timntorres2022-11-021-3/+2
* Merge pull request #4021 from AUTOMATIC1111/add-kdiff-cfgdenoiser-callbackAUTOMATIC11112022-11-021-0/+7
|\
| * Update class name and assign back to varsDepFA2022-11-021-2/+6