Back to prompts
历史人物杂志封面生成器
Click to enlarge
Charts & InfographicsYouMindcharts-infographics图表信息图en

历史人物杂志封面生成器

一个富有创意的结构化提示词,通过模拟 Python 类来为历史人物生成高端杂志封面,并详细指定了服装和灯光效果。

Category
Charts & Infographics
Model
GPT Image 2
Creator
Gadgetify
Source language
en
Views1
Source ID
23614
Published
Jun 1, 2026
Full 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.
Translations

历史人物杂志封面生成器

en

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.

历史人物杂志封面生成器

zh-CN

class magazine_cover_shoot: def __init__(self, subject="{argument name="historical figure" default="[historical_figure]"}"): self.medium = "高端编辑级摄影,8k 分辨率" self.layout = "经典权威杂志封面(例如 Time 或 Forbes)" 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"} —— 面部一侧呈现深邃阴影,另一侧采用完美的柔光箱照明。

20