用于建筑工地 AR 蓝图叠加的 JSON 提示

Author:Heather Cooper
2026/01/05 09:12

Description

生成建筑工地AR蓝图叠加场景,融合全息投影效果和工业风美学。

Tags

画像生成ビジュアル化

Content

```json
{
 "promptDetails": {
  "description": "一个建筑工地场景,上传的主体手持 AR 投影的蓝图,覆盖在未完工的结构上。",
  "styleTags": [
   "工业风",
   "现代建筑",
   "正午阳光",
   "技术示意图"
  ]
 },
 "scene": {
  "background": {
   "setting": "正在建造中的摩天大楼顶层(裸露的混凝土和钢筋)",
   "details": "透过开放的墙壁可以看到远处的城市天际线,安全网,安全帽,空气中的尘埃,粗糙的混凝土地板纹理强烈。"
  },
  "subject": {
   "description": "由 `[UPLOADED IMAGE]` 定义的人物,身穿安全背心和安全帽,看起来很专业。",
   "pose": "站在边缘附近,手持隐形平板电脑(或伸出手)投射叠加图,批判性地审视结构。",
   "focus": "主体和投影蓝图清晰;背景城市略微柔化。"
  }
 },
 "overlayObject": {
  "type": "全息建筑蓝图",
  "relationshipToEnvironment": "叠加图以复杂、半透明的蓝色线条示意图形式,*覆盖*在裸露的钢筋/墙壁部分上。",
  "transform": "以略微倾斜的 3D 透视角度,与建筑工地的结构相匹配。",
  "surfaceInteraction": "充满活力的电蓝色线条,带有清晰的白色测量值,向主体的背心和混凝土地板投射出微妙的蓝色光芒。",
  "components": {
   "section": "承重墙 A-4",
   "measurement": "高度:4.2m +/- 0.01m",
   "position": "投射在画面中央,与结构对齐。"
  }
 },
 "technicalStyle": {
  "aspectRatio": "16:9",
  "photographyStyle": "编辑式,高细节,商业化",
  "camera": {
   "shotType": "中景",
   "angle": "与视线齐平,动态构图,强调垂直线条。",
   "depthOfField": "适中,确保原始背景纹理可见但不分散注意力。"
  },
  "lighting": {
   "type": "强烈、清晰的正午阳光",
   "description": "强烈、定向的阳光在金属和混凝土上形成锐利的阴影和明亮的高光。"
  },
  "color": {
   "palette": "混凝土灰色、安全背心橙色/黄色和电蓝色。"
  }
 }
}
```

---

**Original English:**
{
 "promptDetails": {
 "description": "A construction site scene with the uploaded subject holding up an AR projection of a blueprint over the unfinished structure.",
 "styleTags": [
 "Industrial",
 "Modern Architecture",
 "Midday Light",
 "Technical Schematics"
 ]
 },
 "scene": {
 "background": {
 "setting": "The top floor of a new skyscraper under construction (exposed concrete and rebar)",
 "details": "Distant city skyline visible through open walls, safety netting, hard hats, dust motes in the air, strong texture of raw concrete floor."
 },
 "subject": {
 "description": "The person defined by `[UPLOADED IMAGE]`, wearing a safety vest and hard hat, looking professional.",
 "pose": "Standing near the edge, holding an invisible tablet (or hand outstretched) projecting the overlay, looking critically at the structure.",
 "focus": "Subject and the projected blueprint are sharp; the background city is slightly softened."
 }
 },
 "overlayObject": {
 "type": "Holographic Architectural Blueprint",
 "relationshipToEnvironment": "The overlay appears as a complex, translucent blue-line schematic *over* a section of the exposed rebar/wall.",
 "transform": "Slightly angled in 3D perspective to match the construction site's structure.",
 "surfaceInteraction": "Vibrant, electric blue lines with sharp white measurements, casting a subtle blue light onto the subject's vest and concrete floor.",
 "components": {
 "section": "Load-Bearing Wall A-4",
 "measurement": "Height: 4.2m +/- 0.01m",
 "position": "Projected mid-frame, aligned with the structure."
 }
 },
 "technicalStyle": {
 "aspectRatio": "16:9",
 "photographyStyle": "Editorial, High Detail, Commercial",
 "camera": {
 "shotType": "Medium Shot",
 "angle": "Eye-level, dynamic composition emphasizing vertical lines.",
 "depthOfField": "Moderate, ensuring the raw background textures are visible but not distracting."
 },
 "lighting": {
 "type": "Harsh, Clear Midday Sun",
 "description": "Strong, directional sunlight creating sharp shadows and bright highlights on metal and concrete."
 },
 "color": {
 "palette": "Concrete grays, safety vest orange/yellow, and electric blue."
 }
 }
}