huggingface / diffusers

🤗 Diffusers: State-of-the-art diffusion models for image and audio generation in PyTorch and FLAX.
https://huggingface.co/docs/diffusers
Apache License 2.0
25.2k stars 5.21k forks source link

IP adapter plus face is failing with LCM Lora - new diffusers (v0.24.0) release. #6008

Closed AyushUnleashed closed 8 months ago

AyushUnleashed commented 9 months ago

Describe the bug

image

I am getting key error, while trying to change the ip adapter to "ip-adapter-plus-face_sd15.bin" model of h94/IP-Adapter

Reproduction

Just take sample code of IP adapter - LCM Lora from new release v0.24.0 of diffusers & change model weight_name from "ip-adapter_sd15.bin" to "ip-adapter-plus-face_sd15.bin"

Logs

No response

System Info

Google colab

diffusers version: 0.24.0

Who can help?

@sayakpaul @yiyixuxu @DN6 @patrickvonplaten

sayakpaul commented 9 months ago

Please copy-paste actual code snippet, not screenshots.

Cc: @yiyixuxu could you take a look?

yiyixuxu commented 9 months ago

it's not supported yet but will be soon https://github.com/huggingface/diffusers/pull/5915 https://github.com/huggingface/diffusers/pull/5911

AyushUnleashed commented 9 months ago

Thanks @yiyixuxu for the information

github-actions[bot] commented 8 months ago

This issue has been automatically marked as stale because it has not had recent activity. If you think this still needs to be addressed please comment on this thread.

Please note that issues that do not follow the contributing guidelines are likely to be ignored.