aboutsummaryrefslogtreecommitdiffstats
path: root/modules/hypernetworks/ui.py
AgeCommit message (Collapse)AuthorLines
2023-05-10suggestions and fixes from the PRAUTOMATIC-2/+2
2023-05-10ruff auto fixesAUTOMATIC-2/+2
2023-05-10imports cleanup for ruffAUTOMATIC-2/+0
2023-01-21extra networks UIAUTOMATIC-3/+2
rework of hypernets: rather than via settings, hypernets are added directly to prompt as <hypernet:name:weight>
2023-01-10Variable dropout ratearia1th-2/+2
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-27/+4
2022-10-30We have duplicate linear nowAngelBottomless-1/+1
2022-10-29Re enable linearAngelBottomless-1/+1
2022-10-27Disable unavailable or duplicate optionsAngelBottomless-1/+2
2022-10-26Weight initialization and More activation funcAngelBottomless-1/+3
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-2/+6
2022-10-22add dropoutdiscus0434-5/+5
2022-10-21Sanitize hypernet name input.timntorres-0/+3
2022-10-21Merge branch 'master' into training-help-textAUTOMATIC1111-2/+3
2022-10-20Merge branch 'AUTOMATIC1111:master' into masterdiscus0434-1/+1
2022-10-20allow float sizes for hypernet's layer_structureAUTOMATIC-1/+1
2022-10-20updatediscus0434-1/+2
2022-10-20allow overwrite old hnDepFA-2/+3
2022-10-19enable to write layer structure of hn himselfdiscus0434-0/+4
2022-10-19layer options moves into create hnet uidiscus0434-2/+7
2022-10-11reports that training with medvram is possible.AUTOMATIC-1/+1
2022-10-11add an option to unload models during hypernetwork training to save VRAMAUTOMATIC-1/+3
2022-10-11produce error when training with medvram/lowvram enabledAUTOMATIC-0/+2
2022-10-11add option to select hypernetwork modules when creatingAUTOMATIC-2/+2
2022-10-11more renamesAUTOMATIC-2/+2
2022-10-11rename hypernetwork dir to hypernetworks to prevent clash with an old ↵AUTOMATIC-0/+43
filename that people who use zip instead of git clone will have