aboutsummaryrefslogtreecommitdiffstats
path: root/extensions-builtin/Lora/lora.py
AgeCommit message (Expand)AuthorLines
2023-07-17some backwards compatibilityAUTOMATIC1111-0/+9
2023-07-16lora extension rework to include other types of networksAUTOMATIC1111-537/+0
2023-07-16Merge pull request #11757 from AUTOMATIC1111/sdxlAUTOMATIC1111-11/+37
2023-07-16add resolution calculation from buckets for lora user metadata pageAUTOMATIC1111-1/+0
2023-07-16speedup extra networks listingAUTOMATIC1111-3/+9
2023-07-13thank you linterAUTOMATIC1111-3/+3
2023-07-13add support for SDXL loras with te1/te2 modulesAUTOMATIC1111-10/+31
2023-07-13lora supportAUTOMATIC1111-0/+5
2023-07-08use natural sort for shared.walk_files and shared.listfiles, as well as for d...AUTOMATIC1111-1/+1
2023-06-09Don't die when a LoRA is a broken symlinkAarni Koskela-1/+5
2023-06-02Simplify a bunch of `len(x) > 0`/`len(x) == 0` style expressionsAarni Koskela-2/+2
2023-05-19calculate hashes for LoraAUTOMATIC-11/+48
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 'lora_layer_...AUTOMATIC-0/+4
2023-05-13Merge branch 'release_candidate' into devAUTOMATIC-0/+6
2023-05-13add an option to always refer to lora by filenamesAUTOMATIC-0/+6
2023-05-10fixes for B007AUTOMATIC-1/+1
2023-05-10ruff auto fixesAUTOMATIC-6/+6
2023-05-10imports cleanup for ruffAUTOMATIC-1/+0
2023-05-09rework loras apiAUTOMATIC-6/+0
2023-05-08Add api method to get LoRA models with promptSayo-10/+3
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/+50
2023-05-08directory hiding for extra networks: dirs starting with . will hide their car...AUTOMATIC-5/+1
2023-05-08Merge pull request #10089 from AUTOMATIC1111/LoraFixAUTOMATIC1111-1/+5
2023-05-08read infotext params from the other extension for Lora if it's not activeAUTOMATIC-1/+35
2023-05-07if present, use Lora's "ss_output_name" field to refer to it in promptAUTOMATIC-3/+10
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-03-27Merge pull request #8525 from bluelovers/pr/sort-001AUTOMATIC1111-1/+1
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/+116
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 in...AUTOMATIC-16/+56
2023-03-21Update lora.pyFNSpd-0/+1
2023-03-14Add view metadata button for Lora cards.AUTOMATIC-1/+20
2023-03-12feat: try sort as ignore-casebluelovers-1/+1
2023-01-29initial work on SD2 Lora supportAUTOMATIC-2/+19
2023-01-28index on master: 91c8d0d Merge pull request #7231 from EllangoK/masterAUTOMATIC-2/+19
2023-01-25add an experimental option to apply loras to outputs rather than inputsAUTOMATIC-1/+4
2023-01-23make loras before 0.4.0 ALSO workAUTOMATIC-1/+2
2023-01-23add support for loras trained on kohya's scripts 0.4.0 (alphas)AUTOMATIC-7/+11
2023-01-21add --lora-dir commandline optionAUTOMATIC-5/+4
2023-01-21load Lora from .ckpt alsoAUTOMATIC-2/+4
2023-01-21Lora support!AUTOMATIC-0/+198