bit-diffusion
bit-diffusion copied to clipboard
Implementation of Bit Diffusion, Hinton's group's attempt at discrete denoising diffusion, in Pytorch
Hi Thanks for this implementation Would be possible to run bit-diffusion with non-squared images ? ex: 20x200 Lucas
Thanks for the great work! I really want to know if this code can be applied to image captioning?
Hi, thanks for the implementation! I am trying to understand how you implemented method ddpm_sample, in particular, how you incorporated "time_next" into into the denoising step. Which paper did you...
Dear @lucidrains, thank you very much for providing the code. It's really helpful for my own research on diffusion model. I am wondering if you have reached the reported performance...