aboutsummaryrefslogtreecommitdiffstats
path: root/extensions-builtin/Lora/networks.py
AgeCommit message (Collapse)AuthorLines
2023-08-13Lora: output warnings in UI rather than fail for unfitting loras; switch to ↵AUTOMATIC1111-24/+37
logging for error output in console
2023-08-13return None if no ex_biasKohaku-Blueleaf-1/+1
2023-08-13Add extra norm module into built-in lora extKohaku-Blueleaf-9/+55
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-1/+1
2023-08-09Lora cache in memoryAUTOMATIC1111-3/+19
2023-07-25fix for #11963AUTOMATIC1111-1/+6
2023-07-24Fix to parse TE in some LoRAscatboxanon-1/+1
2023-07-18add backwards compatibility --lyco-dir-backcompat option, use that for ↵AUTOMATIC1111-2/+2
LyCORIS directory instead of hardcoded value prevent running preload.py for disabled extensions
2023-07-17add alias to lyco networkAUTOMATIC1111-1/+2
read networks from LyCORIS dir if it exists add credits
2023-07-17support specifying te and unet weights separatelyAUTOMATIC1111-4/+18
update lora code support full module
2023-07-17Lokr supportAUTOMATIC1111-0/+2
2023-07-17IA3 supportAUTOMATIC1111-0/+2
2023-07-17fixAUTOMATIC1111-0/+1
2023-07-16lora extension rework to include other types of networksAUTOMATIC1111-0/+443