aboutsummaryrefslogtreecommitdiffstats
path: root/modules/sd_samplers.py
AgeCommit message (Expand)AuthorLines
2022-10-18remove dependence on TQDM for sampler progress/interrupt functionalityAUTOMATIC-49/+58
2022-10-11Fix typo in commentsMartin Cairns-1/+1
2022-10-11Remove debug code for checking that first sigma value is same after code cleanupMartin Cairns-1/+0
2022-10-11Handle different parameters for DPM fast & adaptiveMartin Cairns-7/+18
2022-10-10--no-half-vaeAUTOMATIC-2/+2
2022-10-08chore: Fix typosAidan Holland-2/+2
2022-10-08fix bugs related to variable prompt lengthsAUTOMATIC-7/+28
2022-10-08check specifically for skippedTrung Ngo-2/+2
2022-10-06karras samplers for img2img?AUTOMATIC-2/+4
2022-10-06integrate the new samplers PRAUTOMATIC-28/+31
2022-10-06add karras scheduling variantsC43H66N12O12S2-0/+13
2022-10-06option to let users select which samplers they want to hideAUTOMATIC-2/+17
2022-10-05added support for AND from https://energy-based-model.github.io/Compositional...AUTOMATIC-10/+25
2022-10-03Fixed when eta = 0hentailord85ez-1/+1
2022-10-02added --disable-console-progressbars to disable progressbars in consoleAUTOMATIC-2/+6
2022-10-01add sampler_noise_scheduler_override switchDepFA-2/+8
2022-09-30fix the sys not found error when importing sd_samplers that appeared after PRAUTOMATIC-2/+0
2022-09-30force usage of cloned k-diffusionC43H66N12O12S2-1/+2
2022-09-29improve code qualityC43H66N12O12S2-9/+7
2022-09-29add new samplersC43H66N12O12S2-1/+10
2022-09-28fix broken DDIM with img2imgAUTOMATIC-2/+2
2022-09-28added support for automatically installing latest k-diffusionAUTOMATIC-39/+44
2022-09-28emergency fix for #1199AUTOMATIC-12/+13
2022-09-28add eta to k ancestralC43H66N12O12S2-2/+4
2022-09-27add missing s_tmaxDepFA-3/+3
2022-09-27pass eta to tex2img samplerDepFA-2/+2
2022-09-27take extra sampler properties from StableDiffusionProcessingDepFA-6/+6
2022-09-27pass extra KDiffusionSampler function parametersDepFA-2/+18
2022-09-27pass ddim_eta and ddim_discretizeDepFA-2/+2
2022-09-19added highres fix featureAUTOMATIC-23/+32
2022-09-18fixed a bug with seed reproducibility with bacth_size>0 and bacth_count>0AUTOMATIC-0/+2
2022-09-16an option to do exactly the amount of specified steps in img2imgAUTOMATIC-7/+19
2022-09-16Merge branch 'batch-seed-attempt'AUTOMATIC-0/+40
2022-09-16prevent replacing torch_randn globally (instead replacing k_diffusion.samplin...AUTOMATIC-5/+20
2022-09-16 Prompt editing only applies to images in first batch of desired batch size w...AUTOMATIC-0/+5
2022-09-15Merge branch 'prompt_editing'AUTOMATIC-16/+28
2022-09-15quantization off by defaultAUTOMATIC-1/+1
2022-09-15Respect quantization settingC43H66N12O12S2-1/+1
2022-09-15Construct CompVisDenoiser with quantizationC43H66N12O12S2-1/+1
2022-09-15prompt editingAUTOMATIC-16/+28
2022-09-13first attempt to produce crrect seeds in batchAUTOMATIC-0/+25
2022-09-13bandaid for broken ddim sampling #389AUTOMATIC-2/+7
2022-09-12Noisy image previews #257AUTOMATIC-3/+5
2022-09-08fix for PLMS live previews in txt2imgAUTOMATIC-2/+4
2022-09-08fix for DDIM live previews in txt2imgAUTOMATIC-0/+6
2022-09-08More informative progress printingJohannesGaessler-2/+4
2022-09-07big improvements to inpainting and outpaintingAUTOMATIC-1/+4
2022-09-06fix for live progress breaking lowvram and medvram optimizationsAUTOMATIC-4/+20
2022-09-06added preview optionAUTOMATIC-2/+7
2022-09-06added progressbarAUTOMATIC-6/+30