aboutsummaryrefslogtreecommitdiffstats
path: root/modules/textual_inversion/dataset.py
AgeCommit message (Collapse)AuthorLines
2022-10-15Merge branch 'master' into masterAUTOMATIC1111-13/+20
2022-10-15add option to use batch size for trainingAUTOMATIC-12/+19
2022-10-14Raise an assertion error if no training images have been found.Melan-1/+2
2022-10-12train: change filename processing to be more simple and configurableAUTOMATIC-13/+34
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-11add an option to unload models during hypernetwork training to save VRAMAUTOMATIC-9/+20
2022-10-11Switched to exception handlingalg-wiki-5/+5
2022-10-11Added .webp .bmpalg-wiki-1/+1
2022-10-11Textual Inversion: Preprocess and Training will only pick-up image filesalg-wiki-1/+2
2022-10-10Custom Width and Heightalg-wiki-4/+3
2022-10-10Textual Inversion: Added custom training image size and number of repeats ↵alg-wiki-3/+3
per input image in a single epoch
2022-10-04add support for gelbooru tags in filenames for textual inversionAUTOMATIC-2/+5
2022-10-02keep textual inversion dataset latents in CPU memory to save a bit of VRAMAUTOMATIC-0/+2
2022-10-02initial support for training textual inversionAUTOMATIC-0/+76