summaryrefslogtreecommitdiffstats
path: root/train_ti.py
Commit message (Expand)AuthorAgeFilesLines
* FixVolpeon2023-04-161-14/+7
* UpdateVolpeon2023-04-161-1/+5
* TI via LoRAVolpeon2023-04-151-6/+22
* Added cycle LR decayVolpeon2023-04-131-3/+5
* UpdateVolpeon2023-04-131-3/+10
* Experimental convnext discriminator supportVolpeon2023-04-111-0/+14
* UpdateVolpeon2023-04-111-7/+16
* Randomize dataset across cyclesVolpeon2023-04-101-2/+4
* UpdateVolpeon2023-04-101-27/+41
* UpdateVolpeon2023-04-091-3/+14
* FixVolpeon2023-04-091-1/+1
* UpdateVolpeon2023-04-091-24/+42
* UpdateVolpeon2023-04-081-5/+18
* UpdateVolpeon2023-04-081-7/+5
* Run PTI only if placeholder tokens arg isn't emptyVolpeon2023-04-071-6/+6
* UpdateVolpeon2023-04-071-3/+3
* Add color jitterVolpeon2023-04-051-1/+12
* Fix choice argsVolpeon2023-04-041-8/+9
* TI: Bring back old embedding decayVolpeon2023-04-041-5/+19
* Improved sparse embeddingsVolpeon2023-04-031-1/+1
* TI: Delta learningVolpeon2023-04-031-26/+11
* TI: No tag dropout by defaultVolpeon2023-04-031-1/+1
* Bring back Lion optimizerVolpeon2023-04-031-3/+27
* Update dataset format: Separate prompt and keywordsVolpeon2023-04-021-1/+1
* RevertVolpeon2023-04-011-6/+46
* Combined TI with embedding and LoRAVolpeon2023-04-011-25/+5
* Experimental: TI via LoRAVolpeon2023-04-011-22/+2
* UpdateVolpeon2023-04-011-1/+0
* Add support for Adafactor, add TI initializer noiseVolpeon2023-04-011-2/+23
* UpdateVolpeon2023-03-311-1/+3
* UpdateVolpeon2023-03-311-0/+7
* FixVolpeon2023-03-311-1/+2
* FixVolpeon2023-03-311-1/+1
* Support Dadaptation d0, adjust sample freq when steps instead of epochs are usedVolpeon2023-03-311-4/+11
* FixVolpeon2023-03-311-1/+2
* FixVolpeon2023-03-281-1/+1
* Support num_train_steps arg againVolpeon2023-03-281-9/+21
* Fix TIVolpeon2023-03-271-8/+8
* Fix TIVolpeon2023-03-271-1/+10
* Fix TIVolpeon2023-03-271-1/+1
* Improved inverted tokensVolpeon2023-03-261-1/+15
* UpdateVolpeon2023-03-251-4/+10
* UpdateVolpeon2023-03-241-3/+3
* Bring back Perlin offset noiseVolpeon2023-03-231-0/+7
* UpdateVolpeon2023-03-231-1/+1
* FixVolpeon2023-03-221-4/+0
* Log DAdam/DAdan dVolpeon2023-03-211-2/+2
* Added dadaptationVolpeon2023-03-211-0/+28
* Fixed SNR weighting, re-enabled xformersVolpeon2023-03-211-2/+2
* Test: https://arxiv.org/pdf/2303.09556.pdfVolpeon2023-03-171-12/+26