aboutsummaryrefslogtreecommitdiff
path: root/extensions-builtin/Lora/networks.py
AgeCommit message (Collapse)Author
2024-01-16fix using wrong model caused by aliaschi2nagisa
2024-01-05Add general forward method for all modules.Kohaku-Blueleaf
2023-12-30More lora not found warningw-e-w
2023-12-14Merge branch 'dev' into test-fp8Kohaku-Blueleaf
2023-12-08#13354: solve lora loading issueRene Kroon
2023-11-21Option for using fp16 weight when apply loraKohaku-Blueleaf
2023-11-19Merge branch 'dev' into test-fp8Kohaku-Blueleaf
2023-11-02detect diag_oft typev0xie
2023-10-19style: formattingv0xie
2023-10-19Add fp8 for sd unetKohaku-Blueleaf
2023-10-18inference working but SLOWv0xie
2023-10-17wip incorrect OFT implementationv0xie
2023-10-14Merge pull request #13568 from AUTOMATIC1111/lora_emb_bundleAUTOMATIC1111
Add lora-embedding bundle system
2023-10-14remove duplicated codeAUTOMATIC1111
2023-10-11support inference with LyCORIS GLora networksv0xie
2023-10-10Add warning when meet emb name conflictingKohaku-Blueleaf
Choose standalone embedding (in /embeddings folder) first
2023-10-10Remove dev debug printKohaku-Blueleaf
2023-10-10Support string_to_param nested dictKohaku-Blueleaf
format: bundle_emb.EMBNAME.string_to_param.KEYNAME
2023-10-09add lora bundle systemKohaku-Blueleaf
2023-09-10fix: lora-bias-backup don't reset cachedongwenpu
2023-08-16RAM optimization round 2AUTOMATIC1111
2023-08-15store patches for Lora in a specialized moduleAUTOMATIC1111
2023-08-14remove "if bias exist" checkKohaku-Blueleaf
2023-08-14Merge branch 'dev' into extra-norm-moduleKohaku-Blueleaf
2023-08-14Fix MHA updown err and support ex-bias for no-bias layerKohaku-Blueleaf
2023-08-13Lora: output warnings in UI rather than fail for unfitting loras; switch to ↵AUTOMATIC1111
logging for error output in console
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-07-25fix for #11963AUTOMATIC1111
2023-07-24Fix to parse TE in some LoRAscatboxanon
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-17add alias to lyco networkAUTOMATIC1111
read networks from LyCORIS dir if it exists add credits
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-16lora extension rework to include other types of networksAUTOMATIC1111