aboutsummaryrefslogtreecommitdiff
path: root/modules/sd_samplers_kdiffusion.py
AgeCommit message (Expand)Author
2023-08-05Assume 0 = inf for s_tmaxcatboxanon
2023-08-05Read kdiffusion sigma params from optscatboxanon
2023-08-05Add sigma params to infotextcatboxanon
2023-08-04Add exponential scheduler for DPM-Solver++(2M) SDEcatboxanon
2023-08-03add NV option for Random number generator source setting, which allows to gen...AUTOMATIC1111
2023-07-29split the new sampler into a different fileAUTOMATIC1111
2023-07-29Split history: mv temp modules/sd_samplers_kdiffusion.pyAUTOMATIC1111
2023-07-29Split history: mv modules/sd_samplers_kdiffusion.py tempAUTOMATIC1111
2023-07-29Merge pull request #11850 from lambertae/restart_samplingAUTOMATIC1111
2023-07-25fix progress bar & torchHijacklambertae
2023-07-20new restart schemelambertae
2023-07-20fix rufflambertae
2023-07-20 allow choise of restart_list & use karras from kdiffusionlambertae
2023-07-20restart-sampler with correct stepslambertae
2023-07-18code stylinglambertae
2023-07-18fix floating errorlambertae
2023-07-18remove useless headerlambertae
2023-07-18add restart samplerlambertae
2023-07-12SDXL supportAUTOMATIC1111
2023-07-11getting SD2.1 to run on SDXL repoAUTOMATIC1111
2023-06-27add missing infotext entry for the pad cond/uncond optionAUTOMATIC
2023-05-31Merge pull request #10638 from catboxanon/patch/revert-10586AUTOMATIC1111
2023-05-27updates for the noise schedule settingsAUTOMATIC
2023-05-24use Schedule instead of SchedKohaku-Blueleaf
2023-05-24improvementsKohaku-Blueleaf
2023-05-24Use automatic instead of None/defaultKohaku-Blueleaf
2023-05-23Use type to determine if it is enableKohaku-Blueleaf
2023-05-23Use better way to implKohaku-Blueleaf
2023-05-23Better hint for userKohaku-Blueleaf
2023-05-22Revert #10586catboxanon
2023-05-23use sigma_max/min in model if sigma_max/min is 0Kohaku-Blueleaf
2023-05-23Add error information for recursion errorKohaku-Blueleaf
2023-05-22remove not related codeKohaku-Blueleaf
2023-05-22Replace karras by k_diffusion, fix gen infoKohaku-Blueleaf
2023-05-22Add dropdown for scheduler typeKohaku-Blueleaf
2023-05-22remove debug printKohaku-Blueleaf
2023-05-22Add custom karras schedulerKohaku-Blueleaf
2023-05-22option to pad prompt/neg prompt to be same lengthAUTOMATIC
2023-05-21Discard penultimate sigma for dpmpp_2m_sdecatboxanon
2023-05-21add DPM-Solver++(2M) SDE from new k-diffusionAUTOMATIC
2023-05-16add second_order field to sampler configAUTOMATIC
2023-05-16suppress ENSD infotext for samplers that don't use itAUTOMATIC
2023-05-14remove output_altered flag from AfterCFGCallbackParamsAUTOMATIC
2023-05-14Add/modify CFG callbackscatboxanon
2023-05-11Autofix Ruff W (not W605) (mostly whitespace)Aarni Koskela
2023-05-10ruff auto fixesAUTOMATIC
2023-05-10imports cleanup for ruffAUTOMATIC
2023-05-09Fix up string formatting/concatenation to f-strings where feasibleAarni Koskela
2023-04-29use correct images for previews when using AND (see #9491)AUTOMATIC
2023-04-29some extra lines I forgot to add for previous commitAUTOMATIC