aboutsummaryrefslogtreecommitdiffstats
path: root/modules/textual_inversion/textual_inversion.py
AgeCommit message (Collapse)AuthorLines
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-3/+12
per input image in a single epoch
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 ↵alg-wiki-3/+12
per input image in a single epoch
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-03fix broken date in TIAUTOMATIC-1/+1
2022-10-02keep textual inversion dataset latents in CPU memory to save a bit of VRAMAUTOMATIC-0/+3
2022-10-02preprocessing for textual inversion addedAUTOMATIC-0/+1
2022-10-02add checkpoint info to saved embeddingsAUTOMATIC-1/+12
2022-10-02fix using aaaa-100 embedding when the prompt has aaaa-10000 and you have ↵AUTOMATIC-1/+2
both aaaa-100 and aaaa-10000 in the directory with embeddings.
2022-10-02fix for incorrect embedding token length calculation (will break seeds that ↵AUTOMATIC-8/+5
use embeddings, you're welcome!) add option to input initialization text for embeddings
2022-10-02initial support for training textual inversionAUTOMATIC-0/+258