프롬프트/GPT Image 프롬프트/프롬프트 세부 정보이미지 프롬프트역사적 인물 잡지 표지 생성기의상과 조명을 지정하여 역사적 인물을 위한 고급 편집 잡지 표지를 생성하는 창의적인 구조화된 프롬프트로, Python 클래스를 시뮬레이션합니다.이 프롬프트 사용좋아요1조회163북마크4이 프롬프트를 저장하거나 친구와 공유하세요.프롬프트 공유프롬프트복사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.프롬프트 보기