aboutsummaryrefslogtreecommitdiffstats
path: root/modules/textual_inversion/textual_inversion.py
AgeCommit message (Expand)AuthorLines
2022-10-17print list of embeddings on reloadDepFA-0/+1
2022-10-16do not reload embeddings from disk when doing textual inversionAUTOMATIC-0/+1
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-15add option to use batch size for trainingAUTOMATIC-9/+8
2022-10-14remove duplicate code for log loss, add step, make it read from options rathe...AUTOMATIC-14/+30
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-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
2022-10-12train: change filename processing to be more simple and configurableAUTOMATIC-22/+13
2022-10-12Merge pull request #2037 from AUTOMATIC1111/embed-embeddings-in-imagesAUTOMATIC1111-2/+44
2022-10-12formattingDepFA-11/+11
2022-10-11spacingDepFA-1/+1
2022-10-11update importsDepFA-0/+3
2022-10-11correct conflict resolution typoDepFA-1/+1
2022-10-11apply lr schedule to hypernetsAUTOMATIC-40/+4
2022-10-11shift embedding logic out of textual_inversionDepFA-119/+6
2022-10-11Merge branch 'learning_rate-scheduling' into learnscheduleAUTOMATIC1111-9/+11
2022-10-11add an option to unload models during hypernetwork training to save VRAMAUTOMATIC-1/+1
2022-10-11Merge pull request #2201 from alg-wiki/textual__inversionAUTOMATIC1111-6/+3
2022-10-11Merge branch 'master' into embed-embeddings-in-imagesDepFA-5/+8
2022-10-11fixes related to mergeAUTOMATIC-5/+7
2022-10-11Removed my local edits to checkpoint image generationalg-wiki-5/+2
2022-10-11Switched to exception handlingalg-wiki-10/+8
2022-10-11use simple lcg in xorDepFA-2/+8
2022-10-10colour depth conversion fixDepFA-1/+1
2022-10-10add dependencyDepFA-1/+1
2022-10-10update data dis[play styleDepFA-23/+65
2022-10-11Added .webp .bmpalg-wiki-1/+1
2022-10-10Refactored learning rate codeFampai-4/+47
2022-10-11Merge branch 'master' into textual__inversionalg-wiki-0/+1
2022-10-11Textual Inversion: Preprocess and Training will only pick-up image filesalg-wiki-1/+2
2022-10-10convert back to rgb as some hosts add alphaDepFA-1/+1
2022-10-10add pixel data footerDepFA-2/+46
2022-10-10Merge branch 'master' into embed-embeddings-in-imagesDepFA-3/+11
2022-10-10Custom Width and Heightalg-wiki-6/+5
2022-10-10Fixed progress bar output for epochalg-wiki-1/+1
2022-10-10Textual Inversion: Added custom training image size and number of repeats per...alg-wiki-3/+12
2022-10-10Custom Width and Heightalg-wiki-6/+5
2022-10-10Fixed progress bar output for epochalg-wiki-1/+1
2022-10-10Textual Inversion: Added custom training image size and number of repeats per...alg-wiki-3/+12
2022-10-10remove braces from stepsDepFA-1/+1
2022-10-10change caption methodDepFA-9/+21
2022-10-09change source of step countDepFA-8/+2
2022-10-09source checkpoint hash from current checkpointDepFA-4/+2
2022-10-09correct case on embeddingFromB64DepFA-1/+1