Skip to content

Commit e839686

Browse files
committed
docs: fix duplicated "to" in UNetSpatioTemporalConditionModel docstring
1 parent 40a43dd commit e839686

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/diffusers/models/unets/unet_spatio_temporal_condition.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ class UNetSpatioTemporalConditionModel(ModelMixin, AttentionMixin, ConfigMixin,
4949
block_out_channels (`tuple[int]`, *optional*, defaults to `(320, 640, 1280, 1280)`):
5050
The tuple of output channels for each block.
5151
addition_time_embed_dim: (`int`, defaults to 256):
52-
Dimension to to encode the additional time ids.
52+
Dimension to encode the additional time ids.
5353
projection_class_embeddings_input_dim (`int`, defaults to 768):
5454
The dimension of the projection of encoded `added_time_ids`.
5555
layers_per_block (`int`, *optional*, defaults to 2): The number of layers per block.

0 commit comments

Comments
 (0)