Goku Prompt Hub

Curated Prompt Vault

Classic Car Poster Design

GI2_13399 x Content Creation
classic carsposter designexploded view

2x2 grid, 1:1 scale, crafted for four famous classic cars: class Product_Poster_DNA: def __init__(self): self.subject = "[product]" self.parents = { "compositi…

Cover Preview

Classic Car Poster Design

Cover Preview

Full Prompt

⚡Generate
2x2 grid, 1:1 scale, crafted for four famous classic cars:

class Product_Poster_DNA:
    def __init__(self):
        self.subject = "[product]"

self.parents = {
            "composition_parent": "Super Advanced Exploded View Product Advertisement",
            "material_parent": "Macro Photography of Luxury Watches",
            "graphic_parent": "Bauhaus Technology Poster",
            "atmosphere_parent": "Minimalist Japanese Packaging Design"
        }

self.mutations = {
            "semantic_mutation": "The product contains a miniature world that showcases its origins, uses, and cultural connotations."
            "information_mutation": "Material samples, miniature icons, numbered annotations, invisible mechanical charts",
            "medium_mutation": "Museum catalogue prints with soft paper textures",
            "scale_mutation": "Macroscopic object perspective with microscopic internal architecture"
        }

self.style_mix = [0.35, 0.25, 0.20, 0.10, 0.10]

def generate_subject(self):
        subject = """
        [Product] Floats as a high-level protagonist object, partially broken down into components.
        Display materials, internal mechanisms, manufacturing traces, surface finish,
        Iconic features, as well as a miniature world inside the product that showcases its origins and uses.

If product details are missing, then reasonable high-end materials,
        Components with unique construction logic and vision.
        """

return render(
            subject,
            format="Vertical Luxury Product Poster",
            title="[Product Name]",
            subtitle="[Model / Slogan]",
            constraints="Advanced, precise, minimalist, clutter-free, watermark-free"
        )