纸雕浮雕分层构图

一种技术性伪代码风格的提示词,用于生成具有特定深度和光照约束的分层纸雕艺术。
提示词
2x2 网格,16:9,针对 4 位著名皇帝及其王国 执行以下操作:type PaperColor = Sepia | Cream | Parchment | Shadow data Material = AgedPaper PaperColor -- B₁:场景中的所有元素必须为 Material 类型 data SceneElement = Figure Material | Prop Material | Page Material | Text Material -- B₂:Z-Stack 强制执行物理深度 data ZStack = Stack [SceneElement] -- 按从背景 (z=0) 到前景 (z=n) 的顺序排列 -- B₄:光照是一个函数,它接收 Z-Stack 并产生锐利的分层阴影 raking_light :: ZStack -> Image raking_light stack = apply_directional_light stack (angle=Low, softness=Soft, shadow_sharpness=High) render :: ScientistArchetype -> Quote -> Image render s q = let figure = Figure (AgedPaper Cream) -- 科学家由纸张制成 pages = Page (AgedPaper Sepia) text = Text (AgedPaper Parchment) -- 引语由纸张剪裁而成 in raking_light (Stack [pages, text, figure, pages])
如何使用这条提示词
- 1
复制上方完整的提示词。
- 2
打开支持 GPT Image 2 的平台(例如 YouMind),把提示词粘贴进去。
- 3
按你的想法替换主体、风格或细节,然后生成。
这是 YouMind 提示词库里的一条免费 AI 提示词。这里还有成千上万条 图像 提示词,都能免费复制和改用。
探索更多 图像 提示词




