From 2c018f8be623994a853be5731b215a80e802d122 Mon Sep 17 00:00:00 2001 From: YiYi Xu Date: Sun, 30 Nov 2025 14:43:51 -1000 Subject: [PATCH] Update docs/source/en/api/pipelines/hunyuan_video15.md --- docs/source/en/api/pipelines/hunyuan_video15.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/en/api/pipelines/hunyuan_video15.md b/docs/source/en/api/pipelines/hunyuan_video15.md index 9a9bdcb352..033c8490a0 100644 --- a/docs/source/en/api/pipelines/hunyuan_video15.md +++ b/docs/source/en/api/pipelines/hunyuan_video15.md @@ -54,7 +54,7 @@ export_to_video(video, "output.mp4", fps=15) ## Notes -- HunyuanVideo1.5 use attention masks with avariable-length sequences. For best performance, we recommend using an attention backend that handles padding efficiently. +- HunyuanVideo1.5 use attention masks with variable-length sequences. For best performance, we recommend using an attention backend that handles padding efficiently. - **H100/H800:** `_flash_3_hub` or `_flash_varlen_3` - **A100/A800/RTX 4090:** `flash` or `flash_varlen`