lucidrains / denoising-diffusion-pytorch

Implementation of Denoising Diffusion Probabilistic Model in Pytorch
MIT License
7.87k stars 987 forks source link

Paired img2img with the repo? #169

Open azhu159 opened 1 year ago

azhu159 commented 1 year ago

Hi! Great works!! Really learn a lot!!! Thank you so much!!!!!!

Just wondering, will the repo be able to do the img2img trick? Or any hint or snippet of code to show to do paired img2img with the repo?

Any way, highly appreciate your works!!!

djadkin commented 1 year ago

Hi,

There are several methods for conditional generation with diffusion models. Here's a paper you might want to try, which uses a pretrained unconditional diffusion generator.

https://arxiv.org/abs/2108.02938