
历史人物杂志封面产生器
A creative structured prompt that simulates a Python class to generate high-end editorial magazine covers for historical figures, specifying wardrobe and lighting.
观看163
点赞1
评论0
分享0
收藏4
引用0
翻译
「class magazine_cover_shoot:
def __init__(self, subject="{argument name="historical figure" default="[historical_figure]"}"):
self.medium = "高端社论摄影棚摄影,8k分辨率"
self.layout = "经典高端杂志封面(例如时代或富比士)"
def generate_editorial_content(self):
# ai 推论:推断服装、道具和文本
wardrobe = f"ai_infer(高度详细、符合时代的剪裁服装,适用于{self.subject})"
pose = "手托下巴,沉思,与摄影机锐利眼神接触"
# 平面设计元素
masthead = "大型、粗体衬线字体标题在顶部,略微被受试者的头部遮挡"
subtitles = f"ai_infer(3-4个简短、有力的词汇总结{self.subject}的最大成就,左对齐)"
barcode = "标准杂志条码和期号在右下角"
return [wardrobe, pose, masthead, subtitles, barcode]
# 运行:光线必须为{argument name="lighting style" default="rembrandt style"}—脸部一侧有深阴影,另一侧有完美的柔光箱照明。」
机器翻译 — 实际生成作品的是原文提示词。











