-
Notifications
You must be signed in to change notification settings - Fork 27k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Soft Inpainting #14208
Soft Inpainting #14208
Commits on Nov 28, 2023
-
Removed code which forces the inpainting mask to be 0 or 1. Now fract…
…ional values (e.g. 0.5) are accepted.
Configuration menu - View commit details
-
Copy full SHA for dec791d - Browse repository at this point
Copy the full SHA dec791dView commit details -
Removed conflicting step that replaces the softly inpainted latents w…
…ith a naive blend with the original latents.
Configuration menu - View commit details
-
Copy full SHA for bbba133 - Browse repository at this point
Copy the full SHA bbba133View commit details -
Implements "scheduling" for blending of the original latents and a la…
…tent blending formula that preserves details in blend transition areas.
Configuration menu - View commit details
-
Copy full SHA for e715e46 - Browse repository at this point
Copy the full SHA e715e46View commit details -
Configuration menu - View commit details
-
Copy full SHA for a6e5846 - Browse repository at this point
Copy the full SHA a6e5846View commit details -
Configuration menu - View commit details
-
Copy full SHA for debf836 - Browse repository at this point
Copy the full SHA debf836View commit details
Commits on Nov 29, 2023
-
Added slider for detail preservation strength, removed largely needle…
…ss offset parameter, changed labels in UI and for saving to/pasting data from PNG files.
Configuration menu - View commit details
-
Copy full SHA for c5c7fa0 - Browse repository at this point
Copy the full SHA c5c7fa0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 284fd8f - Browse repository at this point
Copy the full SHA 284fd8fView commit details -
Configuration menu - View commit details
-
Copy full SHA for c7a1ff8 - Browse repository at this point
Copy the full SHA c7a1ff8View commit details
Commits on Dec 3, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 609dea3 - Browse repository at this point
Copy the full SHA 609dea3View commit details -
Blend masks are now produced afterward, based on an estimate of the v…
…isual 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.
Configuration menu - View commit details
-
Copy full SHA for 73ab982 - Browse repository at this point
Copy the full SHA 73ab982View commit details -
Rewrote latent_blend() to use in-place operations and to aggressively…
… "del" references with the intention of minimizing allocations and easing garbage collection.
Configuration menu - View commit details
-
Copy full SHA for bb04d40 - Browse repository at this point
Copy the full SHA bb04d40View commit details -
Merge remote-tracking branch 'origin/dev' into soft-inpainting
# Conflicts: # modules/processing.py
Configuration menu - View commit details
-
Copy full SHA for 3bd3a09 - Browse repository at this point
Copy the full SHA 3bd3a09View commit details -
Configuration menu - View commit details
-
Copy full SHA for 28a2b5b - Browse repository at this point
Copy the full SHA 28a2b5bView commit details -
"Uncrop" the original denoised image for the composite step, fixing a…
… "ValueError: Images do not match" *shudder*
Configuration menu - View commit details
-
Copy full SHA for 552f8bc - Browse repository at this point
Copy the full SHA 552f8bcView commit details
Commits on Dec 4, 2023
-
Organized the settings and UI of soft inpainting to allow for togglin…
…g the feature, and centralizes default values to reduce the amount of copy-pasta.
Configuration menu - View commit details
-
Copy full SHA for aaacf48 - Browse repository at this point
Copy the full SHA aaacf48View commit details -
Configuration menu - View commit details
-
Copy full SHA for 259d33c - Browse repository at this point
Copy the full SHA 259d33cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 976c105 - Browse repository at this point
Copy the full SHA 976c105View commit details -
Fixed issue with whitespace, removed commented out code that was mean…
…t to be used as a reference.
Configuration menu - View commit details
-
Copy full SHA for 1455159 - Browse repository at this point
Copy the full SHA 1455159View commit details
Commits on Dec 5, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 57f29bd - Browse repository at this point
Copy the full SHA 57f29bdView commit details -
Configuration menu - View commit details
-
Copy full SHA for 60c6022 - Browse repository at this point
Copy the full SHA 60c6022View commit details -
Configuration menu - View commit details
-
Copy full SHA for b32a334 - Browse repository at this point
Copy the full SHA b32a334View commit details -
Fixed issue where batched inpainting (batch size > 1) wouldn't work b…
…ecause of mismatched tensor sizes. The 'already_decoded' decoded case should also be handled correctly (tested indirectly).
Configuration menu - View commit details
-
Copy full SHA for 6fc1242 - Browse repository at this point
Copy the full SHA 6fc1242View commit details -
Configuration menu - View commit details
-
Copy full SHA for 49bbf11 - Browse repository at this point
Copy the full SHA 49bbf11View commit details -
Merge remote-tracking branch 'origin2/dev' into soft-inpainting
# Conflicts: # modules/processing.py
Configuration menu - View commit details
-
Copy full SHA for 3886481 - Browse repository at this point
Copy the full SHA 3886481View commit details
Commits on Dec 7, 2023
-
A custom blending function can be provided by p, replacing the use of…
… soft_inpainting.
Configuration menu - View commit details
-
Copy full SHA for e90d433 - Browse repository at this point
Copy the full SHA e90d433View commit details -
Removed changes in some scripts since the arguments for soft painting…
… are no longer passed through the same path as "mask_blur".
Configuration menu - View commit details
-
Copy full SHA for 4608f62 - Browse repository at this point
Copy the full SHA 4608f62View commit details -
Configuration menu - View commit details
-
Copy full SHA for ac45789 - Browse repository at this point
Copy the full SHA ac45789View commit details -
Re-implemented soft inpainting via a script. Also fixed some mistakes…
… with the previous hooks, removed unnecessary formatting changes, removed code that I had forgotten to.
Configuration menu - View commit details
-
Copy full SHA for 2abc417 - Browse repository at this point
Copy the full SHA 2abc417View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8dbacc7 - Browse repository at this point
Copy the full SHA 8dbacc7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 56604f0 - Browse repository at this point
Copy the full SHA 56604f0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0ef4a4c - Browse repository at this point
Copy the full SHA 0ef4a4cView commit details
Commits on Dec 8, 2023
-
Configuration menu - View commit details
-
Copy full SHA for f284ae2 - Browse repository at this point
Copy the full SHA f284ae2View commit details -
Configuration menu - View commit details
-
Copy full SHA for fc3e246 - Browse repository at this point
Copy the full SHA fc3e246View commit details -
Configuration menu - View commit details
-
Copy full SHA for 659f62e - Browse repository at this point
Copy the full SHA 659f62eView commit details
Commits on Dec 9, 2023
-
soft_inpainting now appears in the "inpaint" section, and will not ac…
…tivate unless inpainting is activated.
Configuration menu - View commit details
-
Copy full SHA for b241447 - Browse repository at this point
Copy the full SHA b241447View commit details -
Configuration menu - View commit details
-
Copy full SHA for f1ff932 - Browse repository at this point
Copy the full SHA f1ff932View commit details