1
0
mirror of https://github.com/huggingface/diffusers.git synced 2026-01-27 17:22:53 +03:00

Update docs/source/en/api/pipelines/hunyuan_video15.md

This commit is contained in:
YiYi Xu
2025-11-30 14:43:51 -10:00
committed by GitHub
parent bdfab30766
commit 2c018f8be6

View File

@@ -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`