aboutsummaryrefslogtreecommitdiffstats
path: root/modules/sd_samplers_kdiffusion.py
Commit message (Collapse)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 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
|
* Use original CFGDenoiser if image_cfg_scale = 1Kyle2023-02-041-2/+5
| | | | | | If image_cfg_scale is =1 then the original image is not used for the output. We can then use the original CFGDenoiser to get the same result to support AND functionality. Maybe in the future AND can be supported with "Image CFG Scale"
* txt2img Hires FixKyle2023-02-041-1/+1
|
* Image CFG Added (Full Implementation)Kyle2023-02-031-6/+95
| | | | | | | | Uses separate denoiser for edit (instruct-pix2pix) models No impact to txt2img or regular img2img "Image CFG Scale" will only apply to instruct-pix2pix models and metadata will only be added if using such model
* Revert "instruct-pix2pix support"Kyle2023-02-031-4/+4
| | | | This reverts commit 269833067de1e7d0b6a6bd65724743d6b88a133f.