aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorLines
2023-07-14initial SDXL refiner supportAUTOMATIC1111-19/+71
2023-07-13thank you linterAUTOMATIC1111-3/+3
2023-07-13add support for SDXL loras with te1/te2 modulesAUTOMATIC1111-12/+33
2023-07-13mute SDXL imports in the place there SDXL is imported for the first time ↵AUTOMATIC1111-18/+17
instead of launch.py
2023-07-13repair --no-half for SDXLAUTOMATIC1111-4/+5
2023-07-13add XL support for live previews: approx and TAESDAUTOMATIC1111-25/+40
2023-07-13fix broken img2imgAUTOMATIC1111-0/+4
2023-07-13lora supportAUTOMATIC1111-0/+5
2023-07-13fix CLIP doing the unneeded normalizationAUTOMATIC1111-8/+29
revert SD2.1 back to use the original repo add SDXL's force_zero_embeddings to negative prompt
2023-07-13lintAUTOMATIC1111-1/+1
2023-07-13get attention optimizations to workAUTOMATIC1111-8/+12
2023-07-13mute unneeded SDXL imports for tests tooAUTOMATIC1111-2/+2
2023-07-13fix importlib.machinery issue on github's autotests #yoloAUTOMATIC1111-3/+4
2023-07-13linterAUTOMATIC1111-3/+1
2023-07-12Merge branch 'dev' into sdxlAUTOMATIC1111-3/+22
2023-07-12SDXL supportAUTOMATIC1111-45/+242
2023-07-12Merge pull request #11749 from akx/mps-gc-fix-2AUTOMATIC1111-1/+5
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-0/+4
2023-07-12Add correct logger nameAarni Koskela-1/+1
2023-07-11getting SD2.1 to run on SDXL repoAUTOMATIC1111-24/+152
2023-07-11Merge pull request #11733 from akx/brace-for-impactAUTOMATIC1111-1/+1
Allow using alt in the prompt fields again
2023-07-11Allow using alt in the prompt fields againAarni Koskela-1/+1
2023-07-11Merge pull request #11722 from akx/mps-gc-fixAUTOMATIC1111-2/+17
Fix MPS cache cleanup
2023-07-11Fix MPS cache cleanupAarni Koskela-2/+17
Importing torch does not import torch.mps so the call failed.
2023-07-11Merge branch 'master' into devAUTOMATIC1111-1/+7
2023-07-11add changelog for 1.4.1AUTOMATIC1111-0/+5
2023-07-10Merge pull request #11720 from akx/closingAUTOMATIC1111-19/+24
Use closing() with processing classes everywhere
2023-07-10Merge pull request #11718 from tangjicheng46/masterAUTOMATIC1111-1/+2
fix: add queue lock for refresh-checkpoints
2023-07-10Use closing() with processing classes everywhereAarni Koskela-19/+24
Follows up on #11569
2023-07-10add queue lock for refresh-checkpointstangjicheng-1/+2
2023-07-08Merge pull request #11696 from WuSiYu/feat_SWIN_torch_compileAUTOMATIC1111-6/+23
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-6/+23
2023-07-08Merge pull request #11595 from akx/alisasesAUTOMATIC1111-8/+9
Fix typo: checkpoint_alisases
2023-07-08fix for eslintAUTOMATIC1111-1/+1
2023-07-08move github proxy to settings, System page.AUTOMATIC1111-19/+15
2023-07-08Merge pull request #11244 from MaiXiaoMeng/devAUTOMATIC1111-4/+22
Add github mirror for the download extension
2023-07-08pin version for torch for Navi3 according to comment from #11228AUTOMATIC1111-1/+1
2023-07-08Fix typo: checkpoint_alisasesAarni Koskela-8/+9
2023-07-08Merge pull request #11228 from Beinsezii/devAUTOMATIC1111-0/+4
WEBUI.SH Navi 3 Support
2023-07-08Merge pull request #11672 from nelsonjchen/patch-1AUTOMATIC1111-0/+3
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-13/+10
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-7/+1
2023-07-08Merge pull request #10436 from lenankamp/patch-1AUTOMATIC1111-3/+10
Recursive batch img2img.py
2023-07-08Merge branch 'dev' into patch-1AUTOMATIC1111-4780/+8850
2023-07-08use natural sort for shared.walk_files and shared.listfiles, as well as for ↵AUTOMATIC1111-6/+14
dirs in extra networks
2023-07-08for #10650: change key to alt+arrows, enable by defaultAUTOMATIC1111-2/+6
2023-07-08Merge pull request #10650 from missionfloyd/reorder-hotkeysAUTOMATIC1111-0/+38
Hotkeys to move prompt elements
2023-07-08small rework for img2img PNG infoAUTOMATIC1111-21/+10
2023-07-08third time's the charmAUTOMATIC1111-2/+2
2023-07-08additional changes for merge conflict for #11337AUTOMATIC1111-3/+3