PAG's compatibility with IP-Adapter
#1
by
HiPenguin
- opened
Great work! As it is demonstrated in the paper that PAG is compatible with ControlNet, I'm wondering if it is compatible with IP-Adapter as well.
Hi @HiPenguin . Sorry for the late response.
We have implemented PAG compatible with IP-Adapter. Please check out the PR: https://github.com/huggingface/diffusers/pull/8379.
We verified the compatibility between PAG and IP-Adapter, and it works great. However, it has not been merged into the stable version yet. Thankfully, a HuggingFace ML engineer is -working to integrate it into Diffusers.
If you want to use it now, you can try cloning the PR (there is also an example test code). Otherwise, I will let you know once the PR is merged.
Thank you!