Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add support for Adafactor, add TI initializer noise | Volpeon | 2023-04-01 | 2 | -1/+5 |
* | Update | Volpeon | 2023-03-31 | 1 | -0/+2 |
* | Fix TI | Volpeon | 2023-03-27 | 1 | -8/+10 |
* | Sparse TI embeddings without sparse tensors | Volpeon | 2023-03-27 | 1 | -10/+8 |
* | Improved TI embeddings | Volpeon | 2023-03-26 | 1 | -2/+1 |
* | Improved inverted tokens | Volpeon | 2023-03-26 | 1 | -10/+9 |
* | Fix training with guidance | Volpeon | 2023-03-25 | 1 | -3/+9 |
* | Update | Volpeon | 2023-03-25 | 1 | -15/+21 |
* | Update | Volpeon | 2023-03-24 | 1 | -6/+5 |
* | Fixed Lora training perf issue | Volpeon | 2023-03-24 | 1 | -7/+8 |
* | Lora fix: Save config JSON, too | Volpeon | 2023-03-24 | 1 | -0/+3 |
* | Refactoring, fixed Lora training | Volpeon | 2023-03-24 | 4 | -65/+32 |
* | Bring back Perlin offset noise | Volpeon | 2023-03-23 | 1 | -1/+14 |
* | Update | Volpeon | 2023-03-23 | 4 | -17/+14 |
* | Fix | Volpeon | 2023-03-22 | 1 | -1/+1 |
* | Log DAdam/DAdan d | Volpeon | 2023-03-21 | 1 | -0/+14 |
* | Fixed SNR weighting, re-enabled xformers | Volpeon | 2023-03-21 | 2 | -21/+84 |
* | Restore min SNR | Volpeon | 2023-03-19 | 1 | -13/+12 |
* | New loss weighting from arxiv.org:2204.00227 | Volpeon | 2023-03-18 | 1 | -2/+5 |
* | Better SNR weighting | Volpeon | 2023-03-18 | 1 | -3/+3 |
* | Fixed snr weight calculation | Volpeon | 2023-03-17 | 1 | -1/+4 |
* | Fix loss=nan | Volpeon | 2023-03-17 | 1 | -2/+2 |
* | Test: https://arxiv.org/pdf/2303.09556.pdf | Volpeon | 2023-03-17 | 1 | -3/+8 |
* | Update | Volpeon | 2023-03-07 | 2 | -15/+16 |
* | Update | Volpeon | 2023-03-06 | 1 | -16/+0 |
* | Added Perlin noise to training | Volpeon | 2023-03-04 | 1 | -0/+17 |
* | Removed offset noise from training, added init offset to pipeline | Volpeon | 2023-03-03 | 1 | -10/+2 |
* | Implemented different noise offset | Volpeon | 2023-03-03 | 2 | -22/+10 |
* | Low freq noise with randomized strength | Volpeon | 2023-03-03 | 1 | -1/+8 |
* | Better low freq noise | Volpeon | 2023-03-02 | 1 | -1/+1 |
* | Changed low freq noise | Volpeon | 2023-03-01 | 1 | -23/+10 |
* | Update | Volpeon | 2023-03-01 | 4 | -28/+32 |
* | Fixed TI normalization order | Volpeon | 2023-02-21 | 3 | -15/+19 |
* | Fix | Volpeon | 2023-02-21 | 1 | -6/+3 |
* | Don't rely on Accelerate for gradient accumulation | Volpeon | 2023-02-21 | 2 | -30/+29 |
* | Embedding normalization: Ignore tensors with grad = 0 | Volpeon | 2023-02-21 | 2 | -6/+16 |
* | Update | Volpeon | 2023-02-18 | 1 | -7/+14 |
* | Added Lion optimizer | Volpeon | 2023-02-17 | 1 | -4/+5 |
* | Remove xformers, switch to Pytorch Nightly | Volpeon | 2023-02-17 | 4 | -9/+8 |
* | Fix | Volpeon | 2023-02-16 | 1 | -4/+2 |
* | Integrated WIP UniPC scheduler | Volpeon | 2023-02-16 | 1 | -8/+22 |
* | Update | Volpeon | 2023-02-15 | 1 | -1/+1 |
* | Made low-freq noise configurable | Volpeon | 2023-02-14 | 1 | -6/+11 |
* | Better noise generation during training: https://www.crosslabs.org/blog/diffu... | Volpeon | 2023-02-13 | 1 | -0/+7 |
* | Update | Volpeon | 2023-02-13 | 3 | -3/+3 |
* | Fixed Lora training | Volpeon | 2023-02-08 | 1 | -18/+5 |
* | Fix Lora memory usage | Volpeon | 2023-02-07 | 4 | -9/+3 |
* | Add Lora | Volpeon | 2023-02-07 | 4 | -37/+214 |
* | Restored LR finder | Volpeon | 2023-01-20 | 6 | -393/+82 |
* | Move Accelerator preparation into strategy | Volpeon | 2023-01-19 | 3 | -16/+48 |