aboutsummaryrefslogtreecommitdiffstats
path: root/extensions-builtin/Lora/networks.py
Commit message (Collapse)AuthorAgeFilesLines
* store patches for Lora in a specialized moduleAUTOMATIC11112023-08-151-14/+18
|
* remove "if bias exist" checkKohaku-Blueleaf2023-08-141-1/+1
|
* Merge branch 'dev' into extra-norm-moduleKohaku-Blueleaf2023-08-141-28/+41
|\
| * Lora: output warnings in UI rather than fail for unfitting loras; switch to ↵AUTOMATIC11112023-08-131-24/+37
| | | | | | | | logging for error output in console
* | Fix MHA updown err and support ex-bias for no-bias layerKohaku-Blueleaf2023-08-141-8/+29
|/
* return None if no ex_biasKohaku-Blueleaf2023-08-121-1/+1
|
* Add extra norm module into built-in lora extKohaku-Blueleaf2023-08-121-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)
* Fix to make LoRA old method setting workcatboxanon2023-08-111-1/+1
|
* Lora cache in memoryAUTOMATIC11112023-08-091-3/+19
|
* fix for #11963AUTOMATIC11112023-07-251-1/+6
|
* Fix to parse TE in some LoRAscatboxanon2023-07-241-1/+1
|
* add backwards compatibility --lyco-dir-backcompat option, use that for ↵AUTOMATIC11112023-07-181-2/+2
| | | | | | LyCORIS directory instead of hardcoded value prevent running preload.py for disabled extensions
* add alias to lyco networkAUTOMATIC11112023-07-171-1/+2
| | | | | read networks from LyCORIS dir if it exists add credits
* support specifying te and unet weights separatelyAUTOMATIC11112023-07-171-4/+18
| | | | | update lora code support full module
* Lokr supportAUTOMATIC11112023-07-161-0/+2
|
* IA3 supportAUTOMATIC11112023-07-161-0/+2
|
* fixAUTOMATIC11112023-07-161-0/+1
|
* lora extension rework to include other types of networksAUTOMATIC11112023-07-161-0/+443