aboutsummaryrefslogtreecommitdiff
path: root/extensions-builtin
AgeCommit message (Collapse)Author
2023-07-24Fix to parse TE in some LoRAscatboxanon
2023-07-19fix incorrect multiplier for LorasAUTOMATIC1111
2023-07-18add backwards compatibility --lyco-dir-backcompat option, use that for ↵AUTOMATIC1111
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
2023-07-18use "is not None" for TensorKohaku-Blueleaf
2023-07-18Fix wrong key name in lokr moduleKohaku-Blueleaf
2023-07-17hide cards for networks of incompatible stable diffusion version in Lora ↵AUTOMATIC1111
extra networks interface
2023-07-17Merge pull request #11821 from AUTOMATIC1111/lora_lycoAUTOMATIC1111
lora extension rework to include other types of networks
2023-07-17move generate button below the picture for mobile clientsAUTOMATIC1111
2023-07-17add alias to lyco networkAUTOMATIC1111
read networks from LyCORIS dir if it exists add credits
2023-07-17some backwards compatibilityAUTOMATIC1111
linter
2023-07-17support specifying te and unet weights separatelyAUTOMATIC1111
update lora code support full module
2023-07-17Lokr supportAUTOMATIC1111
2023-07-17IA3 supportAUTOMATIC1111
2023-07-17fixAUTOMATIC1111
2023-07-16linterAUTOMATIC1111
2023-07-16lora extension rework to include other types of networksAUTOMATIC1111
2023-07-16Merge pull request #11757 from AUTOMATIC1111/sdxlAUTOMATIC1111
SD XL support
2023-07-16add resolution calculation from buckets for lora user metadata pageAUTOMATIC1111
2023-07-16speedup extra networks listingAUTOMATIC1111
2023-07-16allow refreshing single card after editing user metadata instead of all cardsAUTOMATIC1111
2023-07-16add lora user metadata editor dialog inspired by MrKuenning's mockup from #7458AUTOMATIC1111
2023-07-15user metadata system for custom networksAUTOMATIC1111
2023-07-13thank you linterAUTOMATIC1111
2023-07-13add support for SDXL loras with te1/te2 modulesAUTOMATIC1111
2023-07-13lora supportAUTOMATIC1111
2023-07-09add option SWIN_torch_compile to accelerate SwinIR upscale using torch.compile()SiYu Wu
2023-07-08added torch.mps.empty_cache() to torch_gc()AUTOMATIC1111
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
dirs in extra networks
2023-07-08Merge pull request #11535 from gshawn3/bugfix/11534AUTOMATIC1111
fix for #11534: canvas zoom and pan extension hijacking shortcut keys
2023-07-04made the blur function optional, added exclusion buttonsDanil Boldyrev
2023-07-02fixing the copy/paste function, correct codeDanil Boldyrev
2023-06-30fix for #11534: canvas zoom and pan extension hijacking shortcut keysgshawn3
2023-06-27Merge pull request #10823 from akx/model-loadyAUTOMATIC1111
Upscaler model loading cleanup
2023-06-14Formatting code with PrettierDanil Boldyrev
2023-06-14Reworked the disabling of functions, refactored part of the codeDanil Boldyrev
2023-06-13Remove stray space from SwinIR model URLAarni Koskela
2023-06-13Upscaler.load_model: don't return None, just use exceptionsAarni Koskela
2023-06-13Add TODO comments to sus model loadsAarni Koskela
2023-06-13Fix up `if "http" in ...:` to be more sensible startswithsAarni Koskela
2023-06-13Move `load_file_from_url` to modelloaderAarni Koskela
2023-06-12remove console.logDanil Boldyrev
2023-06-12Improved error output, improved settings menuDanil Boldyrev
2023-06-09Don't die when a LoRA is a broken symlinkAarni Koskela
Fixes #11098
2023-06-05Merge pull request #11031 from akx/zoom-and-pan-namespaceAUTOMATIC1111
Zoom and pan: namespace & simplify
2023-06-05Merge pull request #10956 from akx/lenAUTOMATIC1111
Simplify a bunch of `len(x) > 0`/`len(x) == 0` style expressions
2023-06-05Zoom and Pan: simplify waitForOptsAarni Koskela
2023-06-05Zoom and Pan: use for instead of forEachAarni Koskela
2023-06-05Zoom and Pan: simplify getElements (it's not actually async)Aarni Koskela
2023-06-05Zoom and Pan: use elementIDs from closure scopeAarni Koskela