aboutsummaryrefslogtreecommitdiffstats
path: root/modules/sd_samplers_kdiffusion.py
Commit message (Collapse)AuthorAgeFilesLines
* lintAUTOMATIC11112023-08-101-1/+1
|
* return the line lost during the mergeAUTOMATIC11112023-08-101-0/+1
|
* resolve merge issuesAUTOMATIC11112023-08-101-2/+1
|
* Merge branch 'dev' into refinerAUTOMATIC11112023-08-101-1/+2
|\
| * by request: fix tiled vae extensionAUTOMATIC11112023-08-081-2/+3
| |
* | merge errorsAUTOMATIC11112023-08-081-5/+12
| |
* | Merge branch 'dev' into refinerAUTOMATIC11112023-08-081-358/+21
|\|
| * put commonly used samplers on top, make DPM++ 2M Karras the default choiceAUTOMATIC11112023-08-081-4/+4
| |
| * REMOVEAUTOMATIC11112023-08-081-2/+1
| |
| * add CFG denoiser implementation for DDIM, PLMS and UniPC (this is the commit ↵AUTOMATIC11112023-08-081-138/+14
| | | | | | | | when you can run both old and new implementations to compare them)
| * split sd_samplers_kdiffusion into twoAUTOMATIC11112023-08-081-189/+2
| |
| * Split history: mv temp modules/sd_samplers_kdiffusion.pyAUTOMATIC11112023-08-081-0/+511
| |
| * Split history: mv modules/sd_samplers_kdiffusion.py tempAUTOMATIC11112023-08-081-511/+0
| |
* | add infotextAUTOMATIC11112023-08-061-8/+16
| | | | | | | | | | add proper support for recalculating conds in k-diffusion samplers remove support for compvis samplers
* | lint!AUTOMATIC11112023-08-061-1/+1
| |
* | initial refiner supportAUTOMATIC11112023-08-061-6/+24
|/
* 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
| | | | Better quality results than Karras. Related discussion: https://gist.github.com/crowsonkb/3ed16fba35c73ece7cf4b9a2095f2b78
* add NV option for Random number generator source setting, which allows to ↵AUTOMATIC11112023-08-021-4/+1
| | | | generate same pictures on CPU/AMD/Mac as on NVidia videocards.
* 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
|\ | | | | Restart sampling
| * 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 discarding penultimate sigma for DPM-Solver++(2M) SDE
| * 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
| | | | | | | | | | See: https://github.com/AUTOMATIC1111/stable-diffusion-webui/pull/10649#issuecomment-1561047723
* | 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
| | | | | | Co-authored-by: catboxanon <122327233+catboxanon@users.noreply.github.com>
* | 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
| |