aboutsummaryrefslogtreecommitdiffstats
path: root/extensions-builtin/Lora/lora.py
Commit message (Expand)AuthorAgeFilesLines
* some backwards compatibilityAUTOMATIC11112023-07-171-0/+9
* lora extension rework to include other types of networksAUTOMATIC11112023-07-161-537/+0
* Merge pull request #11757 from AUTOMATIC1111/sdxlAUTOMATIC11112023-07-161-11/+37
|\
| * thank you linterAUTOMATIC11112023-07-131-3/+3
| * add support for SDXL loras with te1/te2 modulesAUTOMATIC11112023-07-131-10/+31
| * lora supportAUTOMATIC11112023-07-131-0/+5
* | add resolution calculation from buckets for lora user metadata pageAUTOMATIC11112023-07-161-1/+0
* | speedup extra networks listingAUTOMATIC11112023-07-161-3/+9
|/
* use natural sort for shared.walk_files and shared.listfiles, as well as for d...AUTOMATIC11112023-07-081-1/+1
* Don't die when a LoRA is a broken symlinkAarni Koskela2023-06-091-1/+5
* Simplify a bunch of `len(x) > 0`/`len(x) == 0` style expressionsAarni Koskela2023-06-021-2/+2
* calculate hashes for LoraAUTOMATIC2023-05-191-11/+48
* add messages about Loras that failed to load to UIAUTOMATIC2023-05-181-1/+7
* Merge branch 'master' into devAUTOMATIC2023-05-141-0/+4
|\
| * add a possible fix for 'LatentDiffusion' object has no attribute 'lora_layer_...AUTOMATIC2023-05-141-0/+4
* | Merge branch 'release_candidate' into devAUTOMATIC2023-05-131-0/+6
|\|
| * add an option to always refer to lora by filenamesAUTOMATIC2023-05-131-0/+6
* | fixes for B007AUTOMATIC2023-05-101-1/+1
* | ruff auto fixesAUTOMATIC2023-05-101-6/+6
* | imports cleanup for ruffAUTOMATIC2023-05-101-1/+0
|/
* rework loras apiAUTOMATIC2023-05-091-6/+0
* Add api method to get LoRA models with promptSayo2023-05-081-10/+3
* Add api method to get LoRA modelsSayo2023-05-081-1/+13
* Lora: add an option to use old method of applying lorasAUTOMATIC2023-05-081-6/+50
* directory hiding for extra networks: dirs starting with . will hide their car...AUTOMATIC2023-05-081-5/+1
* Merge pull request #10089 from AUTOMATIC1111/LoraFixAUTOMATIC11112023-05-081-1/+5
|\
| * Fix some Lora's not workingLeo Mozoloa2023-05-041-1/+5
* | read infotext params from the other extension for Lora if it's not activeAUTOMATIC2023-05-081-1/+35
* | if present, use Lora's "ss_output_name" field to refer to it in promptAUTOMATIC2023-05-071-3/+10
|/
* do not fail all Loras if some have failed to load when making a pictureAUTOMATIC2023-04-291-1/+5
* Merge pull request #8525 from bluelovers/pr/sort-001AUTOMATIC11112023-03-271-1/+1
|\
| * feat: try sort as ignore-casebluelovers2023-03-121-1/+1
* | convert to python v3.9camenduru2023-03-271-1/+1
* | convert to python v3.9camenduru2023-03-271-1/+2
* | Lora support for SD2AUTOMATIC2023-03-261-39/+116
* | Merge branch 'lora_sd2' into lora_inplaceAUTOMATIC2023-03-261-2/+19
|\ \
| * \ initial work on SD2 Lora supportAUTOMATIC2023-01-291-2/+19
| |\ \ | | |/ | |/|
| | * index on master: 91c8d0d Merge pull request #7231 from EllangoK/masterAUTOMATIC2023-01-281-2/+19
| |/
* | apply Lora by altering layer's weights instead of adding more calculations in...AUTOMATIC2023-03-251-16/+56
* | Update lora.pyFNSpd2023-03-211-0/+1
* | Add view metadata button for Lora cards.AUTOMATIC2023-03-141-1/+20
|/
* add an experimental option to apply loras to outputs rather than inputsAUTOMATIC2023-01-251-1/+4
* make loras before 0.4.0 ALSO workAUTOMATIC2023-01-231-1/+2
* add support for loras trained on kohya's scripts 0.4.0 (alphas)AUTOMATIC2023-01-231-7/+11
* add --lora-dir commandline optionAUTOMATIC2023-01-211-5/+4
* load Lora from .ckpt alsoAUTOMATIC2023-01-211-2/+4
* Lora support!AUTOMATIC2023-01-211-0/+198