aboutsummaryrefslogtreecommitdiff
path: root/modules/textual_inversion
AgeCommit message (Collapse)Author
2022-10-30Add missing info on hypernetwork/embedding model logMuhammad Rizqi Nur
Mentioned here: https://github.com/AUTOMATIC1111/stable-diffusion-webui/discussions/1528#discussioncomment-3991513 Also group the saving into one
2022-10-30Revert "Add cleanup after training"Muhammad Rizqi Nur
This reverts commit 3ce2bfdf95bd5f26d0f6e250e67338ada91980d1.
2022-10-29Additional assert on datasetMuhammad Rizqi Nur
2022-10-29Add cleanup after trainingMuhammad Rizqi Nur
2022-10-29Add input validations before loading dataset for trainingMuhammad Rizqi Nur
2022-10-29Improve lr schedule error messageMuhammad Rizqi Nur
2022-10-29Allow trailing comma in learning rateMuhammad Rizqi Nur
2022-10-29Merge branch 'master' into gradient-clippingMuhammad Rizqi Nur
2022-10-29Merge pull request #3858 from R-N/log-csvAUTOMATIC1111
Fix log off by 1 #3847
2022-10-28Fix log off by 1Muhammad Rizqi Nur
2022-10-28Learning rate sched syntax support for grad clippingMuhammad Rizqi Nur
2022-10-28Gradient clipping for textual embeddingMuhammad Rizqi Nur
2022-10-28Fix random dataset shuffle on TIFlameLaw
2022-10-26typo: cmd_opts.embedding_dir to cmd_opts.embeddings_dirDepFA
2022-10-26Implement PR #3625 but for embeddings.timntorres
2022-10-26Implement PR #3309 but for embeddings.timntorres
2022-10-26Implement PR #3189 but for embeddings.timntorres
2022-10-26enable creating embedding with --medvramAUTOMATIC
2022-10-25update default weightscaptin411
2022-10-25download better face detection module dynamicallycaptin411
2022-10-25Focal crop UI elementscaptin411
2022-10-25Merge branch 'master' into focal-point-croppingcaptin411
2022-10-25improve debug markers, fix algo weightingcaptin411
2022-10-24Removed two unused importsMelan
2022-10-23auto cropping now works with non square cropscaptin411
2022-10-21prevent error spam when processing images without txt files for captionsAUTOMATIC
2022-10-21Merge branch 'master' into fix/train-preprocess-keep-ratioAUTOMATIC1111
2022-10-21Update image_embedding.pyDepFA
2022-10-21Use opts in textual_inversion image_embedding.py for dynamic fontsDepFA
2022-10-21Merge branch 'ae'AUTOMATIC
2022-10-21Merge branch 'master' into training-help-textAUTOMATIC1111
2022-10-21Allow datasets with only 1 image in TIguaneec
2022-10-20Some changes to the tensorboard code and hypernetwork supportMelan
2022-10-20Fixed a typo in a variableMelan
2022-10-20train: ui: added `Split image threshold` and `Split image overlap ratio` to ↵Milly
preprocess
2022-10-20train: fixed preprocess image ratioMilly
2022-10-20Add support for Tensorboard for training embeddingsMelan
2022-10-20improve face detection a lotcaptin411
2022-10-20do caption copy for both flipsDepFA
2022-10-19face detection algo, configurability, reusabilitycaptin411
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
2022-10-20add existing caption file handlingDepFA
2022-10-20pass overwrite old flagDepFA
2022-10-20allow overwrite old embeddingDepFA
2022-10-19fix entropy point calculationcaptin411
2022-10-19Add auto focal point cropping to Preprocess imagescaptin411
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
2022-10-17print list of embeddings on reloadDepFA
2022-10-16Merge branch 'master' into test_resolve_conflictsMalumaDev
2022-10-16ui fix, re organization of the codeMalumaDev