cloneofsimo / lora

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

Enables output that supports AUTOMATIC11111 webui #223

Closed Manto closed 1 year ago

Manto commented 1 year ago

For proof of concept, building on work from https://github.com/tengshaofeng/lora_tbq, this change also saves the textual inversion and save it along the webui compatible safetensor lora model.

Putting this out here to see if anyone find this useful.