aboutsummaryrefslogtreecommitdiffstats
path: root/extensions-builtin
Commit message (Expand)AuthorAgeFilesLines
* 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
| | * Moved the script to the extension build-inDanil Boldyrev2023-05-291-0/+428
| * | Vendor in the single module used from taming_transformers; remove taming_tran...Aarni Koskela2023-05-302-1/+148
| |/
* / Add & use modules.errors.print_error where currently printing exception info ...Aarni Koskela2023-05-292-8/+5
|/
* calculate hashes for LoraAUTOMATIC2023-05-194-16/+98
* Merge pull request #10550 from akx/git-blame-ignore-revsAUTOMATIC11112023-05-191-1/+1
|\
| * Fix ruff lintAarni Koskela2023-05-191-1/+1
* | change upscalers to download models into user-specified directory (from comma...AUTOMATIC2023-05-193-5/+4
|/
* Merge pull request #10529 from ryankashi/masterAUTOMATIC11112023-05-191-0/+4
|\
| * Added the refresh-loras post requestryankashi2023-05-181-0/+4
* | add messages about Loras that failed to load to UIAUTOMATIC2023-05-181-1/+7
* | eslint related file editsAUTOMATIC2023-05-181-1/+1
* | Run `eslint --fix` (and normalize tabs to spaces)Aarni Koskela2023-05-171-26/+26
* | Merge branch 'master' into devAUTOMATIC2023-05-141-0/+4
|\|
| * add a possible fix for 'LatentDiffusion' object has no attribute 'lora_layer_...AUTOMATIC2023-05-141-0/+4
* | add a bunch of descriptions and reword a lot of settings (sorry, localizers)AUTOMATIC2023-05-141-1/+12
* | Merge branch 'release_candidate' into devAUTOMATIC2023-05-133-1/+14
|\|
| * add an option to always refer to lora by filenamesAUTOMATIC2023-05-133-1/+14
* | Autofix Ruff W (not W605) (mostly whitespace)Aarni Koskela2023-05-116-34/+34
* | suggestions and fixes from the PRAUTOMATIC2023-05-103-15/+4
* | manual fixes for some C408AUTOMATIC2023-05-103-7/+7
* | fixes for B007AUTOMATIC2023-05-105-5/+5
* | ruff manual fixesAUTOMATIC2023-05-104-15/+26