aboutsummaryrefslogtreecommitdiffstats
path: root/extensions-builtin
AgeCommit message (Collapse)AuthorLines
2023-08-11Merge pull request #12458 from daswer123/auto-expandAUTOMATIC1111-2/+26
Zoom and pan: Some fixes for the auto-expand
2023-08-10Fix to make LoRA old method setting workcatboxanon-1/+1
2023-08-10Height fixDanil Boldyrev-0/+5
2023-08-10a another fix, a different approachDanil Boldyrev-2/+21
2023-08-09Merge pull request #12435 from daswer123/auto-expandAUTOMATIC1111-5/+8
Zoom and pan: fix auto-expand
2023-08-09fix auto-expandDanil Boldyrev-5/+8
2023-08-09Lora cache in memoryAUTOMATIC1111-3/+22
2023-08-09auto-expand enable by default for jsDanil Boldyrev-1/+1
2023-08-09auto-expand enable by defaultDanil Boldyrev-1/+1
2023-08-08Ability to automatically expand a picture that does not fit in the screenDanil Boldyrev-1/+29
2023-08-07fix extra_options_section misbehaving when there's just one extra_options ↵AUTOMATIC1111-1/+2
element
2023-08-07Options in main UI updateAUTOMATIC1111-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
2023-08-05need Reload UI not Restartw-e-w-2/+2
2023-08-04gradio 3.39AUTOMATIC1111-1/+1
2023-07-27update lora extension to work with python 3.8AUTOMATIC1111-0/+1
2023-07-25fix for #11963AUTOMATIC1111-1/+6
2023-07-24Fix to parse TE in some LoRAscatboxanon-1/+1
2023-07-19fix incorrect multiplier for LorasAUTOMATIC1111-1/+1
2023-07-18add backwards compatibility --lyco-dir-backcompat option, use that for ↵AUTOMATIC1111-4/+5
LyCORIS directory instead of hardcoded value prevent running preload.py for disabled extensions
2023-07-18add a bit more metadata info for the lora user metadata pageAUTOMATIC1111-0/+6
2023-07-18use "is not None" for TensorKohaku-Blueleaf-2/+2
2023-07-18Fix wrong key name in lokr moduleKohaku-Blueleaf-2/+2
2023-07-17hide cards for networks of incompatible stable diffusion version in Lora ↵AUTOMATIC1111-10/+66
extra networks interface
2023-07-17Merge pull request #11821 from AUTOMATIC1111/lora_lycoAUTOMATIC1111-591/+957
lora extension rework to include other types of networks
2023-07-17move generate button below the picture for mobile clientsAUTOMATIC1111-0/+26
2023-07-17add alias to lyco networkAUTOMATIC1111-2/+6
read networks from LyCORIS dir if it exists add credits
2023-07-17some backwards compatibilityAUTOMATIC1111-1/+10
linter
2023-07-17support specifying te and unet weights separatelyAUTOMATIC1111-78/+151
update lora code support full module
2023-07-17Lokr supportAUTOMATIC1111-1/+67
2023-07-17IA3 supportAUTOMATIC1111-0/+34
2023-07-17fixAUTOMATIC1111-3/+1
2023-07-16linterAUTOMATIC1111-7/+1
2023-07-16lora extension rework to include other types of networksAUTOMATIC1111-589/+777
2023-07-16Merge pull request #11757 from AUTOMATIC1111/sdxlAUTOMATIC1111-11/+37
SD XL support
2023-07-16add resolution calculation from buckets for lora user metadata pageAUTOMATIC1111-7/+22
2023-07-16speedup extra networks listingAUTOMATIC1111-12/+18
2023-07-16allow refreshing single card after editing user metadata instead of all cardsAUTOMATIC1111-27/+31
2023-07-16add lora user metadata editor dialog inspired by MrKuenning's mockup from #7458AUTOMATIC1111-3/+201
2023-07-15user metadata system for custom networksAUTOMATIC1111-1/+1
2023-07-13thank you linterAUTOMATIC1111-3/+3
2023-07-13add support for SDXL loras with te1/te2 modulesAUTOMATIC1111-10/+31
2023-07-13lora supportAUTOMATIC1111-0/+5
2023-07-09add option SWIN_torch_compile to accelerate SwinIR upscale using torch.compile()SiYu Wu-6/+23
2023-07-08added torch.mps.empty_cache() to torch_gc()AUTOMATIC1111-11/+6
changed a bunch of places that use torch.cuda.empty_cache() to use torch_gc() instead
2023-07-08use natural sort for shared.walk_files and shared.listfiles, as well as for ↵AUTOMATIC1111-1/+1
dirs in extra networks
2023-07-08Merge pull request #11535 from gshawn3/bugfix/11534AUTOMATIC1111-1/+30
fix for #11534: canvas zoom and pan extension hijacking shortcut keys
2023-07-04made the blur function optional, added exclusion buttonsDanil Boldyrev-7/+14
2023-07-02fixing the copy/paste function, correct codeDanil Boldyrev-28/+39
2023-06-30fix for #11534: canvas zoom and pan extension hijacking shortcut keysgshawn3-19/+30
2023-06-27Merge pull request #10823 from akx/model-loadyAUTOMATIC1111-55/+48
Upscaler model loading cleanup