Max Audron
5eee2ac398
add data-dir flag and set all user data directories based on it
3 years ago
dan
2985b317d7
Fix of fix
3 years ago
dan
18a09c7e00
Simplification and bugfix
3 years ago
dan
4688bfff55
Add auto-sized cropping UI
3 years ago
AUTOMATIC
d8b90ac121
big rework of progressbar/preview system to allow multiple users to prompts at the same time and do not get previews of each other
3 years ago
Vladimir Mandic
3f43d8a966
set descriptions
3 years ago
Vladimir Mandic
192ddc04d6
add job info to modules
3 years ago
AUTOMATIC
c81d440d87
moved deepdanbooru to pure pytorch implementation
3 years ago
AUTOMATIC
8011be33c3
move functions out of main body for image preprocessing for easier hijacking
3 years ago
captin411
54f0c14824
download better face detection module dynamically
3 years ago
captin411
db8ed5fe5c
Focal crop UI elements
3 years ago
captin411
6629446a2f
Merge branch 'master' into focal-point-cropping
3 years ago
AUTOMATIC
f49c08ea56
prevent error spam when processing images without txt files for captions
3 years ago
AUTOMATIC1111
5e9afa5c8a
Merge branch 'master' into fix/train-preprocess-keep-ratio
3 years ago
Milly
85dd62c4c7
train: ui: added `Split image threshold` and `Split image overlap ratio` to preprocess
3 years ago
Milly
9681419e42
train: fixed preprocess image ratio
3 years ago
DepFA
858462f719
do caption copy for both flips
3 years ago
captin411
59ed744383
face detection algo, configurability, reusability
...
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
3 years ago
DepFA
9b65c4ecf4
pass preprocess_txt_action param
3 years ago
DepFA
fbcce66601
add existing caption file handling
3 years ago
captin411
41e3877be2
fix entropy point calculation
3 years ago
captin411
abeec4b630
Add auto focal point cropping to Preprocess images
...
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.
3 years ago
Greg Fuller
f776254b12
[2/?] [wip] ignore OPT_INCLUDE_RANKS for training filenames
3 years ago
AUTOMATIC
698d303b04
deepbooru: added option to use spaces or underscores
...
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
3 years ago
JC_Array
f53f703aeb
resolved conflicts, moved settings under interrogate section, settings only show if deepbooru flag is enabled
3 years ago
JC-Array
963d986396
Merge branch 'AUTOMATIC1111:master' into deepdanbooru_pre_process
3 years ago
alg-wiki
b2368a3bce
Switched to exception handling
3 years ago
JC_Array
bb932dbf9f
added alpha sort and threshold variables to create process method in preprocessing
3 years ago
JC-Array
47f5e216da
Merge branch 'deepdanbooru_pre_process' into master
3 years ago
alg-wiki
907a88b2d0
Added .webp .bmp
3 years ago
alg-wiki
bc3e183b73
Textual Inversion: Preprocess and Training will only pick-up image files
3 years ago
alg-wiki
7a20f914ed
Custom Width and Height
3 years ago
alg-wiki
ea00c1624b
Textual Inversion: Added custom training image size and number of repeats per input image in a single epoch
3 years ago
alg-wiki
04c745ea4f
Custom Width and Height
3 years ago
alg-wiki
3110f895b2
Textual Inversion: Added custom training image size and number of repeats per input image in a single epoch
3 years ago
JC_Array
1f92336be7
refactored the deepbooru module to improve speed on running multiple interogations in a row. Added the option to generate deepbooru tags for textual inversion preproccessing.
3 years ago
Raphael Stoeckli
4288e53fc2
removed unused import, fixed typo
3 years ago
Raphael Stoeckli
2499fb4e19
Add sanitizer for captions in Textual inversion
3 years ago
AUTOMATIC
5ef0baf5ea
add support for gelbooru tags in filenames for textual inversion
3 years ago
AUTOMATIC
c7543d4940
preprocessing for textual inversion added
3 years ago