aboutsummaryrefslogtreecommitdiffstats
path: root/modules/sd_samplers_kdiffusion.py
AgeCommit message (Collapse)AuthorLines
2023-07-12SDXL supportAUTOMATIC1111-1/+1
2023-07-11getting SD2.1 to run on SDXL repoAUTOMATIC1111-10/+35
2023-06-27add missing infotext entry for the pad cond/uncond optionAUTOMATIC-1/+10
2023-05-31Merge pull request #10638 from catboxanon/patch/revert-10586AUTOMATIC1111-2/+2
Revert discarding penultimate sigma for DPM-Solver++(2M) SDE
2023-05-27updates for the noise schedule settingsAUTOMATIC-14/+16
2023-05-24use Schedule instead of SchedKohaku-Blueleaf-4/+4
2023-05-24improvementsKohaku-Blueleaf-10/+17
See: https://github.com/AUTOMATIC1111/stable-diffusion-webui/pull/10649#issuecomment-1561047723
2023-05-24Use automatic instead of None/defaultKohaku-Blueleaf-3/+3
2023-05-23Use type to determine if it is enableKohaku-Blueleaf-3/+3
2023-05-23Use better way to implKohaku-Blueleaf-6/+13
2023-05-23Better hint for userKohaku-Blueleaf-2/+3
Co-authored-by: catboxanon <122327233+catboxanon@users.noreply.github.com>
2023-05-22Revert #10586catboxanon-2/+2
2023-05-23use sigma_max/min in model if sigma_max/min is 0Kohaku-Blueleaf-2/+3
2023-05-23Add error information for recursion errorKohaku-Blueleaf-0/+6
2023-05-22remove not related codeKohaku-Blueleaf-1/+0
2023-05-22Replace karras by k_diffusion, fix gen infoKohaku-Blueleaf-1/+2
2023-05-22Add dropdown for scheduler typeKohaku-Blueleaf-4/+15
2023-05-22remove debug printKohaku-Blueleaf-1/+0
2023-05-22Add custom karras schedulerKohaku-Blueleaf-0/+6
2023-05-22option to pad prompt/neg prompt to be same lengthAUTOMATIC-0/+10
2023-05-21Discard penultimate sigma for dpmpp_2m_sdecatboxanon-2/+2
2023-05-21add DPM-Solver++(2M) SDE from new k-diffusionAUTOMATIC-6/+8
2023-05-16add second_order field to sampler configAUTOMATIC-7/+7
2023-05-16suppress ENSD infotext for samplers that don't use itAUTOMATIC-8/+8
2023-05-14remove output_altered flag from AfterCFGCallbackParamsAUTOMATIC-2/+1
2023-05-14Add/modify CFG callbackscatboxanon-1/+7
Required by self-attn guidance extension https://github.com/ashen-sensored/sd_webui_SAG
2023-05-11Autofix Ruff W (not W605) (mostly whitespace)Aarni Koskela-9/+9
2023-05-10ruff auto fixesAUTOMATIC-1/+1
2023-05-10imports cleanup for ruffAUTOMATIC-1/+0
2023-05-09Fix up string formatting/concatenation to f-strings where feasibleAarni Koskela-1/+1
2023-04-29use correct images for previews when using AND (see #9491)AUTOMATIC-1/+1
2023-04-29some extra lines I forgot to add for previous commitAUTOMATIC-3/+2
2023-04-29rework Negative Guidance minimum sigma to work with AND, add infotext and ↵AUTOMATIC-18/+25
copypaste parameters support
2023-04-29Merge pull request #9177 from devNegative-asm/masterAUTOMATIC1111-6/+20
(Optimization) Option to remove negative conditioning at low sigma values
2023-04-29rename CPU RNG to RNG source in settings, add infotext and parameters ↵AUTOMATIC-1/+1
copypaste support to RNG source
2023-04-18Option to use CPU for random number generation.Deciare-1/+1
Makes a given manual seed generate the same images across different platforms, independently of the GPU architecture in use. Fixes #9613.
2023-03-30fix live preview & alternate uncond guidance for better qualitydevdn-6/+8
2023-03-28performance increasedevdn-5/+17
2023-03-25Add support for the Variations models (unclip-h and unclip-l)MrCheeze-6/+13
2023-03-11rename CFGDenoiserParams fields for #8064AUTOMATIC-2/+2
2023-02-24Update sd_samplers_kdiffusion.pylaksjdjf-1/+3
2023-02-19Merge pull request #7731 from opparco/masterAUTOMATIC1111-0/+4
Add cfg_denoised_callback
2023-02-15Fix error when batch count > 1RcINS-4/+5
2023-02-11Add cfg_denoised_callbackopparco-0/+4
2023-02-11Fix DPM++ SDE not deterministic across different batch sizes (#5210)RcINS-8/+29
2023-02-04merge CFGDenoiserEdit and CFGDenoiser into single objectAUTOMATIC-96/+37
2023-02-03Use original CFGDenoiser if image_cfg_scale = 1Kyle-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"
2023-02-03txt2img Hires FixKyle-1/+1
2023-02-03Image CFG Added (Full Implementation)Kyle-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
2023-02-02Revert "instruct-pix2pix support"Kyle-4/+4
This reverts commit 269833067de1e7d0b6a6bd65724743d6b88a133f.