cubiq / Diffusers_IPAdapter

implementation of the IPAdapter models for HF Diffusers
MIT License
160 stars 6 forks source link

AttributeError: 'IPAdapter' object has no attribute 'get_prompt_embeds' #6

Closed Mr-Jin2 closed 8 months ago

Mr-Jin2 commented 8 months ago

I can't find the attribute named get_prompt_embeds in ip_adapter.py, where is it

cubiq commented 8 months ago

You probably need to update the library

Mr-Jin2 commented 8 months ago

Found the problem. Because the original ip_adapter package was already installed before, so the IPAdapter class from the original package was imported by default. Thank you for your reply.