summaryrefslogtreecommitdiffstats
path: root/train_lora.py
Commit message (Expand)AuthorAgeFilesLines
...
* Embedding normalization: Ignore tensors with grad = 0Volpeon2023-02-211-9/+2
* UpdateVolpeon2023-02-181-3/+5
* Added Lion optimizerVolpeon2023-02-171-11/+27
* Back to xformersVolpeon2023-02-171-2/+2
* Remove xformers, switch to Pytorch NightlyVolpeon2023-02-171-2/+2
* Integrated WIP UniPC schedulerVolpeon2023-02-161-1/+2
* UpdateVolpeon2023-02-131-5/+5
* Integrate Self-Attention-Guided (SAG) Stable Diffusion in my custom pipelineVolpeon2023-02-081-8/+0
* Fixed Lora trainingVolpeon2023-02-081-7/+18
* Fix Lora memory usageVolpeon2023-02-071-2/+2
* Add LoraVolpeon2023-02-071-0/+566
* Various cleanupsVolpeon2023-01-051-946/+0
* Training script improvementsVolpeon2022-12-301-1/+1
* Integrated updates from diffusersVolpeon2022-12-281-6/+4
* Set default dimensions to 768; add config inheritanceVolpeon2022-12-261-4/+3
* Some LoRA fixes (still broken)Volpeon2022-12-211-125/+34
* Fix trainingVolpeon2022-12-201-0/+1040