Zhendong-Wang / Diffusion-GAN

Official PyTorch implementation for paper: Diffusion-GAN: Training GANs with Diffusion
MIT License
626 stars 67 forks source link

Questions about conditional image generation #42

Open csyhy1986 opened 1 week ago

csyhy1986 commented 1 week ago

Hi, thanks for you brilliant work. Currently I am working image super resolution. Instead of generating images from pure noise, I want generate images from a given low resolution images. I am wondering whether the codes your provided here can satisfy the requirement, or what modifications can I do to satisfy my requirement.