Skip to content

Commit 6c0335c

Browse files
DDIM docs (#1219)
1 parent 0248541 commit 6c0335c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/source/api/pipelines/ddim.mdx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,8 @@ The abstract of the paper is the following:
2020

2121
Denoising diffusion probabilistic models (DDPMs) have achieved high quality image generation without adversarial training, yet they require simulating a Markov chain for many steps to produce a sample. To accelerate sampling, we present denoising diffusion implicit models (DDIMs), a more efficient class of iterative implicit probabilistic models with the same training procedure as DDPMs. In DDPMs, the generative process is defined as the reverse of a Markovian diffusion process. We construct a class of non-Markovian diffusion processes that lead to the same training objective, but whose reverse process can be much faster to sample from. We empirically demonstrate that DDIMs can produce high quality samples 10× to 50× faster in terms of wall-clock time compared to DDPMs, allow us to trade off computation for sample quality, and can perform semantically meaningful image interpolation directly in the latent space.
2222

23-
The original codebase of this paper can be found [here](https://github.com/ermongroup/ddim).
23+
The original codebase of this paper can be found here: [ermongroup/ddim](https://github.com/ermongroup/ddim).
24+
For questions, feel free to contact the author on [tsong.me](https://tsong.me/).
2425

2526
## Available Pipelines:
2627

0 commit comments

Comments
 (0)