summaryrefslogtreecommitdiffstats
path: root/data
Commit message (Expand)AuthorAgeFilesLines
* No cache after allVolpeon2023-01-081-17/+7
* Cache token IDs in datasetVolpeon2023-01-081-8/+20
* FixVolpeon2023-01-081-5/+5
* Improved aspect ratio bucketingVolpeon2023-01-081-3/+19
* Fixed aspect ratio bucketingVolpeon2023-01-081-3/+5
* CleanupVolpeon2023-01-081-15/+25
* Fixed aspect ratio bucketing; allow passing token IDs to pipelineVolpeon2023-01-081-35/+43
* Improved aspect ratio bucketingVolpeon2023-01-081-119/+154
* Made aspect ratio bucketing configurableVolpeon2023-01-071-11/+22
* Added progressive aspect ratio bucketingVolpeon2023-01-071-56/+88
* FixVolpeon2023-01-061-2/+4
* UpdateVolpeon2023-01-052-21/+22
* UpdateVolpeon2023-01-041-1/+1
* Various updatesVolpeon2023-01-041-18/+27
* Fixed reproducibility, more consistant validationVolpeon2023-01-041-3/+7
* Fixed accuracy calc, other improvementsVolpeon2023-01-011-1/+1
* Misc improvementsVolpeon2022-12-301-20/+20
* Training script improvementsVolpeon2022-12-301-11/+4
* Set default dimensions to 768; add config inheritanceVolpeon2022-12-261-2/+2
* UpdateVolpeon2022-12-241-8/+8
* FixVolpeon2022-12-241-2/+2
* Better dataset prompt handlingVolpeon2022-12-231-9/+16
* num_class_images is now class images per train imageVolpeon2022-12-231-2/+2
* Improved class prompt handlingVolpeon2022-12-231-17/+12
* Dependency cleanup/upgradesVolpeon2022-12-201-3/+2
* Improved dataset prompt handling, fixedVolpeon2022-12-191-18/+23
* Avoid increased VRAM usage on validationVolpeon2022-12-151-3/+10
* More generic datset filterVolpeon2022-12-141-5/+5
* Optimized Textual Inversion training by filtering dataset by existence of add...Volpeon2022-12-131-7/+31
* Training improvements such as tag dropoutVolpeon2022-12-111-3/+10
* Various updated; shuffle prompt content during trainingVolpeon2022-12-101-9/+20
* UpdateVolpeon2022-11-141-1/+1
* UpdateVolpeon2022-11-011-10/+1
* Added CLI arg to set dataloader worker num; improved text encoder handling wi...Volpeon2022-10-271-3/+7
* Advanced datasetsVolpeon2022-10-241-25/+39
* UpdateVolpeon2022-10-241-17/+16
* Revert lat; fix skip attribute in datasetVolpeon2022-10-221-1/+1
* Improved prompt handlingVolpeon2022-10-181-46/+37
* Implemented extended prompt limitVolpeon2022-10-171-4/+10
* Added support for Aesthetic GradientsVolpeon2022-10-131-1/+1
* Various updatesVolpeon2022-10-121-2/+1
* UpdateVolpeon2022-10-081-77/+85
* Training: Create multiple class images per training imageVolpeon2022-10-071-14/+40
* UpdateVolpeon2022-10-062-150/+0
* Add Textual Inversion with class dataset (a la Dreambooth)Volpeon2022-10-042-25/+4
* BugfixVolpeon2022-10-041-2/+2
* Dreambooth: Generate specialized class images from input promptsVolpeon2022-10-033-62/+57
* Small perf improvementsVolpeon2022-10-032-4/+5
* Added negative prompt support for training scriptsVolpeon2022-10-032-13/+19
* Fixed euler_a generator argumentVolpeon2022-10-032-5/+9