dome272 / Diffusion-Models-pytorch

Pytorch implementation of Diffusion Models (https://arxiv.org/pdf/2006.11239.pdf)
Apache License 2.0
1.11k stars 256 forks source link

images 16:9 #11

Open nikuson opened 1 year ago

nikuson commented 1 year ago

I want to achieve the generation of panoramic images, but only square images are implemented in the code. How to solve it? Thanks in advance