-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
support IPAdapter? #4
Comments
Thank you for your interest in our work! We have not yet tested compatibility with IPAdapter, but since PAG integrates well with various pipelines such as inpainting, super-resolution, and ControlNet due to its very simple methodology, we believe it should work well. However, at this stage, we do not have code that clearly checks compatibility, but we plan to test this in the future. For more information, please refer to the active discussion on this topic in the Diffusers repository PR [https://github.com/huggingface/diffusers/pull/7944]. If there are any updates, we will ping you. Thank you. |
I tested and it doesn't support IP adapter. How can I modify the code if I want to use it? Thank you for your great work
I tested and it doesn't support IP adapter. How can I modify the code if I want to use it? Thank you for your great work |
Hi @libai-lab, Sorry for the late response. We have implemented PAG compatible with IP-Adapter. Please check out the PR: huggingface/diffusers#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! |
@libai-lab Thank you for waiting! Diffusers now officially support PAG. You can now easily use PAG in various Diffusers pipelines, including IP-Adapter. For more details, check here. |
No description provided.
The text was updated successfully, but these errors were encountered: