每日Prompt:玻璃质感重塑

提示词

对参考图片进行重新纹理化,基于下方的 JSON 美学定义

go 复制代码
{
  "style": "photorealistic 3D render",
  "material": "glass with transparent and iridescent effects",
  "surface_texture": "smooth, polished with subtle reflections and refractive effects",
  "lighting": {
    "type": "studio HDRI",
    "intensity": "high",
    "direction": "angled top-left key light and ambient fill",
    "accent_colors": ["blue", "green", "purple"],
    "reflections": true,
    "refractions": true,
    "dispersion_effects": true,
    "bloom": true
  },
  "color_scheme": {
    "primary": "transparent with iridescent blue, green, and purple hues",
    "secondary": "crystal-clear with subtle chromatic shifts",
    "highlights": "soft, glowing accents reflecting rainbow-like effects",
    "rim_light": "soft reflective light around edges"
  },
  "background": {
    "color": "black",
    "vignette": true,
    "texture": "none"
  },
  "post_processing": {
    "chromatic_aberration": true,
    "glow": true,
    "high_contrast": true,
    "sharp_details": true
  }
}
相关推荐
xcLeigh1 天前
AI的提示词专栏:“Prompt Chaining”把多个 Prompt 串联成工作流
人工智能·ai·prompt·提示词·工作流
Lucky小小吴2 天前
Google《Prompt Engineering》2025白皮书——最佳实践十四式
人工智能·prompt
xcLeigh2 天前
AI的提示词专栏:“Re-prompting” 与迭代式 Prompt 调优
人工智能·ai·prompt·提示词
清云逸仙3 天前
AI Prompt应用实战:评论审核系统实现
人工智能·经验分享·ai·语言模型·prompt·ai编程
正宗咸豆花3 天前
Prompt Minder:重塑 AI 时代的提示词工程基础设施
人工智能·prompt
安娜的信息安全说4 天前
LLM 安全实战:Prompt 攻击原理、案例与防御指南
安全·ai·prompt
rchmin4 天前
Prompt Engineering 从入门到精通的系统学习路径
人工智能·学习·prompt
兔兔爱学习兔兔爱学习4 天前
4.Prompt Tuning & Delta Tuning
prompt
ACE19854 天前
AI Agent 设计模式深度解析:提示链(Prompt Chaining)模式
人工智能·设计模式·prompt
north_eagle4 天前
RAG 同 Prompt Engineering
大模型·prompt·rag