denoising-diffusion-pytorch icon indicating copy to clipboard operation
denoising-diffusion-pytorch copied to clipboard

Denoise blurry image ?

Open modantailleur opened this issue 2 years ago • 1 comments

With the current implementation, is it possible to simply denoise a blurry image and not generate an image from raw white noise ? If it is possible, how can I do that ?

modantailleur avatar Mar 23 '23 16:03 modantailleur

You can try to add gausian noise to the blurry image before sampling, so it thinks that something is there

RainbowPiBubbles avatar Apr 08 '23 19:04 RainbowPiBubbles