Skip to content

Commit

Permalink
docs: fix a mistake in docstring (#10319)
Browse files Browse the repository at this point in the history
Update pipeline_hunyuan_video.py

docs: fix a mistake
  • Loading branch information
Leojc authored Dec 20, 2024
1 parent b64ca6c commit c8ee4af
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ class HunyuanVideoPipeline(DiffusionPipeline, HunyuanVideoLoraLoaderMixin):
Args:
text_encoder ([`LlamaModel`]):
[Llava Llama3-8B](https://huggingface.co/xtuner/llava-llama-3-8b-v1_1-transformers).
tokenizer_2 (`LlamaTokenizer`):
tokenizer (`LlamaTokenizer`):
Tokenizer from [Llava Llama3-8B](https://huggingface.co/xtuner/llava-llama-3-8b-v1_1-transformers).
transformer ([`HunyuanVideoTransformer3DModel`]):
Conditional Transformer to denoise the encoded image latents.
Expand Down

0 comments on commit c8ee4af

Please sign in to comment.