歷史人物雜誌封面產生器
A creative structured prompt that simulates a Python class to generate high-end editorial magazine covers for historical figures, specifying wardrobe and lighting.

Prompt
「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"}—臉部一側有深陰影,另一側有完美的柔光箱照明。」
機器翻譯 — 實際產出作品的是原文 prompt。
原文 Prompt
class magazine_cover_shoot:
def __init__(self, subject="{argument name="historical figure" default="[historical_figure]"}"):
self.medium = "high-end editorial studio photography, 8k resolution"
self.layout = "classic prestige magazine cover (e.g., time or forbes)"
def generate_editorial_content(self):
# ai inference: deduce the wardrobe, props, and text
wardrobe = f"ai_infer(highly detailed, era-accurate tailored clothing for {self.subject})"
pose = "resting chin on hand, thoughtful, piercing eye contact with the camera"
# graphic design elements
masthead = "large, bold serif font title at the top, slightly occluded by the subject's head"
subtitles = f"ai_infer(3-4 short, punchy words summarizing {self.subject}'s greatest achievements, aligned left)"
barcode = "standard magazine barcode and issue number in the bottom corner"
return [wardrobe, pose, masthead, subtitles, barcode]
# execute: lighting must be {argument name="lighting style" default="rembrandt style"}—deep shadows on one side of the face, perfect softbox illumination on the other.