-
Notifications
You must be signed in to change notification settings - Fork 5.7k
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 IPAdapters for FLUX pipelines #9825
Comments
@sayakpaul flux ip adapter error, 'FluxTransformer2DModel' object has no attribute 'encoder_hid_proj' |
@sayakpaul @yiyixuxu @asomoza as requested yesterday in a discussion, tagging this as a high-priority ask. |
the v2 seems to be a lot better, the v1 has more downloads though, even though I don't see that much generations with IP Adapter, we should probably add it now since it seems better and Flux is still very popular. I'll do some test with it but I'm guessing the reason why isn't used that much its because of the VRAM requirement, same as controlnets. I'll take a look at the PR and see how much is needed to add it, but in the meantime let's open it up to the community if someone wants to take it. |
Hi, may I ask if implementing flux IP adapter, can it support IP adapters with a given mask like SDXL? I think this is a very practical feature. I haven't seen similar functionality in other frameworks like ComfyUI, it seems to be unique to diffusers. |
cc @fabiorigano here |
Of course, when we add it, it should have the same functionality as the other ones. The ComfyUI ones also have this though and actually we used the ComfyUI implementation as a reference. |
This issue has been automatically marked as stale because it has not had recent activity. If you think this still needs to be addressed please comment on this thread. Please note that issues that do not follow the contributing guidelines are likely to be ignored. |
ping. |
Model/Pipeline/Scheduler description
IPAdapter for FLUX is available now, do you have any plans to add IPAdapter to FLUX pipelines?
Open source status
Provide useful links for the implementation
model implementation:
model weights:
The text was updated successfully, but these errors were encountered: