DDNM icon indicating copy to clipboard operation
DDNM copied to clipboard

[ICLR 2023 Oral] Zero-Shot Image Restoration Using Denoising Diffusion Null-Space Model

Results 42 DDNM issues
Sort by recently updated
recently updated
newest added

I'd like to do inpainting inference on a dataset of images where the mask is different for each image. I'd like to use a batch size > 1 to increase...

When I run the unconditional ImageNet model on sample ImageNet validation images, the inpainted portion is often very blurry. Is there a way to fix this?

![inpainting](https://user-images.githubusercontent.com/25357731/226103592-3e3cb2fa-fae6-4fb4-9a2b-8901490eaff6.png)

The tool link in the 'Try your own photos' section doesn't seem to be working properly. Could you please check it? I want to upscale my own photos from LR...

Hi, Could you please tell how to set class number, when the class cannot be found [here](https://gist.github.com/yrevar/942d3a0ac09ec9e5eb3a)?

Thanks a lot for your nice work! How do i train celeba_hq.ckpt with my own dataset?I would appreciate it if you could provide me with more information on how to...

Hi authors, thanks for your great work. I'm trying to apply the equations to latent diffusion models but it doesn't work (as you explained in another issue). Would you mind...

Hi authors, thanks for releasing this great work! I am trying to use mask-shift technique on my image-to-image translation task in medical images. I trained my diffusion model with crop...