AI科普美学:一键生成国家地理风生物考察板

在科普内容的视觉呈现中,“信息密度”与“美学质感”往往难以兼得。传统的科普图要么太干枯(纯图表),要么太随意(纯配图)。今天分享的这套 Prompt,借鉴了维多利亚时期博物学家的手记风格,结合现代摄影技术,创造了一种**“沉浸式考察板(Field Study Board)”**的视觉形式。

AI科普美学:一键生成国家地理风生物考察板

核心特征说明

🦴 解剖素描:左侧还原达芬奇式的手绘骨骼与生命周期图,线条精准,学术味拉满。 🗺️ 复古地图:中间自动匹配该物种的真实地理分布图,做旧纸张质感,标注保护等级。 📸 野外实拍:右侧呈现国家地理风格的高清生态照,还原最真实的栖息环境。 🧠 智能推断:只需输入“霸王龙”,AI 自动补全“Tyrannosaurus rex”拉丁名及白垩纪环境。 📌 桌面叙事:软木板背景 + 散落的钢笔、指南针,营造“正在研究中”的沉浸式氛围。

关键技术拆解

🔑 版式设计:Three pinned sections (三联分区) AI 生成图片通常难以控制复杂的排版。这套 Prompt 的聪明之处在于利用了物理隐喻——“钉在软木板上的三张纸”。这给 AI 提供了一个非常明确的空间结构:左边画素描,中间画地图,右边贴照片。这种“分区生成”的指令,能有效防止不同风格的画面相互污染。

🔑 知识调用:Auto-inference (自动推断) 这是一个“知识型 Prompt”。当用户输入 Blue Whale(蓝鲸)时,AI 不仅要画出蓝鲸的样子,还要在后台调用其知识库:它的骨骼是什么样的?它生活在哪片大洋?它的拉丁学名是什么?(Balaenoptera musculus)。这种将 LLM(大语言模型)的知识能力与 Diffusion(扩散模型)的绘图能力结合的玩法,是 AI 创作的高阶技巧。

🔑 风格融合:Mixed Media (混合媒介) 这套图的耐看之处在于质感的冲突。左边的铅笔笔触(Pencil Sketch)代表了人类的理性分析;中间的泛黄纸张(Vintage Paper)代表了历史的积淀;右边的高清摄影(Photorealism)代表了自然的真实。三种质感在同一光影下和谐共存,极大地丰富了画面的视觉层次。

实际使用场景

这套风格非常适合教育和科普领域:

场景一:自然教育/科普博主。快速生成高质量的物种介绍封面,建立专业的 IP 形象。 场景二:博物馆/展览设计。作为展板的视觉素材,展示物种的多维信息。 场景三:游戏设定集/图鉴。为游戏中的虚构生物制作充满真实感的“研究报告”。 场景四:家居装饰画。打印装裱后,作为极具格调的书房或儿童房装饰画。

这不仅仅是一张图,它是一个迷你的自然博物馆。通过这套 Prompt,我们可以把对大自然的好奇心,具象化为一张张精美的收藏卡片。完整的 JSON 协议已在社交媒体板块提供,快去输入你最喜欢的动物,生成属于你的博物学手记吧。关注 #小鱼学姐 ,在 #moyuai 频道,我们下期继续探索更多知识与美学结合的 AI 玩法。

提示词:

{
"template_name": "Auto_Bio_Field_Study_Smart_Generator",
"template_version": "5.0.0",
"template_purpose": "To automatically generate a scientifically accurate field study board for any organism by strictly inferring habitat, anatomy, and scientific classification from a single user input.",
"applicable_models": [
"Google Gemini NanoBananaPro",
"DALL-E 3",
"Midjourney v6"
],
"input_assumptions": "The user only provides the organism name. The system/model must use its internal knowledge base to fill in the correct scientific name, habitat environment, and anatomical details.",
"editable_fields": [
{
"field_key": "{organism_input}",
"label_cn": "生物名称 (只需输入名字)",
"description_cn": "你想要生成的生物 (例如:大熊猫、霸王龙、蓝鲸)。AI将自动匹配其学名、栖息地和解剖结构。",
"example_values": [
"Giant Panda",
"Tyrannosaurus Rex",
"Emperor Penguin",
"Venus Flytrap"
]
},
{
"field_key": "{aspect_ratio}",
"label_cn": "图片比例",
"description_cn": "建议使用横屏以获得最佳的三板块布局效果。",
"example_values": [
"--ar 16:9",
"--ar 3:2",
"--ar 2:1"
]
}
],
"generation_constraints": {
"quality": [
"encyclopedic accuracy",
"text generation",
"high fidelity",
"8k"
],
"style": [
"mixed media",
"scientific diagram",
"National Geographic photography"
],
"negative": [
"incorrect habitat",
"gibberish text",
"fantasy elements (unless subject is mythical)",
"low resolution"
]
},
"final_image_prompt": "A professional field researcher's documentation board dedicated to {organism_input}. The board features three pinned sections on a cork background. 1) Left: Detailed anatomical pencil sketches of {organism_input} including skeletal structure and life cycle, labeled with accurate biological terms. 2) Center: A vintage ecological map highlighting the specific real-world geographical range and habitat of {organism_input}, with conservation status icons. 3) Right: A high-resolution, photorealistic National Geographic style photograph of {organism_input} situated in its correct natural environment (e.g., specific biome, flora). The main title block at the top reads '{organism_input}' alongside its correct Latin Scientific Name (automatically inferred). The scene includes a researcher's desk context with a pen and compass. Intelligent, accurate, cinematic lighting. {aspect_ratio}"
}