Module ddim

Source
Expand description

§Denoising Diffusion Implicit Models

The Denoising Diffusion Implicit Models (DDIM) is a simple scheduler similar to Denoising Diffusion Probabilistic Models (DDPM). The DDPM generative process is the reverse of a Markovian process, DDIM generalizes this to non-Markovian guidance.

Denoising Diffusion Implicit Models, J. Song et al, 2020. https://arxiv.org/abs/2010.02502

Structs§

DDIMScheduler
The DDIM scheduler.
DDIMSchedulerConfig
The configuration for the DDIM scheduler.