Loading IP Adapter FaceId plus model using community example #6651
-
Hi, I have been trying out the IP Adapter Face Id community example, added via #6276. Below is the code which worked for me, `
` However, when I am trying to load ip-adapter-faceid-plus_sd15.bin, then I get the below errors: I found in some references online that ip-adapter-faceid-plus_sd15.bin requires image encoder so I modified the code as well but no luck : `
Requesting any inputs to help me figure out what I may be doing wrong here! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Hi @ManasInd, I am the contributor of IP Adapter Face ID. |
Beta Was this translation helpful? Give feedback.
Hi @ManasInd, I am the contributor of IP Adapter Face ID.
The community example only works with the ip-adapter-faceid_sd15.bin weights, because the plus version uses a different image projection model (see the original implementation https://github.com/tencent-ailab/IP-Adapter/blob/9315694d639258e9eef59a5e8aba21b58c0d5e0d/ip_adapter/ip_adapter_faceid.py#L85 for reference).