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 52c05bd commit 6430b80Copy full SHA for 6430b80
docs/source/en/api/pipelines/hunyuan_video.md
@@ -45,14 +45,14 @@ from diffusers.utils import export_to_video
45
46
quant_config = DiffusersBitsAndBytesConfig(load_in_8bit=True)
47
transformer_8bit = HunyuanVideoTransformer3DModel.from_pretrained(
48
- "tencent/HunyuanVideo",
+ "hunyuanvideo-community/HunyuanVideo",
49
subfolder="transformer",
50
quantization_config=quant_config,
51
torch_dtype=torch.float16,
52
)
53
54
pipeline = HunyuanVideoPipeline.from_pretrained(
55
56
transformer=transformer_8bit,
57
58
device_map="balanced",
0 commit comments