aboutsummaryrefslogtreecommitdiff
path: root/modules/sd_samplers_cfg_denoiser.py
AgeCommit message (Collapse)Author
2024-01-07add self insteadcontinue-revolution
2024-01-07add p to cfgdenoiserparamscontinue-revolution
2023-12-06Removed soft inpainting, added hooks for softpainting to work instead.CodeHatchling
2023-12-06A custom blending function can be provided by p, replacing the use of ↵CodeHatchling
soft_inpainting.
2023-12-04Cleaned up code, moved main code contributions into soft_inpainting.pyCodeHatchling
2023-12-04Organized the settings and UI of soft inpainting to allow for toggling the ↵CodeHatchling
feature, and centralizes default values to reduce the amount of copy-pasta.
2023-12-02Rewrote latent_blend() to use in-place operations and to aggressively "del" ↵CodeHatchling
references with the intention of minimizing allocations and easing garbage collection.
2023-11-28Tweaked default values.CodeHatchling
2023-11-28Added slider for detail preservation strength, removed largely needless ↵CodeHatchling
offset parameter, changed labels in UI and for saving to/pasting data from PNG files.
2023-11-28Implements "scheduling" for blending of the original latents and a latent ↵CodeHatchling
blending formula that preserves details in blend transition areas.
2023-08-21ditch --always-batch-cond-uncond in favor of an UI settingAUTOMATIC1111
2023-08-14revert to applying mask before denoising for k-diffusion, like it was beforeAUTOMATIC1111
2023-08-12put refiner into main UI, into the new accordions sectionAUTOMATIC1111
add VAE from main model into infotext, not from refiner model option to make scripts UI without gr.Group fix inconsistencies with refiner when usings samplers that do more denoising than steps
2023-08-08merge errorsAUTOMATIC1111
2023-08-08REMOVEAUTOMATIC1111
2023-08-08add CFG denoiser implementation for DDIM, PLMS and UniPC (this is the commit ↵AUTOMATIC1111
when you can run both old and new implementations to compare them)
2023-08-08split sd_samplers_kdiffusion into twoAUTOMATIC1111
2023-08-08Split history: mv modules/sd_samplers_kdiffusion.py ↵AUTOMATIC1111
modules/sd_samplers_cfg_denoiser.py