{
  "$schema": "https://docs.vuumake.com/schemas/visual-template.schema.json",
  "id": "h3-animation-anime",
  "version": "1.0.0",
  "name": "2D/3D 动漫与角色卡控制",
  "name_i18n": {
    "en": "2D/3D Animation & Character Sheet",
    "zh-CN": "2D/3D 动漫与角色卡控制"
  },
  "description": "测试输入单张 Multi-pose 角色设定图后，全片是否能保持角色容貌、发型、服饰一致；覆盖 2D 动漫与 3D 卡通两种渲染方向。",
  "type": "style",
  "category": "animation-anime",
  "tags": [
    "video",
    "minimax-h3",
    "animation-anime",
    "scene:动漫场景背景",
    "scene:室外/幻想场景",
    "character:角色设定卡驱动",
    "character:固定发型/服饰/配色",
    "lighting:赛璐璐平涂光",
    "lighting:3D卡通渲染光",
    "genre:日式动漫",
    "genre:美式3D动画",
    "camera:动态跟随",
    "camera:夸张分镜运镜",
    "action:招牌动作",
    "action:表情夸张变化",
    "editing:动漫式速度线转场",
    "editing:定格强调帧",
    "story:角色出场",
    "story:招牌台词/动作展示",
    "sound:动漫音效",
    "sound:配音语气夸张",
    "caption:角色名条",
    "caption:拟声词字卡"
  ],
  "prompt": {
    "template": "Character sheet reference: {{character_ref_desc}} (Image 1 for face/hairstyle, Image 2 for outfit, Image 3 for color palette). {{scene_description}} in {{render_style}} style. {{character_name}} performs {{signature_action}}, maintaining identical facial features, hairstyle and outfit across all frames. {{camera_style}}, {{lighting_mood}}, {{fx_description}}, {{resolution}}, 24fps.",
    "negative": "inconsistent face, changing hairstyle, outfit drift, extra limbs, off-model proportions, watermark",
    "system": "MiniMax H3 generation parameters — duration: 8s, resolution: 2560x1440, fps: 24, native stereo audio (cannot be disabled), multi_shot: true, seed_strategy: per-shot-increment. Reference slots — image: Character Concept Sheet：正面/侧面/多姿态；image: 配色/服饰细节参考."
  },
  "variables": [
    {
      "name": "character_ref_desc",
      "type": "multiline",
      "label": "角色设定描述",
      "required": true
    },
    {
      "name": "character_name",
      "type": "string",
      "label": "角色名",
      "required": true
    },
    {
      "name": "scene_description",
      "type": "multiline",
      "label": "场景描述",
      "required": true
    },
    {
      "name": "render_style",
      "type": "enum",
      "label": "渲染风格",
      "options": [
        "2D anime cel-shaded",
        "3D toon rendered",
        "半色调漫画风"
      ],
      "default": "2D anime cel-shaded"
    },
    {
      "name": "signature_action",
      "type": "string",
      "label": "招牌动作",
      "required": true
    },
    {
      "name": "camera_style",
      "type": "string",
      "label": "运镜",
      "default": "dynamic tracking shot"
    },
    {
      "name": "lighting_mood",
      "type": "string",
      "label": "光影",
      "default": "high-contrast cel shading"
    },
    {
      "name": "fx_description",
      "type": "string",
      "label": "特效描述",
      "default": "speed lines, subtle particle FX"
    },
    {
      "name": "resolution",
      "type": "enum",
      "label": "分辨率",
      "options": [
        "2560x1440",
        "768p"
      ],
      "default": "2560x1440"
    }
  ],
  "models": [
    "minimax-h3"
  ],
  "outputs": [
    "video"
  ],
  "aspect_ratios": [
    "16:9",
    "9:16",
    "1:1"
  ],
  "examples": [
    {
      "inputs": {
        "character_ref_desc": "少女战士，银色短发，蓝色披风，持发光长枪",
        "character_name": "Aria",
        "scene_description": "废墟屋顶，夜晚，远处霓虹灯光",
        "render_style": "2D anime cel-shaded",
        "signature_action": "跃起挥枪劈砍，披风展开",
        "camera_style": "dynamic tracking shot",
        "lighting_mood": "high-contrast cel shading",
        "fx_description": "speed lines, subtle particle FX",
        "resolution": "2560x1440"
      },
      "note": "canonical example：GenPack 用这组变量渲染 h3_prompt_skeleton 后运行一次生成"
    }
  ],
  "source": {
    "origin": "original",
    "author": "VuuMake",
    "retrieved_at": "2026-08-08"
  },
  "license": "CC-BY-4.0",
  "commercial_use": true,
  "attribution": {
    "required": true,
    "text": "Style by VuuMake, CC-BY-4.0"
  },
  "status": "draft",
  "monetization": {
    "mode": "free"
  }
}
