A Python-like prompt structure for generating pop-art style food posters with a cinematic dark-mood photography composition and zero-gravity ingredient suspension. Features bold retro typography.
class PopArtOmakase_Poster: def __init__(self): self.parent_A = "Pop-Art Screenprint (Vibrant flat colors, offset halftone patterns)" self.parent_B = "Cinematic Dark-Mood Food Photography (High-speed flash, splashing liquids)" def mutate(self): self.mutation = "Zero-gravity suspension of ingredients floating like planets in a black void" def generate_poster(self): subject = "A stylized cultural food poster celebrating [CULTURAL DISH, e.g., Authentic Mexican Al Pastor Tacos]" details = "[KEY SPICE/GARNISH, e.g., cilantro and lime juice] interacting dynamically" prompt = f"Poster subject: {subject}. Composition is an explosive {self.parent_B} of {details}, but color-graded and stylized perfectly as {self.parent_A}. Apply physics mutation: {self.mutation}. Bold retro typography. --ar 16:9" return execute_render(prompt)
Click the copy button above to copy the prompt to your clipboard.
Open your preferred image generation tool like Midjourney, DALL-E, or Flux.
Paste the prompt into your tool, adjust settings if needed, and generate.
Try our AI Studio with this prompt or create something entirely new.