aboutsummaryrefslogtreecommitdiffstats
path: root/modules/textual_inversion
AgeCommit message (Collapse)AuthorLines
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
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-3/+6
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-14/+22
2022-10-10Custom Width and Heightalg-wiki-19/+18
2022-10-10Fixed progress bar output for epochalg-wiki-1/+1
2022-10-10Textual Inversion: Added custom training image size and number of repeats ↵alg-wiki-8/+17
per input image in a single epoch
2022-10-10Custom Width and Heightalg-wiki-19/+18
2022-10-10Fixed progress bar output for epochalg-wiki-1/+1
2022-10-10Textual Inversion: Added custom training image size and number of repeats ↵alg-wiki-8/+17
per input image in a single epoch
2022-10-09refactored the deepbooru module to improve speed on running multiple ↵JC_Array-2/+20
interogations in a row. Added the option to generate deepbooru tags for textual inversion preproccessing.
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
2022-10-09change json tensor key nameDepFA-3/+3
2022-10-09add encoder and decoder classesDepFA-0/+21
2022-10-09add alternate checkpoint hash sourceDepFA-2/+5
2022-10-09add embedding load and save from b64 jsonDepFA-9/+21
2022-10-09Update textual_inversion.pyDepFA-3/+22
2022-10-07hypernetwork training mk1AUTOMATIC-1/+0