Skip to content

Commit 2dabe02

Browse files
Merge pull request #35 from alocaputo/main
Fix typo in unit 3
2 parents 01f455e + ea8bd74 commit 2dabe02

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)