Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | Merge branch 'ui-selection-for-cross-attention-optimization' into dev | AUTOMATIC | 2023-05-20 | 7 | -51/+217 | |
| |\ \ | ||||||
| | * | | make it actually work after suggestions | AUTOMATIC | 2023-05-19 | 1 | -1/+1 | |
| | | | | ||||||
| | * | | Apply suggestions from code review | AUTOMATIC1111 | 2023-05-19 | 1 | -38/+28 | |
| | | | | | | | | | | | | Co-authored-by: Aarni Koskela <akx@iki.fi> | |||||
| | * | | fix linter issues | AUTOMATIC | 2023-05-18 | 2 | -2/+1 | |
| | | | | ||||||
| | * | | make it possible for scripts to add cross attention optimizations | AUTOMATIC | 2023-05-18 | 7 | -51/+228 | |
| | | | | | | | | | | | | | | | | add UI selection for cross attention optimization | |||||
| * | | | Merge pull request #10557 from akx/dedupe-webui-boot | AUTOMATIC1111 | 2023-05-20 | 5 | -118/+149 | |
| |\ \ \ | | | | | | | | | | | Refactor & deduplicate web UI boot code | |||||
| | * | | | Deduplicate webui.py initial-load/reload code | Aarni Koskela | 2023-05-19 | 2 | -51/+34 | |
| | | | | | ||||||
| | * | | | Refactor gradio auth | Aarni Koskela | 2023-05-19 | 1 | -8/+29 | |
| | | | | | ||||||
| | * | | | Note pending PR for app_kwargs | Aarni Koskela | 2023-05-19 | 1 | -0/+1 | |
| | | | | | ||||||
| | * | | | Refactor configure opts_onchange out | Aarni Koskela | 2023-05-19 | 1 | -7/+9 | |
| | | | | | ||||||
| | * | | | Refactor configure_sigint_handler out | Aarni Koskela | 2023-05-19 | 1 | -9/+13 | |
| | | | | | ||||||
| | * | | | Refactor validate_tls_options out, fix typo (keyfile was there twice) | Aarni Koskela | 2023-05-19 | 1 | -15/+18 | |
| | | | | | ||||||
| | * | | | Make load_scripts create new runners (removes reload_scripts) | Aarni Koskela | 2023-05-19 | 1 | -11/+10 | |
| | | | | | ||||||
| | * | | | Simplify CORS middleware configuration | Aarni Koskela | 2023-05-19 | 1 | -8/+16 | |
| | | | | | ||||||
| | * | | | Deduplicate default extra network registration | Aarni Koskela | 2023-05-19 | 3 | -10/+20 | |
| | | | | | ||||||
| | * | | | Fix typo "intialize" | Aarni Koskela | 2023-05-19 | 2 | -3/+3 | |
| | | | | | ||||||
| * | | | | Merge pull request #10578 from anonCantCode/dev | AUTOMATIC1111 | 2023-05-20 | 1 | -3/+4 | |
| |\ \ \ \ | | |_|_|/ | |/| | | | Preserve Python 3.9 compatibility | |||||
| | * | | | preserve declarations | anonCantCode | 2023-05-20 | 1 | -2/+2 | |
| | | | | | ||||||
| | * | | | Use Optional[] to preserve Python 3.9 compatability | anonCantCode | 2023-05-20 | 1 | -3/+4 | |
| |/ / / | ||||||
| * | | | calculate hashes for Lora | AUTOMATIC | 2023-05-19 | 6 | -22/+130 | |
| | | | | | | | | | | | | | | | | | | | | add lora hashes to infotext when pasting infotext, use infotext's lora hashes to find local loras for <lora:xxx:1> entries whose hashes match loras the user has | |||||
| * | | | allow hiding buttons in ui-config.json | AUTOMATIC | 2023-05-19 | 1 | -1/+3 | |
| | | | | ||||||
| * | | | Merge pull request #10291 from akx/test-overhaul | AUTOMATIC1111 | 2023-05-19 | 17 | -326/+307 | |
| |\ \ \ | | | | | | | | | | | Test overhaul | |||||
| | * | | | Overhaul tests to use py.test | Aarni Koskela | 2023-05-19 | 17 | -326/+307 | |
| | | | | | ||||||
| * | | | | change width/heights slider steps to 64 from 8 | AUTOMATIC | 2023-05-19 | 1 | -8/+8 | |
| | | | | | ||||||
| * | | | | simplify PR page | AUTOMATIC | 2023-05-19 | 1 | -23/+10 | |
| |/ / / | ||||||
| * | | | Merge pull request #10552 from akx/eslint-moar | AUTOMATIC1111 | 2023-05-19 | 3 | -71/+53 | |
| |\ \ \ | | | | | | | | | | | More Eslint fixes | |||||
| | * | | | get_tab_index(): use a for loop with early-exit for performance | Aarni Koskela | 2023-05-19 | 1 | -8/+6 | |
| | | | | | ||||||
| | * | | | Replace args_to_array (and facsimiles) with Array.from | Aarni Koskela | 2023-05-19 | 3 | -28/+13 | |
| | | | | | ||||||
| | * | | | eslintrc: enable no-redeclare but with builtinGlobals: false | Aarni Koskela | 2023-05-19 | 1 | -1/+1 | |
| | | | | | ||||||
| | * | | | eslintrc: mark most globals read-only | Aarni Koskela | 2023-05-19 | 1 | -29/+29 | |
| | | | | | ||||||
| | * | | | eslintrc: Use a file-local `global` comment for module | Aarni Koskela | 2023-05-19 | 1 | -2/+1 | |
| | | | | | ||||||
| | * | | | eslintrc: Sort eslint rules | Aarni Koskela | 2023-05-19 | 1 | -5/+5 | |
| | |/ / | ||||||
| * | | | Merge pull request #10550 from akx/git-blame-ignore-revs | AUTOMATIC1111 | 2023-05-19 | 2 | -1/+3 | |
| |\ \ \ | | |/ / | |/| | | Add .git-blame-ignore-revs | |||||
| | * | | Fix ruff lint | Aarni Koskela | 2023-05-19 | 1 | -1/+1 | |
| | | | | ||||||
| | * | | Add .git-blame-ignore-revs | Aarni Koskela | 2023-05-19 | 1 | -0/+2 | |
| | | | | ||||||
| * | | | linter fixes | AUTOMATIC | 2023-05-19 | 2 | -1/+2 | |
| | | | | ||||||
| * | | | Merge pull request #10534 from thot-experiment/dev | AUTOMATIC1111 | 2023-05-19 | 2 | -14/+19 | |
| |\ \ \ | | | | | | | | | | | rewrite uiElementIsVisible | |||||
| | * | | | split visibility method and sort instead | Thottyottyotty | 2023-05-19 | 2 | -4/+11 | |
| | | | | | | | | | | | | | | | | | | | | split out the visibility method for pasting and use a sort inside the paste handler to prioritize on-screen fields rather than targeting ONLY on screen fields | |||||
| | * | | | rewrite uiElementIsVisible | Thottyottyotty | 2023-05-18 | 1 | -13/+11 | |
| | | | | | | | | | | | | | | | | | | | | rewrite visibility checking to be more generic/cleaner as well as add functionality to check if the element is scrolled on screen for more intuitive paste-target selection | |||||
| * | | | | Merge pull request #10548 from akx/spel-chek-changelog | AUTOMATIC1111 | 2023-05-19 | 1 | -50/+50 | |
| |\ \ \ \ | | | | | | | | | | | | | Spel chek changelog some | |||||
| | * | | | | Spel chek changelog some | Aarni Koskela | 2023-05-19 | 1 | -50/+50 | |
| | | |/ / | | |/| | | ||||||
| * | | | | change upscalers to download models into user-specified directory (from ↵ | AUTOMATIC | 2023-05-19 | 7 | -9/+12 | |
| | | | | | | | | | | | | | | | | | | | | commandline args) rather than the default models/<...> | |||||
| * | | | | make links to http://<...>.git git extensions work in the extension tab | AUTOMATIC | 2023-05-19 | 1 | -1/+3 | |
| |/ / / | ||||||
| * | | | Merge pull request #10529 from ryankashi/master | AUTOMATIC1111 | 2023-05-19 | 1 | -0/+4 | |
| |\ \ \ | | |/ / | |/| | | Added /sdapi/v1/refresh-loras api checkpoint post request | |||||
| | * | | Added the refresh-loras post request | ryankashi | 2023-05-18 | 1 | -0/+4 | |
| |/ / |/| | | ||||||
| * | | update CHANGELOG | AUTOMATIC | 2023-05-18 | 1 | -0/+50 | |
| | | | ||||||
| * | | set Navigate image viewer with gamepad option to false by default, by request | AUTOMATIC | 2023-05-18 | 1 | -1/+1 | |
| | | | ||||||
| * | | Merge pull request #10524 from kamnxt/fix-xyz-hashes | AUTOMATIC1111 | 2023-05-18 | 0 | -0/+0 | |
| |\ \ | | | | | | | | | Use name in xyz_grid | |||||
| | * | | Use name instead of hash in xyz_grid | Kamil Krzyżanowski | 2023-05-18 | 1 | -1/+1 | |
| |/ / |/| | | | | | | | | | | | | | | X/Y/Z grid was still using the old hash, prone to collisions. This changes it to use the name instead. Should fix #10521. | |||||
| * | | Merge remote-tracking branch 'missionfloyd/extra-network-preview-lazyload' ↵ | AUTOMATIC | 2023-05-18 | 3 | -4/+11 | |
| |\ \ | | | | | | | | | | | | | into dev |