Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-10-25 | Focal crop UI elements | captin411 | |
2022-10-25 | Merge branch 'master' into focal-point-cropping | captin411 | |
2022-10-21 | prevent error spam when processing images without txt files for captions | AUTOMATIC | |
2022-10-21 | Merge branch 'master' into fix/train-preprocess-keep-ratio | AUTOMATIC1111 | |
2022-10-20 | train: ui: added `Split image threshold` and `Split image overlap ratio` to ↵ | Milly | |
preprocess | |||
2022-10-20 | train: fixed preprocess image ratio | Milly | |
2022-10-20 | do caption copy for both flips | DepFA | |
2022-10-19 | face detection algo, configurability, reusability | captin411 | |
Try to move the crop in the direction of a face if it is present More internal configuration options for choosing weights of each of the algorithm's findings Move logic into its module | |||
2022-10-20 | pass preprocess_txt_action param | DepFA | |
2022-10-20 | add existing caption file handling | DepFA | |
2022-10-19 | fix entropy point calculation | captin411 | |
2022-10-19 | Add auto focal point cropping to Preprocess images | captin411 | |
This algorithm plots a bunch of points of interest on the source image and averages their locations to find a center. Most points come from OpenCV. One point comes from an entropy model. OpenCV points account for 50% of the weight and the entropy based point is the other 50%. The center of all weighted points is calculated and a bounding box is drawn as close to centered over that point as possible. | |||
2022-10-12 | [2/?] [wip] ignore OPT_INCLUDE_RANKS for training filenames | Greg Fuller | |
2022-10-12 | deepbooru: added option to use spaces or underscores | AUTOMATIC | |
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-11 | resolved conflicts, moved settings under interrogate section, settings only ↵ | JC_Array | |
show if deepbooru flag is enabled | |||
2022-10-11 | Merge branch 'AUTOMATIC1111:master' into deepdanbooru_pre_process | JC-Array | |
2022-10-11 | Switched to exception handling | alg-wiki | |
2022-10-10 | added alpha sort and threshold variables to create process method in ↵ | JC_Array | |
preprocessing | |||
2022-10-10 | Merge branch 'deepdanbooru_pre_process' into master | JC-Array | |
2022-10-11 | Added .webp .bmp | alg-wiki | |
2022-10-11 | Textual Inversion: Preprocess and Training will only pick-up image files | alg-wiki | |
2022-10-10 | Custom Width and Height | alg-wiki | |
2022-10-10 | Textual Inversion: Added custom training image size and number of repeats ↵ | alg-wiki | |
per input image in a single epoch | |||
2022-10-10 | Custom Width and Height | alg-wiki | |
2022-10-10 | Textual Inversion: Added custom training image size and number of repeats ↵ | alg-wiki | |
per input image in a single epoch | |||
2022-10-09 | refactored the deepbooru module to improve speed on running multiple ↵ | JC_Array | |
interogations in a row. Added the option to generate deepbooru tags for textual inversion preproccessing. | |||
2022-10-06 | removed unused import, fixed typo | Raphael Stoeckli | |
2022-10-06 | Add sanitizer for captions in Textual inversion | Raphael Stoeckli | |
2022-10-04 | add support for gelbooru tags in filenames for textual inversion | AUTOMATIC | |
2022-10-02 | preprocessing for textual inversion added | AUTOMATIC | |