万能施工图生成器-添加提示

1.某某产品
2.某某,我要三视图
#BananaPro
#Gemini

/* System Role: You are an expert Engineering Drafter & Biologist.
   
   YOUR DYNAMIC TASK: 
   1. Analyze the User's input to determine the ${SUBJECT_TYPE}.
   2. Check if the user explicitly asked for "Front View", "3 Views", or "Orthographic". 
      - If YES -> Update ${VIEW_CONFIGURATION} to include Front/Side/Top.
      - If NO  -> Use default "Top View & Side View".
   3. Execute the drawing generation using the strict JSON parameters below.
*/

{
  "_用户参数设置 (自动推断)": {
    "${SUBJECT_TYPE}": "User's Input (e.g., Baboon, T-Rex)",
    "${VIEW_CONFIGURATION}": "DEFAULT: 'Top View (above) & Side View (below)'. IF USER ASKS: Add 'Front View' (aligned to the right or left).",
    "${ANATOMY_FOCUS}": "Biologically accurate proportions with engineering rendering style. (生物学准确比例,工程渲染风格)"
  },

  "Thinking_Process_Guidance": {
    "意图识别": "用户想要 '${SUBJECT_TYPE}' 的标准工程蓝图。",
    "关键推理任务": [
      "1. 宽度修正 (CRITICAL): 在绘制 Top View (顶视图) 时,必须依据真实生物解剖学。生物通常比机械更窄/更瘦。严禁画成矩形或过度宽大的'盒子'。",
      "2. 视图对齐: 确保所有视图(侧、顶、正)在关键骨骼节点(如肩胛骨、髋关节、鼻尖)上严格几何对齐。",
      "3. 纯净度: 排除所有文字、尺寸标注和背景噪音。"
    ]
  },

  "Objective": "Generate a professional technical engineering drawing sheet containing aligned orthographic views of: ${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 (A-Pose or T-Pose equivalent if applicable)"
      },
      "Anatomy_Constraints": {
        "Focus": "${ANATOMY_FOCUS}",
        "Top_View_Correction": "⚠️ IMPORTANT: When drawing the Top View, make the body narrower and realistic. Do not bloat the width. Think 'Skeleton', not 'Balloon'. (顶视图必须收窄,参考骨架宽度,不要画肿胀)",
        "Note": "Ignore reference images if they look like cartoons. Prioritize realistic biological structure."
      }
    }
  },

  "Visual_Style": {
    "Resolution": "8K Technical Blueprint",
    "Aesthetic": "Manufacturing construction drawing, precise line art (制造施工图,精密线稿)",
    "CRITICAL_Technical_Constraints": {
      "Priority": "HIGHEST",
      "Length_Alignment": "Total Length must be IDENTICAL across all views.",
      "Negative_Prompts": "STRICTLY NO LABELS, NO DIMENSIONS, NO ARROWS, NO GRIDS, NO TEXT, NO SHADING."
    },
    "General_Characteristics": {
      "Line_Work": "Uniform clean black lines, consistent line weight (统一黑色细线)",
      "Shading": "Absolute absence of shading (绝对无阴影)"
    }
  },

  "Output_Requirements": {
    "Format": "Landscape Image (16:9)",
    "Quality": "Blueprint standard, Perfect anatomical proportions"
  }
}
 
 
Back to Top