aboutsummaryrefslogtreecommitdiffstats
path: root/extensions-builtin/Lora/extra_networks_lora.py
Commit message (Collapse)AuthorAgeFilesLines
* linterAUTOMATIC11112023-08-131-1/+1
|
* Lora: output warnings in UI rather than fail for unfitting loras; switch to ↵AUTOMATIC11112023-08-131-2/+10
| | | | logging for error output in console
* fix incorrect multiplier for LorasAUTOMATIC11112023-07-181-1/+1
|
* support specifying te and unet weights separatelyAUTOMATIC11112023-07-171-4/+18
| | | | | update lora code support full module
* lora extension rework to include other types of networksAUTOMATIC11112023-07-161-9/+9
|
* Simplify a bunch of `len(x) > 0`/`len(x) == 0` style expressionsAarni Koskela2023-06-021-2/+2
|
* calculate hashes for LoraAUTOMATIC2023-05-191-0/+18
| | | | | 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
* if present, use Lora's "ss_output_name" field to refer to it in promptAUTOMATIC2023-05-071-0/+1
|
* Add "None" option to extra networks dropdownsmissionfloyd2023-04-181-1/+1
|
* add dropdowns in settings for hypernets and lorasAUTOMATIC2023-01-281-1/+7
|
* Lora support!AUTOMATIC2023-01-211-0/+20
update readme to reflect some recent changes