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

Citation #247

Closed FelixDeMan closed 1 year ago

FelixDeMan commented 1 year ago

Hi!

Love your work, been toying around with it a lot!

I will include some experiments in my Msc. Thesis, how can I cite your work?

Cheers!

cloneofsimo commented 1 year ago

Hey there, thank you for your considerations. There are now quite a lot of work based on this repo, and most of them dont cite my work so I appreciate that a lot.

@misc{lora_stable, 
 title={Low-rank Adaptation for Fast Text-to-Image Diffusion Fine-tuning}, 
 author={Simo Ryu},
 howpublished={\url{[https://github.com/cloneofsimo/lora}](https://github.com/cloneofsimo/lora%7D)}, 
 publisher = {GitHub},
 journal = {GitHub repository}
}

This format would be good enough imo. Again, thank you

FelixDeMan commented 1 year ago

Hi,

Sorry to hear your work goes uncited! You deserve all the credits. I fixed the formatting for you:

@misc{lora_stable, 
 title={Low-rank Adaptation for Fast Text-to-Image Diffusion Fine-tuning}, 
 author={Simo Ryu},
 howpublished={\url{https://github.com/cloneofsimo/lora}}, 
 publisher = {GitHub},
 journal = {GitHub repository}
}

Thank you so much! Perhaps you could add this to the side panel of the repo!