aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2023-07-13get attention optimizations to workAUTOMATIC1111
2023-07-13mute unneeded SDXL imports for tests tooAUTOMATIC1111
2023-07-13fix importlib.machinery issue on github's autotests #yoloAUTOMATIC1111
2023-07-13linterAUTOMATIC1111
2023-07-12Merge branch 'dev' into sdxlAUTOMATIC1111
2023-07-12SDXL supportAUTOMATIC1111
2023-07-12Merge pull request #11749 from akx/mps-gc-fix-2AUTOMATIC1111
Don't do MPS GC when there's a latent
2023-07-12Don't do MPS GC when there's a latent that could still be sampledAarni Koskela
2023-07-12Add correct logger nameAarni Koskela
2023-07-11getting SD2.1 to run on SDXL repoAUTOMATIC1111
2023-07-11Merge pull request #11733 from akx/brace-for-impactAUTOMATIC1111
Allow using alt in the prompt fields again
2023-07-11Allow using alt in the prompt fields againAarni Koskela
2023-07-11Merge pull request #11722 from akx/mps-gc-fixAUTOMATIC1111
Fix MPS cache cleanup
2023-07-11Fix MPS cache cleanupAarni Koskela
Importing torch does not import torch.mps so the call failed.
2023-07-11Merge branch 'master' into devAUTOMATIC1111
2023-07-11add changelog for 1.4.1AUTOMATIC1111
2023-07-10Merge pull request #11720 from akx/closingAUTOMATIC1111
Use closing() with processing classes everywhere
2023-07-10Merge pull request #11718 from tangjicheng46/masterAUTOMATIC1111
fix: add queue lock for refresh-checkpoints
2023-07-10Use closing() with processing classes everywhereAarni Koskela
Follows up on #11569
2023-07-10add queue lock for refresh-checkpointstangjicheng
2023-07-08Merge pull request #11696 from WuSiYu/feat_SWIN_torch_compileAUTOMATIC1111
feat: add option SWIN_torch_compile to accelerate SwinIR upscale
2023-07-09add option SWIN_torch_compile to accelerate SwinIR upscale using torch.compile()SiYu Wu
2023-07-08Merge pull request #11595 from akx/alisasesAUTOMATIC1111
Fix typo: checkpoint_alisases
2023-07-08fix for eslintAUTOMATIC1111
2023-07-08move github proxy to settings, System page.AUTOMATIC1111
2023-07-08Merge pull request #11244 from MaiXiaoMeng/devAUTOMATIC1111
Add github mirror for the download extension
2023-07-08pin version for torch for Navi3 according to comment from #11228AUTOMATIC1111
2023-07-08Fix typo: checkpoint_alisasesAarni Koskela
2023-07-08Merge pull request #11228 from Beinsezii/devAUTOMATIC1111
WEBUI.SH Navi 3 Support
2023-07-08Merge pull request #11672 from nelsonjchen/patch-1AUTOMATIC1111
Add a link to an index-able/crawl-able wiki mirroring service of the wiki
2023-07-08added torch.mps.empty_cache() to torch_gc()AUTOMATIC1111
changed a bunch of places that use torch.cuda.empty_cache() to use torch_gc() instead
2023-07-08rework #10436 to use shared.walk_filesAUTOMATIC1111
2023-07-08Merge pull request #10436 from lenankamp/patch-1AUTOMATIC1111
Recursive batch img2img.py
2023-07-08Merge branch 'dev' into patch-1AUTOMATIC1111
2023-07-08use natural sort for shared.walk_files and shared.listfiles, as well as for ↵AUTOMATIC1111
dirs in extra networks
2023-07-08for #10650: change key to alt+arrows, enable by defaultAUTOMATIC1111
2023-07-08Merge pull request #10650 from missionfloyd/reorder-hotkeysAUTOMATIC1111
Hotkeys to move prompt elements
2023-07-08small rework for img2img PNG infoAUTOMATIC1111
2023-07-08third time's the charmAUTOMATIC1111
2023-07-08additional changes for merge conflict for #11337AUTOMATIC1111
2023-07-08additional changes for merge conflict for #11337AUTOMATIC1111
2023-07-08Merge pull request #11337 from FWeynschenk/img2img-batch-png-infoAUTOMATIC1111
Img2img batch png info
2023-07-08Merge branch 'dev' into img2img-batch-png-infoAUTOMATIC1111
2023-07-08fix for #11478AUTOMATIC1111
2023-07-08Merge pull request #11478 from catalpaaa/subpathAUTOMATIC1111
Fixing --subpath on newer gradio version
2023-07-08Merge pull request #11468 from NoCrypt/grid-colors-optionsAUTOMATIC1111
Add options to change colors in grid
2023-07-08Merge pull request #11488 from ↵AUTOMATIC1111
AUTOMATIC1111/callback-after_extra_networks_activate add callback after_extra_networks_activate
2023-07-08whitespace for #11477AUTOMATIC1111
2023-07-08Merge pull request #11477 from hako-mikan/masterAUTOMATIC1111
add `before_hr` script callback
2023-07-08Merge pull request #11495 from missionfloyd/end-paren-fixAUTOMATIC1111
Correctly remove end parenthesis with ctrl+up/down