Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Added prompt dropout | Volpeon | 2023-06-22 | 1 | -8/+19 |
* | Remove training guidance_scale | Volpeon | 2023-06-22 | 1 | -4/+0 |
* | Update | Volpeon | 2023-06-21 | 1 | -58/+125 |
* | Avoid model recompilation due to varying prompt lengths | Volpeon | 2023-05-16 | 1 | -7/+24 |
* | Update | Volpeon | 2023-05-05 | 1 | -2/+2 |
* | Update | Volpeon | 2023-04-16 | 1 | -4/+10 |
* | Randomize dataset across cycles | Volpeon | 2023-04-10 | 1 | -9/+5 |
* | Add color jitter | Volpeon | 2023-04-05 | 1 | -10/+19 |
* | Fix memory leak | Volpeon | 2023-04-03 | 1 | -4/+1 |
* | Update dataset format: Separate prompt and keywords | Volpeon | 2023-04-02 | 1 | -36/+31 |
* | Support num_train_steps arg again | Volpeon | 2023-03-28 | 1 | -2/+6 |
* | Improved inverted tokens | Volpeon | 2023-03-26 | 1 | -23/+44 |
* | Fix training with guidance | Volpeon | 2023-03-25 | 1 | -3/+5 |
* | Update | Volpeon | 2023-03-25 | 1 | -7/+14 |
* | Update | Volpeon | 2023-03-23 | 1 | -1/+1 |
* | Update | Volpeon | 2023-02-15 | 1 | -0/+1 |
* | Improved batch padding | Volpeon | 2023-02-15 | 1 | -29/+26 |
* | Better batch filling | Volpeon | 2023-02-15 | 1 | -3/+6 |
* | Better batch filling behavior | Volpeon | 2023-02-15 | 1 | -3/+7 |
* | Dataset: Repeat data to fill batch to batch_size | Volpeon | 2023-02-15 | 1 | -0/+3 |
* | Update | Volpeon | 2023-02-13 | 1 | -4/+4 |
* | Update | Volpeon | 2023-01-17 | 1 | -1/+1 |
* | If valid set size is 0, re-use one image from train set | Volpeon | 2023-01-16 | 1 | -1/+1 |
* | Moved multi-TI code from Dreambooth to TI script | Volpeon | 2023-01-16 | 1 | -1/+1 |
* | More training adjustments | Volpeon | 2023-01-16 | 1 | -18/+21 |
* | Pad dataset if len(items) < batch_size | Volpeon | 2023-01-16 | 1 | -0/+3 |
* | Handle empty validation dataset | Volpeon | 2023-01-16 | 1 | -20/+27 |
* | Extended Dreambooth: Train TI tokens separately | Volpeon | 2023-01-16 | 1 | -0/+7 |
* | Implemented extended Dreambooth training | Volpeon | 2023-01-16 | 1 | -0/+19 |
* | Restored functional trainer | Volpeon | 2023-01-15 | 1 | -8/+0 |
* | Update | Volpeon | 2023-01-15 | 1 | -7/+4 |
* | Fix | Volpeon | 2023-01-14 | 1 | -1/+1 |
* | Cleanup | Volpeon | 2023-01-14 | 1 | -13/+8 |
* | Removed PromptProcessor, modularized training loop | Volpeon | 2023-01-13 | 1 | -16/+20 |
* | Code deduplication | Volpeon | 2023-01-13 | 1 | -5/+42 |
* | Added arg to disable tag shuffling | Volpeon | 2023-01-10 | 1 | -1/+3 |
* | Enable buckets for validation, fixed vaildation repeat arg | Volpeon | 2023-01-09 | 1 | -2/+3 |
* | Add --valid_set_repeat | Volpeon | 2023-01-09 | 1 | -1/+5 |
* | No cache after all | Volpeon | 2023-01-08 | 1 | -17/+7 |
* | Cache token IDs in dataset | Volpeon | 2023-01-08 | 1 | -8/+20 |
* | Fix | Volpeon | 2023-01-08 | 1 | -5/+5 |
* | Improved aspect ratio bucketing | Volpeon | 2023-01-08 | 1 | -3/+19 |
* | Fixed aspect ratio bucketing | Volpeon | 2023-01-08 | 1 | -3/+5 |
* | Cleanup | Volpeon | 2023-01-08 | 1 | -15/+25 |
* | Fixed aspect ratio bucketing; allow passing token IDs to pipeline | Volpeon | 2023-01-08 | 1 | -35/+43 |
* | Improved aspect ratio bucketing | Volpeon | 2023-01-08 | 1 | -119/+154 |
* | Made aspect ratio bucketing configurable | Volpeon | 2023-01-07 | 1 | -11/+22 |
* | Added progressive aspect ratio bucketing | Volpeon | 2023-01-07 | 1 | -56/+88 |
* | Fix | Volpeon | 2023-01-06 | 1 | -2/+4 |
* | Update | Volpeon | 2023-01-05 | 1 | -21/+1 |