aboutsummaryrefslogtreecommitdiffstats
path: root/extensions-builtin/Lora/extra_networks_lora.py
AgeCommit message (Collapse)AuthorLines
2023-08-13linterAUTOMATIC1111-1/+1
2023-08-13Lora: output warnings in UI rather than fail for unfitting loras; switch to ↵AUTOMATIC1111-2/+10
logging for error output in console
2023-07-19fix incorrect multiplier for LorasAUTOMATIC1111-1/+1
2023-07-17support specifying te and unet weights separatelyAUTOMATIC1111-4/+18
update lora code support full module
2023-07-16lora extension rework to include other types of networksAUTOMATIC1111-9/+9
2023-06-02Simplify a bunch of `len(x) > 0`/`len(x) == 0` style expressionsAarni Koskela-2/+2
2023-05-19calculate hashes for LoraAUTOMATIC-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
2023-05-07if present, use Lora's "ss_output_name" field to refer to it in promptAUTOMATIC-0/+1
2023-04-18Add "None" option to extra networks dropdownsmissionfloyd-1/+1
2023-01-28add dropdowns in settings for hypernets and lorasAUTOMATIC-1/+7
2023-01-21Lora support!AUTOMATIC-0/+20
update readme to reflect some recent changes