Skip to content

Commit 99f86df

Browse files
committed
fix
1 parent a784114 commit 99f86df

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/diffusers/models/transformers/transformer_hunyuan_video.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -504,8 +504,7 @@ def forward(
504504

505505
class HunyuanVideoTransformer3DModel(ModelMixin, ConfigMixin, PeftAdapterMixin, FromOriginalModelMixin):
506506
r"""
507-
A Transformer model for video-like data used in
508-
[HunyuanVideo](https://huggingface.co/tencent/HunyuanVideo).
507+
A Transformer model for video-like data used in [HunyuanVideo](https://huggingface.co/tencent/HunyuanVideo).
509508
510509
Args:
511510
in_channels (`int`, defaults to `16`):

0 commit comments

Comments
 (0)