--- frameworks: - Pytorch license: Apache License 2.0 tasks: - image-text-to-text --- ### HunyuanVideo_MLLM_text_encoder 本模型由 `llava-llama-3-8b-v1_1-transformers` 模型转载得到,仅保留其 `model.language_model` 与 `processor.tokenizer`, 本组织非源模型的提供者,无相关法律联系。 供 `HunyuanVideo` 开源模型做文本编码器使用。 #### 您可以通过如下git clone命令,或者ModelScope SDK来下载模型 SDK下载 ```bash #安装ModelScope pip install modelscope ``` ```python #SDK模型下载 from modelscope import snapshot_download model_dir = snapshot_download('DiffSynth-Studio/HunyuanVideo_MLLM_text_encoder') ``` Git下载 ``` #Git模型下载 git clone https://www.modelscope.cn/DiffSynth-Studio/HunyuanVideo_MLLM_text_encoder.git ```