omerbt / MultiDiffusion

Official Pytorch Implementation for "MultiDiffusion: Fusing Diffusion Paths for Controlled Image Generation" presenting "MultiDiffusion" (ICML 2023)
https://multidiffusion.github.io/
979 stars 57 forks source link

Why is averaging over overlapping regions necessary? #21

Open yxchng opened 1 year ago

yxchng commented 1 year ago

Why can't we just do non-overlapping generation without averaging? I presume you have tried and found that averaging gives better results. Is there any intuition or theory for that?

bishalsahooviga commented 5 months ago

Can you suggest ways to to average and overlap masks? I went through the paper and the codes but I think I missed some important part.