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

Generated images have pure blue/green parts

Open xuyingzhongguo opened this issue 1 year ago • 1 comments

Hello,

I basically gave an input image, add noise to t=100, and then sample it back to t=1. I got these generated images with pure blue/green parts. Any ideas why or what I did wrong?

Thank you!

xuyingzhongguo avatar Nov 30 '23 15:11 xuyingzhongguo

Hello,

I basically gave an input image, add noise to t=100, and then sample it back to t=1. I got these generated images with pure blue/green parts. Any ideas why or what I did wrong?

Thank you!

the normalization you doing is wrong

gajendercode avatar Dec 27 '23 08:12 gajendercode