aboutsummaryrefslogtreecommitdiffstats
path: root/modules/extra_networks_hypernet.py
Commit message (Collapse)AuthorAgeFilesLines
* Simplify a bunch of `len(x) > 0`/`len(x) == 0` style expressionsAarni Koskela2023-06-021-2/+2
|
* manual fixes for ruffAUTOMATIC2023-05-101-1/+1
|
* Fix up string formatting/concatenation to f-strings where feasibleAarni Koskela2023-05-091-1/+2
|
* 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-1/+1
| | | | update readme to reflect some recent changes
* extra networks UIAUTOMATIC2023-01-211-0/+21
rework of hypernets: rather than via settings, hypernets are added directly to prompt as <hypernet:name:weight>