feat: 封面生成流水线、执黑先行二号风格扩展、账号配置更新
- 新增 gen-covers 系列脚本(kling/gpt/t2i/batch/direct/final等方案) - 执黑先行二号添加9种风格提示词目录(梦核/剪纸/水墨/毛毡/硬核线条等) - 执黑先行添加封面提示词、执黑先行二号更新图片提示词 - product_viral_factory 账号配置扩充并添加 cover_template 参考图 - capcut_assemble/kling-video-generator/oss-upload/poll-utils 细节修复 - CLAUDE.md 更新流程文档 Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -3,10 +3,10 @@
|
||||
"name": "产品宣传片",
|
||||
"description": "PPT内容/卖点 → 结构化解析 → 分镜脚本 → 图片提示词 → 生图 → AI视频 → 成片,支持无风格参考图时由产品图自动派生风格",
|
||||
"defaultFormat": "9:16",
|
||||
"imageModel": "gemini",
|
||||
"videoModel": "veo3-fast",
|
||||
"imageModel": "gpt-image",
|
||||
"videoModel": "kling",
|
||||
"batchSize": 30,
|
||||
"ttsVoice": "",
|
||||
"ttsVoice": "Chinese (Mandarin)_IntellectualGirl",
|
||||
"ttsInstruction": "",
|
||||
"storyboardPrompt": "prompts/产品分镜.md",
|
||||
"imageStylePrompt": "prompts/图片提示词.md",
|
||||
@@ -14,6 +14,19 @@
|
||||
"references": [],
|
||||
"referenceMode": "product-as-style",
|
||||
"referenceModeNote": "优先使用references中的风格参考图;无风格图时,由产品参考图自动派生光影/构图/背景风格",
|
||||
"cover": {
|
||||
"imageModel": "gpt-image",
|
||||
"style": "产品爆炸流",
|
||||
"styleNote": "产品居中+热带水果四散爆炸,橙金渐变背景,高饱和度。文字居上,白色粗体大字,金色描边",
|
||||
"template": "references/cover_template.png",
|
||||
"channels": ["抖音", "小红书"],
|
||||
"sizes": {
|
||||
"抖音": "1024x1792",
|
||||
"小红书": "1024x1365"
|
||||
},
|
||||
"textRule": "topicA上下两行居中,白色粗体,金色描边",
|
||||
"lockedAt": "2026-06-06"
|
||||
},
|
||||
"capcut": {
|
||||
"effects": [],
|
||||
"filter": "",
|
||||
@@ -37,17 +50,37 @@
|
||||
"defaultBGM": "",
|
||||
"transitions": {
|
||||
"strategy": "rhythm",
|
||||
"default": { "name": "溶解", "duration": 400000 },
|
||||
"default": {
|
||||
"name": "溶解",
|
||||
"duration": 400000
|
||||
},
|
||||
"byPosition": {
|
||||
"hook": { "name": "闪白", "duration": 100000 },
|
||||
"keypoint": { "name": "闪白", "duration": 150000 },
|
||||
"body": { "name": "溶解", "duration": 400000 },
|
||||
"closing": { "name": "闪黑", "duration": 300000 }
|
||||
"hook": {
|
||||
"name": "闪白",
|
||||
"duration": 100000
|
||||
},
|
||||
"keypoint": {
|
||||
"name": "闪白",
|
||||
"duration": 150000
|
||||
},
|
||||
"body": {
|
||||
"name": "溶解",
|
||||
"duration": 400000
|
||||
},
|
||||
"closing": {
|
||||
"name": "闪黑",
|
||||
"duration": 300000
|
||||
}
|
||||
}
|
||||
},
|
||||
"kenBurns": {
|
||||
"enabled": true,
|
||||
"default": { "startScale": 1.0, "scaleRate": 0.7, "panXRate": 0, "panYRate": 0 }
|
||||
"default": {
|
||||
"startScale": 1.0,
|
||||
"scaleRate": 0.7,
|
||||
"panXRate": 0,
|
||||
"panYRate": 0
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
BIN
accounts/product_viral_factory/references/cover_template.png
Normal file
BIN
accounts/product_viral_factory/references/cover_template.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 2.3 MiB |
@@ -22,7 +22,23 @@
|
||||
"channels": { "9:16": "抖音", "3:4": "小红书" },
|
||||
"style": "动态场景人物+大字封面:主体人物动作场景占画面60-70%,核心文字大字居中或上下分布,背景深暗,暖橙-冷蓝双光源对抗,漫威色调半写实。参考 cover_template.png 排版。",
|
||||
"textSource": "topicA",
|
||||
"imageModel": "gpt-image"
|
||||
"imageModel": "gpt-image",
|
||||
"coverPromptTemplate": "prompts/封面提示词.md",
|
||||
"text": {
|
||||
"fontFamily": "PingFang SC, Heiti SC, STHeiti, Arial, sans-serif",
|
||||
"fontWeight": "900",
|
||||
"fontSizeRatio": 0.10,
|
||||
"fillColor": "#FFFFFF",
|
||||
"strokeColor": "#C8960C",
|
||||
"strokeWidthRatio": 0.06,
|
||||
"position": "center",
|
||||
"letterSpacingRatio": 0.05,
|
||||
"shadowOffsetRatio": 0.04,
|
||||
"shadowBlurRatio": 0.08,
|
||||
"shadowColor": "rgba(0,0,0,0.7)",
|
||||
"lineHeightRatio": 1.3,
|
||||
"splitChar": "·"
|
||||
}
|
||||
},
|
||||
"storyboardPrompt": "prompts/分镜.md",
|
||||
"imageStylePrompt": "prompts/图片提示词.md",
|
||||
|
||||
59
accounts/执黑先行/prompts/封面提示词.md
Normal file
59
accounts/执黑先行/prompts/封面提示词.md
Normal file
@@ -0,0 +1,59 @@
|
||||
# 封面提示词模板 v2|执黑先行账号专用版
|
||||
|
||||
## 一、铁律
|
||||
|
||||
1. **GPT Image edits 一步出图**:GPT 直接生成带文字的海报,不再分两步(先生图再叠字)
|
||||
2. **文字由 GPT 渲染**:不经过 Sharp SVG,GPT 自己在画面里画字
|
||||
3. **styleDesc 来自 imagePrompt 首句**:`imagePrompt.split('。')[0] + '。'`
|
||||
4. **editPrompt 严格按模板拼接**:不得自行改写结构
|
||||
|
||||
## 二、editPrompt 模板
|
||||
|
||||
```
|
||||
Create a vertical {ratio} social media cover poster. Keep the EXACT same art style, color palette, lighting, atmosphere and aesthetic as the reference image: {styleDesc} The composition should be tighter and more poster-like with a strong focal point. At the center of the image, prominently display the Chinese text "{line1}" on the first line and "{line2}" on the second line, in very large bold white characters with a thick golden metallic outline, like a movie poster title. The text should be the dominant visual element, taking up most of the frame.
|
||||
```
|
||||
|
||||
| 占位符 | 来源 | 示例 |
|
||||
|--------|------|------|
|
||||
| `{ratio}` | 渠道:抖音=`9:16`,小红书=`3:4` | `9:16` |
|
||||
| `{styleDesc}` | `manifest.items[0].imagePrompt` 首句 + `。` | `A lone powerful figure in a sleek black designer coat strides through a rain-slicked urban street at night, warm amber street light cutting across their silhouette.` |
|
||||
| `{line1}` | topicA 按 `·` 拆分后的前半句 | `闭嘴做事` |
|
||||
| `{line2}` | topicA 按 `·` 拆分后的后半句(无 `·` 则为空行或重复) | `才是狠人` |
|
||||
|
||||
## 三、尺寸
|
||||
|
||||
| 渠道 | 尺寸 | 比例 |
|
||||
|------|------|------|
|
||||
| 抖音 | 1088×1920 | 9:16 |
|
||||
| 小红书 | 1152×1536 | 3:4 |
|
||||
|
||||
## 四、参考图
|
||||
|
||||
- 使用 `manifest.items[0].url`(第一帧场景大图,高质量 PNG/JPEG)
|
||||
- 下载到 `covers/_ref.png`
|
||||
- **禁止用视频抽帧代替**
|
||||
|
||||
## 五、完整流程
|
||||
|
||||
```
|
||||
1. 读取 manifest.topicA → 按 · 拆分为 line1、line2
|
||||
2. 读取 manifest.items[0].imagePrompt → styleDesc(首句 + 。)
|
||||
3. 下载 manifest.items[0].url → covers/_ref.png(第一帧场景大图)
|
||||
4. 对每个渠道(抖音/小红书):
|
||||
a. 按模板拼接 editPrompt(填入 ratio + styleDesc + line1 + line2)
|
||||
b. GPT Image edits API(gpt-image-2)+ _ref.png
|
||||
c. 保存 → OSS 上传 → URL 回写 manifest
|
||||
5. 标记 cover phase = done
|
||||
```
|
||||
|
||||
## 六、自检清单
|
||||
|
||||
```
|
||||
[ ] 参考图是 items[0].url 的场景大图,非视频抽帧
|
||||
[ ] styleDesc = imagePrompt 首句(精确画风描述)
|
||||
[ ] line1/line2 = topicA 按 · 拆分
|
||||
[ ] editPrompt 严格按模板,未自行改写
|
||||
[ ] GPT 一步出图,无 Sharp 叠字步骤
|
||||
[ ] 两个尺寸都输出(抖音 9:16 + 小红书 3:4)
|
||||
[ ] OSS 上传后 URL 回写 manifest
|
||||
```
|
||||
@@ -1,28 +1,122 @@
|
||||
{
|
||||
"id": "执黑先行二号-风格延伸",
|
||||
"name": "执黑先行二号-风格延伸",
|
||||
"description": "执黑先行风格延伸测试账号,用于探索新视觉风格,不影响主账号",
|
||||
"description": "执黑先行风格延伸账号,支持9种视觉风格切换。每个风格有独立参考图和提示词模板。",
|
||||
"pipeline": "image-video",
|
||||
"defaultFormat": "9:16",
|
||||
"imageModel": "gemini",
|
||||
"videoModel": "kling",
|
||||
"defaultStyle": "硬核线条",
|
||||
"imageModel": "gpt-image",
|
||||
"videoModel": "veo3-fast-frames",
|
||||
"batchSize": 30,
|
||||
"styles": {
|
||||
"执黑先行二号-风格延伸": {
|
||||
"references": []
|
||||
"剪纸报": {
|
||||
"references": [
|
||||
"references/剪纸报/7b730552-efb6-426a-ae69-d2c8d396fe16.png"
|
||||
],
|
||||
"imagePrompt": "prompts/剪纸报/图片提示词.md",
|
||||
"coverFont": "方正粗宋或方正剪纸简体,粗犷有力有手工感"
|
||||
},
|
||||
"反向达尔文": {
|
||||
"references": [
|
||||
"references/反向达尔文/微信图片_20260522232915_271_18.png",
|
||||
"references/反向达尔文/微信图片_20260522232915_276_18.png",
|
||||
"references/反向达尔文/微信图片_20260522232915_279_18.png"
|
||||
],
|
||||
"imagePrompt": "prompts/反向达尔文/图片提示词.md",
|
||||
"coverFont": "造字工房力黑或思源黑体Heavy,粗壮有力反常规"
|
||||
},
|
||||
"梦核人物": {
|
||||
"references": [
|
||||
"references/梦核人物/微信图片_20260522232203_259_18.png",
|
||||
"references/梦核人物/微信图片_20260522232204_260_18.png",
|
||||
"references/梦核人物/微信图片_20260522232204_261_18.png",
|
||||
"references/梦核人物/微信图片_20260522232204_262_18.png",
|
||||
"references/梦核人物/微信图片_20260522232204_263_18.png",
|
||||
"references/梦核人物/微信图片_20260522232204_264_18.png",
|
||||
"references/梦核人物/微信图片_20260522232204_265_18.png"
|
||||
],
|
||||
"imagePrompt": "prompts/梦核人物/图片提示词.md",
|
||||
"coverFont": "思源宋体Medium或方正兰亭黑,清冷有距离感"
|
||||
},
|
||||
"梦核怪异城市": {
|
||||
"references": [
|
||||
"references/梦核怪异城市/微信图片_20260522231537_252_18.png",
|
||||
"references/梦核怪异城市/微信图片_20260522231537_253_18.png",
|
||||
"references/梦核怪异城市/微信图片_20260522231537_254_18.png",
|
||||
"references/梦核怪异城市/微信图片_20260522231537_255_18.png",
|
||||
"references/梦核怪异城市/微信图片_20260522231537_256_18.png",
|
||||
"references/梦核怪异城市/微信图片_20260522231537_257_18.png",
|
||||
"references/梦核怪异城市/微信图片_20260522231537_258_18.png"
|
||||
],
|
||||
"imagePrompt": "prompts/梦核怪异城市/图片提示词.md",
|
||||
"coverFont": "造字工房力黑或思源黑体Heavy,冷硬工业感"
|
||||
},
|
||||
"梦核水池": {
|
||||
"references": [
|
||||
"references/梦核水池/微信图片_20260522230621_239_18.png",
|
||||
"references/梦核水池/微信图片_20260522230621_245_18.png",
|
||||
"references/梦核水池/微信图片_20260522232446_266_18.png",
|
||||
"references/梦核水池/微信图片_20260522232447_267_18.png",
|
||||
"references/梦核水池/微信图片_20260522232447_268_18.png",
|
||||
"references/梦核水池/微信图片_20260522232447_269_18.png",
|
||||
"references/梦核水池/微信图片_20260522232447_270_18.png"
|
||||
],
|
||||
"imagePrompt": "prompts/梦核水池/图片提示词.md",
|
||||
"coverFont": "思源黑体Light或方正细等线,疏离清冷"
|
||||
},
|
||||
"梦核花池": {
|
||||
"references": [
|
||||
"references/梦核花池/微信图片_20260522231256_246_18.png",
|
||||
"references/梦核花池/微信图片_20260522231256_247_18.png",
|
||||
"references/梦核花池/微信图片_20260522231256_248_18.png",
|
||||
"references/梦核花池/微信图片_20260522231256_249_18.png",
|
||||
"references/梦核花池/微信图片_20260522231256_250_18.png",
|
||||
"references/梦核花池/微信图片_20260522231256_251_18.png"
|
||||
],
|
||||
"imagePrompt": "prompts/梦核花池/图片提示词.md",
|
||||
"coverFont": "方正兰亭黑或思源宋体Light,梦幻轻柔"
|
||||
},
|
||||
"毛毡风格": {
|
||||
"references": [
|
||||
"references/毛毡风格/0d5d2aad-496f-46ae-8467-80de136242ae.png"
|
||||
],
|
||||
"imagePrompt": "prompts/毛毡风格/图片提示词.md",
|
||||
"coverFont": "方正少儿或造字工房童真,温暖手工感"
|
||||
},
|
||||
"水墨": {
|
||||
"references": [
|
||||
"references/水墨/5bbcc329-dd8e-4b84-b901-97daa00943c9.png"
|
||||
],
|
||||
"imagePrompt": "prompts/水墨/图片提示词.md",
|
||||
"coverFont": "方正榜书行楷或方正启体,书法韵味"
|
||||
},
|
||||
"硬核线条": {
|
||||
"references": [
|
||||
"references/硬核线条/微信图片_20260522223358_119_18.png",
|
||||
"references/硬核线条/微信图片_20260522223358_120_18.png",
|
||||
"references/硬核线条/微信图片_20260522223358_121_18.png",
|
||||
"references/硬核线条/微信图片_20260522223358_122_18.png",
|
||||
"references/硬核线条/微信图片_20260522223358_125_18.png",
|
||||
"references/硬核线条/微信图片_20260522223359_126_18.png",
|
||||
"references/硬核线条/微信图片_20260522223359_127_18.png",
|
||||
"references/硬核线条/微信图片_20260522223359_128_18.png"
|
||||
],
|
||||
"imagePrompt": "prompts/硬核线条/图片提示词.md",
|
||||
"coverFont": "思源黑体Heavy或造字工房力黑,几何感有冲击力"
|
||||
}
|
||||
},
|
||||
"ttsVoice": "谢尔比",
|
||||
"ttsRate": 1.3,
|
||||
"ttsVoice": "不羁青年",
|
||||
"ttsRate": 1.15,
|
||||
"ttsInstruction": "用一种过来人的口吻说话,像是经历了太多懒得废话的大哥,语气里带点漫不经心和不耐烦。声音不用太用力,轻描淡写但每个字都砸在点上。偶尔轻哼一口气,显得很松弛。",
|
||||
"cover": {
|
||||
"enabled": true,
|
||||
"template": "references/cover_template.png",
|
||||
"formats": ["9:16", "3:4"],
|
||||
"channels": { "9:16": "抖音", "3:4": "小红书" },
|
||||
"style": "动态场景人物+大字封面:主体人物动作场景占画面60-70%,核心文字大字居中或上下分布,背景深暗,暖橙-冷蓝双光源对抗,漫威色调半写实。参考新视觉风格方向。",
|
||||
"textSource": "topicA",
|
||||
"imageModel": "gpt-image"
|
||||
"style": "封面视觉风格跟随当前选择的视觉风格,参考图 = 当前风格的references。大字居中,字体搭配风格气质。",
|
||||
"textSource": "topicB",
|
||||
"textRule": "使用 topicA 和 topicB 中字数较短者作为封面文字。如字数相同,优先 topicB(短标题,更直接)。",
|
||||
"imageModel": "gpt-image",
|
||||
"coverPromptRule": "基于本期文案全文理解其核心冲突和情绪,生成一个封面画面提示词。风格参考图 = 当前风格的 references 目录下所有图。封面文字居中或上下分布,字号大。整体画面需与文案核心观点共振。"
|
||||
},
|
||||
"storyboardPrompt": "prompts/分镜.md",
|
||||
"imageStylePrompt": "prompts/图片提示词.md",
|
||||
|
||||
56
accounts/执黑先行二号-风格延伸/prompts/剪纸报/图片提示词.md
Normal file
56
accounts/执黑先行二号-风格延伸/prompts/剪纸报/图片提示词.md
Normal file
@@ -0,0 +1,56 @@
|
||||
# 剪纸报 · 图片提示词规则
|
||||
|
||||
> **继承**:所有铁律、维度结构、导演词库、冲突设计沿用 `prompts/图片提示词.md` 共享框架。
|
||||
> 本文仅定义本风格的 **色彩光影、画风词尾、禁止项**。
|
||||
|
||||
---
|
||||
|
||||
## 一、风格识别
|
||||
|
||||
核心风格:**中国剪纸+报纸拼贴**。传统剪纸造型(人物/物件简化成几何轮廓)叠加报纸印刷质感,红黑白为主,粗犷有力。
|
||||
媒介感:paper-cut silhouette, newspaper halftone texture, bold woodblock print, flat graphic composition
|
||||
色彩系统:中国红 + 墨黑 + 旧报纸米白 + 少量金箔点缀
|
||||
光影系统:无真实光影,纯平面色块对比,黑色硬边阴影作为装饰分割线而非真实光照
|
||||
构图特征:平面构成式,对称中有破局,大量留白但有力量感
|
||||
|
||||
## 二、色彩与光影硬性规则
|
||||
|
||||
```
|
||||
色彩基调:中国红/墨黑/旧报米白 三色主导,金箔点缀
|
||||
主色调:大红 #CC0000 / 墨黑 #1a1a1a / 米白 #f5f0e8
|
||||
辅助色:金箔 #C9A96E(仅文字或边饰,不超画面5%)
|
||||
整体氛围:粗犷有力、民间智慧、大巧不工
|
||||
```
|
||||
|
||||
### 光影规则
|
||||
|
||||
```
|
||||
光源质感:无真实光源 — 纯平面色块关系
|
||||
"光感":依靠红黑对比制造视觉冲击,亮部=红色块,暗部=黑色块
|
||||
阴影:黑色硬边几何阴影(装饰性,非物理阴影)
|
||||
氛围层:旧报纸网点纹理叠加,微做旧感
|
||||
```
|
||||
|
||||
### 禁止
|
||||
|
||||
- 禁止真实光影和渐变
|
||||
- 禁止写实人物/3D建模
|
||||
- 禁止超过4种颜色
|
||||
- 禁止细线条——线条至少3px粗
|
||||
|
||||
## 三、画风词尾(三个模型版本)
|
||||
|
||||
**Gemini 版:**
|
||||
chinese paper-cut newspaper collage style, bold red black and off-white color palette, flat graphic composition, woodblock print texture, halftone newspaper grain, folk art meets propaganda poster aesthetic, no gradients, no realistic shading, strong geometric silhouettes
|
||||
|
||||
**MJ 版:**
|
||||
chinese paper-cut style, newspaper collage, red black cream color palette, flat vector graphics, bold silhouettes, halftone texture, woodblock print, graphic poster art --ar 9:16 --style raw --no 3d, realistic, gradient, photograph
|
||||
|
||||
**GPT Image 版:**
|
||||
Chinese traditional paper-cut art fused with newspaper collage aesthetic. Flat graphic silhouettes in bold red (#CC0000), ink black, and aged newspaper cream. Halftone dot grain texture overlay. Folk art energy with propaganda-poster boldness. No realistic lighting or 3D depth.
|
||||
|
||||
## 四、构图特有规则
|
||||
|
||||
- 人物和物件必须剪纸化——简化成外轮廓剪影,内部仅关键特征线
|
||||
- 文字/金句可入画——作为画面构成元素(仿报纸标题排版)
|
||||
- 留白区域保持 30-40%
|
||||
50
accounts/执黑先行二号-风格延伸/prompts/反向达尔文/图片提示词.md
Normal file
50
accounts/执黑先行二号-风格延伸/prompts/反向达尔文/图片提示词.md
Normal file
@@ -0,0 +1,50 @@
|
||||
# 反向达尔文 · 图片提示词规则
|
||||
|
||||
> **继承**:所有铁律、维度结构、导演词库、冲突设计沿用 `prompts/图片提示词.md` 共享框架。
|
||||
> 本文仅定义本风格的 **色彩光影、画风词尾、禁止项**。
|
||||
|
||||
---
|
||||
|
||||
## 一、风格识别
|
||||
|
||||
核心风格:**反向达尔文——强者淘汰、弱者胜出**的视觉悖论。颠倒自然法则的超现实画面,弱者凌驾强者,小吞噬大。
|
||||
媒介感:dark surrealism, biological uncanny, reverse evolution, symbolic power inversion
|
||||
色彩系统:深紫+暗绿+骨白+铁锈橙,生物实验室色调
|
||||
光影系统:单一冷光源从下方或侧面打来,unsettling, 法医/实验室灯光感
|
||||
构图特征:不对称,重心偏移到画面下半部,压抑感
|
||||
|
||||
## 二、色彩与光影硬性规则
|
||||
|
||||
```
|
||||
色彩基调:深紫/暗绿/骨白,生物实验室+腐烂色调
|
||||
主色调:深紫 #2D1B4E / 暗绿 #1B3D2B / 骨白 #E8DDD0
|
||||
辅助色:铁锈橙 #B85C3A / 荧光绿 #4AF04A(仅小面积点缀)
|
||||
整体氛围:不适、悖论、自然法则被颠覆
|
||||
```
|
||||
|
||||
### 光影规则
|
||||
|
||||
```
|
||||
光源质感:单一冷荧光灯管,从下往上或从侧面切入
|
||||
光感:实验室/解剖台的冰冷感,不是戏剧光而是审视光
|
||||
阴影:长而不自然,像标本室灯光
|
||||
氛围层:微颗粒感,像旧生物教科书插图
|
||||
```
|
||||
|
||||
### 禁止
|
||||
|
||||
- 禁止温暖色调
|
||||
- 禁止对称构图
|
||||
- 禁止自然日光
|
||||
- 禁止和谐美好的画面
|
||||
|
||||
## 三、画风词尾(三个模型版本)
|
||||
|
||||
**Gemini 版:**
|
||||
dark surrealist biological illustration, reverse evolution symbolism, unsettling single cold light source from below, purple-green-bone white palette, laboratory specimen aesthetic, asymmetric composition, the weak dominating the strong, scientific unease, vintage biology textbook grain
|
||||
|
||||
**MJ 版:**
|
||||
dark surrealism, reverse evolution, biological uncanny, cold laboratory lighting, deep purple dark green bone white, asymmetric horror, specimen room --ar 9:16 --style raw --no warm, sunlight, beautiful, harmonious
|
||||
|
||||
**GPT Image 版:**
|
||||
Dark surrealist biological illustration depicting reverse evolution — the weak overtaking the strong. Cold fluorescent light from below, purple-green-bone color palette. Laboratory specimen room atmosphere. Asymmetric composition with unsettling tension. Vintage scientific illustration grain.
|
||||
@@ -1,6 +1,8 @@
|
||||
# 图片提示词生成器 v1|执黑先行二号-风格延伸(测试账号)
|
||||
# 图片提示词生成器 v2|执黑先行二号-风格延伸(多风格账号)
|
||||
|
||||
> **版本说明**:本账号用于新视觉风格测试。§二(色彩与光影)和 §九(图像风格参考)待参考图分析后注入,其余结构框架与主账号一致。
|
||||
> **版本说明**:本账号支持 9 种视觉风格。本文为共享结构框架(铁律/维度/导演词库/冲突设计),每个风格的 **色彩光影规则、画风词尾、风格识别** 见独立文件:`prompts/{风格名}/图片提示词.md`。生成图片时,先读本共享框架,再读当前风格的专属规则文件。
|
||||
>
|
||||
> **可用风格**:剪纸报 | 反向达尔文 | 梦核人物 | 梦核怪异城市 | 梦核水池 | 梦核花池 | 毛毡风格 | 水墨 | 硬核线条
|
||||
|
||||
---
|
||||
|
||||
@@ -15,32 +17,11 @@
|
||||
|
||||
---
|
||||
|
||||
## 二、色彩与光影硬性规则(待参考图注入)
|
||||
## 二、色彩与光影硬性规则
|
||||
|
||||
> ⚠️ **本节待定**:参考图分析完成后,由以下模板填入具体色彩与光影规则。
|
||||
> 在参考图确认前,暂时沿用执黑先行主账号的色彩规则作为测试基底。
|
||||
|
||||
### 当前测试基底(参考图确认后替换)
|
||||
|
||||
```
|
||||
色彩基调:【待参考图定义】
|
||||
主色调:【待参考图定义】
|
||||
辅助色:【待参考图定义】
|
||||
整体氛围:【待参考图定义】
|
||||
```
|
||||
|
||||
### 光影规则(待参考图定义)
|
||||
|
||||
```
|
||||
光源质感:【待参考图定义】
|
||||
光感:【待参考图定义】
|
||||
阴影处理:【待参考图定义】
|
||||
氛围层:【待参考图定义】
|
||||
```
|
||||
|
||||
### 禁止出现的光影(待参考图定义)
|
||||
|
||||
- 【待参考图定义——与新风格冲突的色系将在此列出】
|
||||
> 每个风格的色彩光影规则见 `prompts/{风格名}/图片提示词.md` 的「§二、色彩与光影硬性规则」。
|
||||
> 生成 imagePrompt 前必须读取当前风格的专属规则文件,使用其中定义的色彩基调、光影规则和禁止项。
|
||||
> 如果当前风格的 §二 为待定状态 → 则回退使用执黑先行主账号色彩规则作为测试基底。
|
||||
|
||||
---
|
||||
|
||||
@@ -96,7 +77,7 @@
|
||||
硬边阴影几何块(hard geometric shadow blocks),
|
||||
高级时装感构图,clean-cut 少年感穿搭,高级简洁,现代都市冷酷感
|
||||
|
||||
画风补充:【待参考图定义画风词】
|
||||
画风补充:使用当前风格专属规则文件中的「画风词尾」→ 根据目标模型选择对应版本(Gemini/MJ/GPT Image)
|
||||
cinematic composition, full bleed, no border, no frame, no margin,
|
||||
no text, no watermark, no logo. Vertical format, aspect ratio 9:16.
|
||||
```
|
||||
@@ -111,7 +92,7 @@ no text, no watermark, no logo. Vertical format, aspect ratio 9:16.
|
||||
人物站在光影交界处,effortless cool,
|
||||
动作驱动构图(action-driven composition)
|
||||
|
||||
画风补充:【待参考图定义画风词】
|
||||
画风补充:使用当前风格专属规则文件中的「画风词尾」→ 根据目标模型选择对应版本(Gemini/MJ/GPT Image)
|
||||
cinematic composition, full bleed, no border, no frame, no margin,
|
||||
no text, no watermark, no logo. Vertical format, aspect ratio 9:16.
|
||||
```
|
||||
@@ -126,7 +107,7 @@ no text, no watermark, no logo. Vertical format, aspect ratio 9:16.
|
||||
克制但有视觉张力,clean-cut 少年感,
|
||||
都市年轻人的孤独感,高级感留白,浪漫夜色氛围(只一点点)
|
||||
|
||||
画风补充:【待参考图定义画风词】
|
||||
画风补充:使用当前风格专属规则文件中的「画风词尾」→ 根据目标模型选择对应版本(Gemini/MJ/GPT Image)
|
||||
cinematic composition, full bleed, no border, no frame, no margin,
|
||||
no text, no watermark, no logo. Vertical format, aspect ratio 9:16.
|
||||
```
|
||||
@@ -157,16 +138,14 @@ imagePrompt 必须按以下顺序写全以下维度,不得遗漏:
|
||||
[5. 情绪与氛围]
|
||||
这个画面传递什么情绪/什么氛围/旁白的什么情绪被视觉化了
|
||||
|
||||
[6. 色彩与光影硬性层(必须使用 §二 硬性规则)]
|
||||
参考图定义的色彩规则(待填入)
|
||||
[6. 色彩与光影硬性层(使用当前风格专属规则 §二)]
|
||||
参考当前风格 `prompts/{风格名}/图片提示词.md` 中定义的色彩规则
|
||||
|
||||
[7. 导演构图层]
|
||||
来自 directorRef 指定导演的完整构图词组(不替换,不混合)
|
||||
|
||||
[8. 画风词尾(待参考图定义,固定不变)]
|
||||
【参考图分析后替换此处为新风格的固定词尾】
|
||||
cinematic composition, full bleed, no border, no frame, no margin,
|
||||
no text, no watermark, no logo. Vertical format, aspect ratio 9:16.
|
||||
[8. 画风词尾(当前风格专属,目标模型版本)]
|
||||
使用当前风格 `prompts/{风格名}/图片提示词.md` 中对应目标模型的画风词尾,完整附加
|
||||
```
|
||||
|
||||
---
|
||||
@@ -209,28 +188,10 @@ no text, no watermark, no logo. Vertical format, aspect ratio 9:16.
|
||||
|
||||
---
|
||||
|
||||
## 九、图像风格参考(待参考图注入)
|
||||
## 九、图像风格参考
|
||||
|
||||
> ⚠️ **本节待定**:参考图上传并分析后,在此填入新风格的完整描述。
|
||||
|
||||
### 风格识别(待定)
|
||||
|
||||
```
|
||||
核心风格:【待参考图分析】
|
||||
媒介感:【待参考图分析】
|
||||
色彩系统:【待参考图分析】
|
||||
光影系统:【待参考图分析】
|
||||
构图特征:【待参考图分析】
|
||||
```
|
||||
|
||||
### 通用图像提示词模板(待定)
|
||||
|
||||
```
|
||||
【参考图分析完成后,在此生成三个模型版本的风格词:
|
||||
- Gemini 版:英文自然语言句子
|
||||
- MJ 版:英文逗号短语 + --ar 9:16 --style raw
|
||||
- Kling 版:中文描述】
|
||||
```
|
||||
> 每个风格的完整风格识别、画风词尾(三个模型版本)见 `prompts/{风格名}/图片提示词.md` 的「§一、风格识别」和「§三、画风词尾」。
|
||||
> 生成 imagePrompt 时必须先读取当前风格的专属规则文件。
|
||||
|
||||
---
|
||||
|
||||
|
||||
50
accounts/执黑先行二号-风格延伸/prompts/梦核人物/图片提示词.md
Normal file
50
accounts/执黑先行二号-风格延伸/prompts/梦核人物/图片提示词.md
Normal file
@@ -0,0 +1,50 @@
|
||||
# 梦核人物 · 图片提示词规则
|
||||
|
||||
> **继承**:所有铁律、维度结构、导演词库、冲突设计沿用 `prompts/图片提示词.md` 共享框架。
|
||||
> 本文仅定义本风格的 **色彩光影、画风词尾、禁止项**。
|
||||
|
||||
---
|
||||
|
||||
## 一、风格识别
|
||||
|
||||
核心风格:**Dreamcore 梦核人物**。人物悬浮/漂浮于水中或虚空中,面部平静但环境诡异,制造熟悉又陌生的不安感。
|
||||
媒介感:dreamcore digital art, liminal character portrait, floating in void/water, ethereal surrealism
|
||||
色彩系统:深青绿/冷蓝/柔粉/紫雾,水下或暮光色调
|
||||
光影系统:漫射光从上方穿透水面,或柔光从人物面部散发,无硬阴影
|
||||
构图特征:人物居中或偏上悬浮,大量负空间,孤独感
|
||||
|
||||
## 二、色彩与光影硬性规则
|
||||
|
||||
```
|
||||
色彩基调:深青绿水 + 暮光蓝紫 + 皮肤柔粉,水下梦境
|
||||
主色调:深青绿 #0D3B3B / 冷蓝 #2C3E6B / 紫雾 #5B4A7A
|
||||
辅助色:柔粉 #E8C4B8(皮肤)/ 白花瓣 #F5F0F0(点缀)
|
||||
整体氛围:漂浮、孤独、平静中带不安、阈限感
|
||||
```
|
||||
|
||||
### 光影规则
|
||||
|
||||
```
|
||||
光源质感:漫射顶光,像水面上方有光穿透下来
|
||||
光感:柔焦、朦胧、边缘发光(rim light),不是锐利光
|
||||
阴影:几乎无硬阴影,暗部来自水体深度而非遮挡
|
||||
氛围层:微光粒子/花瓣/气泡悬浮,underwater caustics
|
||||
```
|
||||
|
||||
### 禁止
|
||||
|
||||
- 禁止锐利阴影
|
||||
- 禁止暖调日光
|
||||
- 禁止人物直接看镜头(侧脸/俯视/闭眼为主)
|
||||
- 禁止地面/硬表面——人物必须悬浮或浮在水中
|
||||
|
||||
## 三、画风词尾(三个模型版本)
|
||||
|
||||
**Gemini 版:**
|
||||
dreamcore digital illustration, figure floating suspended in deep teal water or void, soft diffused top light filtering through surface, ethereal rim glow, floating flower petals, liminal uneasy tranquility, soft focus, no sharp shadows, underwater caustics, melancholic serenity
|
||||
|
||||
**MJ 版:**
|
||||
dreamcore aesthetic, figure floating in water void, soft diffused light, teal blue purple palette, ethereal surreal, liminal space, floating petals, soft focus glow --ar 9:16 --style raw --no sharp, harsh light, ground, direct eye contact
|
||||
|
||||
**GPT Image 版:**
|
||||
Dreamcore digital art of a figure floating suspended in deep teal water/void. Soft diffused light filtering from above like underwater sunlight. Ethereal rim glow around the silhouette. Floating white petals. Liminal, melancholic tranquility with subtle unease. No sharp shadows, no ground plane.
|
||||
50
accounts/执黑先行二号-风格延伸/prompts/梦核怪异城市/图片提示词.md
Normal file
50
accounts/执黑先行二号-风格延伸/prompts/梦核怪异城市/图片提示词.md
Normal file
@@ -0,0 +1,50 @@
|
||||
# 梦核怪异城市 · 图片提示词规则
|
||||
|
||||
> **继承**:所有铁律、维度结构、导演词库、冲突设计沿用 `prompts/图片提示词.md` 共享框架。
|
||||
> 本文仅定义本风格的 **色彩光影、画风词尾、禁止项**。
|
||||
|
||||
---
|
||||
|
||||
## 一、风格识别
|
||||
|
||||
核心风格:**Dreamcore 怪异城市**。超现实反乌托邦城市场景,建筑扭曲/折叠/融化,霓虹灯在雾中流血,巨物恐惧。
|
||||
媒介感:surreal dystopian cityscape, brutalist architecture bending, neon bleeding in fog, megalophobia
|
||||
色彩系统:混凝土灰+琥珀雾+霓虹血红+冷蓝夜
|
||||
光影系统:雾中散射霓虹光,amber fog glow,建筑表面冷硬反射
|
||||
构图特征:极端仰角或俯角,建筑占据画面80%,人物极小作尺度参照
|
||||
|
||||
## 二、色彩与光影硬性规则
|
||||
|
||||
```
|
||||
色彩基调:混凝土灰 + 琥珀色雾 + 霓虹血红
|
||||
主色调:混凝土灰 #3D3D3D / 琥珀雾 #C8782A / 冷蓝夜 #1A2436
|
||||
辅助色:霓虹红 #FF1A1A / 暗金 #8B6914(窗户光点)
|
||||
整体氛围:窒息、巨物压迫、城市是活体怪物
|
||||
```
|
||||
|
||||
### 光影规则
|
||||
|
||||
```
|
||||
光源质感:霓虹灯管和琥珀色雾中散射光
|
||||
光感:雾吞光——光源在雾中形成光晕而非直射
|
||||
阴影:建筑投影长而扭曲,不遵循物理透视
|
||||
氛围层:浓雾、霓虹光晕、建筑表面冰冷反射
|
||||
```
|
||||
|
||||
### 禁止
|
||||
|
||||
- 禁止晴天/日光
|
||||
- 禁止普通城市街景
|
||||
- 禁止建筑是直的——至少一处扭曲/折叠
|
||||
- 禁止画面中出现超过2个人物(保持孤独感)
|
||||
|
||||
## 三、画风词尾(三个模型版本)
|
||||
|
||||
**Gemini 版:**
|
||||
surreal dystopian cityscape photography, brutalist tower folding inward at impossible angles, amber fog swallowing upper floors, neon red bleeding into concrete, lone tiny silhouette at base for scale, megalophobia, cinematic cold blue night, no daylight, architecture as living monster
|
||||
|
||||
**MJ 版:**
|
||||
dystopian surreal cityscape, brutalist architecture bending, amber fog, neon crimson bleed, megalophobia, lone silhouette, cold blue night, impossible geometry --ar 9:16 --style raw --no daylight, normal building, sunny
|
||||
|
||||
**GPT Image 版:**
|
||||
Surreal dystopian cityscape. Brutalist towers folding and twisting at impossible angles. Amber-colored fog consuming upper floors. Neon crimson light bleeding through haze into wet concrete. A lone tiny human silhouette at the base for scale. Megalophobia. Architecture as living, breathing monster. Cold blue night.
|
||||
50
accounts/执黑先行二号-风格延伸/prompts/梦核水池/图片提示词.md
Normal file
50
accounts/执黑先行二号-风格延伸/prompts/梦核水池/图片提示词.md
Normal file
@@ -0,0 +1,50 @@
|
||||
# 梦核水池 · 图片提示词规则
|
||||
|
||||
> **继承**:所有铁律、维度结构、导演词库、冲突设计沿用 `prompts/图片提示词.md` 共享框架。
|
||||
> 本文仅定义本风格的 **色彩光影、画风词尾、禁止项**。
|
||||
|
||||
---
|
||||
|
||||
## 一、风格识别
|
||||
|
||||
核心风格:**Dreamcore 阈限水池**。空旷室内泳池/水池空间,陶瓷砖,骨白色,冷蓝灰调。一人独处巨大空池。阈限空间美学。
|
||||
媒介感:liminal space architectural photography, hyperrealistic, empty indoor pool, backrooms adjacent
|
||||
色彩系统:骨白瓷砖+冷蓝灰水+苍白银光,极简极冷
|
||||
光影系统:单一苍白顶光或侧光,水面倒映天花板,无暖色
|
||||
构图特征:大量负空间,人物极小在远处,对称或准对称
|
||||
|
||||
## 二、色彩与光影硬性规则
|
||||
|
||||
```
|
||||
色彩基调:骨白/冷蓝灰/苍白银,极冷极简
|
||||
主色调:骨白瓷砖 #E8E4DD / 冷蓝灰水 #7B93A0 / 苍白银 #C8CCD0
|
||||
辅助色:湿灰 #5A6065 / 暗角黑 #1A1A1A(仅远处暗角)
|
||||
整体氛围:空旷、孤立、时间停止、阈限不安
|
||||
```
|
||||
|
||||
### 光影规则
|
||||
|
||||
```
|
||||
光源质感:单一苍白荧光或天窗自然光,从正上方或高侧
|
||||
光感:无暖意的白光,水面反射苍白天花板
|
||||
阴影:极淡,仅远处暗角有深阴影
|
||||
氛围层:水面微波纹、瓷砖湿润反光、空气中有微尘
|
||||
```
|
||||
|
||||
### 禁止
|
||||
|
||||
- 禁止任何暖色
|
||||
- 禁止超过2个人物
|
||||
- 禁止填满画面——负空间必须>50%
|
||||
- 禁止室外光线/阳光
|
||||
|
||||
## 三、画风词尾(三个模型版本)
|
||||
|
||||
**Gemini 版:**
|
||||
liminal space architectural photography, hyperrealistic, empty indoor swimming pool, bone white ceramic tiles, cold blue-grey water, single pale white light shaft from above, lone figure at far end dwarfed by empty basin, negative space dominant, water reflection on ceiling, backrooms atmosphere, no warm tones
|
||||
|
||||
**MJ 版:**
|
||||
liminal space photography, empty indoor pool, bone white tiles, cold blue grey tones, single pale light, lone figure tiny in distance, backrooms aesthetic, hyperrealistic --ar 9:16 --style raw --no warm, sunlight, crowd, filled
|
||||
|
||||
**GPT Image 版:**
|
||||
Liminal space architectural photograph of a vast empty indoor swimming pool. Bone-white ceramic tiles. Cold blue-grey water perfectly still. A single pale silver-white light shaft descending from above. One tiny figure standing at the far end, dwarfed by the emptiness. Negative space over 50%. Eerie backrooms tranquility. No warm colors.
|
||||
50
accounts/执黑先行二号-风格延伸/prompts/梦核花池/图片提示词.md
Normal file
50
accounts/执黑先行二号-风格延伸/prompts/梦核花池/图片提示词.md
Normal file
@@ -0,0 +1,50 @@
|
||||
# 梦核花池 · 图片提示词规则
|
||||
|
||||
> **继承**:所有铁律、维度结构、导演词库、冲突设计沿用 `prompts/图片提示词.md` 共享框架。
|
||||
> 本文仅定义本风格的 **色彩光影、画风词尾、禁止项**。
|
||||
|
||||
---
|
||||
|
||||
## 一、风格识别
|
||||
|
||||
核心风格:**Dreamcore 花池**。静水面上覆盖花瓣,天空倒映在水中,人物站在池边或水中。梦幻+淡淡不安,花瓣掩盖了什么。
|
||||
媒介感:dreamcore flower pool aesthetic, surreal still water covered in petals, liminal garden
|
||||
色彩系统:柔粉+淡紫+苍白天空+深水暗绿,花瓣色调主导
|
||||
光影系统:阴天漫射光或暮光,花瓣在水面投下微影
|
||||
构图特征:水面占画面2/3,花瓣漂浮构成视觉引导线
|
||||
|
||||
## 二、色彩与光影硬性规则
|
||||
|
||||
```
|
||||
色彩基调:柔粉花瓣 + 苍白天空倒映 + 暗绿水底
|
||||
主色调:柔粉 #E8B4B8 / 淡紫 #C4B0D0 / 苍白天 #D8DCE0
|
||||
辅助色:深水绿 #2D4A3A(水底深处)/ 纯白花瓣 #FFFFFF
|
||||
整体氛围:美丽+不安、覆盖=隐藏、梦幻阈限
|
||||
```
|
||||
|
||||
### 光影规则
|
||||
|
||||
```
|
||||
光源质感:阴天均匀漫射光,或暮光(太阳刚落)
|
||||
光感:柔、平、无方向性——花瓣是唯一色彩焦点
|
||||
阴影:极淡,仅花瓣在水面的微投影
|
||||
氛围层:水面镜面反射天空、花瓣缓慢漂移、微风水纹
|
||||
```
|
||||
|
||||
### 禁止
|
||||
|
||||
- 禁止强烈日光
|
||||
- 禁止鲜艳饱和色(花瓣外)
|
||||
- 禁止水面有波浪——必须是镜面或微纹
|
||||
- 禁止花瓣以外的视觉焦点
|
||||
|
||||
## 三、画风词尾(三个模型版本)
|
||||
|
||||
**Gemini 版:**
|
||||
dreamcore flower pool aesthetic photography, luminous still pool surface covered in pale pink and white petals slowly drifting, mirror reflection of overcast dream sky, lone figure at water edge, melancholic serenity, hidden depths beneath beauty, muted pastel palette, liminal garden, no harsh light
|
||||
|
||||
**MJ 版:**
|
||||
dreamcore flower pool, still water covered in pale pink petals, overcast sky reflection, lone figure at edge, liminal aesthetic, pastel muted, melancholic dream --ar 9:16 --style raw --no harsh sunlight, waves, vibrant colors
|
||||
|
||||
**GPT Image 版:**
|
||||
Dreamcore flower pool photograph. Luminous still water surface covered in slowly drifting pale pink and white petals. Pool surface perfectly mirrors an overcast dream sky. A lone figure stands at the water's edge, face unseen. Beauty masking something beneath. Muted pastel palette. Liminal garden melancholia.
|
||||
50
accounts/执黑先行二号-风格延伸/prompts/毛毡风格/图片提示词.md
Normal file
50
accounts/执黑先行二号-风格延伸/prompts/毛毡风格/图片提示词.md
Normal file
@@ -0,0 +1,50 @@
|
||||
# 毛毡风格 · 图片提示词规则
|
||||
|
||||
> **继承**:所有铁律、维度结构、导演词库、冲突设计沿用 `prompts/图片提示词.md` 共享框架。
|
||||
> 本文仅定义本风格的 **色彩光影、画风词尾、禁止项**。
|
||||
|
||||
---
|
||||
|
||||
## 一、风格识别
|
||||
|
||||
核心风格:**毛毡/羊毛毡定格动画**。所有人物、物件、场景都是毛毡材质,手工感温暖但有重量。像是 Wes Anderson 遇上 Laika 工作室。
|
||||
媒介感:felt stop-motion animation, needle-felted wool, tactile handmade, miniature set
|
||||
色彩系统:温暖羊毛色调——焦糖棕/奶油白/橄榄绿/陶土红
|
||||
光影系统:柔和的微型场景布光,暖色桌面灯,毛毡表面吸光无锐利反射
|
||||
构图特征:微缩场景感,物件有手工不完美痕迹
|
||||
|
||||
## 二、色彩与光影硬性规则
|
||||
|
||||
```
|
||||
色彩基调:暖羊毛色系——焦糖/奶油/橄榄/陶土
|
||||
主色调:焦糖棕 #C4956A / 奶油白 #F5F0E5 / 橄榄绿 #7B8B5A
|
||||
辅助色:陶土红 #C4674A / 芥末黄 #D4B860
|
||||
整体氛围:温暖、手工、质朴、有触感、微不完美
|
||||
```
|
||||
|
||||
### 光影规则
|
||||
|
||||
```
|
||||
光源质感:暖色桌面台灯,模拟定格动画布光
|
||||
光感:柔、暖、无锐利高光——毛毡表面吸光
|
||||
阴影:柔和投影,边缘模糊
|
||||
氛围层:毛毡纤维纹理可见、微缩场景浅景深
|
||||
```
|
||||
|
||||
### 禁止
|
||||
|
||||
- 禁止写实渲染/3D光滑表面
|
||||
- 禁止冷色调
|
||||
- 禁止完美几何——每件物品有手工痕迹
|
||||
- 禁止大景深——微缩场景用小景深
|
||||
|
||||
## 三、画风词尾(三个模型版本)
|
||||
|
||||
**Gemini 版:**
|
||||
needle-felted wool stop-motion aesthetic, tactile handmade miniature set, warm caramel cream olive terracotta palette, soft warm desk lamp lighting, shallow depth of field, visible wool fiber texture, Wes Anderson meets Laika Studios, imperfect handcrafted charm, no smooth surfaces, no cold tones
|
||||
|
||||
**MJ 版:**
|
||||
felt stop-motion animation style, needle-felted wool miniature, warm caramel tones, soft desk lamp lighting, handmade tactile, shallow dof, Laika aesthetic --ar 9:16 --style raw --no 3d render, cold, smooth, perfect
|
||||
|
||||
**GPT Image 版:**
|
||||
Needle-felted wool stop-motion animation aesthetic. All subjects and environments made of tactile felt material. Warm caramel, cream, olive green, and terracotta palette. Soft warm desk lamp lighting with gentle shadows. Visible wool fiber texture. Shallow depth of field as miniature set. Handcrafted imperfections add charm. Wes Anderson meets Laika Studios.
|
||||
50
accounts/执黑先行二号-风格延伸/prompts/水墨/图片提示词.md
Normal file
50
accounts/执黑先行二号-风格延伸/prompts/水墨/图片提示词.md
Normal file
@@ -0,0 +1,50 @@
|
||||
# 水墨 · 图片提示词规则
|
||||
|
||||
> **继承**:所有铁律、维度结构、导演词库、冲突设计沿用 `prompts/图片提示词.md` 共享框架。
|
||||
> 本文仅定义本风格的 **色彩光影、画风词尾、禁止项**。
|
||||
|
||||
---
|
||||
|
||||
## 一、风格识别
|
||||
|
||||
核心风格:**中国传统水墨画**,宣纸质地,纯墨色阶,无彩色。枯笔飞白、浓淡干湿、留白即空间。
|
||||
媒介感:traditional Chinese ink wash painting on aged rice paper, masterwork, sumi-e
|
||||
色彩系统:纯墨色阶——焦墨/浓墨/重墨/淡墨/清墨 + 宣纸米白 + 朱砂印章(仅印)
|
||||
光影系统:无光——依靠墨色浓淡区分层次,"计白当黑",留白即空间
|
||||
构图特征:散点透视,留白占40-60%,题字+印章为画面构成
|
||||
|
||||
## 二、色彩与光影硬性规则
|
||||
|
||||
```
|
||||
色彩基调:纯墨色 + 宣纸米白,无彩色
|
||||
主色调:焦墨 #0D0D0D / 浓墨 #1A1A1A / 重墨 #2D2D2D
|
||||
辅助色:淡墨 #6B6B6B / 清墨 #A8A8A8 / 宣纸 #F2EDE4 / 朱砂 #C41E1E(仅印章)
|
||||
整体氛围:留白、意境、克制、东方哲学
|
||||
```
|
||||
|
||||
### 光影规则
|
||||
|
||||
```
|
||||
光源质感:无光源——墨色浓淡=空间深度
|
||||
"光感":留白 = 光/气/水/空,不画光但光在其中
|
||||
阴影:墨色渲染即阴影,枯笔飞白=受光面
|
||||
氛围层:宣纸纤维纹理、墨迹渗透、笔触可见
|
||||
```
|
||||
|
||||
### 禁止
|
||||
|
||||
- 禁止任何彩色(除朱砂印章外)
|
||||
- 禁止西方透视
|
||||
- 禁止真实光影/投影
|
||||
- 禁止填满画面——留白必须≥40%
|
||||
|
||||
## 三、画风词尾(三个模型版本)
|
||||
|
||||
**Gemini 版:**
|
||||
traditional Chinese ink wash painting on aged xuan rice paper, masterwork quality, pure ink gradients only — no color, dry brush flying white strokes, ink bleeding into paper fiber, negative space as visual element, lone scholar or figure in vast emptiness, literati painting aesthetic, red seal stamp only accent, no perspective depth, flat layered composition
|
||||
|
||||
**MJ 版:**
|
||||
chinese ink wash painting, sumi-e, aged rice paper, pure black ink gradients, dry brush, negative space, no color, literati style --ar 9:16 --style raw --no color, perspective, photograph, 3d
|
||||
|
||||
**GPT Image 版:**
|
||||
Traditional Chinese ink wash painting (sumi-e) on aged xuan rice paper. Pure black ink gradients from jet black to pale wash — absolutely no color except a tiny red seal stamp. Dry brush flying white strokes. Ink bleeding into paper fibers. Vast negative space (40%+). Literati painting aesthetic with calligraphic brushwork. Flat layered composition without Western perspective.
|
||||
50
accounts/执黑先行二号-风格延伸/prompts/硬核线条/图片提示词.md
Normal file
50
accounts/执黑先行二号-风格延伸/prompts/硬核线条/图片提示词.md
Normal file
@@ -0,0 +1,50 @@
|
||||
# 硬核线条 · 图片提示词规则
|
||||
|
||||
> **继承**:所有铁律、维度结构、导演词库、冲突设计沿用 `prompts/图片提示词.md` 共享框架。
|
||||
> 本文仅定义本风格的 **色彩光影、画风词尾、禁止项**。
|
||||
|
||||
---
|
||||
|
||||
## 一、风格识别
|
||||
|
||||
核心风格:**Bold Art Deco 几何平面插画**,硬边几何线条,纯平面色块,苏联构成主义+装饰艺术。力量感、控制感。
|
||||
媒介感:bold art deco graphic illustration, geometric flat forms, constructivist propaganda, hard edges
|
||||
色彩系统:深红+墨黑+冷金+象牙白,强对比
|
||||
光影系统:无真实光影——冷色光刃切割画面(装饰性几何光条),硬边阴影块
|
||||
构图特征:对角线分割,几何块面构成,主体居中强势
|
||||
|
||||
## 二、色彩与光影硬性规则
|
||||
|
||||
```
|
||||
色彩基调:深红/墨黑/象牙白 强对比,冷金色点缀
|
||||
主色调:深红 #8B0000 / 墨黑 #0D0D0D / 象牙白 #F5F0E8
|
||||
辅助色:冷金 #C9A96E / 钢蓝灰 #3D4A5C(冷光刃色)
|
||||
整体氛围:强势、控制、几何力量、不怒自威
|
||||
```
|
||||
|
||||
### 光影规则
|
||||
|
||||
```
|
||||
光源质感:无真实光源——几何光刃作为装饰性画面切割
|
||||
"光感":冷色光刃(钢蓝灰)对角切割画面,非自然光
|
||||
阴影:纯黑色硬边几何阴影块(装饰性)
|
||||
氛围层:平面色块对比,无渐变
|
||||
```
|
||||
|
||||
### 禁止
|
||||
|
||||
- 禁止真实光影/渐变
|
||||
- 禁止圆润曲线——所有边缘必须是硬直线或几何弧
|
||||
- 禁止超过5种颜色
|
||||
- 禁止软弱/犹豫的人物姿态
|
||||
|
||||
## 三、画风词尾(三个模型版本)
|
||||
|
||||
**Gemini 版:**
|
||||
bold art deco graphic illustration, geometric flat forms, constructivist propaganda style, deep red black and ivory palette, hard diagonal cold light blades slicing across frame, pure flat color blocks, no gradients, commanding figure in sharp geometric silhouette, money/power symbols as geometric ornaments, Soviet poster meets luxury art deco
|
||||
|
||||
**MJ 版:**
|
||||
art deco graphic illustration, constructivist, geometric flat forms, deep red black ivory palette, hard edges, cold light blades, propaganda poster, bold silhouettes --ar 9:16 --style raw --no gradient, realistic, photograph, soft, curved
|
||||
|
||||
**GPT Image 版:**
|
||||
Bold art deco graphic illustration with constructivist propaganda energy. Pure flat color blocks in deep red, black, and ivory white. Hard diagonal cold light blades slicing across the composition as geometric decoration. Commanding figures in sharp geometric silhouettes. Money and power symbols orbiting as flat geometric ornaments. No gradients. No soft edges. Every line is hard and intentional.
|
||||
@@ -0,0 +1 @@
|
||||
/Users/lc/Pictures/参考图片/剪纸报/7b730552-efb6-426a-ae69-d2c8d396fe16.png
|
||||
@@ -0,0 +1 @@
|
||||
/Users/lc/Pictures/参考图片/反向达尔文/微信图片_20260522232915_271_18.png
|
||||
@@ -0,0 +1 @@
|
||||
/Users/lc/Pictures/参考图片/反向达尔文/微信图片_20260522232915_276_18.png
|
||||
@@ -0,0 +1 @@
|
||||
/Users/lc/Pictures/参考图片/反向达尔文/微信图片_20260522232915_279_18.png
|
||||
@@ -0,0 +1 @@
|
||||
/Users/lc/Pictures/参考图片/梦核人物/微信图片_20260522232203_259_18.png
|
||||
@@ -0,0 +1 @@
|
||||
/Users/lc/Pictures/参考图片/梦核人物/微信图片_20260522232204_260_18.png
|
||||
@@ -0,0 +1 @@
|
||||
/Users/lc/Pictures/参考图片/梦核人物/微信图片_20260522232204_261_18.png
|
||||
@@ -0,0 +1 @@
|
||||
/Users/lc/Pictures/参考图片/梦核人物/微信图片_20260522232204_262_18.png
|
||||
@@ -0,0 +1 @@
|
||||
/Users/lc/Pictures/参考图片/梦核人物/微信图片_20260522232204_263_18.png
|
||||
@@ -0,0 +1 @@
|
||||
/Users/lc/Pictures/参考图片/梦核人物/微信图片_20260522232204_264_18.png
|
||||
@@ -0,0 +1 @@
|
||||
/Users/lc/Pictures/参考图片/梦核人物/微信图片_20260522232204_265_18.png
|
||||
@@ -0,0 +1 @@
|
||||
/Users/lc/Pictures/参考图片/梦核怪异城市/微信图片_20260522231537_252_18.png
|
||||
@@ -0,0 +1 @@
|
||||
/Users/lc/Pictures/参考图片/梦核怪异城市/微信图片_20260522231537_253_18.png
|
||||
@@ -0,0 +1 @@
|
||||
/Users/lc/Pictures/参考图片/梦核怪异城市/微信图片_20260522231537_254_18.png
|
||||
@@ -0,0 +1 @@
|
||||
/Users/lc/Pictures/参考图片/梦核怪异城市/微信图片_20260522231537_255_18.png
|
||||
@@ -0,0 +1 @@
|
||||
/Users/lc/Pictures/参考图片/梦核怪异城市/微信图片_20260522231537_256_18.png
|
||||
@@ -0,0 +1 @@
|
||||
/Users/lc/Pictures/参考图片/梦核怪异城市/微信图片_20260522231537_257_18.png
|
||||
@@ -0,0 +1 @@
|
||||
/Users/lc/Pictures/参考图片/梦核怪异城市/微信图片_20260522231537_258_18.png
|
||||
@@ -0,0 +1 @@
|
||||
/Users/lc/Pictures/参考图片/梦核水池/微信图片_20260522230621_239_18.png
|
||||
@@ -0,0 +1 @@
|
||||
/Users/lc/Pictures/参考图片/梦核水池/微信图片_20260522230621_245_18.png
|
||||
@@ -0,0 +1 @@
|
||||
/Users/lc/Pictures/参考图片/梦核水池/微信图片_20260522232446_266_18.png
|
||||
@@ -0,0 +1 @@
|
||||
/Users/lc/Pictures/参考图片/梦核水池/微信图片_20260522232447_267_18.png
|
||||
@@ -0,0 +1 @@
|
||||
/Users/lc/Pictures/参考图片/梦核水池/微信图片_20260522232447_268_18.png
|
||||
@@ -0,0 +1 @@
|
||||
/Users/lc/Pictures/参考图片/梦核水池/微信图片_20260522232447_269_18.png
|
||||
@@ -0,0 +1 @@
|
||||
/Users/lc/Pictures/参考图片/梦核水池/微信图片_20260522232447_270_18.png
|
||||
@@ -0,0 +1 @@
|
||||
/Users/lc/Pictures/参考图片/梦核花池/微信图片_20260522231256_246_18.png
|
||||
@@ -0,0 +1 @@
|
||||
/Users/lc/Pictures/参考图片/梦核花池/微信图片_20260522231256_247_18.png
|
||||
@@ -0,0 +1 @@
|
||||
/Users/lc/Pictures/参考图片/梦核花池/微信图片_20260522231256_248_18.png
|
||||
@@ -0,0 +1 @@
|
||||
/Users/lc/Pictures/参考图片/梦核花池/微信图片_20260522231256_249_18.png
|
||||
@@ -0,0 +1 @@
|
||||
/Users/lc/Pictures/参考图片/梦核花池/微信图片_20260522231256_250_18.png
|
||||
@@ -0,0 +1 @@
|
||||
/Users/lc/Pictures/参考图片/梦核花池/微信图片_20260522231256_251_18.png
|
||||
@@ -0,0 +1 @@
|
||||
/Users/lc/Pictures/参考图片/毛毡风格/0d5d2aad-496f-46ae-8467-80de136242ae.png
|
||||
@@ -0,0 +1 @@
|
||||
/Users/lc/Pictures/参考图片/水墨/5bbcc329-dd8e-4b84-b901-97daa00943c9.png
|
||||
@@ -0,0 +1 @@
|
||||
/Users/lc/Pictures/参考图片/硬核线条/微信图片_20260522223358_119_18.png
|
||||
@@ -0,0 +1 @@
|
||||
/Users/lc/Pictures/参考图片/硬核线条/微信图片_20260522223358_120_18.png
|
||||
@@ -0,0 +1 @@
|
||||
/Users/lc/Pictures/参考图片/硬核线条/微信图片_20260522223358_121_18.png
|
||||
@@ -0,0 +1 @@
|
||||
/Users/lc/Pictures/参考图片/硬核线条/微信图片_20260522223358_122_18.png
|
||||
@@ -0,0 +1 @@
|
||||
/Users/lc/Pictures/参考图片/硬核线条/微信图片_20260522223358_125_18.png
|
||||
@@ -0,0 +1 @@
|
||||
/Users/lc/Pictures/参考图片/硬核线条/微信图片_20260522223359_126_18.png
|
||||
@@ -0,0 +1 @@
|
||||
/Users/lc/Pictures/参考图片/硬核线条/微信图片_20260522223359_127_18.png
|
||||
@@ -0,0 +1 @@
|
||||
/Users/lc/Pictures/参考图片/硬核线条/微信图片_20260522223359_128_18.png
|
||||
Reference in New Issue
Block a user