aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2023-12-04Cleaned up code, moved main code contributions into soft_inpainting.pyCodeHatchling
2023-12-04Enables the original functionality to be toggled on and off.CodeHatchling
2023-12-04Organized the settings and UI of soft inpainting to allow for toggling the ↵CodeHatchling
feature, and centralizes default values to reduce the amount of copy-pasta.
2023-12-03"Uncrop" the original denoised image for the composite step, fixing a ↵CodeHatchling
"ValueError: Images do not match" *shudder*
2023-12-03Fixed a math mistake.CodeHatchling
2023-12-02Merge remote-tracking branch 'origin/dev' into soft-inpaintingCodeHatchling
# Conflicts: # modules/processing.py
2023-12-02Rewrote latent_blend() to use in-place operations and to aggressively "del" ↵CodeHatchling
references with the intention of minimizing allocations and easing garbage collection.
2023-12-02Blend masks are now produced afterward, based on an estimate of the visual ↵CodeHatchling
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.
2023-12-02Added utility functions related to processing masks.CodeHatchling
2023-11-28Tweaked default values.CodeHatchling
2023-11-28Tweaked UI sliders and labels.CodeHatchling
2023-11-28Added slider for detail preservation strength, removed largely needless ↵CodeHatchling
offset parameter, changed labels in UI and for saving to/pasting data from PNG files.
2023-11-28Added UI elements to control blending parameters.CodeHatchling
2023-11-28Nerfs the aggressive post-processing step of overlaying the original image.CodeHatchling
2023-11-28Implements "scheduling" for blending of the original latents and a latent ↵CodeHatchling
blending formula that preserves details in blend transition areas.
2023-11-28Removed conflicting step that replaces the softly inpainted latents with a ↵CodeHatchling
naive blend with the original latents.
2023-11-28Removed code which forces the inpainting mask to be 0 or 1. Now fractional ↵CodeHatchling
values (e.g. 0.5) are accepted.
2023-11-26add categories to settingsAUTOMATIC1111
2023-11-26Merge pull request #14108 from AUTOMATIC1111/json.dump(ensure_ascii=False)AUTOMATIC1111
json.dump(ensure_ascii=False)
2023-11-26json.dump(ensure_ascii=False)w-e-w
improve json readability
2023-11-26compact prompt layout: preserve scroll when switching between lora tabsAUTOMATIC1111
2023-11-26Merge pull request #13936 from cabelo/compatibilityAUTOMATIC1111
Compatibility
2023-11-26Merge pull request #14059 from akx/upruffAUTOMATIC1111
Update Ruff to 0.1.6
2023-11-26fix linter errorsAUTOMATIC1111
2023-11-26do not save HTML explanations from options page to configAUTOMATIC1111
2023-11-26Merge pull request #14084 from wfjsw/move-from-sysinfo-to-errorsAUTOMATIC1111
Move exception_records related methods to errors.py
2023-11-26Merge branch 'hypertile-in-sample' into devAUTOMATIC1111
2023-11-26Merge pull request #13948 from aria1th/hypertile-in-sampleAUTOMATIC1111
support HyperTile optimization
2023-11-26rework hypertile into a built-in extensionAUTOMATIC1111
2023-11-26move fileAUTOMATIC1111
2023-11-24remove traceback in sysinfoJabasukuriputo Wang
2023-11-24Move exception_records related methods to errors.pyJabasukuriputo Wang
2023-11-22Simplify restart_sampler (suggested by ruff)Aarni Koskela
2023-11-22Update ruff to 0.1.6Aarni Koskela
2023-11-21fix [Bug]: (Dev Branch) Placing "Dimensions" first in "ui_reorder_list" ↵AUTOMATIC1111
prevents start #14047
2023-11-20Merge pull request #14009 from ↵AUTOMATIC1111
AUTOMATIC1111/Option-to-show-batch-img2img-results-in-UI Option to show batch img2img results in UI
2023-11-20Merge branch 'dag' into devAUTOMATIC1111
2023-11-20Merge pull request #13944 from wfjsw/dagAUTOMATIC1111
implementing script metadata and DAG sorting mechanism
2023-11-20rework extensions metadata: use custom sorter that doesn't mess the order as ↵AUTOMATIC1111
much and ignores cyclic errors, use classes with named fields instead of dictionaries, eliminate some duplicated code
2023-11-20Merge pull request #14035 from AUTOMATIC1111/sysinfo-jsonAUTOMATIC1111
save sysinfo as .json
2023-11-20save sysinfo as .jsonw-e-w
GitHub now allows uploading of .json files in issues
2023-11-19Option to show batch img2img results in UIw-e-w
shared.opts.img2img_batch_show_results_limit limit the number of images return to the UI for batch img2img default limit 32 0 no images are shown -1 unlimited, all images are shown
2023-11-19use metadata.ini for meta filenamewfjsw
2023-11-19Merge pull request #13931 from AUTOMATIC1111/style-hotkeysAUTOMATIC1111
Enable prompt hotkeys in style editor
2023-11-19Merge pull request #13014 from ↵AUTOMATIC1111
AUTOMATIC1111/thread-safe-extranetworks-list_items thread safe extra network list_items
2023-11-19Merge pull request #13929 from kingljl/fix-dependency-address-patch-1AUTOMATIC1111
Fix dependency address patch 1
2023-11-19Merge pull request #13962 from kaalibro/devAUTOMATIC1111
Fixes generation restart not working for some users when 'Ctrl+Enter' is pressed
2023-11-19Merge pull request #13968 from kaalibro/extranetworks-path-sortingAUTOMATIC1111
Adds 'Path' sorting for Extra network cards
2023-11-19Merge pull request #13977 from AUTOMATIC1111/hotfix-postprocessing-state-endAUTOMATIC1111
Hotfix: call shared.state.end() after postprocessing done
2023-11-19Merge pull request #13692 from v0xie/network-oftAUTOMATIC1111
Support inference with OFT networks