The attention mechanism in the cross-attention class is missing the multiplication by the scale factor. https://github.com/Project-MONAI/GenerativeModels/blob/dd39c702ef4dd1692279bdd9c9392d147cfad9cd/generative/networks/nets/diffusion_model_unet.py#L141
The attention mechanism in the cross-attention class is missing the multiplication by the scale factor.
GenerativeModels/generative/networks/nets/diffusion_model_unet.py
Line 141 in dd39c70