-
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
[IP-Adapter] adding IP adapter support to all ControlNet and T2I pipelines #5884
Comments
Hi @yiyixuxu, I'd like to give it a try and add support for the StableDiffusionControlNetInpaintPipeline |
Awesome! @juancopi81 Will you be working on controlnets or other pipelines as well? If not, I'd be happy to take it up for txt2img :) |
Sure! 😃 go ahead, I'll be working for now only in this pipeline: StableDiffusionControlNetInpaintPipeline |
Hey @yiyixuxu I'll also look into it :) |
Hey @juancopi81 @a-r-r-o-w is it okay if I take up for remaining one(img2img)? #self-assign |
Hi @charchit7, for me it is ok, I took the StableDiffusionControlNetInpaintPipeline and I already created the PR, so in my case I am not working for the moment in any other pipeline. |
@a-r-r-o-w I am almost done with img2img :) |
@yiyixuxu Is there a way to control the influence of the IPAdapter to the final output, as |
@yiyixuxu I am interested in working on this issue and I am wondering if there is any more work I can contribute to? |
@dverdu-freepik do you mean you need to set different adapter_conditioning_scale at different steps? can you explain why do you need to do this? |
@yiyixuxu I think it would be nice to have control over the influence of the IPAdapter during the If I am not wrong, you cannot have a way to do it during the call. Only, you can call to |
@dverdu-freepik I think it makes sense too! |
How to unload ip adapter?
I used to .load_ip_adapter, but what if laterwards I want to unload the ipadapter? |
@wilfrediscoming diffusers/src/diffusers/loaders/ip_adapter.py Line 229 in d5f444d
|
But I got an error after using the method..
|
I believe this can be marked as complete since it has been sufficiently addressed. Thanks for the great work everyone! |
we recently added IP-adapter support to many of our pipelines including all the text2img, img2img and inpaint pipelines, as well as the text2img ControlNet pipeline.
anyone interested in adding it to rest of the ControlNet pipelines and T2I pipelines? You can check out this PR to see how it should be added #5713
The text was updated successfully, but these errors were encountered: