MiniMax H3高级配置·场景效果(Tlant)
Background, light, and weather for your H3 clip
- 场景效果配置
The person moves, the camera moves, the world should move too. MiniMax H3高级配置·场景效果(Tlant) is the category that governs everything around and behind your subject - background preservation, scene expansion, background motion, lighting, atmosphere, hair and clothing physics, props, visual effects, and environmental events. It's the category that turns a "talking head over a static backdrop" into a scene with weather and life.
Same family architecture: it outputs a typed 场景效果配置 port that plugs into the Advanced Assembler's scene slot, and the assembler folds it into a stateless English instruction for a remote LLM. Leave it unconnected and the assembler fills it with seed-stable random values - a genuinely decent default for your first few tries, because H3 is good at grounding scenes from the source image.
The inputs worth knowing:
背景保持- strict preserve, allow plausible expansion, limited local change, or complete theme-consistent reconstruction. Default允许扩展keeps the design while letting the camera move somewhere.场景扩展- whether the model may invent space beyond the frame during camera moves.有限(limited) is the sensible default;禁止if you want zero hallucinated geometry.背景运动- how much the background itself moves: none, subtle, moderate, strong. Subtle background motion is a cheap way to make a clip feel alive.光线变化- keep source lighting, a motivated light sweep, gradual brighten/darken, rhythmic pulses, color shifts, or theme inference. A gentle light change is one of the highest-value "cinematic" moves there is.氛围元素- the weather and air: breeze, rain, snow, fog, smoke/dust, floating particles, bokeh, lens flare. Theme inference is the safe default.头发动态and服装动态- hair and fabric motion, driven by action or wind. Auto works well; wind + hair is a classic attention-grabber when the subject allows it.道具互动- no props, interact only with visible existing props (the default), or allow one simple new prop. Keeps the LLM from materializing objects out of nowhere.视觉特效- none to high-energy effects.轻微(subtle) is usually the right amount for realism.环境事件- one background event for narrative interest: a practical-light change, curtains moving, people passing, a vehicle or moving light going by, an object shifting. It's the "give the background something to do" knob.
Output: 场景效果配置, a custom typed port that only connects to the assembler's scene slot. Chinese labels 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 over-reach trap
The failure mode here is asking for everything at once - rain, fog, particles, lens flare, plus a full background rebuild in a 6-second clip. Effects compete for the same seconds and the result reads as a mess. Pick one hero element (the environment event, or the atmosphere, or the light change), keep 背景保持 conservative, and let the rest stay on their defaults. A single well-chosen environmental detail sells realism better than five stacked ones.
Inputs (10)
| Name | Type | Default | Description |
|---|---|---|---|
| 背景保持 | COMBO | 允许扩展 | 控制背景保持原图或进行有限扩展、变化与重构。 |
| 场景扩展 | COMBO | 有限 | 控制运镜时是否允许补充原图画面外的合理空间。 |
| 背景运动 | COMBO | 微弱 | 控制背景元素的整体动态幅度。 |
| 光线变化 | COMBO | 保持原光线 | 控制视频期间的亮度、色温和节奏光变化。 |
| 氛围元素 | COMBO | 主题推断 | 添加风、雨、雾、粒子、散景或镜头光晕等。 |
| 头发动态 | COMBO | 自动 | 根据人物动作和环境控制头发运动。 |
| 服装动态 | COMBO | 自动 | 根据动作、风和服装材质控制布料运动。 |
| 道具互动 | COMBO | 仅原有道具 | 控制人物是否使用原图道具或允许新增简单道具。 |
| 视觉特效 | COMBO | 轻微 | 控制光效、粒子和其他非写实视觉效果的强度。 |
| 环境事件 | COMBO | 主题推断 | 为背景添加一次合理事件,提高视频变化与叙事性。 |
Outputs (1)
| Name | Type | Description |
|---|---|---|
| 场景效果配置 | TLANT_MINIMAX_H3_SCENE_CONFIG | — |