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