aboutsummaryrefslogtreecommitdiffstats
path: root/modules/textual_inversion
AgeCommit message (Collapse)AuthorLines
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-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-11Added .webp .bmpalg-wiki-3/+3
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-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-07hypernetwork training mk1AUTOMATIC-1/+0
2022-10-06removed unused import, fixed typoRaphael Stoeckli-2/+1
2022-10-06Add sanitizer for captions in Textual inversionRaphael Stoeckli-0/+28
2022-10-04add support for gelbooru tags in filenames for textual inversionAUTOMATIC-3/+8
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/+5
2022-10-02preprocessing for textual inversion addedAUTOMATIC-3/+87
2022-10-02disabled SD model download after multiple complaintsAUTOMATIC-1/+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-10/+7
use embeddings, you're welcome!) add option to input initialization text for embeddings
2022-10-02initial support for training textual inversionAUTOMATIC-0/+366