aboutsummaryrefslogtreecommitdiffstats
path: root/modules/textual_inversion
AgeCommit message (Collapse)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-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-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-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-12train: change filename processing to be more simple and configurableAUTOMATIC-36/+83
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-2/+263
Add option to store TI embeddings in png chunks, and load from same.
2022-10-12formattingDepFA-11/+11
2022-10-12formattingDepFA-79/+91
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-29/+89
2022-10-11reports that training with medvram is possible.AUTOMATIC-1/+1
2022-10-11add file based testDepFA-0/+8
2022-10-11Add files via uploadDepFA-0/+0
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/+38
2022-10-11remove old caption methodDepFA-37/+2
2022-10-11shift embedding logic out of textual_inversionDepFA-119/+6
2022-10-11Merge branch 'learning_rate-scheduling' into learnscheduleAUTOMATIC1111-22/+41
2022-10-11move embedding logic to separate fileDepFA-0/+234
2022-10-11add an option to unload models during hypernetwork training to save VRAMAUTOMATIC-10/+21
2022-10-11produce error when training with medvram/lowvram enabledAUTOMATIC-0/+3
2022-10-11Merge pull request #2201 from alg-wiki/textual__inversionAUTOMATIC1111-10/+11
Textual Inversion: Preprocess and Training will only pick-up image files instead
2022-10-11Merge branch 'master' into embed-embeddings-in-imagesDepFA-6/+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-18/+18
2022-10-11Merge branch 'master' into hypernetwork-trainingAUTOMATIC-14/+22
2022-10-11use simple lcg in xorDepFA-2/+8
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-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-3/+3
2022-10-10Refactored learning rate codeFampai-4/+47