- 04 Dec, 2023 2 commits
-
-
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
-
- 20 Nov, 2023 6 commits
-
-
AUTOMATIC1111 authored
Option to show batch img2img results in UI
-
AUTOMATIC1111 authored
-
AUTOMATIC1111 authored
implementing script metadata and DAG sorting mechanism
-
AUTOMATIC1111 authored
rework extensions metadata: use custom sorter that doesn't mess the order as much and ignores cyclic errors, use classes with named fields instead of dictionaries, eliminate some duplicated code
-
AUTOMATIC1111 authored
save sysinfo as .json
-
w-e-w authored
GitHub now allows uploading of .json files in issues
-
- 19 Nov, 2023 2 commits