We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9c28858 + 7cc3a7a commit 1b51fbcCopy full SHA for 1b51fbc
1 file changed
labml_nn/diffusion/stable_diffusion/model/unet.py
@@ -186,7 +186,7 @@ class TimestepEmbedSequential(nn.Sequential):
186
"""
187
### Sequential block for modules with different inputs
188
189
- This sequential module can compose of different modules suck as `ResBlock`,
+ This sequential module can compose of different modules such as `ResBlock`,
190
`nn.Conv` and `SpatialTransformer` and calls them with the matching signatures
191
192
0 commit comments