aboutsummaryrefslogtreecommitdiffstats
path: root/modules/sd_samplers_kdiffusion.py
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* 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
| |
* | 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
| | | | | Required by self-attn guidance extension https://github.com/ashen-sensored/sd_webui_SAG
* 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 ↵AUTOMATIC2023-04-291-18/+25
| | | | copypaste parameters support
* Merge pull request #9177 from devNegative-asm/masterAUTOMATIC11112023-04-291-6/+20
|\ | | | | (Optimization) Option to remove negative conditioning at low sigma values
| * 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 ↵AUTOMATIC2023-04-291-1/+1
| | | | | | | | copypaste support to RNG source
* | Option to use CPU for random number generation.Deciare2023-04-191-1/+1
|/ | | | | | | Makes a given manual seed generate the same images across different platforms, independently of the GPU architecture in use. Fixes #9613.
* 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_callback
| * 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
|