Skip to content

An implementation of the sampling algorithms in Elucidating the Design Space of Diffusion-Based Generative Models [Karras et al., 2022].

Notifications You must be signed in to change notification settings

Joqsan/Elucidating-DMs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

An implementation of the sampling algorithms in Elucidating the Design Space of Diffusion-Based Generative Models [Karras et al., 2022].

  • Algorithm 1. Deterministic sampling. With two versions:
    • Heun's 2nd order method.
    • Euler's (1st order) method (aka Heun's without steps 6-8).
  • Algorithm 2. Stochastic sampling.
    • A modified Euler-Maruyama method.

(the algorithm version for the iDDPM case is not yet implemented).

About

An implementation of the sampling algorithms in Elucidating the Design Space of Diffusion-Based Generative Models [Karras et al., 2022].

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages