Aleksei Zhuravlev
Results
2
issues of
Aleksei Zhuravlev
Add `cross_attention_kwargs` to `__call__` method of `StableDiffusionInstructPix2PixPipeline`, which are passed to UNet. # What does this PR do? Implements https://github.com/huggingface/diffusers/issues/7962 Adding ability to pass custom cross-attention arguments for UNet. This...
**Is your feature request related to a problem? Please describe.** I have a use-case where I need to use custom adapter together with instruct-pix2pix model, which requires passing custom `cross_attention_kwargs`...