cross_attention_kwargs ['attention_map'] are not expected by AttnProcessor2_0 and will be ignored. #10201
Unanswered
dingbang777
asked this question in
Q&A
Replies: 1 comment 1 reply
-
hi!
|
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
cross_attention_kwargs ['attention_map'] are not expected by AttnProcessor2_0 and will be ignored. I want to define a custom cross_attention_kwargs for AttnProcessor2_0 but before I put it into the attnprocessor (at the diffusers repo /diffusers/models/unets/unet_2d_blocks.py
I print the dict 'cross_attention_kwargs' and got the error. And finally, cross_attention_kwargs was not successfully passed into the attnprocessor
Beta Was this translation helpful? Give feedback.
All reactions