aboutsummaryrefslogtreecommitdiffstats
path: root/extensions-builtin/Lora
AgeCommit message (Collapse)AuthorLines
2023-07-16add lora user metadata editor dialog inspired by MrKuenning's mockup from #7458AUTOMATIC1111-3/+201
2023-07-15user metadata system for custom networksAUTOMATIC1111-1/+1
2023-07-08use natural sort for shared.walk_files and shared.listfiles, as well as for ↵AUTOMATIC1111-1/+1
dirs in extra networks
2023-06-09Don't die when a LoRA is a broken symlinkAarni Koskela-1/+5
Fixes #11098
2023-06-05Merge pull request #10956 from akx/lenAUTOMATIC1111-4/+4
Simplify a bunch of `len(x) > 0`/`len(x) == 0` style expressions
2023-06-02Apply suggestions from code reviewcatboxanon-1/+2
Co-authored-by: Aarni Koskela <akx@iki.fi>
2023-06-02Simplify a bunch of `len(x) > 0`/`len(x) == 0` style expressionsAarni Koskela-4/+4
2023-06-02Support dynamic sort of extra networkscatboxanon-1/+2
2023-05-19calculate hashes for LoraAUTOMATIC-16/+98
add lora hashes to infotext when pasting infotext, use infotext's lora hashes to find local loras for <lora:xxx:1> entries whose hashes match loras the user has
2023-05-19Fix ruff lintAarni Koskela-1/+1
2023-05-19Merge pull request #10529 from ryankashi/masterAUTOMATIC1111-0/+4
Added /sdapi/v1/refresh-loras api checkpoint post request
2023-05-18Added the refresh-loras post requestryankashi-0/+4
2023-05-18add messages about Loras that failed to load to UIAUTOMATIC-1/+7
2023-05-14Merge branch 'master' into devAUTOMATIC-0/+4
2023-05-14add a possible fix for 'LatentDiffusion' object has no attribute ↵AUTOMATIC-0/+4
'lora_layer_mapping'
2023-05-13Merge branch 'release_candidate' into devAUTOMATIC-1/+14
2023-05-13add an option to always refer to lora by filenamesAUTOMATIC-1/+14
never refer to lora by an alias if multiple loras have same alias or the alias is called none
2023-05-10suggestions and fixes from the PRAUTOMATIC-1/+1
2023-05-10fixes for B007AUTOMATIC-1/+1
2023-05-10ruff auto fixesAUTOMATIC-7/+7
2023-05-10imports cleanup for ruffAUTOMATIC-1/+0
2023-05-09rework loras apiAUTOMATIC-38/+20
2023-05-08Add api method to get LoRA models with promptSayo-10/+34
2023-05-08Add api method to get LoRA modelsSayo-1/+13
2023-05-08Lora: add an option to use old method of applying lorasAUTOMATIC-6/+55
2023-05-08directory hiding for extra networks: dirs starting with . will hide their ↵AUTOMATIC-5/+1
cards on extra network tabs unless specifically searched for create HTML for extra network pages only on demand allow directories starting with . to still list their models for lora, checkpoints, etc keep "search" filter for extra networks when user refreshes the page
2023-05-08Merge pull request #10089 from AUTOMATIC1111/LoraFixAUTOMATIC1111-1/+5
Fix some Lora's not working
2023-05-08read infotext params from the other extension for Lora if it's not activeAUTOMATIC-1/+36
2023-05-07if present, use Lora's "ss_output_name" field to refer to it in promptAUTOMATIC-4/+12
2023-05-04Fix some Lora's not workingLeo Mozoloa-1/+5
2023-04-29do not fail all Loras if some have failed to load when making a pictureAUTOMATIC-1/+5
2023-04-18Add "None" option to extra networks dropdownsmissionfloyd-2/+2
2023-03-27Merge pull request #8525 from bluelovers/pr/sort-001AUTOMATIC1111-1/+1
feat: try sort as ignore-case
2023-03-27convert to python v3.9camenduru-1/+1
2023-03-27convert to python v3.9camenduru-1/+2
2023-03-26Lora support for SD2AUTOMATIC-39/+126
2023-03-26Merge branch 'lora_sd2' into lora_inplaceAUTOMATIC-2/+19
2023-03-25apply Lora by altering layer's weights instead of adding more calculations ↵AUTOMATIC-18/+66
in forward()
2023-03-21Update lora.pyFNSpd-0/+1
2023-03-14Add view metadata button for Lora cards.AUTOMATIC-1/+21
2023-03-12feat: try sort as ignore-casebluelovers-1/+1
https://github.com/AUTOMATIC1111/stable-diffusion-webui/issues/8368
2023-03-11save previews for extra networks in the selected formatAUTOMATIC-1/+1
2023-03-11remove underscores from function names in #8366AUTOMATIC-2/+2
remove LRU from #8366 because I don't know why it's there
2023-03-06Extra networks: support .txt description sidecar fileAarni Koskela-0/+1
2023-03-06Deduplicate extra network preview-search codeAarni Koskela-9/+1
2023-01-29initial work on SD2 Lora supportAUTOMATIC-2/+24
2023-01-29support for searching subdirectory names for extra networksAUTOMATIC-0/+1
2023-01-28add checkpoints tab for extra networks UIAUTOMATIC-1/+1
2023-01-28index on master: 91c8d0d Merge pull request #7231 from EllangoK/masterAUTOMATIC-2/+24
2023-01-28add dropdowns in settings for hypernets and lorasAUTOMATIC-1/+10