aboutsummaryrefslogtreecommitdiffstats
path: root/modules/sd_samplers_kdiffusion.py
Commit message (Expand)AuthorAgeFilesLines
...
* | 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
* rework Negative Guidance minimum sigma to work with AND, add infotext and cop...AUTOMATIC2023-04-291-18/+25
* Merge pull request #9177 from devNegative-asm/masterAUTOMATIC11112023-04-291-6/+20
|\
| * fix live preview & alternate uncond guidance for better qualitydevdn2023-03-301-6/+8
| * performance increasedevdn2023-03-291-5/+17
* | rename CPU RNG to RNG source in settings, add infotext and parameters copypas...AUTOMATIC2023-04-291-1/+1
* | Option to use CPU for random number generation.Deciare2023-04-191-1/+1
|/
* Add support for the Variations models (unclip-h and unclip-l)MrCheeze2023-03-261-6/+13
* rename CFGDenoiserParams fields for #8064AUTOMATIC2023-03-111-2/+2
* Update sd_samplers_kdiffusion.pylaksjdjf2023-02-241-1/+3
* Merge pull request #7731 from opparco/masterAUTOMATIC11112023-02-191-0/+4
|\
| * Add cfg_denoised_callbackopparco2023-02-111-0/+4
* | Fix error when batch count > 1RcINS2023-02-151-4/+5
* | Fix DPM++ SDE not deterministic across different batch sizes (#5210)RcINS2023-02-111-8/+29
|/
* merge CFGDenoiserEdit and CFGDenoiser into single objectAUTOMATIC2023-02-041-96/+37
* Use original CFGDenoiser if image_cfg_scale = 1Kyle2023-02-041-2/+5
* txt2img Hires FixKyle2023-02-041-1/+1
* Image CFG Added (Full Implementation)Kyle2023-02-031-6/+95
* Revert "instruct-pix2pix support"Kyle2023-02-031-4/+4