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

New version of HuggingFace 🤗 diffusers library is incompatible with this codebase. #264

Open shyammarjit opened 8 months ago

shyammarjit commented 8 months ago

LoRA attention is being used from Huggingface 🤗 diffusers library. They have modified their codebase, and the new version, v0.23.0, is incompatible with this codebase. To install diffusers and to run this codebase, please use Patch Release v0.17.1.

For this, we should change the README.md of this codebase for the new users.

How to install diffusers to run this codebase:

pip install diffusers==0.17.1