Skip to content

Commit 0f75d59

Browse files
authored
Update 01_introduction_to_diffusers.ipynb
1 parent c6ede8c commit 0f75d59

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

unit1/01_introduction_to_diffusers.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -664,7 +664,7 @@
664664
"\n",
665665
"Our plan for training is to take these input images and add noise to them, then feed the noisy images to the model. And during inference, we will use the model predictions to iteratively remove noise. In `diffusers`, these processes are both handled by the **scheduler**. \n",
666666
"\n",
667-
"The noise schedule determines how much noise is added at different timesteps. Here's how we might create a scheduler using the default settings for 'DDPM' training and sampling (based on the paper [\"Denoising Diffusion Probabilistic Models\"](https://arxiv.org/abs/2006.11239):"
667+
"The noise schedule determines how much noise is added at different timesteps. Here's how we might create a scheduler using the default settings for 'DDPM' training and sampling (based on the paper [\"Denoising Diffusion Probabilistic Models\"](https://arxiv.org/abs/2006.11239)):"
668668
]
669669
},
670670
{

0 commit comments

Comments
 (0)