ComfyUI Node
MiniMax H3 Prompt Lint / 提示词检查
Check an H3 prompt against MiniMax's documented format rules. Deterministic -- no LLM, no rewriting. Passes the prompt through unchanged so it can sit inline in a workflow. / 按 MiniMax 文档规则检查 H3 提示词;不使用 LLM、不改写,并原样传递提示词。
MiniMax H3 Prompt Lint / 提示词检查
- prompt
- warnings
- is_clean
◄prompt—►
◄modet2va►
◄duration_seconds0.0►
◄ref_images0►
◄ref_videos0►
◄ref_audios0►
◄raise_on_warningfalse►
Categorymodel/conditioning/minimax
Inputs (7)
| Name | Type | Default | Description |
|---|---|---|---|
| prompt | STRING | — | |
| mode | COMBO | t2va | t2va/fl2va expect the three base fields; ref2va expects the six full-reference fields. / t2va/fl2va 需要三个基础字段;ref2va 需要六个完整参考字段。 |
| duration_seconds | FLOAT | 0.00–60 | Clip duration, used to flag cut times past the end. 0 disables that check. / 片段时长,用于标记超出结尾的切镜时间;0 表示禁用此检查。 |
| ref_images | INT | 00–9 | How many reference images are connected, so <Picture N> beyond that can be flagged. / 已连接的参考图片数量,用于标记超出范围的 <Picture N>。 |
| ref_videos | INT | 00–3 | — |
| ref_audios | INT | 00–3 | — |
| raise_on_warning | BOOLEAN | false | Fail the workflow instead of passing the prompt through. Off by default so a lint warning never blocks a render. / 发现警告时让工作流失败,而不是继续传递提示词;默认关闭,避免检查警告阻止渲染。 |
Outputs (3)
| Name | Type | Description |
|---|---|---|
| prompt | STRING | — |
| warnings | STRING | — |
| is_clean | BOOLEAN | — |