Skip to content

Commit 732aedc

Browse files
authored
Minor typo DDPM->DDIM
1 parent d957d36 commit 732aedc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • labml_nn/diffusion/stable_diffusion/sampler

labml_nn/diffusion/stable_diffusion/sampler/ddim.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ class DDIMSampler(DiffusionSampler):
2929
3030
This extends the [`DiffusionSampler` base class](index.html).
3131
32-
DDPM samples images by repeatedly removing noise by sampling step by step using,
32+
DDIM samples images by repeatedly removing noise by sampling step by step using,
3333
3434
\begin{align}
3535
x_{\tau_{i-1}} &= \sqrt{\alpha_{\tau_{i-1}}}\Bigg(

0 commit comments

Comments
 (0)