Stability-AI / stablediffusion

High-Resolution Image Synthesis with Latent Diffusion Models
MIT License
39.25k stars 5.06k forks source link

Fix cross attention bug. Cross Attention is not invoked at all. #376

Open sachit3022 opened 6 months ago

sachit3022 commented 6 months ago

change type to attn_type, Fixing bug which doesnot have the variable type. Authors have failed to change it to type to attn_type. Curious if cross attn is not used in stable diffusion?