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

763d7a4 · Jan 14, 2023

History

5 Commits
Jan 14, 2023
Jan 13, 2023
Jan 14, 2023
Jan 13, 2023
Jan 13, 2023

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