Skip to content

Commit 02951f1

Browse files
Merge pull request #54 from Qbiwan/change_xt
change x_0 to x_t
2 parents fb6fdf0 + 918a5b1 commit 02951f1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

unit4/01_ddim_inversion.ipynb

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -242,10 +242,11 @@
242242
]
243243
},
244244
{
245+
"attachments": {},
245246
"cell_type": "markdown",
246247
"metadata": {},
247248
"source": [
248-
"During sampling, we begin with pure noise at timestep 1000 and slowly move towards timestep 0. To calculate the next t in the sampling trajectory ($x_{t-1}$ since we're moving from high t to low t) we predict the noise ($\\epsilon_\\theta(x_t)$, which is the output of our model) and use this to calculate the predicted denoised image $x_0$. Then we use this prediction to move a small distance in the 'direction pointing to $x_0$'. Finally, we can add some additional noise scaled by $\\sigma_t$. Here's the relevant section from the paper showing this in action:"
249+
"During sampling, we begin with pure noise at timestep 1000 and slowly move towards timestep 0. To calculate the next t in the sampling trajectory ($x_{t-1}$ since we're moving from high t to low t) we predict the noise ($\\epsilon_\\theta(x_t)$, which is the output of our model) and use this to calculate the predicted denoised image $x_0$. Then we use this prediction to move a small distance in the 'direction pointing to $x_t$'. Finally, we can add some additional noise scaled by $\\sigma_t$. Here's the relevant section from the paper showing this in action:"
249250
]
250251
},
251252
{

0 commit comments

Comments
 (0)