Skip to content

Commit 1b51fbc

Browse files
authored
Merge pull request #192 from andreemic/patch-1
Update unet.py: fix typo
2 parents 9c28858 + 7cc3a7a commit 1b51fbc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • labml_nn/diffusion/stable_diffusion/model

labml_nn/diffusion/stable_diffusion/model/unet.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ class TimestepEmbedSequential(nn.Sequential):
186186
"""
187187
### Sequential block for modules with different inputs
188188
189-
This sequential module can compose of different modules suck as `ResBlock`,
189+
This sequential module can compose of different modules such as `ResBlock`,
190190
`nn.Conv` and `SpatialTransformer` and calls them with the matching signatures
191191
"""
192192

0 commit comments

Comments
 (0)