You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am new to diffusion and diffusers library. I am working on a project where I need a token-wise attention for each timestep in a pre-trained stable diffusion model.
I am trying to modify src/diffusers/models/attention_processor.py to get that, but I am confused with the dimensions. Can anyone point me to a direction where I can extract token-wise attention map for prompts?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I am new to diffusion and diffusers library. I am working on a project where I need a token-wise attention for each timestep in a pre-trained stable diffusion model.
I am trying to modify src/diffusers/models/attention_processor.py to get that, but I am confused with the dimensions. Can anyone point me to a direction where I can extract token-wise attention map for prompts?
Beta Was this translation helpful? Give feedback.
All reactions