CodeHatchling
976c1053ef
Cleaned up code, moved main code contributions into soft_inpainting.py
2023-12-04 16:06:58 -07:00
CodeHatchling
aaacf48232
Organized the settings and UI of soft inpainting to allow for toggling the feature, and centralizes default values to reduce the amount of copy-pasta.
2023-12-04 01:27:22 -07:00
CodeHatchling
bb04d400c9
Rewrote latent_blend() to use in-place operations and to aggressively "del" references with the intention of minimizing allocations and easing garbage collection.
2023-12-02 21:08:26 -07:00
CodeHatchling
c7a1ff8720
Tweaked default values.
2023-11-28 23:31:10 -07:00
CodeHatchling
c5c7fa06aa
Added slider for detail preservation strength, removed largely needless offset parameter, changed labels in UI and for saving to/pasting data from PNG files.
2023-11-28 22:35:07 -07:00
CodeHatchling
e715e46b6a
Implements "scheduling" for blending of the original latents and a latent blending formula that preserves details in blend transition areas.
2023-11-28 16:10:22 -07:00
AUTOMATIC1111
dfd6ea3fca
ditch --always-batch-cond-uncond in favor of an UI setting
2023-08-21 15:07:10 +03:00
AUTOMATIC1111
c1a31ec9f7
revert to applying mask before denoising for k-diffusion, like it was before
2023-08-14 08:59:15 +03:00
AUTOMATIC1111
64311faa68
put refiner into main UI, into the new accordions section
...
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-12 12:39:59 +03:00
AUTOMATIC1111
f8ff8c0638
merge errors
2023-08-08 22:09:51 +03:00
AUTOMATIC1111
a8a256f9b5
REMOVE
2023-08-08 21:08:50 +03:00
AUTOMATIC1111
8285a149d8
add CFG denoiser implementation for DDIM, PLMS and UniPC (this is the commit when you can run both old and new implementations to compare them)
2023-08-08 21:04:44 +03:00
AUTOMATIC1111
2d8e4a6544
split sd_samplers_kdiffusion into two
2023-08-08 18:35:31 +03:00
AUTOMATIC1111
7e88f57aaa
Split history: mv modules/sd_samplers_kdiffusion.py modules/sd_samplers_cfg_denoiser.py
2023-08-08 18:32:17 +03:00