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
|
73ab982d1b
|
Blend masks are now produced afterward, based on an estimate of the visual difference between the original and modified latent images. This should remove ghosting and clipping artifacts from masks, while preserving the details of largely unchanged content.
|
2023-12-02 21:07:02 -07:00 |
|
CodeHatchling
|
609dea36ea
|
Added utility functions related to processing masks.
|
2023-12-02 18:56:49 -07:00 |
|
CodeHatchling
|
c7a1ff8720
|
Tweaked default values.
|
2023-11-28 23:31:10 -07:00 |
|
CodeHatchling
|
284fd8f415
|
Tweaked UI sliders and labels.
|
2023-11-28 23:03:50 -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
|
debf836fcc
|
Added UI elements to control blending parameters.
|
2023-11-28 16:15:36 -07:00 |
|
CodeHatchling
|
a6e5846453
|
Nerfs the aggressive post-processing step of overlaying the original image.
|
2023-11-28 16:13:42 -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 |
|
CodeHatchling
|
bbba133f05
|
Removed conflicting step that replaces the softly inpainted latents with a naive blend with the original latents.
|
2023-11-28 15:09:43 -07:00 |
|
CodeHatchling
|
dec791d35d
|
Removed code which forces the inpainting mask to be 0 or 1. Now fractional values (e.g. 0.5) are accepted.
|
2023-11-28 15:05:01 -07:00 |
|