Skip to content

Commit c8ee4af

Browse files
authored
docs: fix a mistake in docstring (huggingface#10319)
Update pipeline_hunyuan_video.py docs: fix a mistake
1 parent b64ca6c commit c8ee4af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/diffusers/pipelines/hunyuan_video/pipeline_hunyuan_video.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ class HunyuanVideoPipeline(DiffusionPipeline, HunyuanVideoLoraLoaderMixin):
143143
Args:
144144
text_encoder ([`LlamaModel`]):
145145
[Llava Llama3-8B](https://huggingface.co/xtuner/llava-llama-3-8b-v1_1-transformers).
146-
tokenizer_2 (`LlamaTokenizer`):
146+
tokenizer (`LlamaTokenizer`):
147147
Tokenizer from [Llava Llama3-8B](https://huggingface.co/xtuner/llava-llama-3-8b-v1_1-transformers).
148148
transformer ([`HunyuanVideoTransformer3DModel`]):
149149
Conditional Transformer to denoise the encoded image latents.

0 commit comments

Comments
 (0)