← 返回提示词图库

PROMPT RECORD图像记录

2x2 网格,16:9,为4部恐怖电影执行此操作:class Cognitive_Containment_Breach: def __init__(self, creator="[CREATO...

Nano Banana Gdgtify Thu Jul 30 14:47:00 +0000 2026
一键生图 查看来源

中文说明

2x2 网格,16:9,为4部恐怖电影执行此操作:class Cognitive_Containment_Breach: def __init__(self, creator="[CREATOR/FIGURE]"): self.canvas = "Aged, textured parchment paper, off-white" self.medium = "AI_INFER(Era-appropriate ink style, e.g., Japanese woodblock, Victorian etching, or heavy comic inking)" def render_silhouette_spill(self): # AI INFERENCE: Deduce the creator and...

原始 Prompt

2x2 grid, 16:9, do this for 4 horror movies: class Cognitive_Containment_Breach:
    def __init__(self, creator="[CREATOR/FIGURE]"):
        self.canvas = "Aged, textured parchment paper, off-white"
        self.medium = "AI_INFER(Era-appropriate ink style, e.g., Japanese woodblock, Victorian etching, or heavy comic inking)"
        
    def render_silhouette_spill(self):
        # AI INFERENCE: Deduce the creator and their creations
        profile = f"A solid black side-profile silhouette of {creator}, holding AI_INFER(their primary tool: brush, pen, wand, etc.)"
        creations = f"AI_INFER(The specific monsters, inventions, or characters famous for being created by {creator})"
        
        # The Physics of the Breach
        spill_logic = f"The back of {creator}'s head is not solid. It is blowing away to the left like a dark wind. The solid black ink physically morphs into a chaotic, sweeping stream of {creations} flying out of their mind."
        
        return [self.canvas, self.medium, profile, spill_logic]

# EXECUTE: Render as a striking, 2D minimalist graphic illustration. Pure black ink on warm paper.