We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 22d039f commit 8ca260dCopy full SHA for 8ca260d
docs/source/en/api/pipelines/hunyuan_video.md
@@ -48,7 +48,7 @@ transformer_8bit = HunyuanVideoTransformer3DModel.from_pretrained(
48
"hunyuanvideo-community/HunyuanVideo",
49
subfolder="transformer",
50
quantization_config=quant_config,
51
- torch_dtype=torch.float16,
+ torch_dtype=torch.bfloat16,
52
)
53
54
pipeline = HunyuanVideoPipeline.from_pretrained(
0 commit comments