Skip to content

Latest commit

 

History

1 Commit

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pytorch Lightning DDPM and DDIM Implementation

Pytorch Lightning implementation of DDPM and DDIM.

Below is the result of DDIM sampling on a toy dataset made with Blender.

Blender1

The sampling process can be tested in test.ipynb notebook.

References

@misc{ddpm,
  title = {Denoising Diffusion Probabilistic Models},
  author = {Ho, Jonathan and Jain, Ajay and Abbeel, Pieter},
  year = {2020},
  url = {https://arxiv.org/abs/2006.11239},
}
@misc{ddim,
  title = {Denoising Diffusion Implicit Models},
  author = {Song, Jiaming and Meng, Chenlin and Ermon, Stefano},
  year = {2020},
  url = {https://arxiv.org/abs/2010.02502},
}

LabML Annotated Pytorch Implementation

About

Pytorch Lightning Diffusion model implementation. DDPM and DDIM.

Resources

Stars

9 stars

Watchers

2 watching

Forks

Releases

Packages

Contributors

Languages