- 03 Dec, 2023 3 commits
-
-
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.
-
- 04 Nov, 2023 2 commits
-
-
AUTOMATIC1111 authored
-
AUTOMATIC1111 authored
requirements_versions httpx==0.24.1
-
- 31 Aug, 2023 8 commits
-
-
AUTOMATIC1111 authored
-
AUTOMATIC1111 authored
Fix generation params regex
-
AUTOMATIC1111 authored
fix an issue where using hires fix with refiner on first pass with medvram would cause an exception when generating
-
AUTOMATIC1111 authored
-
AUTOMATIC1111 authored
update bug report template to include sysinfo and not include all other fields that are already covered by sysinfo
-
AUTOMATIC1111 authored
-
AUTOMATIC1111 authored
-
AUTOMATIC1111 authored
-
- 30 Aug, 2023 13 commits
-
-
AUTOMATIC1111 authored
-
AUTOMATIC1111 authored
extension update time, convert to system time zone
-
AUTOMATIC1111 authored
patch Extension time format in systme time zone
-
AUTOMATIC1111 authored
-
AUTOMATIC1111 authored
-
AUTOMATIC1111 authored
chore: change extension time format
-
AUTOMATIC1111 authored
-
AUTOMATIC1111 authored
display file metadata `path` , `ss_output_name`
-
AUTOMATIC1111 authored
-
AUTOMATIC1111 authored
[RC 1.6.0 - zoom is partly hidden] Update style.css
-
AUTOMATIC1111 authored
Do not change quicksettings dropdown option when value returned is `None`
-
AUTOMATIC1111 authored
don't print empty lines
-
AUTOMATIC1111 authored
Add noisy latent to `ExtraNoiseParams` for callback
-
- 29 Aug, 2023 6 commits
-
-
AUTOMATIC1111 authored
-
AUTOMATIC1111 authored
Don't print blank stdout in extension installers
-
AUTOMATIC1111 authored
Honor `--skip-install` for extension installers
-
AUTOMATIC1111 authored
Fix notification not playing when built-in webui tab is inactive
-
AUTOMATIC1111 authored
Add option to align with sgm repo's sampling implementation
-
AUTOMATIC1111 authored
style: file-metadata word-break
-