aboutsummaryrefslogtreecommitdiff
path: root/modules/hypernetworks
AgeCommit message (Expand)Author
2023-09-09fix whitespace for #13084AUTOMATIC1111
2023-09-05Fix #13080 - Hypernetwork/TI preview generationAngelBottomless
2023-08-04resolve some of circular import issues for kohakuAUTOMATIC1111
2023-07-13get attention optimizations to workAUTOMATIC1111
2023-07-10Use closing() with processing classes everywhereAarni Koskela
2023-06-05Remove a bunch of unused/vestigial codeAarni Koskela
2023-05-31rename print_error to report, use it with together with package nameAUTOMATIC
2023-05-29Add & use modules.errors.print_error where currently printing exception info ...Aarni Koskela
2023-05-11Autofix Ruff W (not W605) (mostly whitespace)Aarni Koskela
2023-05-10suggestions and fixes from the PRAUTOMATIC
2023-05-10fixes for B007AUTOMATIC
2023-05-10ruff auto fixesAUTOMATIC
2023-05-10imports cleanup for ruffAUTOMATIC
2023-03-28sort hypernetworks and checkpoints by nameAUTOMATIC
2023-02-19Merge branch 'master' into weighted-learningAUTOMATIC1111
2023-02-15Add ability to choose using weighted loss or notShondoit
2023-02-15Call weighted_forward during trainingShondoit
2023-02-06Support for hypernetworks with --upcast-samplingbrkirch
2023-02-04add --no-hashingAUTOMATIC
2023-01-22enable compact view for train tabAUTOMATIC
2023-01-21extra networks UIAUTOMATIC
2023-01-18add option to show/hide warningsAUTOMATIC
2023-01-16Fix tensorboard related functionsaria1th
2023-01-16Fix loss_dict problemaria1th
2023-01-16fix missing 'mean loss' for tensorboard integrationAngelBottomless
2023-01-15big rework of progressbar/preview system to allow multiple users to prompts a...AUTOMATIC
2023-01-14change hypernets to use sha256 hashesAUTOMATIC
2023-01-14change hash to sha256AUTOMATIC
2023-01-13Merge branch 'master' into tensorboardAUTOMATIC1111
2023-01-11set descriptionsVladimir Mandic
2023-01-10Variable dropout ratearia1th
2023-01-09make a dropdown for prompt template selectionAUTOMATIC
2023-01-08Move batchsize checkdan
2023-01-08Add checkbox for variable training dimsdan
2023-01-06rework saving training params to file #6372AUTOMATIC
2023-01-05Include model in log file. Exclude directory.timntorres
2023-01-05Clean up ti, add same behavior to hypernetwork.timntorres
2023-01-04Merge branch 'master' into gradient-clippingAUTOMATIC1111
2023-01-03add job info to modulesVladimir Mandic
2022-12-25Merge pull request #5992 from yuvalabou/F541AUTOMATIC1111
2022-12-24implement train apiVladimir Mandic
2022-12-24fix F541 f-string without any placeholdersYuval Aboulafia
2022-12-03Merge branch 'master' into racecond_fixAUTOMATIC1111
2022-11-30Use devices.autocast instead of torch.autocastbrkirch
2022-11-23last_layer_dropout default to Falseflamelaw
2022-11-23fix dropout, implement train/eval modeflamelaw
2022-11-23small fixesflamelaw
2022-11-21fix pin_memory with different latent sampling methodflamelaw
2022-11-20Gradient accumulation, autocast fix, new latent sampling method, etcflamelaw
2022-11-19change StableDiffusionProcessing to internally use sampler name instead of sa...AUTOMATIC