aboutsummaryrefslogtreecommitdiffstats
path: root/modules/sd_samplers_cfg_denoiser.py
AgeCommit message (Expand)AuthorLines
2024-01-27Add Pad conds v0 optionAUTOMATIC1111-9/+61
2024-01-07add self insteadcontinue-revolution-1/+1
2024-01-07add p to cfgdenoiserparamscontinue-revolution-1/+1
2023-12-06Removed soft inpainting, added hooks for softpainting to work instead.CodeHatchling-13/+10
2023-12-06A custom blending function can be provided by p, replacing the use of soft_in...CodeHatchling-17/+17
2023-12-04Cleaned up code, moved main code contributions into soft_inpainting.pyCodeHatchling-74/+10
2023-12-04Organized the settings and UI of soft inpainting to allow for toggling the fe...CodeHatchling-11/+24
2023-12-02Rewrote latent_blend() to use in-place operations and to aggressively "del" r...CodeHatchling-13/+28
2023-11-28Tweaked default values.CodeHatchling-2/+2
2023-11-28Added slider for detail preservation strength, removed largely needless offse...CodeHatchling-6/+5
2023-11-28Implements "scheduling" for blending of the original latents and a latent ble...CodeHatchling-2/+59
2023-08-21ditch --always-batch-cond-uncond in favor of an UI settingAUTOMATIC1111-2/+2
2023-08-14revert to applying mask before denoising for k-diffusion, like it was beforeAUTOMATIC1111-1/+5
2023-08-12put refiner into main UI, into the new accordions sectionAUTOMATIC1111-1/+5
2023-08-08merge errorsAUTOMATIC1111-2/+21
2023-08-08REMOVEAUTOMATIC1111-1/+0
2023-08-08add CFG denoiser implementation for DDIM, PLMS and UniPC (this is the commit ...AUTOMATIC1111-32/+18
2023-08-08split sd_samplers_kdiffusion into twoAUTOMATIC1111-294/+1
2023-08-08Split history: mv modules/sd_samplers_kdiffusion.py modules/sd_samplers_cfg_d...AUTOMATIC1111-0/+511