Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | remove Train/Preprocessing tab and put all its functionality into extras ↵ | AUTOMATIC1111 | 2023-12-02 | 1 | -232/+0 |
| | | | | batch images mode | ||||
* | fix Auto focal point crop for opencv >= 4.8.x | w-e-w | 2023-11-28 | 1 | -2/+2 |
| | | | | | | | autocrop.download_and_cache_models in opencv >= 4.8 the face detection model was updated download the base on opencv version returns the model path or raise exception | ||||
* | sync default value of process_focal_crop_entropy_weight between ui and api | hunshcn | 2023-06-29 | 1 | -1/+1 |
| | |||||
* | Simplify a bunch of `len(x) > 0`/`len(x) == 0` style expressions | Aarni Koskela | 2023-06-02 | 1 | -2/+2 |
| | |||||
* | Autofix Ruff W (not W605) (mostly whitespace) | Aarni Koskela | 2023-05-11 | 1 | -1/+1 |
| | |||||
* | imports cleanup for ruff | AUTOMATIC | 2023-05-10 | 1 | -4/+0 |
| | |||||
* | Fix up string formatting/concatenation to f-strings where feasible | Aarni Koskela | 2023-05-09 | 1 | -3/+3 |
| | |||||
* | Merge pull request #8924 from kurilee/master | AUTOMATIC1111 | 2023-04-29 | 1 | -3/+7 |
|\ | | | | | Add option "keep original size" to textual inversion images preprocess | ||||
| * | Add option "keep original size" to textual inversion images preprocess | kurilee | 2023-03-25 | 1 | -3/+7 |
| | | |||||
* | | Pythonic way to achieve it | Andre Ubuntu | 2023-04-05 | 1 | -17/+1 |
| | | |||||
* | | fix preprocess orientation | Andre Ubuntu | 2023-04-05 | 1 | -1/+19 |
|/ | |||||
* | add data-dir flag and set all user data directories based on it | Max Audron | 2023-01-27 | 1 | -3/+2 |
| | |||||
* | Fix of fix | dan | 2023-01-19 | 1 | -2/+2 |
| | |||||
* | Simplification and bugfix | dan | 2023-01-19 | 1 | -7/+5 |
| | |||||
* | Add auto-sized cropping UI | dan | 2023-01-17 | 1 | -3/+35 |
| | |||||
* | big rework of progressbar/preview system to allow multiple users to prompts ↵ | AUTOMATIC | 2023-01-15 | 1 | -1/+1 |
| | | | | at the same time and do not get previews of each other | ||||
* | set descriptions | Vladimir Mandic | 2023-01-11 | 1 | -1/+6 |
| | |||||
* | add job info to modules | Vladimir Mandic | 2023-01-03 | 1 | -0/+1 |
| | |||||
* | moved deepdanbooru to pure pytorch implementation | AUTOMATIC | 2022-11-20 | 1 | -8/+4 |
| | |||||
* | move functions out of main body for image preprocessing for easier hijacking | AUTOMATIC | 2022-11-08 | 1 | -69/+93 |
| | |||||
* | download better face detection module dynamically | captin411 | 2022-10-25 | 1 | -2/+11 |
| | |||||
* | Focal crop UI elements | captin411 | 2022-10-25 | 1 | -13/+13 |
| | |||||
* | Merge branch 'master' into focal-point-cropping | captin411 | 2022-10-25 | 1 | -32/+59 |
|\ | |||||
| * | prevent error spam when processing images without txt files for captions | AUTOMATIC | 2022-10-21 | 1 | -5/+4 |
| | | |||||
| * | Merge branch 'master' into fix/train-preprocess-keep-ratio | AUTOMATIC1111 | 2022-10-21 | 1 | -9/+25 |
| |\ | |||||
| | * | do caption copy for both flips | DepFA | 2022-10-20 | 1 | -1/+1 |
| | | | |||||
| | * | pass preprocess_txt_action param | DepFA | 2022-10-19 | 1 | -3/+3 |
| | | | |||||
| | * | add existing caption file handling | DepFA | 2022-10-19 | 1 | -8/+24 |
| | | | |||||
| * | | train: ui: added `Split image threshold` and `Split image overlap ratio` to ↵ | Milly | 2022-10-20 | 1 | -5/+5 |
| | | | | | | | | | | | | preprocess | ||||
| * | | train: fixed preprocess image ratio | Milly | 2022-10-20 | 1 | -19/+35 |
| |/ | |||||
* | | face detection algo, configurability, reusability | captin411 | 2022-10-20 | 1 | -136/+14 |
| | | | | | | | | | | | | | | 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 | ||||
* | | fix entropy point calculation | captin411 | 2022-10-19 | 1 | -15/+19 |
| | | |||||
* | | Add auto focal point cropping to Preprocess images | captin411 | 2022-10-19 | 1 | -5/+146 |
|/ | | | | | | | | | | | 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. | ||||
* | [2/?] [wip] ignore OPT_INCLUDE_RANKS for training filenames | Greg Fuller | 2022-10-12 | 1 | -1/+3 |
| | |||||
* | deepbooru: added option to use spaces or underscores | AUTOMATIC | 2022-10-12 | 1 | -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 | ||||
* | resolved conflicts, moved settings under interrogate section, settings only ↵ | JC_Array | 2022-10-11 | 1 | -1/+1 |
| | | | | show if deepbooru flag is enabled | ||||
* | Merge branch 'AUTOMATIC1111:master' into deepdanbooru_pre_process | JC-Array | 2022-10-11 | 1 | -1/+4 |
|\ | |||||
| * | Switched to exception handling | alg-wiki | 2022-10-11 | 1 | -3/+5 |
| | | |||||
| * | Added .webp .bmp | alg-wiki | 2022-10-10 | 1 | -1/+1 |
| | | |||||
| * | Textual Inversion: Preprocess and Training will only pick-up image files | alg-wiki | 2022-10-10 | 1 | -1/+2 |
| | | |||||
| * | Custom Width and Height | alg-wiki | 2022-10-10 | 1 | -9/+10 |
| | | |||||
| * | Textual Inversion: Added custom training image size and number of repeats ↵ | alg-wiki | 2022-10-10 | 1 | -2/+2 |
| | | | | | | | | per input image in a single epoch | ||||
* | | added alpha sort and threshold variables to create process method in ↵ | JC_Array | 2022-10-10 | 1 | -1/+1 |
| | | | | | | | | preprocessing | ||||
* | | Merge branch 'deepdanbooru_pre_process' into master | JC-Array | 2022-10-10 | 1 | -2/+20 |
|\ \ | |||||
| * | | refactored the deepbooru module to improve speed on running multiple ↵ | JC_Array | 2022-10-10 | 1 | -2/+20 |
| |/ | | | | | | | interogations in a row. Added the option to generate deepbooru tags for textual inversion preproccessing. | ||||
* | | Custom Width and Height | alg-wiki | 2022-10-10 | 1 | -9/+10 |
| | | |||||
* | | Textual Inversion: Added custom training image size and number of repeats ↵ | alg-wiki | 2022-10-10 | 1 | -2/+2 |
|/ | | | | per input image in a single epoch | ||||
* | removed unused import, fixed typo | Raphael Stoeckli | 2022-10-06 | 1 | -2/+1 |
| | |||||
* | Add sanitizer for captions in Textual inversion | Raphael Stoeckli | 2022-10-06 | 1 | -0/+28 |
| | |||||
* | add support for gelbooru tags in filenames for textual inversion | AUTOMATIC | 2022-10-04 | 1 | -1/+3 |
| |