aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| | * | | | | | get attention optimizations to workAUTOMATIC11112023-07-134-8/+12
| | | | | | | |
| | * | | | | | mute unneeded SDXL imports for tests tooAUTOMATIC11112023-07-131-2/+2
| | | | | | | |
| | * | | | | | fix importlib.machinery issue on github's autotests #yoloAUTOMATIC11112023-07-121-3/+4
| | | | | | | |
| | * | | | | | linterAUTOMATIC11112023-07-122-3/+1
| | | | | | | |
| | * | | | | | Merge branch 'dev' into sdxlAUTOMATIC11112023-07-123-3/+22
| | |\ \ \ \ \ \
| | * | | | | | | SDXL supportAUTOMATIC11112023-07-1216-45/+242
| | | | | | | | |
| | * | | | | | | getting SD2.1 to run on SDXL repoAUTOMATIC11112023-07-119-24/+152
| | | | | | | | |
| | | | | | * | | remove duplicateLeon Feng2023-07-181-1/+1
| | | | | | | | |
| | | | | | * | | Update shared.pyLeon Feng2023-07-161-1/+1
| |_|_|_|_|/ / / |/| | | | | | |
| | | | | | * | improve var namingkopyl2023-07-181-5/+5
| | | | | | | |
| | | | | | * | Replace argument with env variablekopyl2023-07-181-1/+1
| | | | | | | |
| | | | | | * | Make possible to install web ui without venv with --novenv flagkopyl2023-07-181-4/+9
| |_|_|_|_|/ / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When passing `--novenv` flag to webui.sh it can skip venv. Might be useful for installing in Docker since messing with venv in Docker might be a bit complicated. Example usage: `webui.sh --novenv` Hope this gets approved and pushed into future versions of Web UI
| | | | | | * Merge pull request #11867 from AUTOMATIC1111/add-dropdown-extra_sort_order-lableAUTOMATIC11112023-07-181-1/+1
| | | | | | |\ | | | | | | | | | | | | | | | | add dropdown extra_sort_order lable
| | | | | | | * add dropdown extra_sort_order lablew-e-w2023-07-181-1/+1
| | | | | | |/
| | | | | | * fix tabs height on small screensAUTOMATIC11112023-07-171-1/+1
| | | | | | |
| | | | | | * fix extra search buttonw-e-w2023-07-172-2/+2
| | | | | | |
| | | | | | * more tweaking for cards section heightAUTOMATIC11112023-07-161-2/+3
| | | | | | |
| | | | | | * change extra networks list to have constant height and scrollingAUTOMATIC11112023-07-161-0/+3
| | | | | | |
| | | | | | * fix unneded reload from diskAUTOMATIC11112023-07-161-1/+7
| | | | | | |
| | | | | | * always show extra networks tabs in the UIAUTOMATIC11112023-07-164-59/+50
| | |_|_|_|/ | |/| | | |
| * | | | | minor restyling for extra networksAUTOMATIC11112023-07-162-3/+3
| | | | | |
| * | | | | nuke thumbs extra networks view mode (use settings tab to change ↵AUTOMATIC11112023-07-165-94/+22
| | | | | | | | | | | | | | | | | | | | | | | | width/height/scale to get thumbs)
| * | | | | add resolution calculation from buckets for lora user metadata pageAUTOMATIC11112023-07-162-7/+22
| | | | | |
| * | | | | fix bogus metadata for extra networks appearing out of cacheAUTOMATIC11112023-07-163-8/+8
| | | | | | | | | | | | | | | | | | | | | | | | fix description editing for checkpoint not immediately appearing on cards
| * | | | | Merge pull request #11794 from MarcusAdams/none-filename-tokenAUTOMATIC11112023-07-161-2/+3
| |\ \ \ \ \ | | | | | | | | | | | | | | Added [none] filename token.
| | * | | | | Added [none] filename token.Marcus Adams2023-07-151-2/+3
| | | |_|/ / | | |/| | |
| * | | | | Merge pull request #11797 from wfjsw/ext-index-envAUTOMATIC11112023-07-161-2/+3
| |\ \ \ \ \ | | | | | | | | | | | | | | allow replacing extensions index with environment variable
| | * | | | | allow replacing extensions index with environment variableJabasukuriputo Wang2023-07-151-2/+3
| | | | | | |
| * | | | | | Merge pull request #11802 from AUTOMATIC1111/warns-merge-into-masterAUTOMATIC11112023-07-161-0/+19
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | Warns merge into master
| | * | | | | | Warns merge into masterw-e-w2023-07-151-0/+19
| | |/ / / / /
| * | | | | | Merge pull request #11806 from huchenlei/file_500AUTOMATIC11112023-07-161-0/+4
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | 404 when thumb file not found
| | * | | | | | 404 when thumb file not foundhuchenlei2023-07-161-0/+4
| | | |/ / / / | | |/| | | |
| * | | | | | speedup extra networks listingAUTOMATIC11112023-07-168-38/+51
| | | | | | |
| * | | | | | allow refreshing single card after editing user metadata instead of all cardsAUTOMATIC11112023-07-169-87/+142
| | | | | | |
| * | | | | | fix styles for dark peopleAUTOMATIC11112023-07-151-0/+4
| | | | | | |
| * | | | | | add lora user metadata editor dialog inspired by MrKuenning's mockup from #7458AUTOMATIC11112023-07-155-13/+241
| | | | | | |
| * | | | | | eslintAUTOMATIC11112023-07-151-4/+4
| | | | | | |
| * | | | | | user metadata system for custom networksAUTOMATIC11112023-07-158-34/+300
| | |/ / / / | |/| | | |
| * | | | | remove "## " from changelog.md versionAUTOMATIC11112023-07-151-4/+6
| | | | | |
| * | | | | suppress printing TI embedding into console by defaultAUTOMATIC11112023-07-152-1/+2
| | | | | |
| * | | | | cache git extension repo informationAUTOMATIC11112023-07-154-47/+119
| | | | | |
| * | | | | add textual inversion hashes to infotextAUTOMATIC11112023-07-156-8/+33
| | | | | |
| * | | | | add padding and identification to generation log section (Failed to find ↵AUTOMATIC11112023-07-155-14/+18
| | | | | | | | | | | | | | | | | | | | | | | | Loras, Used embeddings, etc...)
| * | | | | disable rich exception output in console for API by default, use ↵AUTOMATIC11112023-07-151-15/+18
| | | | | | | | | | | | | | | | | | | | | | | | WEBUI_RICH_EXCEPTIONS env var to enable
| * | | | | restyle time taken/VRAM displayAUTOMATIC11112023-07-143-10/+27
| |/ / / /
| * | | | Merge pull request #11779 from AUTOMATIC1111/do-not-run-twiceAUTOMATIC11112023-07-142-2/+8
| |\ \ \ \ | | | | | | | | | | | | Do not run git workflows twice for PRs from this repo
| | * | | | edit names moreAUTOMATIC11112023-07-142-3/+3
| | | | | |
| | * | | | do not run workflow items twice for PRs from this repoAUTOMATIC11112023-07-142-2/+8
| |/ / / / | | | | | | | | | | | | | | | update names
| * | | | Merge pull request #11775 from AUTOMATIC1111/handles-model-hash-cache.json-errorAUTOMATIC11112023-07-131-3/+8
| |\ \ \ \ | | | | | | | | | | | | handles model hash cache.json error
| | * | | | handles model hash cache.json errorw-e-w2023-07-131-3/+8
| |/ / / /