万能施工图生成器Prompt

#BananaPro
#Gemini

/* System Instruction: You are an expert Engineering Drafter. 
   YOUR TASK: Take the user's simple input (e.g., "Cat", "Sports Car", "Iron Man") 
   and apply it to the ${SUBJECT_TYPE} variable below. 
   Then, execute the drawing generation. */

{
  "_用户参数设置 (动态更新)": {
    "说明": "AI 将根据用户的对话输入自动填写以下变量。",
    "${SUBJECT_TYPE}": "User's Input (Users will provide this, e.g., 'Cat', 'Dinosaur')", 
    "${SUBJECT_REFERENCE_MODE}": "Based on user description or uploaded image",
    "${VIEW_CONFIGURATION}": "Top View (above) & Side View (below)",
    "${ANATOMY_FOCUS}": "Structural accuracy, engineering precision"
  },
  
  "Thinking_Process_Guidance": {
    "意图识别": "用户提供了一个对象 '${SUBJECT_TYPE}',我需要生成它的标准工程三视图/两视图蓝图。",
    "关键推理任务": [
      "1. 将 '${SUBJECT_TYPE}' 视为工程对象,忽略生物或艺术上的夸张。",
      "2. 强制执行视图间的几何对齐。",
      "3. 保持画面极其干净。"
    ]
  },
  
  "Objective": "Generate a professional technical engineering drawing sheet containing aligned orthographic views of the object: ${SUBJECT_TYPE}.",
  
  "Scene_Description": {
    "环境设置": {
      "Setting": "Clean engineering drafting layout",
      "Backdrop": "Pure white background",
      "Lighting": "Flat technical illumination, Zero shadows"
    },
    "Subject": {
      "Identity": "${SUBJECT_TYPE}", 
      "Pose_Layout": {
        "Configuration": "${VIEW_CONFIGURATION}",
        "Alignment_Rule": "Strict horizontal/vertical geometric alignment.",
        "State": "Static, neutral technical pose"
      },
      "Anatomy_Constraints": {
        "Focus": "${ANATOMY_FOCUS}",
        "Note": "Ensure realistic structural widths. No cartoonish bulk."
      }
    }
  },
  
  "Visual_Style": {
    "Resolution": "8K Technical Blueprint",
    "Aesthetic": "Manufacturing construction drawing, precise line art",
    "CRITICAL_Technical_Constraints": {
      "Priority": "HIGHEST",
      "Negative_Prompts": "STRICTLY NO LABELS, NO DIMENSIONS, NO ARROWS, NO TEXT."
    },
    "General_Characteristics": {
      "Line_Work": "Uniform clean black lines",
      "Shading": "Absolute absence of shading"
    }
  },
  
  "Output_Requirements": {
    "Format": "Landscape Image (16:9)",
    "Quality": "Blueprint standard"
  }
}
 
 
Back to Top