We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d957d36 + 732aedc commit 293cee4Copy full SHA for 293cee4
1 file changed
labml_nn/diffusion/stable_diffusion/sampler/ddim.py
@@ -29,7 +29,7 @@ class DDIMSampler(DiffusionSampler):
29
30
This extends the [`DiffusionSampler` base class](index.html).
31
32
- DDPM samples images by repeatedly removing noise by sampling step by step using,
+ DDIM samples images by repeatedly removing noise by sampling step by step using,
33
34
\begin{align}
35
x_{\tau_{i-1}} &= \sqrt{\alpha_{\tau_{i-1}}}\Bigg(
0 commit comments