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 15:21:17 -10:00
committed by GitHub
parent 0dae8f956d
commit 5989014cfe

View File

@@ -64,7 +64,7 @@ Refer to the [Attention backends](../../optimization/attention_backends) guide f
```py
pipe.transformer.set_attention_backend("flash_varlen") # or your preferred backend
pipe.transformer.set_attention_backend("flash_hub") # or your preferred backend
```
- [`HunyuanVideo15Pipeline`] use guider and does not take `guidance_scale` parameter at runtime.