Age | Commit message (Collapse) | Author | Lines | |
---|---|---|---|---|
2023-07-14 | Merge pull request #11779 from AUTOMATIC1111/do-not-run-twice | AUTOMATIC1111 | -2/+8 | |
Do not run git workflows twice for PRs from this repo | ||||
2023-07-14 | edit names more | AUTOMATIC1111 | -3/+3 | |
2023-07-14 | repair medvram and lowvram | AUTOMATIC1111 | -3/+5 | |
2023-07-14 | do not run workflow items twice for PRs from this repo | AUTOMATIC1111 | -2/+8 | |
update names | ||||
2023-07-14 | raise maximum Negative Guidance minimum sigma due to request in PR discussion | AUTOMATIC1111 | -1/+1 | |
2023-07-14 | linter | AUTOMATIC1111 | -1/+1 | |
2023-07-14 | initial SDXL refiner support | AUTOMATIC1111 | -19/+71 | |
2023-07-14 | Merge pull request #11775 from AUTOMATIC1111/handles-model-hash-cache.json-error | AUTOMATIC1111 | -3/+8 | |
handles model hash cache.json error | ||||
2023-07-14 | handles model hash cache.json error | w-e-w | -3/+8 | |
2023-07-13 | thank you linter | AUTOMATIC1111 | -3/+3 | |
2023-07-13 | add support for SDXL loras with te1/te2 modules | AUTOMATIC1111 | -12/+33 | |
2023-07-13 | mute SDXL imports in the place there SDXL is imported for the first time ↵ | AUTOMATIC1111 | -18/+17 | |
instead of launch.py | ||||
2023-07-13 | repair --no-half for SDXL | AUTOMATIC1111 | -4/+5 | |
2023-07-13 | add XL support for live previews: approx and TAESD | AUTOMATIC1111 | -25/+40 | |
2023-07-13 | fix broken img2img | AUTOMATIC1111 | -0/+4 | |
2023-07-13 | Merge pull request #11730 from tangjicheng46/master | AUTOMATIC1111 | -1/+4 | |
fix: timeout_keep_alive_handler error | ||||
2023-07-13 | Merge branch 'dev' into master | AUTOMATIC1111 | -390/+705 | |
2023-07-13 | Merge pull request #11707 from wfjsw/revert-11244 | AUTOMATIC1111 | -16/+2 | |
Revert #11244 | ||||
2023-07-13 | Merge pull request #11747 from AUTOMATIC1111/img2img-save | AUTOMATIC1111 | -4/+5 | |
Save img2img batch with images.save_image() | ||||
2023-07-13 | Merge pull request #11750 from AUTOMATIC1111/quick-settings-textbox | AUTOMATIC1111 | -7/+14 | |
Use submit and blur for quick settings textbox | ||||
2023-07-13 | Merge pull request #11748 from huaizong/fix/x/resize-less-than-two-pixel-error | AUTOMATIC1111 | -4/+6 | |
fix: check fill size none zero when resize (fixes #11425) | ||||
2023-07-13 | lora support | AUTOMATIC1111 | -0/+5 | |
2023-07-13 | fix CLIP doing the unneeded normalization | AUTOMATIC1111 | -8/+29 | |
revert SD2.1 back to use the original repo add SDXL's force_zero_embeddings to negative prompt | ||||
2023-07-13 | lint | AUTOMATIC1111 | -1/+1 | |
2023-07-13 | get attention optimizations to work | AUTOMATIC1111 | -8/+12 | |
2023-07-13 | mute unneeded SDXL imports for tests too | AUTOMATIC1111 | -2/+2 | |
2023-07-13 | fix importlib.machinery issue on github's autotests #yolo | AUTOMATIC1111 | -3/+4 | |
2023-07-13 | linter | AUTOMATIC1111 | -3/+1 | |
2023-07-12 | Merge branch 'dev' into sdxl | AUTOMATIC1111 | -3/+22 | |
2023-07-12 | SDXL support | AUTOMATIC1111 | -45/+242 | |
2023-07-12 | use submit blur for quick settings textbox | w-e-w | -7/+14 | |
2023-07-12 | Merge pull request #11749 from akx/mps-gc-fix-2 | AUTOMATIC1111 | -1/+5 | |
Don't do MPS GC when there's a latent | ||||
2023-07-12 | Don't do MPS GC when there's a latent that could still be sampled | Aarni Koskela | -0/+4 | |
2023-07-12 | Add correct logger name | Aarni Koskela | -1/+1 | |
2023-07-12 | Merge branch 'dev' into img2img-save | missionfloyd | -379/+692 | |
2023-07-12 | fix: check fill size none zero when resize (fixes #11425) | 王怀宗 | -4/+6 | |
2023-07-12 | Save img2img batch with images.save_image() | missionfloyd | -4/+5 | |
2023-07-11 | getting SD2.1 to run on SDXL repo | AUTOMATIC1111 | -24/+152 | |
2023-07-11 | Merge pull request #11733 from akx/brace-for-impact | AUTOMATIC1111 | -1/+1 | |
Allow using alt in the prompt fields again | ||||
2023-07-11 | Allow using alt in the prompt fields again | Aarni Koskela | -1/+1 | |
2023-07-11 | Merge pull request #11722 from akx/mps-gc-fix | AUTOMATIC1111 | -2/+17 | |
Fix MPS cache cleanup | ||||
2023-07-11 | Fix MPS cache cleanup | Aarni Koskela | -2/+17 | |
Importing torch does not import torch.mps so the call failed. | ||||
2023-07-11 | set timeout_keep_alive | TangJicheng | -1/+1 | |
2023-07-11 | add cmd_args: --timeout-keep-alive | TangJicheng | -0/+1 | |
2023-07-11 | Merge branch 'master' into dev | AUTOMATIC1111 | -1/+7 | |
2023-07-11 | add changelog for 1.4.1 | AUTOMATIC1111 | -0/+5 | |
2023-07-10 | Merge pull request #11720 from akx/closing | AUTOMATIC1111 | -19/+24 | |
Use closing() with processing classes everywhere | ||||
2023-07-10 | Merge pull request #11718 from tangjicheng46/master | AUTOMATIC1111 | -1/+2 | |
fix: add queue lock for refresh-checkpoints | ||||
2023-07-10 | Use closing() with processing classes everywhere | Aarni Koskela | -19/+24 | |
Follows up on #11569 | ||||
2023-07-10 | add queue lock for refresh-checkpoints | tangjicheng | -1/+2 | |