巨型电脑主板上的微型工人 (JSON 结构)

Author:wolfqing 庆哥
2026/01/05 09:12

Description

生成巨型电脑主板上微型工人的场景,展现多个工人在复杂电子元件上工作的微缩模型效果。

Tags

画像生成ビジュアル化

Content

```json
{
  "Miniature_Computer_Motherboard_Workers": {
    "Description": "一个微缩立体模型场景,描绘了许多身穿西装、头戴安全帽的微型小人,在一块巨大而复杂的电脑主板上及其周围工作。",
    "Workers": [
      {
        "Role": "主管",
        "Activity": "观察工作",
        "Location": "最左侧地面"
      },
      {
        "Role": "工人",
        "Activity": "拉动绳索系统",
        "Location": "左侧,靠近大型滑轮架"
      },
      {
        "Role": "推车工人",
        "Activity": "推着一辆标有“零件”的手推车",
        "Location": "左前方地面"
      },
      {
        "Role": "推车工人",
        "Activity": "推着一辆标有“主板部件”的手推车",
        "Location": "中左侧地面"
      },
      {
        "Role": "主管/工人",
        "Activity": "站在工人附近,可能在指挥",
        "Location": "中左侧地面,靠近一辆手推车"
      },
      {
        "Role": "工人",
        "Activity": "推动巨大的 CPU",
        "Location": "CPU 左侧下方"
      },
      {
        "Role": "工人",
        "Activity": "推动巨大的内存模块 (RAM)",
        "Location": "CPU 中央下方"
      },
      {
        "Role": "攀爬者",
        "Activity": "爬梯子前往 CPU",
        "Location": "中央,在靠着 CPU 的梯子上"
      },
      {
        "Role": "工人",
        "Activity": "支撑梯子",
        "Location": "中央地面,在梯子底部"
      },
      {
        "Role": "主管",
        "Activity": "观察攀爬工人",
        "Location": "中央地面,靠近梯子"
      },
      {
        "Role": "推车工人",
        "Activity": "推着一辆标有“零件”的手推车",
        "Location": "中右侧地面"
      },
      {
        "Role": "工人",
        "Activity": "推动巨大的 CPU",
        "Location": "CPU 右侧下方"
      },
      {
        "Role": "主管/观察者",
        "Activity": "站在脚手架顶部",
        "Location": "右侧,在木制脚手架上"
      },
      {
        "Role": "工人",
        "Activity": "拉动连接到键帽的绳索",
        "Location": "最右侧地面"
      }
    ],
    "Scene_Elements": {
      "Computer_Motherboard": "巨大而复杂的电脑主板",
      "CPU": "一个正在处理的突出的大型组件,标有“CPU”",
      "Equipment": [
        "木梯",
        "绳索和链条",
        "带框架的滑轮系统",
        "木制脚手架",
        "三辆标有“零件”的手推车 (CPU)"
      ]
    }
  }
}
```

---

**Original English:**
{
  "Miniature_Computer_Motherboard_Workers": {
    "Description": "A miniature diorama scene depicting numerous tiny figurines dressed in suits and hard hats working on and around a colossal, intricate computer motherboard.",
    "Workers": [
      {
        "Role": "Supervisor",
        "Activity": "Observing the work",
        "Location": "Far left ground level"
      },
      {
        "Role": "Worker",
        "Activity": "Pulling the rope system",
        "Location": "Left side, near the large pulley frame"
      },
      {
        "Role": "Cart Pusher",
        "Activity": "Pushing a handcart labeled \"Parts\" (零件)",
        "Location": "Front left ground level"
      },
      {
        "Role": "Cart Pusher",
        "Activity": "Pushing a handcart labeled \"Motherboard Components\" (主板部件)",
        "Location": "Mid-left ground level"
      },
      {
        "Role": "Supervisor/Worker",
        "Activity": "Standing near workers, possibly directing",
        "Location": "Mid-left ground level, near a handcart"
      },
      {
        "Role": "Worker",
        "Activity": "Pushing the giant CPU",
        "Location": "Below the left side of the CPU"
      },
      {
        "Role": "Worker",
        "Activity": "Pushing a giant memory module (RAM)",
        "Location": "Below the center of the CPU"
      },
      {
        "Role": "Climber",
        "Activity": "Climbing a ladder towards the CPU",
        "Location": "Center, on the ladder leaning against the CPU"
      },
      {
        "Role": "Worker",
        "Activity": "Supporting the ladder",
        "Location": "Center ground level, at the base of the ladder"
      },
      {
        "Role": "Supervisor",
        "Activity": "Observing the climbing worker",
        "Location": "Center ground level, near the ladder"
      },
      {
        "Role": "Cart Pusher",
        "Activity": "Pushing a handcart labeled \"Parts\" (零件)",
        "Location": "Mid-right ground level"
      },
      {
        "Role": "Worker",
        "Activity": "Pushing the giant CPU",
        "Location": "Below the right side of the CPU"
      },
      {
        "Role": "Supervisor/Observer",
        "Activity": "Standing on top of scaffolding",
        "Location": "Right side, on the wooden scaffolding"
      },
      {
        "Role": "Worker",
        "Activity": "Pulling a rope connected to a keycap",
        "Location": "Far right ground level"
      }
    ],
    "Scene_Elements": {
      "Computer_Motherboard": "Huge, intricate computer motherboard",
      "CPU": "A prominent large component being worked on, labeled \"CPU\"",
      "Equipment": [
        "Wooden ladder",
        "Ropes and chains",
        "Pulley system with a frame",
        "Wooden scaffolding",
        "Three handcarts labeled \"Parts\" (CPU )"
      ]
    }
  }
}