aboutsummaryrefslogtreecommitdiff
path: root/modules/sd_samplers_kdiffusion.py
AgeCommit message (Collapse)Author
2023-03-25Add support for the Variations models (unclip-h and unclip-l)MrCheeze
2023-03-11rename CFGDenoiserParams fields for #8064AUTOMATIC
2023-02-24Update sd_samplers_kdiffusion.pylaksjdjf
2023-02-19Merge pull request #7731 from opparco/masterAUTOMATIC1111
Add cfg_denoised_callback
2023-02-15Fix error when batch count > 1RcINS
2023-02-11Add cfg_denoised_callbackopparco
2023-02-11Fix DPM++ SDE not deterministic across different batch sizes (#5210)RcINS
2023-02-04merge CFGDenoiserEdit and CFGDenoiser into single objectAUTOMATIC
2023-02-03Use original CFGDenoiser if image_cfg_scale = 1Kyle
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
2023-02-03Image CFG Added (Full Implementation)Kyle
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
This reverts commit 269833067de1e7d0b6a6bd65724743d6b88a133f.
2023-02-02instruct-pix2pix supportKyle
2023-01-30make the program read Eta and Eta DDIM from generation parametersAUTOMATIC
2023-01-30split samplers into one more files for k-diffusionAUTOMATIC
2023-01-30Split history sd_samplers.py to sd_samplers_kdiffusion.pyAndrey