Update README.md
Browse files
README.md
CHANGED
@@ -29,7 +29,7 @@ Note: as indicated in the formulae, C(x, t) is constant. The intent is to make t
|
|
29 |
x_t and snr_t were taken from the DDPM paper (https://arxiv.org/abs/2006.11239):
|
30 |
|
31 |
$$
|
32 |
-
x_t = \sqrt{\bar{\alpha}_t}
|
33 |
snr_t = \frac{\sqrt{\bar{\alpha}_t}}{\sqrt{1 - \bar{\alpha}_t}}
|
34 |
$$
|
35 |
|
|
|
29 |
x_t and snr_t were taken from the DDPM paper (https://arxiv.org/abs/2006.11239):
|
30 |
|
31 |
$$
|
32 |
+
x_t = \sqrt{\bar{\alpha}_t} x_0 + \sqrt{1 - \bar{\alpha}_t} \epsilon \\
|
33 |
snr_t = \frac{\sqrt{\bar{\alpha}_t}}{\sqrt{1 - \bar{\alpha}_t}}
|
34 |
$$
|
35 |
|