aboutsummaryrefslogtreecommitdiffstats
path: root/extensions-builtin
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #12458 from daswer123/auto-expandAUTOMATIC11112023-08-111-2/+26
|\ | | | | Zoom and pan: Some fixes for the auto-expand
| * Height fixDanil Boldyrev2023-08-101-0/+5
| |
| * a another fix, a different approachDanil Boldyrev2023-08-101-2/+21
| |
* | Fix to make LoRA old method setting workcatboxanon2023-08-111-1/+1
| |
* | Merge pull request #12435 from daswer123/auto-expandAUTOMATIC11112023-08-091-5/+8
|\| | | | | Zoom and pan: fix auto-expand
| * fix auto-expandDanil Boldyrev2023-08-091-5/+8
| |
* | Lora cache in memoryAUTOMATIC11112023-08-092-3/+22
|/
* auto-expand enable by default for jsDanil Boldyrev2023-08-081-1/+1
|
* auto-expand enable by defaultDanil Boldyrev2023-08-081-1/+1
|
* Ability to automatically expand a picture that does not fit in the screenDanil Boldyrev2023-08-082-1/+29
|
* fix extra_options_section misbehaving when there's just one extra_options ↵AUTOMATIC11112023-08-071-1/+2
| | | | element
* Options in main UI updateAUTOMATIC11112023-08-071-8/+31
| | | | | | - correctly read values from pasted infotext - setting for column count - infotext paste: do not add a field to override settings if some other component is already handling it
* need Reload UI not Restartw-e-w2023-08-051-2/+2
|
* gradio 3.39AUTOMATIC11112023-08-041-1/+1
|
* 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