Files
nexus/wiki/concepts/多维度图像生成系统.md
2026-05-03 05:42:12 +08:00

59 lines
2.9 KiB
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
---
title: "多维度图像生成系统"
type: concept
tags: []
sources: [baoyu-skills]
last_updated: 2026-04-19
---
## Overview
多维度图像生成系统是 [[baoyu-skills]] 中内容生成类技能baoyu-xhs-images、baoyu-cover-image、baoyu-article-illustrator 等)的核心方法论。通过多个正交维度组合控制 AI 生成图像的视觉输出,每个维度独立调节一个方面,组合效果呈乘法关系(参数空间巨大)。
## Dimensions
典型维度组合:
| 维度 | 说明 | 示例值 |
| --- | --- | --- |
| **类型 (Type)** | 图像的信息结构角色 | hero、conceptual、typography、infographic |
| **风格 (Style)** | 视觉美学 | cute、notion、bold、watercolor、chalkboard |
| **配色 (Palette)** | 颜色方案覆盖 | macaron、warm、neon |
| **渲染 (Rendering)** | 渲染技法 | flat-vector、hand-drawn、painterly、digital |
| **氛围 (Mood)** | 整体情绪调性 | subtle、balanced、bold |
| **布局 (Layout)** | 信息密度/构图 | sparse、balanced、dense、list、comparison |
## Key Examples
### 小红书卡片baoyu-xhs-images
- 12 种风格 × 6 种布局 × 3 种配色 = **216 种组合**
- 风格cute、fresh、warm、bold、minimal、retro、pop、notion、chalkboard、study-notes、screen-print、sketch-notes
- 布局sparse封面/金句、balanced常规内容、dense知识卡片、list清单/排行、comparison对比、flow流程/时间线)
### 信息图baoyu-infographic
- 20 种布局 × 17 种风格 = **340 种组合**
- 布局覆盖bridge、funnel、pyramid、venn、fishbone、mind-map 等
- 风格覆盖craft-handmade、claymation、kawaii、cyberpunk-neon、technical-schematic、lego-brick 等
### 封面图baoyu-cover-image
- 6 种类型 × 11 种配色 × 7 种渲染 = **462 种组合**
- 类型hero、conceptual、typography、metaphor、scene、minimal
- 配色warm、elegant、cool、dark、earth、vivid、pastel、mono、retro、duotone、macaron
### 文章插图baoyu-article-illustrator
- 6 种类型 × 8 种风格 × 3 种色板 = **144 种组合**
- 类型infographic、scene、flowchart、comparison、framework、timeline
## Core Principle
**正交性**:每个维度独立调节一个视觉方面,互不干扰,通过组合实现高度可定制的输出。
**参数化覆盖层**EXTEND.md通过项目级或用户级 `EXTEND.md` 文件定义自定义配色/风格预设,覆盖默认值,实现品牌一致性。
## Connections
- [[baoyu-skills]] ← implements ← 多维度图像生成系统
- [[baoyu-xhs-images]] ← 应用场景 ← 多维度图像生成系统
- [[baoyu-infographic]] ← 应用场景 ← 多维度图像生成系统
- [[baoyu-cover-image]] ← 应用场景 ← 多维度图像生成系统
- [[baoyu-article-illustrator]] ← 应用场景 ← 多维度图像生成系统