Skip to content

pbloem/fusion

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

fusion

Example code for diffusion models.

Diffusion models

  • Naive diffusion A simple implementation of the basic idea behind diffusion. Requires very little mathematics.
  • DDPM The canonical diffusion model, based on carefully controlled Gaussian noise.
  • DDIM An alternative sampler for DDPMs, based on a different probabilistic model for the data, which allows us to sample from a DDPM model in fewer steps, without adapting the training method.

About

Example code for diffusion models.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages