aboutsummaryrefslogtreecommitdiffstats
path: root/extensions-builtin
Commit message (Collapse)AuthorAgeFilesLines
* update lora extension to work with python 3.8AUTOMATIC11112023-07-271-0/+1
|
* fix for #11963AUTOMATIC11112023-07-251-1/+6
|
* Fix to parse TE in some LoRAscatboxanon2023-07-241-1/+1
|
* fix incorrect multiplier for LorasAUTOMATIC11112023-07-181-1/+1
|
* add backwards compatibility --lyco-dir-backcompat option, use that for ↵AUTOMATIC11112023-07-183-4/+5
| | | | | | LyCORIS directory instead of hardcoded value prevent running preload.py for disabled extensions
* add a bit more metadata info for the lora user metadata pageAUTOMATIC11112023-07-181-0/+6
|
* use "is not None" for TensorKohaku-Blueleaf2023-07-181-2/+2
|
* Fix wrong key name in lokr moduleKohaku-Blueleaf2023-07-181-2/+2
|
* hide cards for networks of incompatible stable diffusion version in Lora ↵AUTOMATIC11112023-07-174-10/+66
| | | | extra networks interface
* Merge pull request #11821 from AUTOMATIC1111/lora_lycoAUTOMATIC11112023-07-1712-591/+957
|\ | | | | lora extension rework to include other types of networks
| * add alias to lyco networkAUTOMATIC11112023-07-172-2/+6
| | | | | | | | | | read networks from LyCORIS dir if it exists add credits
| * some backwards compatibilityAUTOMATIC11112023-07-173-1/+10
| | | | | | | | linter
| * support specifying te and unet weights separatelyAUTOMATIC11112023-07-1710-78/+151
| | | | | | | | | | update lora code support full module
| * 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
|\ | | | | SD XL support
| * 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
| | | | changed a bunch of places that use torch.cuda.empty_cache() to use torch_gc() instead
* use natural sort for shared.walk_files and shared.listfiles, as well as for ↵AUTOMATIC11112023-07-081-1/+1
| | | | dirs in extra networks
* Merge pull request #11535 from gshawn3/bugfix/11534AUTOMATIC11112023-07-082-1/+30
|\ | | | | fix for #11534: canvas zoom and pan extension hijacking shortcut keys
| * 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
|\ \ | |/ |/| Upscaler model loading cleanup
| * 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
| | | | Fixes #11098
* Merge pull request #11031 from akx/zoom-and-pan-namespaceAUTOMATIC11112023-06-051-124/+111
|\ | | | | Zoom and pan: namespace & simplify
| * 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
| |