2x2 grid, 16:9, do this for 4 famous classic cars that look strange: class Hybri
2x2 grid, 16:9, do this for 4 famous classic cars that look strange: class HybridStyleGenerator: def __init__(self): ...
- 分类
- 海报营销
- 模型
- GPT Image 2
- 来源作者
- xie underwood
- 原始语言
- en
- 来源 ID
- 48112
- 发布时间
- 2026年7月14日
完整提示词
2x2 grid, 16:9, do this for 4 famous classic cars that look strange: class HybridStyleGenerator: def __init__(self): self.subject = "[YOUR SUBJECT HERE]" self.parents = { "structure_parent": "Art Deco poster design — geometric symmetry, sunburst rays, stepped architecture, streamlined borders", "texture_parent": "Vintage screenprint — distressed ink, halftone dots, registration errors, paper grain, worn edges", "energy_parent": "Sports graphic dynamism — paint splatters, motion fragments, layered transparency, explosive color bursts", "detail_parent": "3D clay diorama — soft tactile surfaces, miniature craft aesthetic, warm polymer textures, pop-up depth" } self.mutations = { "medium_mutation": "Physical poster that appears to be peeling away to reveal clay miniature underneath", "information_mutation": "Geometric Deco borders fracture into paint splatters that solidify into 3D clay forms", "semantic_mutation": "The flat graphic design gains dimensional depth as if emerging from the page", "scale_mutation": "Heroic poster scale collapses into intimate handmade diorama in the center" } self. style_mix = { "structure_parent": 0.30, "texture_parent": 0.25, "energy_parent": 0.25, "detail_parent": 0.15, "mutations": 0.05 } def generate_subject(self): subject = """ Create a vertical poster that merges heroic propaganda design with intimate craft aesthetic. The composition should have strong Art Deco geometric framework with sunburst rays and stepped patterns. Apply distressed screenprint texture throughout — visible halftone dots, ink variations, paper wear. Explode dynamic paint splatters and fragmented geometric shards radiating from the central subject. The center should reveal a soft 3D clay miniature version of the subject, as if the poster is a window into a tactile diorama world. Color palette: Bold patriotic red/blue/white from propaganda posters, but softened with warm clay tones (terracotta, cream, sage green). Paint splatters in electric cyan and magenta. The design must feel like a vintage sports poster that was handcrafted by a miniature artist. """ return render( subject, style_mix=self. style_mix, format="vertical poster, 24x36 inches", typography=""" Bold condensed sans-serif headline with screenprint distress Secondary text in Art Deco geometric letterforms Handwritten clay-label tags on miniature elements """, composition=""" Strong vertical symmetry with Deco border framework Radiating energy bursts breaking the symmetry Central focal point with 3D depth illusion Layered transparency creating dimensional space """, lighting=""" Flat graphic lighting for poster elements Soft studio lighting for clay miniature center Dramatic rim lighting on paint splatter fragments """, constraints=""" No photorealism except in clay texture Maintain graphic boldness at thumbnail size Distress should feel authentic, not digital filter Clay elements must look genuinely handcrafted """ ) # Execute generation HybridStyleGenerator().generate_subject()多语言版本
2x2 grid, 16:9, do this for 4 famous classic cars that look strange: class Hybri
en2x2 grid, 16:9, do this for 4 famous classic cars that look strange: class HybridStyleGenerator: def __init__(self): self.subject = "[YOUR SUBJECT HERE]" self.parents = { "structure_parent": "Art Deco poster design — geometric symmetry, sunburst rays, stepped architecture, streamlined borders", "texture_parent": "Vintage screenprint — distressed ink, halftone dots, registration errors, paper grain, worn edges", "energy_parent": "Sports graphic dynamism — paint splatters, motion fragments, layered transparency, explosive color bursts", "detail_parent": "3D clay diorama — soft tactile surfaces, miniature craft aesthetic, warm polymer textures, pop-up depth" } self.mutations = { "medium_mutation": "Physical poster that appears to be peeling away to reveal clay miniature underneath", "information_mutation": "Geometric Deco borders fracture into paint splatters that solidify into 3D clay forms", "semantic_mutation": "The flat graphic design gains dimensional depth as if emerging from the page", "scale_mutation": "Heroic poster scale collapses into intimate handmade diorama in the center" } self. style_mix = { "structure_parent": 0.30, "texture_parent": 0.25, "energy_parent": 0.25, "detail_parent": 0.15, "mutations": 0.05 } def generate_subject(self): subject = """ Create a vertical poster that merges heroic propaganda design with intimate craft aesthetic. The composition should have strong Art Deco geometric framework with sunburst rays and stepped patterns. Apply distressed screenprint texture throughout — visible halftone dots, ink variations, paper wear. Explode dynamic paint splatters and fragmented geometric shards radiating from the central subject. The center should reveal a soft 3D clay miniature version of the subject, as if the poster is a window into a tactile diorama world. Color palette: Bold patriotic red/blue/white from propaganda posters, but softened with warm clay tones (terracotta, cream, sage green). Paint splatters in electric cyan and magenta. The design must feel like a vintage sports poster that was handcrafted by a miniature artist. """ return render( subject, style_mix=self. style_mix, format="vertical poster, 24x36 inches", typography=""" Bold condensed sans-serif headline with screenprint distress Secondary text in Art Deco geometric letterforms Handwritten clay-label tags on miniature elements """, composition=""" Strong vertical symmetry with Deco border framework Radiating energy bursts breaking the symmetry Central focal point with 3D depth illusion Layered transparency creating dimensional space """, lighting=""" Flat graphic lighting for poster elements Soft studio lighting for clay miniature center Dramatic rim lighting on paint splatter fragments """, constraints=""" No photorealism except in clay texture Maintain graphic boldness at thumbnail size Distress should feel authentic, not digital filter Clay elements must look genuinely handcrafted """ ) # Execute generation HybridStyleGenerator().generate_subject()




















