aboutsummaryrefslogtreecommitdiff
path: root/modules
AgeCommit message (Expand)Author
2023-05-31add an option to show selected setting in main txt2img/img2img UIAUTOMATIC
2023-05-31change UI reorder setting to multiselectAUTOMATIC
2023-05-31rename print_error to report, use it with together with package nameAUTOMATIC
2023-05-31Merge pull request #10780 from akx/image-emb-fontsAUTOMATIC1111
2023-05-31Merge pull request #10638 from catboxanon/patch/revert-10586AUTOMATIC1111
2023-05-31Merge pull request #10784 from AUTOMATIC1111/update-depsAUTOMATIC1111
2023-05-31Merge pull request #10803 from klimaleksus/refactoring-for-embedding-mergeAUTOMATIC1111
2023-05-31Merge pull request #10808 from AUTOMATIC1111/fix-disable-png-infoAUTOMATIC1111
2023-05-31Merge branch 'dev' into report-errorAUTOMATIC1111
2023-05-31Merge pull request #10796 from ramyma/round-upscale-result-dimsAUTOMATIC1111
2023-05-31Merge pull request #10805 from akx/gitpython-no-persistent-processesAUTOMATIC1111
2023-05-31Merge pull request #10788 from yoinked-h/patch-1AUTOMATIC1111
2023-05-31Merge pull request #10804 from AUTOMATIC1111/fix-xyz-clipAUTOMATIC1111
2023-05-31Merge pull request #10856 from akx/untamedAUTOMATIC1111
2023-05-31Merge pull request #10845 from DragonHawkAlpha/masterAUTOMATIC1111
2023-05-31Merge pull request #10878 from willfrey/patch-1AUTOMATIC1111
2023-05-31Merge pull request #10848 from DavidQChuang/masterAUTOMATIC1111
2023-05-31Merge pull request #10785 from nyqui/fix-hires.fixAUTOMATIC1111
2023-05-30Fix typo in `--update-check` help messageWill Frey
2023-05-30Vendor in the single module used from taming_transformers; remove taming_tran...Aarni Koskela
2023-05-29Fix s_min_uncond default type intDavid Chuang
2023-05-29Added VAE listing to web API.James
2023-05-29ruffedArtem Kotov
2023-05-29add scale_by to batch processingArtem Kotov
2023-05-29improve filename matching for maskArtem Kotov
2023-05-30fix get_conds_with_caching()w-e-w
2023-05-29Add & use modules.errors.print_error where currently printing exception info ...Aarni Koskela
2023-05-29Patch GitPython to not use leaky persistent processesAarni Koskela
2023-05-29fix disable png infow-e-w
2023-05-29Refactor EmbeddingDatabase.register_embedding() to allow unregisteringklimaleksus
2023-05-28Round down scale destination dimensions to nearest multiple of 8ramyma
2023-05-28typoyoinked
2023-05-28fix "hires. fix" prompt/neg sharing same labels as txt2img_prompt/negative_pr...nyqui
2023-05-28Upgrade xformersSakura-Luna
2023-05-28Mark caption_image_overlay's textfont as deprecated; fix #10778Aarni Koskela
2023-05-28add quoting for infotext values that have a colon in themAUTOMATIC
2023-05-28Merge branch 'master' into devAUTOMATIC
2023-05-27fix linter issue for 1.3.0AUTOMATIC
2023-05-27fix serving images that have already been saved without temp files function t...AUTOMATIC
2023-05-27Merge pull request #10655 from fumitakayano/fumitakayanoAUTOMATIC1111
2023-05-27Merge pull request #10569 from strelokhalfer/prAUTOMATIC1111
2023-05-27Merge pull request #10697 from catboxanon/patch/image-infoAUTOMATIC1111
2023-05-27Merge pull request #10739 from linkoid/fix-ui-debug-mode-exitAUTOMATIC1111
2023-05-27updates for the noise schedule settingsAUTOMATIC
2023-05-27Merge remote-tracking branch 'KohakuBlueleaf/custom-k-sched-settings' into devAUTOMATIC
2023-05-27fix serving images that have already been saved without temp files function t...AUTOMATIC
2023-05-27custom unet supportAUTOMATIC
2023-05-26Show full traceback in get_sd_model()linkoid
2023-05-26Remove exit() from select_checkpoint()linkoid
2023-05-25Remove try/except in img metadata readcatboxanon