aboutsummaryrefslogtreecommitdiffstats
path: root/extensions-builtin/Lora
AgeCommit message (Expand)AuthorLines
2024-02-26Merge pull request #14973 from AUTOMATIC1111/Fix-new-oft-boftAUTOMATIC1111-26/+24
2024-02-19Merge pull request #14871 from v0xie/boftAUTOMATIC1111-10/+48
2024-02-15Normalize cmd arg pathscatboxanon-2/+3
2024-01-23Merge pull request #14726 from v0xie/fix-oft-deviceAUTOMATIC1111-2/+2
2024-01-22Merge pull request #14588 from Sj-Si/feature/extra-networks-tree-viewAUTOMATIC1111-1/+4
2024-01-22fix: wrong devices for eye and constraintv0xie-2/+2
2024-01-16fix using wrong model caused by aliaschi2nagisa-2/+2
2024-01-11Merge changes from devSj-Si-47/+104
2024-01-11Finish base layout. Fix bugs. Need to test for stability and clean up.Sj-Si-1/+4
2024-01-06Merge pull request #14546 from AUTOMATIC1111/fix-oft-dtypeAUTOMATIC1111-3/+3
2024-01-05lintingKohaku-Blueleaf-2/+1
2024-01-05Add general forward method for all modules.Kohaku-Blueleaf-7/+39
2024-01-05Fix dtype casting for OFT moduleKohaku-Blueleaf-3/+3
2023-12-31Removed weight slider for negative promptsLearwin-11/+2
2023-12-30Code Style fixesLearwin-2/+2
2023-12-30Added negative prompts to extra networks loraLearwin-2/+21
2023-12-30More lora not found warningw-e-w-1/+9
2023-12-14Merge branch 'dev' into test-fp8Kohaku-Blueleaf-27/+13
2023-12-14Merge pull request #14237 from ReneKroon/devAUTOMATIC1111-1/+2
2023-12-14Merge pull request #14300 from AUTOMATIC1111/oft_fixesAUTOMATIC1111-26/+11
2023-12-14Merge pull request #14237 from ReneKroon/devAUTOMATIC1111-1/+2
2023-12-14better naming and correct order for device.Kohaku-Blueleaf-2/+3
2023-12-14remove debug printKohaku-Blueleaf-1/+0
2023-12-14Use self.scale instead of custom finalizeKohaku-Blueleaf-18/+2
2023-12-14Fix network_oftKohaku-Blueleaf-10/+11
2023-12-08#13354: solve lora loading issueRene Kroon-1/+2
2023-11-21Option for using fp16 weight when apply loraKohaku-Blueleaf-4/+12
2023-11-19Merge branch 'dev' into test-fp8Kohaku-Blueleaf-2/+162
2023-11-19Merge pull request #13014 from AUTOMATIC1111/thread-safe-extranetworks-list_i...AUTOMATIC1111-2/+5
2023-11-15feat: LyCORIS/kohya OFT network supportv0xie-82/+26
2023-11-15fix: ignore calc_scale() for COFT which has very small alphav0xie-11/+5
2023-11-04refactor: remove unused functionv0xie-47/+0
2023-11-04refactor: use same updown for both kohya OFT and LyCORIS diag-oftv0xie-17/+74
2023-11-03refactor: move factorization to lyco_helpers, separate calc_updown for kohya ...v0xie-101/+77
2023-11-03skip multihead attn for nowv0xie-17/+37
2023-11-02no idea what i'm doing, trying to support both type of OFT, kblueleaf diag_of...v0xie-47/+145
2023-11-02detect diag_oft typev0xie-0/+7
2023-11-01test implementation based on kohaku diag-oft implementationv0xie-21/+38
2023-10-22style: conform stylev0xie-1/+1
2023-10-22fix: multiplier applied twice in finalize_updownv0xie-1/+22
2023-10-22refactor: remove used OFT functionsv0xie-72/+10
2023-10-21fix: use merge_weight to cache valuev0xie-17/+40
2023-10-21style: cleanup oftv0xie-75/+7
2023-10-21fix: support multiplier, no forward pass hookv0xie-10/+33
2023-10-21fix: return orig weights during updown, merge weights before forwardv0xie-21/+69
2023-10-21refactor: use forward hook instead of custom forwardv0xie-9/+24
2023-10-19style: fix ambiguous variable namev0xie-2/+2
2023-10-19style: formattingv0xie-37/+2
2023-10-19refactor: fix constraint, re-use get_weightv0xie-24/+16
2023-10-19Add fp8 for sd unetKohaku-Blueleaf-32/+32