Skip to content

Commit ea8bd74

Browse files
committed
unit 3 notebook typo fix
1 parent 13fbb71 commit ea8bd74

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

unit3/01_stable_diffusion_introduction.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -477,7 +477,7 @@
477477
"cell_type": "markdown",
478478
"metadata": {},
479479
"source": [
480-
"These text embeddings (the so-called 'hidden states' of the last transformer block in the text encoder model) will be fed to the UNet as an additional arument to the `forward` method, which we'll see in the next section."
480+
"These text embeddings (the so-called 'hidden states' of the last transformer block in the text encoder model) will be fed to the UNet as an additional argument to the `forward` method, which we'll see in the next section."
481481
]
482482
},
483483
{

0 commit comments

Comments
 (0)