aboutsummaryrefslogtreecommitdiffstats
path: root/modules/extra_networks_hypernet.py
AgeCommit message (Collapse)AuthorLines
2023-06-02Simplify a bunch of `len(x) > 0`/`len(x) == 0` style expressionsAarni Koskela-2/+2
2023-05-10manual fixes for ruffAUTOMATIC-1/+1
2023-05-09Fix up string formatting/concatenation to f-strings where feasibleAarni Koskela-1/+2
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-1/+1
update readme to reflect some recent changes
2023-01-21extra networks UIAUTOMATIC-0/+21
rework of hypernets: rather than via settings, hypernets are added directly to prompt as <hypernet:name:weight>