cannot import name 'IPAdapterFaceIDPlus' from 'ip_adapter.ip_adapter_faceid'
When I use from ip_adapter.ip_adapter_faceid import IPAdapterFaceID, IPAdapterFaceIDPlus,
i get ---------------------------------------------------------------------------
ImportError Traceback (most recent call last)
in <cell line: 1>()
----> 1 from ip_adapter.ip_adapter_faceid import IPAdapterFaceID, IPAdapterFaceIDPlus
ImportError: cannot import name 'IPAdapterFaceIDPlus' from 'ip_adapter.ip_adapter_faceid' (/usr/local/lib/python3.10/dist-packages/ip_adapter/ip_adapter_faceid.py)
Which directory are you running the file from?
Chances are you have installed ip_adapter via pip install ip_adapter or similar that yields the wrong library or an old library. I had the same issue and had to pip install "git+https://github.com/tencent-ailab/IP-Adapter.git"