aboutsummaryrefslogtreecommitdiff
path: root/modules/hypernetworks/ui.py
AgeCommit message (Collapse)Author
2023-01-21extra networks UIAUTOMATIC
rework of hypernets: rather than via settings, hypernets are added directly to prompt as <hypernet:name:weight>
2023-01-10Variable dropout ratearia1th
Implements variable dropout rate from #4549 Fixes hypernetwork multiplier being able to modified during training, also fixes user-errors by setting multiplier value to lower values for training. Changes function name to match torch.nn.module standard Fixes RNG reset issue when generating previews by restoring RNG state
2022-12-24implement train apiVladimir Mandic
2022-10-30We have duplicate linear nowAngelBottomless
2022-10-29Re enable linearAngelBottomless
2022-10-27Disable unavailable or duplicate optionsAngelBottomless
2022-10-26Weight initialization and More activation funcAngelBottomless
add weight init add weight init option in create_hypernetwork fstringify hypernet info save weight initialization info for further debugging fill bias with zero for He/Xavier initialize LayerNorm with Normal fix loading weight_init
2022-10-22Merge branch 'master' of upstreamdiscus0434
2022-10-22add dropoutdiscus0434
2022-10-21Sanitize hypernet name input.timntorres
2022-10-21Merge branch 'master' into training-help-textAUTOMATIC1111
2022-10-20Merge branch 'AUTOMATIC1111:master' into masterdiscus0434
2022-10-20allow float sizes for hypernet's layer_structureAUTOMATIC
2022-10-20updatediscus0434
2022-10-20allow overwrite old hnDepFA
2022-10-19enable to write layer structure of hn himselfdiscus0434
2022-10-19layer options moves into create hnet uidiscus0434
2022-10-11reports that training with medvram is possible.AUTOMATIC
2022-10-11add an option to unload models during hypernetwork training to save VRAMAUTOMATIC
2022-10-11produce error when training with medvram/lowvram enabledAUTOMATIC
2022-10-11add option to select hypernetwork modules when creatingAUTOMATIC
2022-10-11more renamesAUTOMATIC
2022-10-11rename hypernetwork dir to hypernetworks to prevent clash with an old ↵AUTOMATIC
filename that people who use zip instead of git clone will have