AttributeError: 'StableDiffusionXLPipeline' object has no attribute 'load_lora_weights'

#1
by csegalin - opened

which diffuser version are you using? I am getting this error
AttributeError: 'StableDiffusionXLPipeline' object has no attribute 'load_lora_weights'

thanks

load_lora_weights was possibly added in v0.19.2. However, I prefer using the bleeding edge version of Diffusers by installing it directly from the main branch with this command (replace the git commit identifier with the latest version):

pip install --upgrade --no-cache-dir git+https://github.com/huggingface/diffusers.git@5b78141fd3384ef6f94961e31787783fe22c5ab4

Sign up or log in to comment