MiniMax H3高级配置·人物动作(Tlant)
How much your subject actually moves
- 人物动作配置
A static frame animated by camera alone gets boring fast. MiniMax H3高级配置·人物动作(Tlant) is the category that decides how much the person moves - overall body motion, poses, torso, arms, hands, legs, locomotion, and dance. It's one of the six config nodes that feed the Advanced Assembler, and it's the category where "energy" is born, along with most of the anatomical risk.
Same architecture as its siblings: it emits a typed 人物动作配置 port that plugs into the assembler's action slot, and the assembler turns everything into a stateless English instruction for a remote LLM that writes the final H3 prompt. Unconnected, the assembler rolls a seed-stable random action config - which for some workflows is honestly fine, because H3 is good at inferring motion. Connect it when you have a specific performance in mind.
The inputs that matter:
整体动作幅度- none to large, defaulting to中(medium). Bigger motion means more visual interest and more limb instability; the tooltip says it straight.动作变化曲线- how intensity evolves: constant, small-to-large, large-to-small, alternating, or build-to-climax-then-settle. This is a surprisingly high-leverage knob for making clips feel directed rather than flat.姿势变化- keep the source pose, subtle adjustment, clear change, or re-pose entirely. For a "portrait comes alive" vibe, subtle is your friend.躯干动作,手臂动作,手部动作- torso, arm, and hand behavior.手部动作has nice options like naturally adjusting hair or clothing, interacting with a visible prop, or theme inference.下肢动作- lower body: adjust pose, take a step, walk, or dance.人物移动- in place, stand up, move toward/away from camera, or lateral.舞蹈强度- defaults to无(none); the tooltip warns that dance only fits dance-appropriate themes.肢体安全等级-安全(safe) by default: avoids complex crossings, hidden limbs, and suddenly appearing body parts. This is the setting that keeps a wild action sequence from producing six-fingered nightmares.
Output: 人物动作配置, a custom typed port that only connects to the assembler's action slot. Chinese UI in, English prompt out.
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.
The honest tradeoff
Big action and anatomical stability pull against each other, and this node gives you the dials for both. If you're pushing 整体动作幅度 up, keep 肢体安全等级 at 安全 and don't ask for complex hand or dance moves at the same time - that's the combination that breaks wrists and grows fingers. For a first H3 attempt at a realistic person, medium overall motion with a settled action curve and safe anatomy is the sweet spot.
Inputs (10)
| Name | Type | Default | Description |
|---|---|---|---|
| 整体动作幅度 | COMBO | 中 | 人物整体动作强度;大动作更有变化,也更考验肢体稳定。 |
| 动作变化曲线 | COMBO | 高潮后收束 | 控制动作在整段视频中的强弱变化。 |
| 姿势变化 | COMBO | 轻微调整 | 控制人物是否保持原姿势或转为新姿势。 |
| 躯干动作 | COMBO | 适中 | 控制身体前倾、后仰、挺直和转动等动作。 |
| 手臂动作 | COMBO | 中 | 控制手臂的动作幅度。 |
| 手部动作 | COMBO | 主题推断 | 指定手部行为;主题推断会优先利用原图中可见的手和道具。 |
| 下肢动作 | COMBO | 自动 | 仅在原图构图与姿势支持时生成下肢动作。 |
| 人物移动 | COMBO | 原地 | 控制人物是否起身、行走或横向移动。 |
| 舞蹈强度 | COMBO | 无 | 非舞蹈主题建议选择无或主题推断。 |
| 肢体安全等级 | COMBO | 安全 | 安全模式避免复杂交叉、遮挡和不可见肢体突然出现。 |
Outputs (1)
| Name | Type | Description |
|---|---|---|
| 人物动作配置 | TLANT_MINIMAX_H3_ACTION_CONFIG | — |