aboutsummaryrefslogtreecommitdiffstats
path: root/modules/sd_samplers_kdiffusion.py
Commit message (Expand)AuthorAgeFilesLines
* Assume 0 = inf for s_tmaxcatboxanon2023-08-061-1/+1
* Read kdiffusion sigma params from optscatboxanon2023-08-061-7/+7
* Add sigma params to infotextcatboxanon2023-08-061-1/+33
* Add exponential scheduler for DPM-Solver++(2M) SDEcatboxanon2023-08-041-0/+4
* add NV option for Random number generator source setting, which allows to gen...AUTOMATIC11112023-08-021-4/+1
* split the new sampler into a different fileAUTOMATIC11112023-07-291-71/+4
* Split history: mv temp modules/sd_samplers_kdiffusion.pyAUTOMATIC11112023-07-291-0/+545
* Split history: mv modules/sd_samplers_kdiffusion.py tempAUTOMATIC11112023-07-291-545/+0
* Merge pull request #11850 from lambertae/restart_samplingAUTOMATIC11112023-07-291-2/+71
|\
| * fix progress bar & torchHijacklambertae2023-07-261-6/+13
| * new restart schemelambertae2023-07-211-1/+4
| * fix rufflambertae2023-07-211-1/+1
| * allow choise of restart_list & use karras from kdiffusionlambertae2023-07-211-20/+12
| * restart-sampler with correct stepslambertae2023-07-201-8/+14
| * code stylinglambertae2023-07-181-9/+5
| * fix floating errorlambertae2023-07-181-5/+6
| * remove useless headerlambertae2023-07-181-2/+0
| * add restart samplerlambertae2023-07-181-2/+68
* | SDXL supportAUTOMATIC11112023-07-121-1/+1
* | getting SD2.1 to run on SDXL repoAUTOMATIC11112023-07-111-10/+35
|/
* add missing infotext entry for the pad cond/uncond optionAUTOMATIC2023-06-271-1/+10
* Merge pull request #10638 from catboxanon/patch/revert-10586AUTOMATIC11112023-05-311-2/+2
|\
| * Revert #10586catboxanon2023-05-221-2/+2
* | updates for the noise schedule settingsAUTOMATIC2023-05-271-14/+16
* | use Schedule instead of SchedKohaku-Blueleaf2023-05-241-4/+4
* | improvementsKohaku-Blueleaf2023-05-241-10/+17
* | Use automatic instead of None/defaultKohaku-Blueleaf2023-05-231-3/+3
* | Use type to determine if it is enableKohaku-Blueleaf2023-05-231-3/+3
* | Use better way to implKohaku-Blueleaf2023-05-231-6/+13
* | Better hint for userKohaku-Blueleaf2023-05-231-2/+3
* | use sigma_max/min in model if sigma_max/min is 0Kohaku-Blueleaf2023-05-221-2/+3
* | Add error information for recursion errorKohaku-Blueleaf2023-05-221-0/+6
* | remove not related codeKohaku-Blueleaf2023-05-221-1/+0
* | Replace karras by k_diffusion, fix gen infoKohaku-Blueleaf2023-05-221-1/+2
* | Add dropdown for scheduler typeKohaku-Blueleaf2023-05-221-4/+15
* | remove debug printKohaku-Blueleaf2023-05-221-1/+0
* | Add custom karras schedulerKohaku-Blueleaf2023-05-221-0/+6
|/
* option to pad prompt/neg prompt to be same lengthAUTOMATIC2023-05-211-0/+10
* Discard penultimate sigma for dpmpp_2m_sdecatboxanon2023-05-211-2/+2
* add DPM-Solver++(2M) SDE from new k-diffusionAUTOMATIC2023-05-211-6/+8
* add second_order field to sampler configAUTOMATIC2023-05-161-7/+7
* suppress ENSD infotext for samplers that don't use itAUTOMATIC2023-05-161-8/+8
* remove output_altered flag from AfterCFGCallbackParamsAUTOMATIC2023-05-141-2/+1
* Add/modify CFG callbackscatboxanon2023-05-141-1/+7
* Autofix Ruff W (not W605) (mostly whitespace)Aarni Koskela2023-05-111-9/+9
* ruff auto fixesAUTOMATIC2023-05-101-1/+1
* imports cleanup for ruffAUTOMATIC2023-05-101-1/+0
* Fix up string formatting/concatenation to f-strings where feasibleAarni Koskela2023-05-091-1/+1
* use correct images for previews when using AND (see #9491)AUTOMATIC2023-04-291-1/+1
* some extra lines I forgot to add for previous commitAUTOMATIC2023-04-291-3/+2