Roller | AI AGENT 中文社区 头像

消息来源频道

Roller | AI AGENT 中文社区

@rollerrolling

频道8,769 位成员公开可见0 人在线

有趣的 AI 科技日记 💬 群组: t.me/+XThkfMjY1bRiYTVh 🪄 由@bnl5110和@endingwalker一同撰写 #DeepSeek #GenAI #AIGC #互联网 #科技 #人工智能 #AI产品 #ChatGPT #Claude 谢谢订阅,喝杯茶再走?🍵

成员规模8,769 位成员
在线情况0 人在线
消息总数526 条消息
浏览量总数216,797 次浏览

在这个频道里搜索消息……

t.me/rollerrolling

用结构化JSON来给AI下指令
🎮 最近在AI圈子里,很多创作者开始用结构化的JSON格式来描述设计需求。这种方式不仅让每个参数都被精准表达,还极大提升了AI生成内容的可控性和一致性。与传统的自然语言提示相比,JSON格式能分层定义材质、光效、动作等细节,减少歧义和生成误差
📰 这种“JSON prompting”趋势不仅仅适用于图像也适用于视频。以上的像素游戏设备便是用一下的指令生成的
Prompt: retexture the image attached based on the JSON aesthetic below
{
"style": "voxel 3D",
"material": {
"base": "hard plastic",
"texture": "smooth with subtle gridlines",
"finish": "semi-matte"
},
"lighting": {
"type": "studio lightbox",
"intensity": "medium",
"shadows": "sharp and short",
"highlights": "mild, block edge reflections"
},
"color_scheme": {
"primary": ["#ffcc00", "#ff3c3c", "#000000", "#ffffff"],
"accents": ["#00cfff", "#00cc00", "#ff00cc", "#666666"],
"contrast": "high"
},
"shapes": "voxel blocks, chunky, pixelated geometry",
"composition": {
"background": "plain light gray",
"object_count": "single item per frame",
"layout": "centered, angled slightly for 3D view"
},
"rendering": {
"engine": "3D voxel renderer",
"resolution": "high",
"detail_level": "low-poly, simplified structure"
}
}
📮 这篇文章是转发给你的吗?点击这里加入频道,一起探索更多有趣的内容!