aboutsummaryrefslogtreecommitdiffstats
path: root/modules/textual_inversion
AgeCommit message (Collapse)AuthorLines
2022-10-26typo: cmd_opts.embedding_dir to cmd_opts.embeddings_dirDepFA-1/+1
2022-10-26Implement PR #3625 but for embeddings.timntorres-1/+1
2022-10-26Implement PR #3309 but for embeddings.timntorres-1/+8
2022-10-26Implement PR #3189 but for embeddings.timntorres-5/+5
2022-10-26enable creating embedding with --medvramAUTOMATIC-0/+3
2022-10-25update default weightscaptin411-8/+8
2022-10-25download better face detection module dynamicallycaptin411-2/+31
2022-10-25Focal crop UI elementscaptin411-13/+13
2022-10-25Merge branch 'master' into focal-point-croppingcaptin411-40/+70
2022-10-25improve debug markers, fix algo weightingcaptin411-78/+129
2022-10-23auto cropping now works with non square cropscaptin411-240/+269
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-17/+36
2022-10-21Update image_embedding.pyDepFA-2/+2
2022-10-21Use opts in textual_inversion image_embedding.py for dynamic fontsDepFA-0/+1
2022-10-21Merge branch 'ae'AUTOMATIC-0/+1
2022-10-21Merge branch 'master' into training-help-textAUTOMATIC1111-2/+2
2022-10-21Allow datasets with only 1 image in TIguaneec-2/+2
2022-10-20train: ui: added `Split image threshold` and `Split image overlap ratio` to ↵Milly-5/+5
preprocess
2022-10-20train: fixed preprocess image ratioMilly-19/+35
2022-10-20improve face detection a lotcaptin411-37/+62
2022-10-20do caption copy for both flipsDepFA-1/+1
2022-10-19face detection algo, configurability, reusabilitycaptin411-136/+230
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-20pass preprocess_txt_action paramDepFA-3/+3
2022-10-20add existing caption file handlingDepFA-8/+24
2022-10-20pass overwrite old flagDepFA-2/+2
2022-10-20allow overwrite old embeddingDepFA-2/+3
2022-10-19fix entropy point calculationcaptin411-15/+19
2022-10-19Add auto focal point cropping to Preprocess imagescaptin411-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.
2022-10-18Merge branch 'master' into test_resolve_conflictsMalumaDev-0/+1
2022-10-17print list of embeddings on reloadDepFA-0/+1
2022-10-16Merge branch 'master' into test_resolve_conflictsMalumaDev-0/+1
2022-10-16ui fix, re organization of the codeMalumaDev-1/+1
2022-10-16do not reload embeddings from disk when doing textual inversionAUTOMATIC-0/+1
2022-10-16Merge branch 'master' into test_resolve_conflictsMalumaDev-4/+13
2022-10-15Change vector size footer labelDepFA-1/+1
2022-10-15generalise to popular lossless formatsDepFA-6/+2
2022-10-15add webp for embed loadDepFA-0/+4
2022-10-15only save 1 image per embeddingDepFA-1/+4
2022-10-15add vector size to embed textDepFA-1/+7
2022-10-15Merge branch 'master' into test_resolve_conflictsMalumaDev-37/+74
2022-10-15Merge branch 'master' into masterAUTOMATIC1111-22/+28
2022-10-15add option to use batch size for trainingAUTOMATIC-21/+27
2022-10-14Raise an assertion error if no training images have been found.Melan-1/+2
2022-10-14remove duplicate code for log loss, add step, make it read from options ↵AUTOMATIC-14/+30
rather than gradio input
2022-10-14Merge remote-tracking branch 'Melanpan/master'AUTOMATIC-0/+16
2022-10-14add option to read generation params for learning previews from txt2imgAUTOMATIC-7/+18
2022-10-14initMalumaDev-11/+26
2022-10-13Add learn_rate to csv and removed a left-over debug statementMelan-2/+3
2022-10-12Save a csv containing the loss while trainingMelan-1/+16