Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| | * | | | | | | | | | | | | | | | Add latent upscale option to img2img | Andrew Ryan | 2022-12-08 | 2 | -2/+6 | |
| | | |_|_|_|_|_|_|_|_|_|_|_|_|/ | | |/| | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | Merge pull request #5838 from aliencaocao/fix_gradio_pil | AUTOMATIC1111 | 2022-12-24 | 1 | -0/+1 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | | | Fix PIL being imported before its installed (for new users only) | Billy Cao | 2022-12-18 | 1 | -0/+1 | |
| * | | | | | | | | | | | | | | | | Merge pull request #5747 from yuvalabou/singleton-comparison | AUTOMATIC1111 | 2022-12-24 | 3 | -5/+9 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | | | | Correct singleton comparisons | Yuval Aboulafia | 2022-12-14 | 3 | -5/+9 | |
| | | |_|/ / / / / / / / / / / / / | | |/| | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | | Merge pull request #5873 from philpax/override-settings-restore-afterwards | AUTOMATIC1111 | 2022-12-24 | 1 | -7/+10 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | | | | feat(api): add override_settings_restore_afterwards | Philpax | 2022-12-20 | 1 | -13/+16 | |
| | |/ / / / / / / / / / / / / / / | ||||||
| * | | | | | | | | | | | | | | | | Merge pull request #5753 from calvinballing/master | AUTOMATIC1111 | 2022-12-24 | 10 | -40/+40 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | | | | Fix various typos | Jim Hays | 2022-12-15 | 10 | -40/+40 | |
| | |/ / / / / / / / / / / / / / / | ||||||
| * | | | | | | | | | | | | | | | | Merge pull request #5589 from MrCheeze/better-special-model-support | AUTOMATIC1111 | 2022-12-24 | 3 | -8/+12 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | | | | unconditionally set use_ema=False if value not specified (True never worked, ... | MrCheeze | 2022-12-11 | 1 | -1/+3 | |
| | * | | | | | | | | | | | | | | | | fix support for 2.0 inpainting model while maintaining support for 1.5 inpain... | MrCheeze | 2022-12-10 | 2 | -2/+2 | |
| | * | | | | | | | | | | | | | | | | unload depth model if medvram/lowvram enabled | MrCheeze | 2022-12-10 | 1 | -5/+7 | |
| | |/ / / / / / / / / / / / / / / | ||||||
| * | | | | | | | | | | | | | | | | add an option for img2img background color | AUTOMATIC | 2022-12-24 | 4 | -2/+14 | |
| * | | | | | | | | | | | | | | | | Merge pull request #5644 from ThereforeGames/master | AUTOMATIC1111 | 2022-12-24 | 1 | -3/+6 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | | | | Improve color correction with luminosity blend | ThereforeGames | 2022-12-11 | 1 | -3/+6 | |
| | |/ / / / / / / / / / / / / / / | ||||||
| * | | | | | | | | | | | | | | | | Merge pull request #5808 from stysmmaker/patch/fix-fnt-size | AUTOMATIC1111 | 2022-12-24 | 1 | -7/+16 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | | | | fix: Modify font size when unable to fit in plot | MMaker | 2022-12-17 | 1 | -7/+16 | |
| | |/ / / / / / / / / / / / / / / | ||||||
| * | | | | | | | | | | | | | | | | Merge pull request #5814 from timntorres/5802-save-upscaler-to-filename | AUTOMATIC1111 | 2022-12-24 | 2 | -1/+8 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | | | | Update OptionInfo to match preexisting option. | timntorres | 2022-12-17 | 1 | -1/+1 | |
| | * | | | | | | | | | | | | | | | | Add option to include upscaler name in filename. | timntorres | 2022-12-17 | 2 | -2/+4 | |
| | * | | | | | | | | | | | | | | | | Add upscaler name as a suffix. | timntorres | 2022-12-17 | 1 | -1/+6 | |
| | | |_|/ / / / / / / / / / / / / | | |/| | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | | Merge pull request #4684 from simcop2387/fix-extension-docker | AUTOMATIC1111 | 2022-12-24 | 1 | -1/+14 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | | | | Fix docker tmp/ and extensions/ handling for docker. might also work for sym... | Ryan Voots | 2022-11-13 | 1 | -1/+14 | |
| * | | | | | | | | | | | | | | | | | eliminate duplicated code | AUTOMATIC | 2022-12-24 | 1 | -17/+14 | |
| * | | | | | | | | | | | | | | | | | Merge pull request #5797 from mcmonkey4eva/dpm2-a-fix | AUTOMATIC1111 | 2022-12-24 | 1 | -0/+6 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | | | | | fix dpm2 in img2img as well | Alex "mcmonkey" Goodwin | 2022-12-19 | 1 | -0/+3 | |
| | * | | | | | | | | | | | | | | | | | apply to DPM2 (non-ancestral) as well | Alex "mcmonkey" Goodwin | 2022-12-16 | 1 | -1/+1 | |
| | * | | | | | | | | | | | | | | | | | Add a workaround patch for DPM2 a issue | Alex "mcmonkey" Goodwin | 2022-12-16 | 1 | -0/+3 | |
| | | |_|/ / / / / / / / / / / / / / | | |/| | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | | | Merge pull request #5810 from brkirch/fix-training-mps | AUTOMATIC1111 | 2022-12-24 | 2 | -6/+15 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | | | | | Add attributes used by MPS | brkirch | 2022-12-17 | 1 | -6/+6 | |
| | * | | | | | | | | | | | | | | | | | Add numpy fix for MPS on PyTorch 1.12.1 | brkirch | 2022-12-17 | 1 | -0/+9 | |
| | |/ / / / / / / / / / / / / / / / | ||||||
| * | | | | | | | | | | | | | | | | | Merge pull request #5796 from brkirch/invoke-fix | AUTOMATIC1111 | 2022-12-24 | 1 | -4/+6 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | | | | | Use other MPS optimization for large q.shape[0] * q.shape[1] | brkirch | 2022-12-21 | 1 | -4/+6 | |
| | |/ / / / / / / / / / / / / / / / | ||||||
| * | | | | | | | | | | | | | | | | | add a comment for disable xformers hack | AUTOMATIC | 2022-12-24 | 1 | -2/+2 | |
| * | | | | | | | | | | | | | | | | | fix: xformers use importlib | Akiba | 2022-12-24 | 1 | -14/+1 | |
| * | | | | | | | | | | | | | | | | | fix: xformers | Akiba | 2022-12-16 | 1 | -0/+18 | |
| |/ / / / / / / / / / / / / / / / | ||||||
| * | | | | | | | | | | | | | | | | Merge pull request #5191 from aliencaocao/enable_checkpoint_switching_in_over... | AUTOMATIC1111 | 2022-12-10 | 1 | -2/+8 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | | | | Support changing checkpoint and vae through override_settings | Billy Cao | 2022-11-29 | 1 | -2/+8 | |
| | | |_|/ / / / / / / / / / / / / | | |/| | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | | add an 'installed' tag to extensions | AUTOMATIC | 2022-12-10 | 1 | -4/+9 | |
| * | | | | | | | | | | | | | | | | remove NSFW filter and its dependency; if you still want it, find it in the e... | AUTOMATIC | 2022-12-10 | 4 | -47/+23 | |
| * | | | | | | | | | | | | | | | | use less javascript for this non-js-only implementation of the clear prompt b... | AUTOMATIC | 2022-12-10 | 2 | -13/+11 | |
| * | | | | | | | | | | | | | | | | Merge pull request #3198 from papuSpartan/master | AUTOMATIC1111 | 2022-12-10 | 2 | -3/+29 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | Merge branch 'AUTOMATIC1111:master' into master | papuSpartan | 2022-12-10 | 52 | -4085/+2971 | |
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | Merge branch 'AUTOMATIC1111:master' into master | papuSpartan | 2022-11-07 | 24 | -219/+932 | |
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | |_|_|_|_|_|_|_|_|_|/ / / / / / | | | |/| | | | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | | | | | | make line evil again | papuSpartan | 2022-11-01 | 1 | -6/+2 | |
| | * | | | | | | | | | | | | | | | | | clean py func defs | papuSpartan | 2022-11-01 | 1 | -5/+5 | |
| | * | | | | | | | | | | | | | | | | | Merge branch 'AUTOMATIC1111:master' into js | papuSpartan | 2022-11-01 | 16 | -41/+211 | |
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | |_|_|_|_|_|_|_|_|_|_|_|_|/ / / | | | |/| | | | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | | | | | | clear on the client-side again | papuSpartan | 2022-11-01 | 1 | -8/+1 | |
| | * | | | | | | | | | | | | | | | | | Merge branch 'AUTOMATIC1111:master' into master | papuSpartan | 2022-10-31 | 36 | -1683/+3033 | |
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ |