What did you use to convert this to diffusers?
#1
by
karby
- opened
What did you use to convert this to diffusers? The conversion script in the diffusers repo is using this repo for it's transformer input.
I'm mostly curious about cross_attn.norm_q_img -> attn2.norm_added_q respectively, missing in the original checkpoints. Do you just create a zeroed tensor on the fly and do you use norm_k_img as reference for shape?