aboutsummaryrefslogtreecommitdiffstats
path: root/modules/textual_inversion/dataset.py
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'master' into masterAUTOMATIC11112022-10-151-13/+20
|\
| * add option to use batch size for trainingAUTOMATIC2022-10-151-12/+19
| |
* | Raise an assertion error if no training images have been found.Melan2022-10-141-1/+2
|/
* train: change filename processing to be more simple and configurableAUTOMATIC2022-10-121-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
* add an option to unload models during hypernetwork training to save VRAMAUTOMATIC2022-10-111-9/+20
|
* Switched to exception handlingalg-wiki2022-10-111-5/+5
|
* Added .webp .bmpalg-wiki2022-10-101-1/+1
|
* Textual Inversion: Preprocess and Training will only pick-up image filesalg-wiki2022-10-101-1/+2
|
* Custom Width and Heightalg-wiki2022-10-101-4/+3
|
* Textual Inversion: Added custom training image size and number of repeats ↵alg-wiki2022-10-101-3/+3
| | | | per input image in a single epoch
* add support for gelbooru tags in filenames for textual inversionAUTOMATIC2022-10-041-2/+5
|
* keep textual inversion dataset latents in CPU memory to save a bit of VRAMAUTOMATIC2022-10-021-0/+2
|
* initial support for training textual inversionAUTOMATIC2022-10-021-0/+76