aboutsummaryrefslogtreecommitdiffstats
path: root/extensions-builtin
Commit message (Expand)AuthorAgeFilesLines
* hide cards for networks of incompatible stable diffusion version in Lora extr...AUTOMATIC11112023-07-174-10/+66
* Merge pull request #11821 from AUTOMATIC1111/lora_lycoAUTOMATIC11112023-07-1712-591/+957
|\
| * add alias to lyco networkAUTOMATIC11112023-07-172-2/+6
| * some backwards compatibilityAUTOMATIC11112023-07-173-1/+10
| * support specifying te and unet weights separatelyAUTOMATIC11112023-07-1710-78/+151
| * Lokr supportAUTOMATIC11112023-07-163-1/+67
| * IA3 supportAUTOMATIC11112023-07-162-0/+34
| * fixAUTOMATIC11112023-07-162-3/+1
| * linterAUTOMATIC11112023-07-162-7/+1
| * lora extension rework to include other types of networksAUTOMATIC11112023-07-1610-589/+777
* | move generate button below the picture for mobile clientsAUTOMATIC11112023-07-171-0/+26
|/
* Merge pull request #11757 from AUTOMATIC1111/sdxlAUTOMATIC11112023-07-161-11/+37
|\
| * thank you linterAUTOMATIC11112023-07-131-3/+3
| * add support for SDXL loras with te1/te2 modulesAUTOMATIC11112023-07-131-10/+31
| * lora supportAUTOMATIC11112023-07-131-0/+5
* | 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