SinDDM icon indicating copy to clipboard operation
SinDDM copied to clipboard

Official pytorch implementation of the paper: "SinDDM: A Single Image Denoising Diffusion Model"

Results 3 SinDDM issues
Sort by recently updated
recently updated
newest added

Hi, I'm trying to understand the math part of your algorithm. And I wonder which interpolation you use in order to upsample/downsample the image. I saw both LANCZOS and BILINEAR...

Hi, thanks for sharing this great work. I have some questions about the code. 1. I wonder how many steps the program takes to train a model for a 248×186...

![image](https://user-images.githubusercontent.com/94419588/222382701-138bda45-0522-4f28-a5ad-4d5c7d9a5f66.png) Hello, I'm Jennie who is studying Diffusion. I was curious about the number 6~8 line code. Why you make x_s,mix_t? also, I think you regard x_s,mix_t as x_0. I'm...