summaryrefslogtreecommitdiffstats
path: root/data/dreambooth/csv.py
Commit message (Collapse)AuthorAgeFilesLines
* UpdateVolpeon2022-10-061-181/+0
|
* Add Textual Inversion with class dataset (a la Dreambooth)Volpeon2022-10-041-7/+4
|
* BugfixVolpeon2022-10-041-2/+2
|
* Dreambooth: Generate specialized class images from input promptsVolpeon2022-10-031-60/+52
|
* Small perf improvementsVolpeon2022-10-031-2/+3
|
* Added negative prompt support for training scriptsVolpeon2022-10-031-6/+9
|
* Fixed euler_a generator argumentVolpeon2022-10-031-2/+4
|
* Assign unused images in validation dataset to train datasetVolpeon2022-10-031-2/+7
|
* Use euler_a for samples in learning scripts; backported improvement from ↵Volpeon2022-10-031-1/+0
| | | | Dreambooth to Textual Inversion
* Batches of size 1 cause error: Expected query.is_contiguous() to be true, ↵Volpeon2022-09-281-9/+9
| | | | but got false
* Improved sample output and progress barsVolpeon2022-09-281-5/+5
|
* Various improvements, added inference scriptVolpeon2022-09-271-0/+1
|
* Supply dataset CSV file instead of dir with hardcoded CSV filenameVolpeon2022-09-271-10/+14
|
* Added Dreambooth training scriptVolpeon2022-09-271-0/+177