aboutsummaryrefslogtreecommitdiff
path: root/modules/sd_samplers.py
AgeCommit message (Expand)Author
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
2022-11-02Update class name and assign back to varsDepFA
2022-10-30Add callback to sd_samplersDepFA
2022-10-30Include PLMS in adjust steps as it also can fail in the same wayMartin Cairns
2022-10-29Add adjust_steps_if_invalid to find next valid step for ddim uniform samplerMartin Cairns
2022-10-25fix #3145 #3093ritosonn
2022-10-22removed the option to use 2x more memory when generating previewsAUTOMATIC
2022-10-22Generate grid preview for progress imageUnnoen
2022-10-21Merge branch 'master' into masterAUTOMATIC1111
2022-10-20Different approach to skip/interrupt with highres fixVladimir Repin
2022-10-20Made dummy latents smaller. Minor code cleanupsrandom_thoughtss
2022-10-19Don't compute latent mask if were not using it. Also added support for fixed ...random_thoughtss
2022-10-19added support for ddim img2imgrandom_thoughtss
2022-10-19Added support for RunwayML inpainting modelrandom_thoughtss
2022-10-18remove dependence on TQDM for sampler progress/interrupt functionalityAUTOMATIC
2022-10-11Fix typo in commentsMartin Cairns
2022-10-11Remove debug code for checking that first sigma value is same after code cleanupMartin Cairns
2022-10-11Handle different parameters for DPM fast & adaptiveMartin Cairns
2022-10-10--no-half-vaeAUTOMATIC
2022-10-08chore: Fix typosAidan Holland
2022-10-08fix bugs related to variable prompt lengthsAUTOMATIC
2022-10-08check specifically for skippedTrung Ngo
2022-10-06karras samplers for img2img?AUTOMATIC
2022-10-06integrate the new samplers PRAUTOMATIC
2022-10-06add karras scheduling variantsC43H66N12O12S2
2022-10-06option to let users select which samplers they want to hideAUTOMATIC
2022-10-05added support for AND from https://energy-based-model.github.io/Compositional...AUTOMATIC
2022-10-03Fixed when eta = 0hentailord85ez
2022-10-02added --disable-console-progressbars to disable progressbars in consoleAUTOMATIC
2022-10-01add sampler_noise_scheduler_override switchDepFA
2022-09-30fix the sys not found error when importing sd_samplers that appeared after PRAUTOMATIC
2022-09-30force usage of cloned k-diffusionC43H66N12O12S2
2022-09-29improve code qualityC43H66N12O12S2
2022-09-29add new samplersC43H66N12O12S2
2022-09-28fix broken DDIM with img2imgAUTOMATIC
2022-09-28added support for automatically installing latest k-diffusionAUTOMATIC
2022-09-28emergency fix for #1199AUTOMATIC
2022-09-28add eta to k ancestralC43H66N12O12S2
2022-09-27add missing s_tmaxDepFA
2022-09-27pass eta to tex2img samplerDepFA
2022-09-27take extra sampler properties from StableDiffusionProcessingDepFA
2022-09-27pass extra KDiffusionSampler function parametersDepFA
2022-09-27pass ddim_eta and ddim_discretizeDepFA