aboutsummaryrefslogtreecommitdiffstats
path: root/modules/textual_inversion/preprocess.py
AgeCommit message (Expand)AuthorLines
2023-06-02Simplify a bunch of `len(x) > 0`/`len(x) == 0` style expressionsAarni Koskela-2/+2
2023-05-11Autofix Ruff W (not W605) (mostly whitespace)Aarni Koskela-1/+1
2023-05-10imports cleanup for ruffAUTOMATIC-4/+0
2023-05-09Fix up string formatting/concatenation to f-strings where feasibleAarni Koskela-3/+3
2023-04-29Merge pull request #8924 from kurilee/masterAUTOMATIC1111-3/+7
2023-04-05Pythonic way to achieve itAndre Ubuntu-17/+1
2023-04-05fix preprocess orientationAndre Ubuntu-1/+19
2023-03-25Add option "keep original size" to textual inversion images preprocesskurilee-3/+7
2023-01-27add data-dir flag and set all user data directories based on itMax Audron-3/+2
2023-01-19Fix of fixdan-2/+2
2023-01-19Simplification and bugfixdan-7/+5
2023-01-17Add auto-sized cropping UIdan-3/+35
2023-01-15big rework of progressbar/preview system to allow multiple users to prompts a...AUTOMATIC-1/+1
2023-01-11set descriptionsVladimir Mandic-1/+6
2023-01-03add job info to modulesVladimir Mandic-0/+1
2022-11-20moved deepdanbooru to pure pytorch implementationAUTOMATIC-8/+4
2022-11-08move functions out of main body for image preprocessing for easier hijackingAUTOMATIC-69/+93
2022-10-25download better face detection module dynamicallycaptin411-2/+11
2022-10-25Focal crop UI elementscaptin411-13/+13
2022-10-25Merge branch 'master' into focal-point-croppingcaptin411-32/+59
2022-10-21prevent error spam when processing images without txt files for captionsAUTOMATIC-5/+4
2022-10-21Merge branch 'master' into fix/train-preprocess-keep-ratioAUTOMATIC1111-9/+25
2022-10-20train: ui: added `Split image threshold` and `Split image overlap ratio` to p...Milly-5/+5
2022-10-20train: fixed preprocess image ratioMilly-19/+35
2022-10-20do caption copy for both flipsDepFA-1/+1
2022-10-19face detection algo, configurability, reusabilitycaptin411-136/+14
2022-10-20pass preprocess_txt_action paramDepFA-3/+3
2022-10-20add existing caption file handlingDepFA-8/+24
2022-10-19fix entropy point calculationcaptin411-15/+19
2022-10-19Add auto focal point cropping to Preprocess imagescaptin411-5/+146
2022-10-12[2/?] [wip] ignore OPT_INCLUDE_RANKS for training filenamesGreg Fuller-1/+3
2022-10-12deepbooru: added option to use spaces or underscoresAUTOMATIC-52/+40
2022-10-11resolved conflicts, moved settings under interrogate section, settings only s...JC_Array-1/+1
2022-10-11Merge branch 'AUTOMATIC1111:master' into deepdanbooru_pre_processJC-Array-1/+4
2022-10-11Switched to exception handlingalg-wiki-3/+5
2022-10-10added alpha sort and threshold variables to create process method in preproce...JC_Array-1/+1
2022-10-10Merge branch 'deepdanbooru_pre_process' into masterJC-Array-2/+20
2022-10-11Added .webp .bmpalg-wiki-1/+1
2022-10-11Textual Inversion: Preprocess and Training will only pick-up image filesalg-wiki-1/+2
2022-10-10Custom Width and Heightalg-wiki-9/+10
2022-10-10Textual Inversion: Added custom training image size and number of repeats per...alg-wiki-2/+2
2022-10-10Custom Width and Heightalg-wiki-9/+10
2022-10-10Textual Inversion: Added custom training image size and number of repeats per...alg-wiki-2/+2
2022-10-09refactored the deepbooru module to improve speed on running multiple interoga...JC_Array-2/+20
2022-10-06removed unused import, fixed typoRaphael Stoeckli-2/+1
2022-10-06Add sanitizer for captions in Textual inversionRaphael Stoeckli-0/+28
2022-10-04add support for gelbooru tags in filenames for textual inversionAUTOMATIC-1/+3
2022-10-02preprocessing for textual inversion addedAUTOMATIC-0/+75