Closed satvik-pyxer closed 1 month ago
I think the reason why it fails is because we're using IP Adapters here and for that we have dedicated attention processor classes:
Long story cut short, we should not use enable_xformers_memory_efficient_attention()
here.
But @yiyixuxu @asomoza do feel free to correct me if my understanding is wrong.
yeah agree, we do not support xformer + ip-adapter yet
Thanks @yiyixuxu @sayakpaul ! Confirming it works now.
Describe the bug
The StableDiffusionControlNetInpaintPipeline pipeline is working without IP Adapter, but not when I add it.
Reproduction
Logs
No response
System Info
diffusers: 0.30.2 (tried installing from source as well but doesn't work) torch: 2.4.1
Who can help?
@sayakpaul @yiyixuxu @asomoza @DN