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

Resolution or Projection Question about MultiDiffusion #19

Open EchoTHChen opened 1 year ago

EchoTHChen commented 1 year ago

Panoramas represented in Equirectangular Projection usually are generated in a resolution of Hx2H format such as 512x1024. But MultiDiffusion uses the resolution of 512x2048. I'm very curious about which projection MultiDiffusion is using? And how can I transfer the generated image into a sphere image?