MiniMax H3提示词扩写指令·高级汇总(Tlant)
Where MiniMax H3 settings become a real prompt
- 图像
- 基础生成配置
- 人物一致性配置
- 人物动作配置
- 镜头剪辑配置
- 场景效果配置
- 音频配置
- LLM扩写指令
- 图像
The six "MiniMax H3高级配置" nodes in this pack are just parts; MiniMax H3提示词扩写指令·高级汇总(Tlant) is where they bolt together. This is the hub of the advanced mode: it takes whichever category configs you've connected - basic generation, identity, action, camera, scene, audio - and turns the whole bundle into a single stateless English instruction for a remote LLM to write your MiniMax H3 prompt.
Same honest framing as the rest of the family: it doesn't run H3 and it doesn't call MiniMax. It writes the instruction. Connect its LLM扩写指令 STRING output to a local LLM node (Tlant's Llama Server Chat works perfectly) and that LLM returns the clean, final H3 I2VA prompt - the first-line anchor plus integrated_multimodal_description, overall_soundscape, and non_diegetic_music - for your video workflow.
The genius of the design is what happens with the slots you don't fill. Every unconnected category input gets filled with reproducible random values drawn from the 随机种子. Each field samples independently from seed + field name, so you can precisely control, say, identity and camera while letting action and scene roll the dice - and a fixed seed reproduces the exact combination every time. Want full control? Connect all six. Want to nudge one thing? Connect just that category and leave the rest random. It's the most flexible layout in the pack and it's the reason the "advanced" workflow stays usable.
Inputs in full:
随机种子(required) - the only required input. Set ComfyUI's seed control tofixedfor reproducibility.图像(IMAGE) and图像描述(STRING) - you need one or the other. With an image connected, the instruction declares the image authoritative and passes it through untouched.- The six config inputs -
基础生成配置,人物一致性配置,人物动作配置,镜头剪辑配置,场景效果配置,音频配置. Each is a custom typed port, so only the matching config node will plug in.
Outputs: LLM扩写指令 (STRING) and 图像 (IMAGE passthrough). Wire the image output alongside the instruction into a vision LLM so the model can actually see your first frame.
Install
ComfyUI Manager → search ComfyUI-Tlant-Toolkit → install, or:
cd ComfyUI/custom_nodes
git clone https://github.com/Tlant/ComfyUI-Tlant-Toolkit
Restart ComfyUI. No dependencies, no model downloads.
Troubleshooting
- "Please connect an image or a non-empty image description." The classic first-run error. If you've got an image in the graph, wire it into
图像; otherwise give图像描述a non-empty string from an upstream captioner. - A category doesn't seem to do anything. Check you plugged it into the matching port - the custom types exist specifically to stop you connecting an audio config to the scene slot, and they make mismatches fail loudly rather than silently.
- Output not showing as random when expected. Remember only genuinely unconnected categories get randomized; a connected category with everything set to
随机still rolls from the seed. And ComfyUI's seed control must befixedfor results to repeat. - No video appears. Expected - this node is upstream of generation. It makes the prompt-writing instruction; the LLM and the H3 workflow do the actual work.
Inputs (9)
| Name | Type | Default | Description |
|---|---|---|---|
| 随机种子 | INT | 00–18446744073709550000 | 控制所有“随机”选项。ComfyUI 中选择 fixed 时,相同 seed 会生成完全相同的选项组合。 |
| 图像opt | IMAGE | 连接后会原样输出给视觉大模型,并在指令中声明图片优先于文本描述。 | |
| 图像描述opt | STRING | 上游反推得到的图片描述。没有图像输入时必须提供;有图像时仅作为辅助。 | |
| 基础生成配置opt | TLANT_MINIMAX_H3_BASIC_CONFIG | 不连接时使用随机种子生成整类随机设置。 | |
| 人物一致性配置opt | TLANT_MINIMAX_H3_IDENTITY_CONFIG | 不连接时使用随机种子生成整类随机设置。 | |
| 人物动作配置opt | TLANT_MINIMAX_H3_ACTION_CONFIG | 不连接时使用随机种子生成整类随机设置。 | |
| 镜头剪辑配置opt | TLANT_MINIMAX_H3_CAMERA_CONFIG | 不连接时使用随机种子生成整类随机设置。 | |
| 场景效果配置opt | TLANT_MINIMAX_H3_SCENE_CONFIG | 不连接时使用随机种子生成整类随机设置。 | |
| 音频配置opt | TLANT_MINIMAX_H3_AUDIO_CONFIG | 不连接时使用随机种子生成整类随机设置。 |
Outputs (2)
| Name | Type | Description |
|---|---|---|
| LLM扩写指令 | STRING | — |
| 图像 | IMAGE | — |