aboutsummaryrefslogtreecommitdiffstats
path: root/modules/textual_inversion/preprocess.py
AgeCommit message (Collapse)AuthorLines
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
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-11resolved conflicts, moved settings under interrogate section, settings only ↵JC_Array-1/+1
show if deepbooru flag is enabled
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 ↵JC_Array-1/+1
preprocessing
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 ↵alg-wiki-2/+2
per input image in a single epoch
2022-10-10Custom Width and Heightalg-wiki-9/+10
2022-10-10Textual Inversion: Added custom training image size and number of repeats ↵alg-wiki-2/+2
per input image in a single epoch
2022-10-09refactored 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-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