aboutsummaryrefslogtreecommitdiff
path: root/modules/textual_inversion/textual_inversion.py
AgeCommit message (Collapse)Author
2022-10-17print list of embeddings on reloadDepFA
2022-10-16do not reload embeddings from disk when doing textual inversionAUTOMATIC
2022-10-15Change vector size footer labelDepFA
2022-10-15generalise to popular lossless formatsDepFA
2022-10-15add webp for embed loadDepFA
2022-10-15only save 1 image per embeddingDepFA
2022-10-15add vector size to embed textDepFA
2022-10-15add option to use batch size for trainingAUTOMATIC
2022-10-14remove duplicate code for log loss, add step, make it read from options ↵AUTOMATIC
rather than gradio input
2022-10-14Merge remote-tracking branch 'Melanpan/master'AUTOMATIC
2022-10-14add option to read generation params for learning previews from txt2imgAUTOMATIC
2022-10-13Add learn_rate to csv and removed a left-over debug statementMelan
2022-10-12Save a csv containing the loss while trainingMelan
2022-10-12train: change filename processing to be more simple and configurableAUTOMATIC
train: make it possible to make text files with prompts train: rework scheduler so that there's less repeating code in textual inversion and hypernets train: move epochs setting to options
2022-10-12Merge pull request #2037 from AUTOMATIC1111/embed-embeddings-in-imagesAUTOMATIC1111
Add option to store TI embeddings in png chunks, and load from same.
2022-10-12formattingDepFA
2022-10-11spacingDepFA
2022-10-11update importsDepFA
2022-10-11correct conflict resolution typoDepFA
2022-10-11apply lr schedule to hypernetsAUTOMATIC
2022-10-11shift embedding logic out of textual_inversionDepFA
2022-10-11Merge branch 'learning_rate-scheduling' into learnscheduleAUTOMATIC1111
2022-10-11add an option to unload models during hypernetwork training to save VRAMAUTOMATIC
2022-10-11Merge pull request #2201 from alg-wiki/textual__inversionAUTOMATIC1111
Textual Inversion: Preprocess and Training will only pick-up image files instead
2022-10-11Merge branch 'master' into embed-embeddings-in-imagesDepFA
2022-10-11fixes related to mergeAUTOMATIC
2022-10-11Removed my local edits to checkpoint image generationalg-wiki
2022-10-11Switched to exception handlingalg-wiki
2022-10-11use simple lcg in xorDepFA
2022-10-10colour depth conversion fixDepFA
2022-10-10add dependencyDepFA
2022-10-10update data dis[play styleDepFA
2022-10-11Added .webp .bmpalg-wiki
2022-10-10Refactored learning rate codeFampai
2022-10-11Merge branch 'master' into textual__inversionalg-wiki
2022-10-11Textual Inversion: Preprocess and Training will only pick-up image filesalg-wiki
2022-10-10convert back to rgb as some hosts add alphaDepFA
2022-10-10add pixel data footerDepFA
2022-10-10Merge branch 'master' into embed-embeddings-in-imagesDepFA
2022-10-10Custom Width and Heightalg-wiki
2022-10-10Fixed progress bar output for epochalg-wiki
2022-10-10Textual Inversion: Added custom training image size and number of repeats ↵alg-wiki
per input image in a single epoch
2022-10-10Custom Width and Heightalg-wiki
2022-10-10Fixed progress bar output for epochalg-wiki
2022-10-10Textual Inversion: Added custom training image size and number of repeats ↵alg-wiki
per input image in a single epoch
2022-10-10remove braces from stepsDepFA
2022-10-10change caption methodDepFA
2022-10-09change source of step countDepFA
2022-10-09source checkpoint hash from current checkpointDepFA
2022-10-09correct case on embeddingFromB64DepFA