Age | Commit message (Collapse) | Author | Lines | |
---|---|---|---|---|
2022-10-14 | init | MalumaDev | -11/+26 | |
2022-10-12 | [2/?] [wip] ignore OPT_INCLUDE_RANKS for training filenames | Greg Fuller | -1/+3 | |
2022-10-12 | deepbooru: added option to use spaces or underscores | AUTOMATIC | -52/+40 | |
deepbooru: added option to quote (\) in tags deepbooru/BLIP: write caption to file instead of image filename deepbooru/BLIP: now possible to use both for captions deepbooru: process is stopped even if an exception occurs | ||||
2022-10-12 | train: change filename processing to be more simple and configurable | AUTOMATIC | -36/+83 | |
train: make it possible to make text files with prompts train: rework scheduler so that there's less repeating code in textual inversion and hypernets train: move epochs setting to options | ||||
2022-10-12 | Merge pull request #2037 from AUTOMATIC1111/embed-embeddings-in-images | AUTOMATIC1111 | -2/+263 | |
Add option to store TI embeddings in png chunks, and load from same. | ||||
2022-10-12 | formatting | DepFA | -11/+11 | |
2022-10-12 | formatting | DepFA | -79/+91 | |
2022-10-11 | resolved conflicts, moved settings under interrogate section, settings only ↵ | JC_Array | -1/+1 | |
show if deepbooru flag is enabled | ||||
2022-10-11 | Merge branch 'AUTOMATIC1111:master' into deepdanbooru_pre_process | JC-Array | -29/+89 | |
2022-10-11 | reports that training with medvram is possible. | AUTOMATIC | -1/+1 | |
2022-10-11 | add file based test | DepFA | -0/+8 | |
2022-10-11 | Add files via upload | DepFA | -0/+0 | |
2022-10-11 | spacing | DepFA | -1/+1 | |
2022-10-11 | update imports | DepFA | -0/+3 | |
2022-10-11 | correct conflict resolution typo | DepFA | -1/+1 | |
2022-10-11 | apply lr schedule to hypernets | AUTOMATIC | -40/+38 | |
2022-10-11 | remove old caption method | DepFA | -37/+2 | |
2022-10-11 | shift embedding logic out of textual_inversion | DepFA | -119/+6 | |
2022-10-11 | Merge branch 'learning_rate-scheduling' into learnschedule | AUTOMATIC1111 | -22/+41 | |
2022-10-11 | move embedding logic to separate file | DepFA | -0/+234 | |
2022-10-11 | add an option to unload models during hypernetwork training to save VRAM | AUTOMATIC | -10/+21 | |
2022-10-11 | produce error when training with medvram/lowvram enabled | AUTOMATIC | -0/+3 | |
2022-10-11 | Merge pull request #2201 from alg-wiki/textual__inversion | AUTOMATIC1111 | -10/+11 | |
Textual Inversion: Preprocess and Training will only pick-up image files instead | ||||
2022-10-11 | Merge branch 'master' into embed-embeddings-in-images | DepFA | -6/+8 | |
2022-10-11 | fixes related to merge | AUTOMATIC | -5/+7 | |
2022-10-11 | Removed my local edits to checkpoint image generation | alg-wiki | -5/+2 | |
2022-10-11 | Switched to exception handling | alg-wiki | -18/+18 | |
2022-10-11 | Merge branch 'master' into hypernetwork-training | AUTOMATIC | -14/+22 | |
2022-10-11 | use simple lcg in xor | DepFA | -2/+8 | |
2022-10-10 | added alpha sort and threshold variables to create process method in ↵ | JC_Array | -1/+1 | |
preprocessing | ||||
2022-10-10 | Merge branch 'deepdanbooru_pre_process' into master | JC-Array | -2/+20 | |
2022-10-10 | colour depth conversion fix | DepFA | -1/+1 | |
2022-10-10 | add dependency | DepFA | -1/+1 | |
2022-10-10 | update data dis[play style | DepFA | -23/+65 | |
2022-10-11 | Added .webp .bmp | alg-wiki | -3/+3 | |
2022-10-10 | Refactored learning rate code | Fampai | -4/+47 | |
2022-10-11 | Merge branch 'master' into textual__inversion | alg-wiki | -0/+1 | |
2022-10-11 | Textual Inversion: Preprocess and Training will only pick-up image files | alg-wiki | -3/+6 | |
2022-10-10 | convert back to rgb as some hosts add alpha | DepFA | -1/+1 | |
2022-10-10 | add pixel data footer | DepFA | -2/+46 | |
2022-10-10 | Merge branch 'master' into embed-embeddings-in-images | DepFA | -14/+22 | |
2022-10-10 | Custom Width and Height | alg-wiki | -19/+18 | |
2022-10-10 | Fixed progress bar output for epoch | alg-wiki | -1/+1 | |
2022-10-10 | Textual Inversion: Added custom training image size and number of repeats ↵ | alg-wiki | -8/+17 | |
per input image in a single epoch | ||||
2022-10-10 | Custom Width and Height | alg-wiki | -19/+18 | |
2022-10-10 | Fixed progress bar output for epoch | alg-wiki | -1/+1 | |
2022-10-10 | Textual Inversion: Added custom training image size and number of repeats ↵ | alg-wiki | -8/+17 | |
per input image in a single epoch | ||||
2022-10-09 | refactored the deepbooru module to improve speed on running multiple ↵ | JC_Array | -2/+20 | |
interogations in a row. Added the option to generate deepbooru tags for textual inversion preproccessing. | ||||
2022-10-10 | remove braces from steps | DepFA | -1/+1 | |
2022-10-10 | change caption method | DepFA | -9/+21 | |