- 05 Dec, 2023 6 commits
-
-
CodeHatchling authored
Fixed issue where batched inpainting (batch size > 1) wouldn't work because of mismatched tensor sizes. The 'already_decoded' decoded case should also be handled correctly (tested indirectly).
-
CodeHatchling authored
-
CodeHatchling authored
-
CodeHatchling authored
-
CodeHatchling authored
-
CodeHatchling authored
-
- 04 Dec, 2023 4 commits
-
-
CodeHatchling authored
-
CodeHatchling authored
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.
-
CodeHatchling authored
"Uncrop" the original denoised image for the composite step, fixing a "ValueError: Images do not match" *shudder*
-
CodeHatchling authored
-
- 03 Dec, 2023 4 commits
-
-
CodeHatchling authored
# Conflicts: # modules/processing.py
-
CodeHatchling authored
Rewrote latent_blend() to use in-place operations and to aggressively "del" references with the intention of minimizing allocations and easing garbage collection.
-
CodeHatchling authored
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.
-
CodeHatchling authored
-
- 29 Nov, 2023 8 commits
-
-
CodeHatchling authored
-
CodeHatchling authored
-
CodeHatchling authored
Added slider for detail preservation strength, removed largely needless offset parameter, changed labels in UI and for saving to/pasting data from PNG files.
-
CodeHatchling authored
-
CodeHatchling authored
-
CodeHatchling authored
Implements "scheduling" for blending of the original latents and a latent blending formula that preserves details in blend transition areas.
-
CodeHatchling authored
Removed conflicting step that replaces the softly inpainted latents with a naive blend with the original latents.
-
CodeHatchling authored
Removed code which forces the inpainting mask to be 0 or 1. Now fractional values (e.g. 0.5) are accepted.
-
- 26 Nov, 2023 13 commits
-
-
AUTOMATIC1111 authored
-
AUTOMATIC1111 authored
json.dump(ensure_ascii=False)
-
w-e-w authored
improve json readability
-
AUTOMATIC1111 authored
-
AUTOMATIC1111 authored
Compatibility
-
AUTOMATIC1111 authored
Update Ruff to 0.1.6
-
AUTOMATIC1111 authored
-
AUTOMATIC1111 authored
-
AUTOMATIC1111 authored
Move exception_records related methods to errors.py
-
AUTOMATIC1111 authored
-
AUTOMATIC1111 authored
support HyperTile optimization
-
AUTOMATIC1111 authored
-
AUTOMATIC1111 authored
-
- 25 Nov, 2023 2 commits
-
-
Jabasukuriputo Wang authored
-
Jabasukuriputo Wang authored
-
- 23 Nov, 2023 2 commits
-
-
Aarni Koskela authored
-
Aarni Koskela authored
-
- 21 Nov, 2023 1 commit
-
-
AUTOMATIC1111 authored
-