In LPIPSWithDiscriminator, **why** do you add [MSE loss](https://github.com/GuHuangAI/ADM-Public/blob/15ac5adc72adcc82de4a68ff1f8e6724d5820a21/ddm/loss.py#L51) to the L1 loss? In the [original code](https://github.com/CompVis/latent-diffusion/blob/a506df5756472e2ebaf9078affdde2c4f1502cd4/ldm/modules/losses/contperceptual.py#L48) they do NOT add MSE loss to the L1 loss. I really appreciate your answer. Thanks,
In LPIPSWithDiscriminator, why do you add MSE loss to the L1 loss?
In the original code they do NOT add MSE loss to the L1 loss.
I really appreciate your answer. Thanks,