cloneofsimo / lora

Using Low-rank adaptation to quickly fine-tune diffusion models.
https://arxiv.org/abs/2106.09685
Apache License 2.0
6.83k stars 473 forks source link

How to train a lora with command line? #227

Open JamesSand opened 1 year ago

JamesSand commented 1 year ago

Hi, I want to train a lora with command line. I don't really know how to use the sh in the Getting Start Section. To be specific, I don't what should I do except putting image in ./data/data_disney folder

And I have read the colab code, but I still have no idea how to train the lora

Please help me, thanks a lot