Age | Commit message (Collapse) | Author | Lines | |
---|---|---|---|---|
2023-09-09 | fix whitespace for #13084 | AUTOMATIC1111 | -1/+1 | |
2023-09-05 | Fix #13080 - Hypernetwork/TI preview generation | AngelBottomless | -2/+2 | |
Fixes sampler name reference Same patch will be done for TI. | ||||
2023-08-04 | resolve some of circular import issues for kohaku | AUTOMATIC1111 | -3/+2 | |
2023-07-13 | get attention optimizations to work | AUTOMATIC1111 | -1/+1 | |
2023-07-10 | Use closing() with processing classes everywhere | Aarni Koskela | -2/+4 | |
Follows up on #11569 | ||||
2023-06-05 | Remove a bunch of unused/vestigial code | Aarni Koskela | -24/+0 | |
As found by Vulture and some eyes | ||||
2023-05-31 | rename print_error to report, use it with together with package name | AUTOMATIC | -4/+3 | |
2023-05-29 | Add & use modules.errors.print_error where currently printing exception info ↵ | Aarni Koskela | -9/+5 | |
by hand | ||||
2023-05-11 | Autofix Ruff W (not W605) (mostly whitespace) | Aarni Koskela | -6/+6 | |
2023-05-10 | suggestions and fixes from the PR | AUTOMATIC | -2/+2 | |
2023-05-10 | fixes for B007 | AUTOMATIC | -6/+6 | |
2023-05-10 | ruff auto fixes | AUTOMATIC | -3/+3 | |
2023-05-10 | imports cleanup for ruff | AUTOMATIC | -4/+1 | |
2023-03-28 | sort hypernetworks and checkpoints by name | AUTOMATIC | -1/+1 | |
2023-02-19 | Merge branch 'master' into weighted-learning | AUTOMATIC1111 | -2/+2 | |
2023-02-15 | Add ability to choose using weighted loss or not | Shondoit | -4/+9 | |
2023-02-15 | Call weighted_forward during training | Shondoit | -1/+2 | |
2023-02-06 | Support for hypernetworks with --upcast-sampling | brkirch | -2/+2 | |
2023-02-04 | add --no-hashing | AUTOMATIC | -1/+1 | |
2023-01-22 | enable compact view for train tab | AUTOMATIC | -0/+2 | |
prevent previews from ruining hypernetwork training | ||||
2023-01-21 | extra networks UI | AUTOMATIC | -35/+77 | |
rework of hypernets: rather than via settings, hypernets are added directly to prompt as <hypernet:name:weight> | ||||
2023-01-18 | add option to show/hide warnings | AUTOMATIC | -1/+6 | |
removed hiding warnings from LDSR fixed/reworked few places that produced warnings | ||||
2023-01-16 | Fix tensorboard related functions | aria1th | -7/+6 | |
2023-01-16 | Fix loss_dict problem | aria1th | -1/+3 | |
2023-01-16 | fix missing 'mean loss' for tensorboard integration | AngelBottomless | -1/+1 | |
2023-01-15 | big rework of progressbar/preview system to allow multiple users to prompts ↵ | AUTOMATIC | -3/+3 | |
at the same time and do not get previews of each other | ||||
2023-01-14 | change hypernets to use sha256 hashes | AUTOMATIC | -17/+23 | |
2023-01-14 | change hash to sha256 | AUTOMATIC | -2/+2 | |
2023-01-13 | Merge branch 'master' into tensorboard | AUTOMATIC1111 | -165/+491 | |
2023-01-11 | set descriptions | Vladimir Mandic | -1/+3 | |
2023-01-10 | Variable dropout rate | aria1th | -27/+78 | |
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 | ||||
2023-01-09 | make a dropdown for prompt template selection | AUTOMATIC | -2/+5 | |
2023-01-08 | Move batchsize check | dan | -1/+1 | |
2023-01-08 | Add checkbox for variable training dims | dan | -1/+1 | |
2023-01-06 | rework saving training params to file #6372 | AUTOMATIC | -21/+7 | |
2023-01-05 | Include model in log file. Exclude directory. | timntorres | -18/+10 | |
2023-01-05 | Clean up ti, add same behavior to hypernetwork. | timntorres | -1/+30 | |
2023-01-04 | Merge branch 'master' into gradient-clipping | AUTOMATIC1111 | -166/+206 | |
2023-01-03 | add job info to modules | Vladimir Mandic | -0/+1 | |
2022-12-25 | Merge pull request #5992 from yuvalabou/F541 | AUTOMATIC1111 | -2/+2 | |
Fix F541: f-string without any placeholders | ||||
2022-12-24 | implement train api | Vladimir Mandic | -27/+30 | |
2022-12-24 | fix F541 f-string without any placeholders | Yuval Aboulafia | -2/+2 | |
2022-12-03 | Merge branch 'master' into racecond_fix | AUTOMATIC1111 | -131/+217 | |
2022-11-30 | Use devices.autocast instead of torch.autocast | brkirch | -1/+1 | |
2022-11-23 | last_layer_dropout default to False | flamelaw | -1/+1 | |
2022-11-23 | fix dropout, implement train/eval mode | flamelaw | -6/+18 | |
2022-11-23 | small fixes | flamelaw | -3/+3 | |
2022-11-21 | fix pin_memory with different latent sampling method | flamelaw | -1/+4 | |
2022-11-20 | Gradient accumulation, autocast fix, new latent sampling method, etc | flamelaw | -123/+146 | |
2022-11-19 | change StableDiffusionProcessing to internally use sampler name instead of ↵ | AUTOMATIC | -2/+2 | |
sampler index |