Prompt Gallery

Logo / 品牌 / 视觉识别

瑜伽书双页排版

为瑜伽指导手册生成逼真的双页布局,包含主姿势照片、分步指南以及双语文本。

ID
13764
作者
Jin.B
标签
Logo / 品牌 / 视觉识别 / 信息图 / 教育图解 / 图表 / 摄影 / 电影感 / 写实场景

中文提示词

{
  "type": "双页瑜伽指导书排版",
  "subject": "扎着高丸子头的亚洲女性,身穿 {argument name=\"subject outfit\" default=\"蓝色运动内衣和配套紧身裤\"}",
  "layout": {
    "left_page": {
      "header": {
        "title_english": "{argument name=\"pose name english\" default=\"Eka Pada Koundinyasana I\"}",
        "subtitle_english": "One-Legged Sage Koundinya's Pose I",
        "title_korean": "{argument name=\"pose name korean\" default=\"에카 파다 콘디니아사나 I\"}",
        "subtitle_korean": "한 다리로 균형을 잡는 현자의 자세 I"
      },
      "main_image": "一张主体在灰色瑜伽垫上完成完整手臂平衡姿势的大幅照片",
      "description": "一段解释该姿势的韩文文本",
      "bottom_columns": [
        { "title": "功效", "count": 3, "description": "身体益处列表" },
        { "title": "准备姿势", "count": 3, "description": "准备动作列表" }
      ],
      "footer": "第 {argument name=\"page number left\" default=\"102\"} 页及章节标题"
    },
    "right_page": {
      "header": "HOW TO DO / 动作要领",
      "steps_grid": {
        "count": 4,
        "description": "包含韩文说明和进阶照片的 1 至 4 步编号指南",
        "images": [
          "第 1 步:坐姿,准备手臂和腿部",
          "第 2 步:身体前倾,双手撑在垫子上",
          "第 3 步:离地抬起",
          "第 4 步:完成平衡姿势"
        ]
      },
      "tip_box": { "title": "提示", "count": 3, "description": "阴影框内的韩文要点列表" },
      "footer": "章节标题及第 {argument name=\"page number right\" default=\"103\"} 页"
    }
  }
}

原始提示词

{
  "type": "two-page yoga instruction book spread",
  "subject": "Asian woman with hair in a high bun, wearing {argument name=\"subject outfit\" default=\"blue sports bra and matching leggings\"}",
  "layout": {
    "left_page": {
      "header": {
        "title_english": "{argument name=\"pose name english\" default=\"Eka Pada Koundinyasana I\"}",
        "subtitle_english": "One-Legged Sage Koundinya's Pose I",
        "title_korean": "{argument name=\"pose name korean\" default=\"에카 파다 콘디니아사나 I\"}",
        "subtitle_korean": "한 다리로 균형을 잡는 현자의 자세 I"
      },
      "main_image": "large photo of the subject performing the full arm balance pose on a grey yoga mat",
      "description": "paragraph of Korean text explaining the pose",
      "bottom_columns": [
        { "title": "효과", "count": 3, "description": "list of physical benefits" },
        { "title": "준비 자세", "count": 3, "description": "list of preparatory poses" }
      ],
      "footer": "page {argument name=\"page number left\" default=\"102\"} and section title"
    },
    "right_page": {
      "header": "HOW TO DO / 따라 해보기",
      "steps_grid": {
        "count": 4,
        "description": "numbered steps 1 to 4 with Korean instructions and progression photos",
        "images": [
          "Step 1: sitting, preparing arm and leg",
          "Step 2: leaning forward, hands on mat",
          "Step 3: lifting off the ground",
          "Step 4: full balanced pose"
        ]
      },
      "tip_box": { "title": "TIP", "count": 3, "description": "bulleted Korean text lines in a shaded box" },
      "footer": "section title and page {argument name=\"page number right\" default=\"103\"}"
    }
  }
}