summaryrefslogtreecommitdiffstats
path: root/dreambooth.py
Commit message (Collapse)AuthorAgeFilesLines
...
* BugfixVolpeon2022-10-041-4/+4
|
* FixVolpeon2022-10-031-8/+2
|
* Dreambooth: Generate specialized class images from input promptsVolpeon2022-10-031-98/+70
|
* Small perf improvementsVolpeon2022-10-031-43/+46
|
* Added negative prompt support for training scriptsVolpeon2022-10-031-60/+21
|
* Fixed euler_a generator argumentVolpeon2022-10-031-8/+0
|
* Assign unused images in validation dataset to train datasetVolpeon2022-10-031-1/+2
|
* Use euler_a for samples in learning scripts; backported improvement from ↵Volpeon2022-10-031-6/+20
| | | | Dreambooth to Textual Inversion
* Added custom SD pipeline + euler_a schedulerVolpeon2022-09-301-4/+8
|
* Better sample file structureVolpeon2022-09-281-5/+5
|
* Batches of size 1 cause error: Expected query.is_contiguous() to be true, ↵Volpeon2022-09-281-20/+7
| | | | but got false
* Improved sample output and progress barsVolpeon2022-09-281-60/+44
|
* Dreamooth script: Fixed step calculation, added file logVolpeon2022-09-281-24/+24
|
* Better output dir structureVolpeon2022-09-271-1/+1
|
* Various improvements, added inference scriptVolpeon2022-09-271-46/+52
|
* Incorporate upstream changesVolpeon2022-09-271-8/+65
|
* Supply dataset CSV file instead of dir with hardcoded CSV filenameVolpeon2022-09-271-11/+11
|
* Freeze models that aren't trainedVolpeon2022-09-271-8/+8
|
* Added Dreambooth training scriptVolpeon2022-09-271-0/+825