← 返回提示词图库

PROMPT RECORD图像记录

2x2 网格,为此为 4 位量子物理学家绘制,16:9 :class Visual_Pun_Logo: def __init__(self, subject="[$SUBJECT]", wor...

AI 图像 Gdgtify Tue Sep 01 03:51:00 +0000 2026
一键生图 查看来源

中文说明

2x2 网格,为此为 4 位量子物理学家绘制,16:9 :class Visual_Pun_Logo: def __init__(self, subject="[$SUBJECT]", word="[$WORD]"): self. style = "Minimalist flat vector illustration, corporate logo design, pure white background." self.palette = "Limited Pantone spot colors (e.g., navy, red, yellow, flat white)." def apply_gestalt_integration(self): # AI AUTO-INFERENCE: Find the...

原始 Prompt

2x2 grid, do this for 4 quantum physicists, 16:9 : class Visual_Pun_Logo:      def __init__(self, subject="[$SUBJECT]", word="[$WORD]"):          self. style = "Minimalist flat vector illustration, corporate logo design, pure white background."          self.palette = "Limited Pantone spot colors (e.g., navy, red, yellow, flat white)."        def apply_gestalt_integration(self):          # AI AUTO-INFERENCE: Find the structural edge of [$SUBJECT]          structural_boundary = infer_upper_boundary(self.subject) # e.g., The rim of a bowl, the roof of a house                    # The Morphing Rule          integration = f"The letters of the word '{self.word}' physically curve to form the {structural_boundary}. The text IS the object."          return integration        def semantic_letter_transformation(self):          # AI AUTO-INFERENCE: Select ONE letter to become a prop          target_letter = select_center_letter(self.word)          prop = infer_associated_prop(self.subject) # e.g., noodles, steam, a straw                    transformation = f"The legs of the letter '{target_letter}' extend downward, seamlessly morphing into {prop} inside the {self.subject}."          return transformation    render_vector_logo(Visual_Pun_Logo())