aboutsummaryrefslogtreecommitdiffstats
path: root/extensions-builtin
Commit message (Expand)AuthorAgeFilesLines
* add resolution calculation from buckets for lora user metadata pageAUTOMATIC11112023-07-162-7/+22
* speedup extra networks listingAUTOMATIC11112023-07-163-12/+18
* allow refreshing single card after editing user metadata instead of all cardsAUTOMATIC11112023-07-162-27/+31
* add lora user metadata editor dialog inspired by MrKuenning's mockup from #7458AUTOMATIC11112023-07-152-3/+201
* user metadata system for custom networksAUTOMATIC11112023-07-151-1/+1
* add option SWIN_torch_compile to accelerate SwinIR upscale using torch.compile()SiYu Wu2023-07-081-6/+23
* added torch.mps.empty_cache() to torch_gc()AUTOMATIC11112023-07-083-11/+6
* use natural sort for shared.walk_files and shared.listfiles, as well as for d...AUTOMATIC11112023-07-081-1/+1
* Merge pull request #11535 from gshawn3/bugfix/11534AUTOMATIC11112023-07-082-1/+30
|\
| * made the blur function optional, added exclusion buttonsDanil Boldyrev2023-07-042-7/+14
| * fixing the copy/paste function, correct codeDanil Boldyrev2023-07-021-28/+39
| * fix for #11534: canvas zoom and pan extension hijacking shortcut keysgshawn32023-06-301-19/+30
* | Merge pull request #10823 from akx/model-loadyAUTOMATIC11112023-06-273-55/+48
|\ \ | |/ |/|
| * Remove stray space from SwinIR model URLAarni Koskela2023-06-131-3/+2
| * Upscaler.load_model: don't return None, just use exceptionsAarni Koskela2023-06-133-38/+31
| * Add TODO comments to sus model loadsAarni Koskela2023-06-131-0/+1
| * Fix up `if "http" in ...:` to be more sensible startswithsAarni Koskela2023-06-132-4/+4
| * Move `load_file_from_url` to modelloaderAarni Koskela2023-06-133-10/+10
* | Formatting code with PrettierDanil Boldyrev2023-06-131-75/+95
* | Reworked the disabling of functions, refactored part of the codeDanil Boldyrev2023-06-133-135/+121
* | remove console.logDanil Boldyrev2023-06-121-2/+0
* | Improved error output, improved settings menuDanil Boldyrev2023-06-122-38/+145
|/
* Don't die when a LoRA is a broken symlinkAarni Koskela2023-06-091-1/+5
* Merge pull request #11031 from akx/zoom-and-pan-namespaceAUTOMATIC11112023-06-051-124/+111
|\
| * Zoom and Pan: simplify waitForOptsAarni Koskela2023-06-051-8/+6
| * Zoom and Pan: use for instead of forEachAarni Koskela2023-06-051-10/+7
| * Zoom and Pan: simplify getElements (it's not actually async)Aarni Koskela2023-06-051-10/+4
| * Zoom and Pan: use elementIDs from closure scopeAarni Koskela2023-06-051-18/+18
| * Zoom and Pan: move helpers into its namespace to avoid littering global scopeAarni Koskela2023-06-051-97/+95
* | Merge pull request #10956 from akx/lenAUTOMATIC11112023-06-055-8/+9
|\ \ | |/ |/|
| * Simplify a bunch of `len(x) > 0`/`len(x) == 0` style expressionsAarni Koskela2023-06-025-8/+9
* | Correct definition zoom levelDanil Boldyrev2023-06-041-13/+8
* | Fixed visual bugsDanil Boldyrev2023-06-041-6/+7
* | Made a function applyZoomAndPan isolated each instanceDanil Boldyrev2023-06-041-97/+113
* | Fixed the redmask bugDanil Boldyrev2023-06-031-1/+67
* | Made the applyZoomAndPan function global for other extensionsDanil Boldyrev2023-06-031-4/+15
* | Merge pull request #10943 from catboxanon/sortAUTOMATIC11112023-06-031-1/+3
|\ \
| * | Apply suggestions from code reviewcatboxanon2023-06-021-1/+2
| * | Support dynamic sort of extra networkscatboxanon2023-06-021-1/+2
| |/
* | small ui fixDanil Boldyrev2023-06-021-1/+1
* | Added the ability to swap the zoom hotkeys and resize the brushDanil Boldyrev2023-06-022-7/+19
* | Made tooltip optional.Danil Boldyrev2023-06-022-51/+72
* | Added a hotkey repeat check to avoid bugsDanil Boldyrev2023-06-011-7/+9
* | Added the ability to configure hotkeys via webuiDanil Boldyrev2023-06-012-21/+75
* | Fixed the problem with sticking to the mouse, created a tooltipDanil Boldyrev2023-05-312-7/+124
|/
* add an option to show selected setting in main txt2img/img2img UIAUTOMATIC2023-05-311-0/+48
* rename print_error to report, use it with together with package nameAUTOMATIC2023-05-312-6/+4
* Merge branch 'dev' into report-errorAUTOMATIC11112023-05-313-1/+579
|\
| * Merge pull request #10759 from daswer123/devAUTOMATIC11112023-05-311-0/+431
| |\
| | * a small fix for very wide images, because of the scroll bar was the wrong zoomDanil Boldyrev2023-05-301-1/+4