- 05 Dec, 2023 8 commits
-
-
CodeHatchling authored
# Conflicts: # modules/processing.py
-
CodeHatchling authored
-
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 14 commits
-
-
AUTOMATIC1111 authored
-
AUTOMATIC1111 authored
-
AUTOMATIC1111 authored
-
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.
-
AUTOMATIC1111 authored
-
AUTOMATIC1111 authored
-
AUTOMATIC1111 authored
Update launch_utils.py - fixes repetead package reinstalls
-
missionfloyd authored
-
illtellyoulater authored
Fixes failing dependency checks for extensions having a different package name and import name (for example ffmpeg-python / ffmpeg), which currently is causing the unneeded reinstall of packages at runtime. In fact with current code, the same string is used when installing a package and when checking for its presence, as you can see in the following example: > launch_utils.run_pip("install ffmpeg-python", "required package") [ Installing required package: "ffmpeg-python" ... ] [ Installed ] > launch_utils.is_installed("ffmpeg-python") False ... which would actually return true with: > launch_utils.is_installed("ffmpeg") True -
CodeHatchling authored
"Uncrop" the original denoised image for the composite step, fixing a "ValueError: Images do not match" *shudder*
-
CodeHatchling authored
-
AUTOMATIC1111 authored
Add import_hook hack to work around basicsr/torchvision incompatibility
-
AUTOMATIC1111 authored
slight optimization for mask and mask_composite
-
- 03 Dec, 2023 12 commits
-
-
Aarni Koskela authored
Fixes #13985
-
w-e-w authored
-
AUTOMATIC1111 authored
Fix `save_samples` being checked early when saving masked composite
-
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.
-
AUTOMATIC1111 authored
Re-add `keyedit_delimiters_whitespace` setting lost as part of commit e294e46d
-
CodeHatchling authored
-
catboxanon authored
-
catboxanon authored
-
AUTOMATIC1111 authored
-
AUTOMATIC1111 authored
Initial IPEX support for Intel Arc GPU
-
- 02 Dec, 2023 6 commits
-
-
AUTOMATIC1111 authored
-
AUTOMATIC1111 authored
-
Nuullll authored
-
AUTOMATIC1111 authored
preprocessing upscale: do not do an extra upscale step if it's not needed
-
Nuullll authored
-
AUTOMATIC1111 authored
dir buttons start with / so only the correct dir will be shown and no…
-