aboutsummaryrefslogtreecommitdiff
path: root/extensions-builtin/Lora
AgeCommit message (Collapse)Author
2023-08-14Fix MHA updown err and support ex-bias for no-bias layerKohaku-Blueleaf
2023-08-13Merge pull request #12510 from catboxanon/feat/extnet/hashesAUTOMATIC1111
Support search and display of hashes for all extra network items
2023-08-13linterAUTOMATIC1111
2023-08-13Lora: output warnings in UI rather than fail for unfitting loras; switch to ↵AUTOMATIC1111
logging for error output in console
2023-08-13Support search and display of hashes for all extra network itemscatboxanon
2023-08-13remove debug printKohaku-Blueleaf
2023-08-13return None if no ex_biasKohaku-Blueleaf
2023-08-13Add extra norm module into built-in lora extKohaku-Blueleaf
refer to LyCORIS 1.9.0.dev6 add new option and module for training norm layer (Which is reported to be good for style)
2023-08-10Fix to make LoRA old method setting workcatboxanon
2023-08-09Lora cache in memoryAUTOMATIC1111
2023-08-04gradio 3.39AUTOMATIC1111
2023-07-27update lora extension to work with python 3.8AUTOMATIC1111
2023-07-25fix for #11963AUTOMATIC1111
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-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-08use natural sort for shared.walk_files and shared.listfiles, as well as for ↵AUTOMATIC1111
dirs in extra networks
2023-06-09Don't die when a LoRA is a broken symlinkAarni Koskela
Fixes #11098
2023-06-05Merge pull request #10956 from akx/lenAUTOMATIC1111
Simplify a bunch of `len(x) > 0`/`len(x) == 0` style expressions
2023-06-02Apply suggestions from code reviewcatboxanon
Co-authored-by: Aarni Koskela <akx@iki.fi>
2023-06-02Simplify a bunch of `len(x) > 0`/`len(x) == 0` style expressionsAarni Koskela
2023-06-02Support dynamic sort of extra networkscatboxanon
2023-05-19calculate hashes for LoraAUTOMATIC
add lora hashes to infotext when pasting infotext, use infotext's lora hashes to find local loras for <lora:xxx:1> entries whose hashes match loras the user has
2023-05-19Fix ruff lintAarni Koskela
2023-05-19Merge pull request #10529 from ryankashi/masterAUTOMATIC1111
Added /sdapi/v1/refresh-loras api checkpoint post request
2023-05-18Added the refresh-loras post requestryankashi
2023-05-18add messages about Loras that failed to load to UIAUTOMATIC
2023-05-14Merge branch 'master' into devAUTOMATIC
2023-05-14add a possible fix for 'LatentDiffusion' object has no attribute ↵AUTOMATIC
'lora_layer_mapping'