aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorLines
2023-05-21--filter=blob:nonew-e-w-2/+2
Co-Authored-By: Aarni Koskela <akx@iki.fi> Co-Authored-By: catboxanon <122327233+catboxanon@users.noreply.github.com>
2023-05-20extensions clone depth 1w-e-w-2/+2
2023-05-19calculate hashes for LoraAUTOMATIC-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
2023-05-19allow hiding buttons in ui-config.jsonAUTOMATIC-1/+3
2023-05-19Merge pull request #10291 from akx/test-overhaulAUTOMATIC1111-326/+307
Test overhaul
2023-05-19change width/heights slider steps to 64 from 8AUTOMATIC-8/+8
2023-05-19simplify PR pageAUTOMATIC-23/+10
2023-05-19Overhaul tests to use py.testAarni Koskela-326/+307
2023-05-19Merge pull request #10552 from akx/eslint-moarAUTOMATIC1111-71/+53
More Eslint fixes
2023-05-19Merge pull request #10550 from akx/git-blame-ignore-revsAUTOMATIC1111-1/+3
Add .git-blame-ignore-revs
2023-05-19get_tab_index(): use a for loop with early-exit for performanceAarni Koskela-8/+6
2023-05-19Replace args_to_array (and facsimiles) with Array.fromAarni Koskela-28/+13
2023-05-19eslintrc: enable no-redeclare but with builtinGlobals: falseAarni Koskela-1/+1
2023-05-19eslintrc: mark most globals read-onlyAarni Koskela-29/+29
2023-05-19eslintrc: Use a file-local `global` comment for moduleAarni Koskela-2/+1
2023-05-19eslintrc: Sort eslint rulesAarni Koskela-5/+5
2023-05-19Fix ruff lintAarni Koskela-1/+1
2023-05-19Add .git-blame-ignore-revsAarni Koskela-0/+2
2023-05-19linter fixesAUTOMATIC-1/+2
2023-05-19Merge pull request #10534 from thot-experiment/devAUTOMATIC1111-14/+19
rewrite uiElementIsVisible
2023-05-18split visibility method and sort insteadThottyottyotty-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
2023-05-19Merge pull request #10548 from akx/spel-chek-changelogAUTOMATIC1111-50/+50
Spel chek changelog some
2023-05-19change upscalers to download models into user-specified directory (from ↵AUTOMATIC-9/+12
commandline args) rather than the default models/<...>
2023-05-19make links to http://<...>.git git extensions work in the extension tabAUTOMATIC-1/+3
2023-05-19Spel chek changelog someAarni Koskela-50/+50
2023-05-19Merge pull request #10529 from ryankashi/masterAUTOMATIC1111-0/+4
Added /sdapi/v1/refresh-loras api checkpoint post request
2023-05-18rewrite uiElementIsVisibleThottyottyotty-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
2023-05-18Added the refresh-loras post requestryankashi-0/+4
2023-05-19update CHANGELOGAUTOMATIC-0/+50
2023-05-18set Navigate image viewer with gamepad option to false by default, by requestAUTOMATIC-1/+1
2023-05-18Merge pull request #10524 from kamnxt/fix-xyz-hashesAUTOMATIC1111-0/+0
Use name in xyz_grid
2023-05-18Use name instead of hash in xyz_gridKamil Krzyżanowski-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.
2023-05-18Merge remote-tracking branch 'missionfloyd/extra-network-preview-lazyload' ↵AUTOMATIC-4/+11
into dev
2023-05-18Merge pull request #10520 from catboxanon/devAUTOMATIC1111-0/+5
Remove blinking effect from text in hires fix and scale resolution preview
2023-05-18rework #10519AUTOMATIC-7/+5
2023-05-18Fix blinking text of hr and scale rescatboxanon-0/+5
goodbye
2023-05-18Merge pull request #10519 from catboxanon/patch/hires-input-release-eventAUTOMATIC1111-3/+8
Improve width/height slider responsiveness
2023-05-18Revert "Merge pull request #10440 from grimatoma/increaseModelPickerWidth"AUTOMATIC-0/+2
This reverts commit 4b07f2f584596604c4499efb0b0295e96985080f, reversing changes made to 4071fa4a123cc512b7944678142c11d88efeccf9.
2023-05-18Reorder variable assignmentcatboxanon-1/+2
2023-05-18bump gradioAUTOMATIC-2/+2
2023-05-18rework hires prompts/sampler code to among other things support different ↵AUTOMATIC-133/+188
extra networks in first/second pass rework quoting for infotext items that have commas in them to use json (should be backwards compatible except for cases where it didn't work previously) add some locals from processing function into the Processing class as fields
2023-05-18.change -> .release for hires inputcatboxanon-4/+8
Improves overall UI responsiveness.
2023-05-18Merge remote-tracking branch 'InvincibleDude/improved-hr-conflict-test' into ↵AUTOMATIC-8/+97
hires-fix-ext
2023-05-18Merge pull request #10381 from AUTOMATIC1111/minor-fixAUTOMATIC1111-1/+1
Minor fix
2023-05-18add messages about Loras that failed to load to UIAUTOMATIC-2/+8
2023-05-18if sd_model is None, do not always try to load itAUTOMATIC-1/+6
2023-05-18Modify xformers instead of pytorchSakura-Luna-2/+3
2023-05-18add --gradio-allowed-path commandline optionAUTOMATIC-1/+3
2023-05-18Merge pull request #10465 from baptisterajaut/masterAUTOMATIC1111-3/+1
Bump pytorch to 2.0 for AMD Users on Linux
2023-05-18Merge branch 'dev' into masterAUTOMATIC1111-2769/+3594