aboutsummaryrefslogtreecommitdiff
path: root/extensions-builtin
AgeCommit message (Collapse)Author
2023-11-04refactor: use same updown for both kohya OFT and LyCORIS diag-oftv0xie
2023-11-03refactor: move factorization to lyco_helpers, separate calc_updown for kohya ↵v0xie
and kb
2023-11-03skip multihead attn for nowv0xie
2023-11-02no idea what i'm doing, trying to support both type of OFT, kblueleaf ↵v0xie
diag_oft has MultiheadAttn which kohya's doesn't?, attempt create new module based off network_lora.py, errors about tensor dim mismatch
2023-11-02detect diag_oft typev0xie
2023-11-01test implementation based on kohaku diag-oft implementationv0xie
2023-10-22style: conform stylev0xie
2023-10-22fix: multiplier applied twice in finalize_updownv0xie
2023-10-22refactor: remove used OFT functionsv0xie
2023-10-21fix: use merge_weight to cache valuev0xie
2023-10-21style: cleanup oftv0xie
2023-10-21fix: support multiplier, no forward pass hookv0xie
2023-10-21fix: return orig weights during updown, merge weights before forwardv0xie
2023-10-21refactor: use forward hook instead of custom forwardv0xie
2023-10-19style: fix ambiguous variable namev0xie
2023-10-19style: formattingv0xie
2023-10-19refactor: fix constraint, re-use get_weightv0xie
2023-10-19Add fp8 for sd unetKohaku-Blueleaf
2023-10-18faster by calculating R in updown and using cached R in forwardv0xie
2023-10-18faster by using cached R in forwardv0xie
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-10Fix lintKohaku-Blueleaf
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-12add commentw-e-w
2023-09-11return nothing if not foundw-e-w
2023-09-10fix: lora-bias-backup don't reset cachedongwenpu
2023-09-09thread safe extra network using listw-e-w
2023-09-09Revert "thread safe extra network list_items"w-e-w
This reverts commit aab385d01b4311726127397552d791f4d71b7147.
2023-09-03thread safe extra network list_itemsw-e-w
2023-08-29feat: display file metadata ss_output_namebluelovers
https://github.com/AUTOMATIC1111/stable-diffusion-webui/issues/12289
2023-08-24Zoom and Pan: Resize handlerDanil Boldyrev
2023-08-24remove console.logDanil Boldyrev
2023-08-24Fixing and improving integrationDanil Boldyrev
2023-08-23lintDanil Boldyrev
2023-08-23Removed the old codeDanil Boldyrev
2023-08-22Improve integration, fix for new gradioDanil Boldyrev
2023-08-21make resize handle available to extensionsAUTOMATIC1111
2023-08-20make mobile built-in extension actually do somethingAUTOMATIC1111
2023-08-20make live previews play nice with window/slider resizesAUTOMATIC1111
2023-08-20Add resize-handler extensioncatboxanon
2023-08-16RAM optimization round 2AUTOMATIC1111
2023-08-15lintAUTOMATIC1111
2023-08-15Merge pull request #12584 from AUTOMATIC1111/full-module-with-biasAUTOMATIC1111
Add ex_bias into full module