aboutsummaryrefslogtreecommitdiff
path: root/modules
AgeCommit message (Expand)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 fe...CodeHatchling
2023-12-03"Uncrop" the original denoised image for the composite step, fixing a "ValueE...CodeHatchling
2023-12-03Fixed a math mistake.CodeHatchling
2023-12-02Merge remote-tracking branch 'origin/dev' into soft-inpaintingCodeHatchling
2023-12-02Rewrote latent_blend() to use in-place operations and to aggressively "del" r...CodeHatchling
2023-12-02Blend masks are now produced afterward, based on an estimate of the visual di...CodeHatchling
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 offse...CodeHatchling
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 ble...CodeHatchling
2023-11-28Removed conflicting step that replaces the softly inpainted latents with a na...CodeHatchling
2023-11-28Removed code which forces the inpainting mask to be 0 or 1. Now fractional va...CodeHatchling
2023-11-26add categories to settingsAUTOMATIC1111
2023-11-26json.dump(ensure_ascii=False)w-e-w
2023-11-26compact prompt layout: preserve scroll when switching between lora tabsAUTOMATIC1111
2023-11-26Merge pull request #14059 from akx/upruffAUTOMATIC1111
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
2023-11-26Merge branch 'hypertile-in-sample' into devAUTOMATIC1111
2023-11-26Merge pull request #13948 from aria1th/hypertile-in-sampleAUTOMATIC1111
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-21fix [Bug]: (Dev Branch) Placing "Dimensions" first in "ui_reorder_list" prev...AUTOMATIC1111
2023-11-20Merge pull request #14009 from AUTOMATIC1111/Option-to-show-batch-img2img-res...AUTOMATIC1111
2023-11-20Merge branch 'dag' into devAUTOMATIC1111
2023-11-20Merge pull request #13944 from wfjsw/dagAUTOMATIC1111
2023-11-20rework extensions metadata: use custom sorter that doesn't mess the order as ...AUTOMATIC1111
2023-11-20save sysinfo as .jsonw-e-w
2023-11-19Option to show batch img2img results in UIw-e-w
2023-11-19use metadata.ini for meta filenamewfjsw
2023-11-19Merge pull request #13931 from AUTOMATIC1111/style-hotkeysAUTOMATIC1111
2023-11-19Merge pull request #13014 from AUTOMATIC1111/thread-safe-extranetworks-list_i...AUTOMATIC1111
2023-11-19Merge pull request #13968 from kaalibro/extranetworks-path-sortingAUTOMATIC1111
2023-11-19Merge pull request #13977 from AUTOMATIC1111/hotfix-postprocessing-state-endAUTOMATIC1111
2023-11-19Merge pull request #13996 from Luxter77/patch-1AUTOMATIC1111
2023-11-19Merge pull request #13826 from ezxzeng/ui_mobile_optimizationsAUTOMATIC1111
2023-11-19Merge pull request #14004 from storyicon/masterAUTOMATIC1111
2023-11-17feat: fix randn found element of type float at pos 2storyicon
2023-11-17fix double gc and decoding with unet contextaria1th
2023-11-17set empty value for SD XL 3rd layeraria1th
2023-11-17Fix inverted option issuearia1th
2023-11-17Fix critical issue - unet applyaria1th