Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
Revert discarding penultimate sigma for DPM-Solver++(2M) SDE
|
|
|
|
|
|
See:
https://github.com/AUTOMATIC1111/stable-diffusion-webui/pull/10649#issuecomment-1561047723
|
|
|
|
|
|
|
|
Co-authored-by: catboxanon <122327233+catboxanon@users.noreply.github.com>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Required by self-attn guidance extension
https://github.com/ashen-sensored/sd_webui_SAG
|
|
|
|
|
|
|
|
|
|
|
|
|
|
copypaste parameters support
|
|
(Optimization) Option to remove negative conditioning at low sigma values
|
|
copypaste support to RNG source
|
|
Makes a given manual seed generate the same images across different
platforms, independently of the GPU architecture in use.
Fixes #9613.
|
|
|
|
|
|
|
|
|
|
|
|
Add cfg_denoised_callback
|
|
|
|
|
|
|
|
|
|
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"
|