aboutsummaryrefslogtreecommitdiffstats
path: root/modules
AgeCommit message (Expand)AuthorLines
2023-12-04Organized the settings and UI of soft inpainting to allow for toggling the fe...CodeHatchling-29/+179
2023-12-03"Uncrop" the original denoised image for the composite step, fixing a "ValueE...CodeHatchling-0/+4
2023-12-03Fixed a math mistake.CodeHatchling-1/+1
2023-12-02Merge remote-tracking branch 'origin/dev' into soft-inpaintingCodeHatchling-516/+1293
2023-12-02Rewrote latent_blend() to use in-place operations and to aggressively "del" r...CodeHatchling-13/+28
2023-12-02Blend masks are now produced afterward, based on an estimate of the visual di...CodeHatchling-29/+90
2023-12-02Added utility functions related to processing masks.CodeHatchling-0/+191
2023-11-28Tweaked default values.CodeHatchling-4/+4
2023-11-28Tweaked UI sliders and labels.CodeHatchling-4/+4
2023-11-28Added slider for detail preservation strength, removed largely needless offse...CodeHatchling-20/+19
2023-11-28Added UI elements to control blending parameters.CodeHatchling-1/+62
2023-11-28Nerfs the aggressive post-processing step of overlaying the original image.CodeHatchling-3/+11
2023-11-28Implements "scheduling" for blending of the original latents and a latent ble...CodeHatchling-2/+59
2023-11-28Removed conflicting step that replaces the softly inpainted latents with a na...CodeHatchling-3/+0
2023-11-28Removed code which forces the inpainting mask to be 0 or 1. Now fractional va...CodeHatchling-5/+1
2023-11-26add categories to settingsAUTOMATIC1111-28/+96
2023-11-26json.dump(ensure_ascii=False)w-e-w-5/+5
2023-11-26compact prompt layout: preserve scroll when switching between lora tabsAUTOMATIC1111-1/+4
2023-11-26Merge pull request #14059 from akx/upruffAUTOMATIC1111-1/+1
2023-11-26do not save HTML explanations from options page to configAUTOMATIC1111-2/+2
2023-11-26Merge pull request #14084 from wfjsw/move-from-sysinfo-to-errorsAUTOMATIC1111-19/+17
2023-11-26Merge branch 'hypertile-in-sample' into devAUTOMATIC1111-403/+13
2023-11-26Merge pull request #13948 from aria1th/hypertile-in-sampleAUTOMATIC1111-19/+404
2023-11-26rework hypertile into a built-in extensionAUTOMATIC1111-32/+13
2023-11-26move fileAUTOMATIC1111-371/+0
2023-11-24remove traceback in sysinfoJabasukuriputo Wang-1/+0
2023-11-24Move exception_records related methods to errors.pyJabasukuriputo Wang-18/+17
2023-11-22Simplify restart_sampler (suggested by ruff)Aarni Koskela-1/+1
2023-11-21fix [Bug]: (Dev Branch) Placing "Dimensions" first in "ui_reorder_list" prev...AUTOMATIC1111-6/+6
2023-11-20Merge pull request #14009 from AUTOMATIC1111/Option-to-show-batch-img2img-res...AUTOMATIC1111-4/+21
2023-11-20Merge branch 'dag' into devAUTOMATIC1111-153/+148
2023-11-20Merge pull request #13944 from wfjsw/dagAUTOMATIC1111-24/+188
2023-11-20rework extensions metadata: use custom sorter that doesn't mess the order as ...AUTOMATIC1111-153/+148
2023-11-20save sysinfo as .jsonw-e-w-2/+2
2023-11-19Option to show batch img2img results in UIw-e-w-4/+21
2023-11-19use metadata.ini for meta filenamewfjsw-6/+6
2023-11-19Merge pull request #13931 from AUTOMATIC1111/style-hotkeysAUTOMATIC1111-2/+2
2023-11-19Merge pull request #13014 from AUTOMATIC1111/thread-safe-extranetworks-list_i...AUTOMATIC1111-6/+25
2023-11-19Merge pull request #13968 from kaalibro/extranetworks-path-sortingAUTOMATIC1111-2/+3
2023-11-19Merge pull request #13977 from AUTOMATIC1111/hotfix-postprocessing-state-endAUTOMATIC1111-1/+1
2023-11-19Merge pull request #13996 from Luxter77/patch-1AUTOMATIC1111-1/+26
2023-11-19Merge pull request #13826 from ezxzeng/ui_mobile_optimizationsAUTOMATIC1111-2/+13
2023-11-19Merge pull request #14004 from storyicon/masterAUTOMATIC1111-1/+1
2023-11-17feat: fix randn found element of type float at pos 2storyicon-1/+1
2023-11-17fix double gc and decoding with unet contextaria1th-3/+2
2023-11-17set empty value for SD XL 3rd layeraria1th-0/+1
2023-11-17Fix inverted option issuearia1th-2/+2
2023-11-17Fix critical issue - unet applyaria1th-4/+4
2023-11-16actually adds handler to logging_config.pyYour Name-1/+1
2023-11-16Take into account tqdm not being installed before first boot for loggingLucas Daniel Velazquez M-13/+24