Prompt Gallery

漫画 / 故事板 / 分镜

科幻动作 3x3 分镜项目

生成一个 9 宫格分镜,描绘一名科幻飞行员从宁静时刻过渡到激烈机甲战斗的过程。

ID
13690
作者
新清士@(生成AI)インディゲーム開発者
标签
漫画 / 故事板 / 分镜 / 角色 / IP / 贴纸 / VTuber / 建筑 / 室内 / 空间

中文提示词

{
  "type": "3x3 网格分镜",
  "character": "{argument name=\"character description\" default=\"年轻女性,黑色短发,戴眼镜,身穿蓝白相间科幻机甲服\"}",
  "layout": {
    "grid": "3x3",
    "total_panels": 9,
    "panels": [
      { "position": "top-left", "scene": "在高科技榻榻米房间里喝茶" },
      { "position": "top-center", "scene": "望着窗外城市的爆炸" },
      { "position": "top-right", "scene": "看着红色全息图:'ALERT','{argument name=\"alert main text\" default=\"侵攻開始\"}','{argument name=\"alert sub text\" default=\"敵性反応多数確認\"}'" },
      { "position": "mid-left", "scene": "跪在榻榻米上" },
      { "position": "mid-center", "scene": "触摸耳机时的特写" },
      { "position": "mid-right", "scene": "全身站在昏暗的机库中" },
      { "position": "bottom-left", "scene": "在废墟战场上奔跑" },
      { "position": "bottom-center", "scene": "手持能量刃跃起攻击机甲" },
      { "position": "bottom-right", "scene": "面对庞大的敌方机甲军团" }
    ]
  }
}

原始提示词

{
  "type": "3x3 grid storyboard",
  "style": "3D CG anime style, cinematic lighting, highly detailed sci-fi environments",
  "character": {
    "description": "{argument name=\"character description\" default=\"young woman with short black hair and round glasses\"}",
    "outfit": "{argument name=\"suit design\" default=\"futuristic white and blue mecha plugsuit\"}"
  },
  "layout": {
    "grid": "3x3",
    "panel_count": 9,
    "panels": [
      { "position": "top-left", "scene": "Drinking traditional tea in a high-tech Japanese room with tatami mats" },
      { "position": "top-center", "scene": "Looking out a window at a futuristic city under attack, holding a tea bowl" },
      { "position": "top-right", "scene": "Looking at a red holographic warning screen displaying '{argument name=\"alert text\" default=\"ALERT 侵攻開始 敵性反応多数確認 ENEMY FORCE DETECTED\"}'" },
      { "position": "mid-left", "scene": "Kneeling on the tatami mat in a ready stance" },
      { "position": "mid-center", "scene": "Close-up portrait, touching headset with a serious expression" },
      { "position": "mid-right", "scene": "Standing in a dark metallic hangar, fully equipped" },
      { "position": "bottom-left", "scene": "Dashing through a war-torn battlefield with flying debris" },
      { "position": "bottom-center", "scene": "Dynamic mid-air combat, attacking a mecha with a {argument name=\"weapon\" default=\"glowing blue energy blade\"}" },
      { "position": "bottom-right", "scene": "Epic standoff, facing a {argument name=\"enemy\" default=\"massive enemy mecha\"} in a ruined landscape" }
    ]
  }
}