19 個廣告創意 Prompt 精選:GPT Image 2 讓品牌視覺一鍵生成

從品牌 VI 到奢侈品大片,從外賣傳單到科技海報——一句 Prompt 就是一整個廣告團隊。

19 個廣告創意 Prompt 精選:GPT Image 2 讓品牌視覺一鍵生成

封面

從品牌 VI 到奢侈品大片,從外賣傳單到科技海報——一句 Prompt 就是一整個廣告團隊。

還在為廣告視覺發愁?找攝影師、修圖師、排版設計師,一個專案下來預算和時間都花得心疼。GPT Image 2 正在改變這一切——它對文字排版的精準控制、對複雜構圖的理解能力、以及堪比商業攝影的畫面質感,讓廣告創意從「想到」到「看到」的距離縮短到了一條 Prompt。我們從開源專案 awesome-gpt-image-2-prompts 中精選了 19 個廣告創意案例,涵蓋品牌設計、時尚大片、食品包裝、科技產品等多個場景,帶你看看 AI 廣告的天花板到底在哪裡。

閱讀提示:每個案例的 Prompt 均保留原文(英文 / 日文),不做翻譯,方便你直接複製使用。中文「拆解」部分會幫你理解核心技巧,「適用」部分則告訴你可以遷移到哪些場景。


場景一:品牌視覺與 IP 設計

品牌視覺是廣告的基石。傳統上,一套完整的品牌 VI 需要設計師數週的工作量——從 Logo 設計到週邊商品、從色彩系統到社群媒體範本。而下面這三個 Prompt 展示了如何用結構化 JSON 一次性生成從角色設定到衍生商品的完整品牌體系。

1.1 — 動漫角色品牌全套物料

作者:@chi_vc_ | 來源:ad-creative.md Case 112

{
  "type": "brand identity and merchandise design board",
  "theme": {
    "color_palette": "{argument name=\"theme color\" default=\"pastel pink\"} and white",
    "motif": "{argument name=\"motif\" default=\"cherry blossoms\"} and pink hearts"
  },
  "character": {
    "description": "anime girl with short brown bob hair, pink eyes, wearing a white hoodie, gentle smile"
  },
  "branding": {
    "main_logo": "{argument name=\"character name\" default=\"癒音ちー\"}",
    "sub_logo": "{argument name=\"character subtext\" default=\"ゆおんちー\"}"
  },
  "layout": {
    "sections": [
      {
        "type": "header banner",
        "position": "top",
        "elements": ["large main logo", "sub logo", "cherry blossom graphics", "character portrait on the right"]
      },
      {
        "type": "product packaging",
        "position": "middle left",
        "elements": ["1 square box with heart-shaped transparent window showing pink heart candies", "character illustration on box", "2 individual candy wrappers", "5 scattered heart candies"]
      },
      {
        "type": "promotional poster",
        "position": "middle right",
        "elements": ["character portrait", "heart-shaped candy bowl", "main logo", "text '4.26 NEW OPEN'", "text '{argument name=\"social handle\" default=\"@yuonchii\"}'"]
      },
      {
        "type": "horizontal web banner",
        "position": "lower middle",
        "elements": ["main logo", "cherry blossoms", "character portrait on the right"]
      },
      {
        "type": "social media profile mockup",
        "position": "bottom left",
        "elements": ["header image with logo", "1 circular profile picture", "handle '{argument name=\"social handle\" default=\"@yuonchii\"}'", "1 follow button", "mock bio text"]
      },
      {
        "type": "merchandise collection",
        "position": "bottom right",
        "count": 9,
        "items": ["1 white t-shirt with logo", "1 white mug with character", "4 round pin badges", "1 acrylic keychain", "2 candy packets"]
      }
    ]
  }
}

拆解

  • sections 陣列將整個版面分成 6 個區域,從 banner 到週邊商品一次生成,相當於一個完整的品牌提案
  • character 欄位統一角色描述,確保所有物料中角色形象一致
  • 每個區域精確到具體數量(「4 round pin badges」、「2 candy wrappers」),避免 AI 隨意發揮

適用:VTuber 出道物料、虛擬偶像品牌包、IP 聯名商品企劃

1.2 — 18 面板吉祥物品牌設計手冊

作者:@Colin_Leeee | 來源:ad-creative.md Case 107

{
  "type": "18-panel brand identity and character design document",
  "brand": {
    "name": "{argument name=\"brand name\" default=\"沐阳 MUYANG TEA\"}",
    "industry": "{argument name=\"industry\" default=\"tea shop\"}",
    "colors": ["{argument name=\"primary color\" default=\"yellow\"}", "{argument name=\"secondary color\" default=\"green\"}", "white", "brown", "dark green"]
  },
  "subject": "{argument name=\"character description\" default=\"3D rendered cute Shiba Inu mascot wearing a green apron\"}",
  "layout": {
    "grid": "3 columns by 6 rows",
    "sections": [
      {
        "title": "01 品牌DNA分析 / BRAND DNA ANALYSIS",
        "elements": ["logo", "5 color swatches", "6 icons", "target audience charts"]
      },
      {
        "title": "02 概念構思 / CONCEPT MOODBOARD",
        "elements": ["5 photo references", "4 mood icons", "design equation"]
      },
      {
        "title": "03 形態研究 / FORM STUDY",
        "elements": ["4 logo anatomy icons", "4 evolution steps", "4 silhouettes"]
      },
      {
        "title": "04 概念探索 / CONCEPT EXPLORATION",
        "elements": ["12 line-art character sketches"]
      },
      {
        "title": "05 精細線稿 / REFINED LINE ART",
        "elements": ["3 rows of front and side line art with proportion guides"]
      },
      {
        "title": "06 細節精修 / DETAIL REFINEMENT",
        "elements": ["2 full-body renders with labels", "4 circular close-ups"]
      },
      {
        "title": "07 表情設定 / EXPRESSION SHEET",
        "elements": ["11 3D rendered head expressions"]
      },
      {
        "title": "08 姿勢庫 / POSE LIBRARY",
        "elements": ["9 full-body 3D rendered poses"]
      },
      {
        "title": "09 轉身視圖 / TURNAROUND VIEW",
        "elements": ["5 full-body 3D renders", "5 matching line-art views"]
      },
      {
        "title": "10 色彩開發 / COLOR DEVELOPMENT",
        "elements": ["5 rows of 5-color palettes", "color psychology text"]
      },
      {
        "title": "11 材質規格 / MATERIAL SPECIFICATION",
        "elements": ["5 texture swatches", "property sliders", "4 manufacturing icons"]
      },
      {
        "title": "12 色彩應用 / COLOR APPLICATION",
        "elements": ["4 color variant renders", "2 light/dark renders", "4 contrast rating circles"]
      },
      {
        "title": "13 構造指南 / CONSTRUCTION GUIDE",
        "elements": ["2 line-art diagrams for geometry and grid"]
      },
      {
        "title": "14 設計系統規則 / DESIGN SYSTEM RULES",
        "elements": ["minimum size icons", "clear space diagram", "4 usage examples"]
      },
      {
        "title": "15 資產變體 / ASSET VARIANTS",
        "elements": ["3 size variants", "3 line-art variants", "3 simplified flat heads"]
      },
      {
        "title": "16 數位應用 / DIGITAL APPLICATIONS",
        "elements": ["1 app icon", "2 social avatars", "UI elements", "3-step animation cycle"]
      },
      {
        "title": "17 實物應用 / PHYSICAL APPLICATIONS",
        "elements": ["plush toy mockup", "packaging mockup", "merchandise mockup", "storefront mockup"]
      },
      {
        "title": "18 最終主視覺 / FINAL RENDERING",
        "elements": ["large high-res 3D render of mascot holding tea", "logo", "file format list"]
      }
    ]
  }
}

拆解

  • 18 個面板涵蓋了專業品牌設計的完整流程:從 DNA 分析到最終渲染,堪比設計公司交付的品牌手冊
  • grid: "3 columns by 6 rows" 明確指定網格佈局,讓 AI 嚴格按照專業設計文件的排版方式輸出
  • 每個面板都有中英雙語標題,兼顧國際化品牌需求

適用:品牌提案演示、吉祥物設計全案、創業公司品牌手冊

1.3 — 夢幻水母系列家居海報

作者:@Ayu_AI_0912 | 來源:ad-creative.md Case 167

{"type":"pastel lifestyle poster / character room-goods feature sheet","theme":"soft dreamy lavender jellyfish aesthetic","style":"Japanese cute editorial graphic, airy white background, pastel lilac palette, delicate handwritten notes, sparkles and tiny doodles, soft product photography mixed with magazine layout","subject":{"character":{"name":"{argument name=\"character name\" default=\"くらげちゃん\"}","appearance":"young woman with a short platinum-blonde bob haircut, wearing a fluffy pale-lavender zip hoodie over a white inner top, shown from chest up on the lower right, face intentionally obscured with a plain beige rectangle"}},"layout":{"orientation":"vertical poster","background":"clean white with faint pastel doodles of stars, bubbles, tiny jellyfish, and musical notes","sections":[{"title":"header","position":"top","count":5,"labels":["speech bubble intro","main title","small subtitle GOODS","horizontal lavender ribbon tagline","round badge on the top right"]},{"title":"featured goods grid","position":"upper and middle left","count":6,"labels":["ゆらゆらくらげランプ","くらげと夢見るベッドリネン","くらげシェルミラー","くらげグラデマグ","くらげのときめき収納ボックス","くらげふわもこマット"]},{"title":"side handwritten note","position":"upper right","count":1,"labels":["みんなも くらげちゃんRoomで いっしょに まったりしよー♡♡"]},{"title":"room concept box","position":"lower left","count":1,"labels":["くらげちゃんの お部屋作りのこだわり"]},{"title":"pick up circle","position":"lower center-left","count":1,"labels":["Pick up!"]}],"product_images":{"count":6,"items":[{"name":"ゆらゆらくらげランプ","description":"small translucent jellyfish-shaped lamp on a white base, glowing softly in pale blue-lavender"},{"name":"くらげと夢見るベッドリネン","description":"plush pastel-lavender bed with fluffy comforter and pillows, dreamy cozy bedroom styling"},{"name":"くらげシェルミラー","description":"small tabletop mirror with a puffy shell-like pastel-lilac frame and rounded base"},{"name":"くらげグラデマグ","description":"ceramic mug with lavender-to-pink gradient and a simple jellyfish illustration"},{"name":"くらげのときめき収納ボックス","description":"pastel storage box holding cosmetics and small bottles, decorated with a jellyfish emblem"},{"name":"くらげふわもこマット","description":"small fluffy cloud-like or jellyfish-like mat in pale lavender and white"}]},"text_elements":{"main_title":"{argument name=\"headline text\" default=\"くらげちゃんの お部屋アイテム\"}","badge_text":"くらげちゃんの Room お部屋作りの こだわりポイントも 教えちゃうよ。","tagline":"ふわふわで甘くて、ちょっぴり夢みたいな私のお部屋へようこそ♡","speech_bubble":"くらげちゃんの お気に入りだけ集めた お部屋アイテムを紹介するよ♪","concept_points":{"count":3,"items":["色は白とラベンダーで統一!","光が集まるふわっとした空間に","お友達入りのアイテムに囲まれて 自分らしくいられる空間を大切にしてるよ♪"]},"product_blurbs":"each product has a short handwritten Japanese description in a cute casual font beside or below the image"},"composition":"the poster is left-heavy with product cards and text, while the character portrait occupies the lower right third, slightly overlapping the layout","color_palette":{"count":5,"colors":["white","pastel lavender","soft lilac","pale gray-violet","touches of pastel blue-pink gradient"]},"rendering_notes":"keep everything very soft, feminine, and cozy; rounded corners on all product photos; mix of bold Japanese headline typography and light handwritten annotations; subtle shadows; clean high-key lighting; social-media-ready editorial collage aesthetic"}

拆解

  • 在一個 JSON 中同時定義了角色形象、6 款產品的視覺描述、文案文字和排版位置,資訊密度極高
  • rendering_notes 欄位作為全域風格指令,確保整體視覺統一:圓角照片、手寫標註、高調打光
  • composition 欄位明確告訴 AI 版面重心偏左、角色在右下三分之一處,控制了視覺動線

適用:角色週邊商品海報、生活方式品牌目錄、社群電商產品頁


場景二:時尚與奢侈品廣告

時尚廣告追求的是質感、氛圍和品牌調性——這恰好是 GPT Image 2 的強項。從賽車風格的腕表到霓虹燈下的運動鞋,從編輯級的香水特寫到街頭潮牌海報,這組 Prompt 展示了如何用文字精確控制商業攝影級別的光影、材質和構圖。

2.1 — 賽車風奢華腕表廣告

作者:@AlwaveNazca | 來源:ad-creative.md Case 144

A dramatic luxury product advertising image for a motorsport-inspired chronograph wristwatch in a dark studio. Center-left foreground, show a single stainless steel chronograph watch standing upright at a slight three-quarter angle, with a black dial, two red-accent subdials, slim silver hour markers, a tachymeter bezel, and visible crown and pushers on the right side. The watch has a black leather strap with bold red stitching along both edges and a sporty premium finish. To the right of the watch, place one black square presentation box slightly behind it, textured like leather, with red stitching around the lid and a silver embossed eye-shaped logo above the text "NESS STUDIO" and smaller red text "TRACK SURFACE." At the top center of the composition, add the same silver eye logo with the words "NESS STUDIO" and smaller "BY NICOLAS." Across the background, place one oversized blurred word, {argument name="headline text" default="PRECISION"}, in large gray capital letters spanning nearly the full width. The scene is set against a deep black background with cinematic red and white horizontal light streaks crossing behind the products from left to right, suggesting speed and racetrack energy. Use a glossy wet ground plane with reflective texture, catching red highlights and mirrorlike reflections beneath the watch and box. At the bottom center, add the text "CHRONOGRAPH SERIES" in clean white spaced capitals with thin red horizontal lines extending on both sides, and below it smaller red capitals reading {argument name="tagline text" default="ALSACE MADE"}. Color palette: black, charcoal gray, silver steel, vivid racing red, and a touch of white. Lighting should be high-contrast and premium, with crisp specular highlights on the metal case, subtle soft fill on the box, and moody shadows. Overall style: ultra-polished commercial product photography, luxury watch campaign, sharp focus on the products, sleek branding, high-end automotive aesthetic.

拆解

  • 光影描述極為專業:「crisp specular highlights on the metal case」、「glossy wet ground plane with reflective texture」——這是商業攝影師的布光語言
  • 色彩被嚴格限制在黑、灰、銀、紅四個色系,通過 Color palette 欄位顯式聲明
  • 背景的 「horizontal light streaks」 暗示速度感,與賽車主題呼應,又不會喧賓奪主

適用:手錶品牌廣告、汽車週邊產品、高端男性配飾推廣

2.2 — 霓虹耐克運動大片

作者:@AlwaveNazca | 來源:ad-creative.md Case 145

A high-energy vertical Nike fashion campaign poster featuring a single athletic young woman mid-jump against a futuristic neon studio background. She is captured in a dynamic airborne pose with one knee bent up, the other leg folded back, one arm extended outward and the other bent near her chest, conveying motion and power. Her face is obscured by a clean rectangular blur block centered over the face. She wears a cropped iridescent white hooded windbreaker with a black zipper and small Nike logo on the chest, holographic metallic lavender-blue leggings with a subtle Nike swoosh on the thigh, a black branded waistband visible above the leggings, and white chunky Nike sneakers. Her brown hair is tied in a high ponytail flying outward with the jump. Behind her, enormous glowing white serif letters spell "NIKE" across the upper half, with a small white Nike swoosh centered above the word. Across the middle background, the phrase "LUMINA" appears once in wide bold glowing letters with a horizontal glitch and scanline distortion effect, partially obscured by the model. The color palette is saturated magenta, violet, cyan, and electric blue with strong bloom, glossy highlights, lens flares, and chromatic aberration. Add sweeping circular light trails wrapping around the model's legs and body, suggesting speed and motion. The overall style is premium sportswear advertising, ultra-polished, cinematic, high contrast, hyperreal retouching, crisp product detail, dramatic rim lighting, and a luminous holographic aesthetic. Place 2 small text lines at the bottom: bottom left reads {argument name="tagline text" default="LIGHT. MOTION. ENERGY."}, bottom right reads {argument name="collection name" default="NIKE LUMINA COLLECTION"} followed by a small Nike swoosh. Include exactly 3 visible Nike swooshes total: 1 above the large NIKE headline, 1 on the jacket chest, and 1 on the leggings.

拆解

  • 「face is obscured by a clean rectangular blur block」 是一個很聰明的處理方式,避免了人臉生成的質量問題,同時反而增強了時尚感
  • Logo 數量被精確控制:「exactly 3 visible Nike swooshes total」,並逐一指定了位置
  • 後期效果詞彙極為具體:bloom、lens flares、chromatic aberration、scanline distortion——每一個都是真實後期術語

適用:運動品牌海報、球鞋發售宣傳、潮流雜誌封面

2.3 — 街頭潮牌球鞋海報

作者:@AlwaveNazca | 來源:ad-creative.md Case 146

Create a bold streetwear poster advertisement for {argument name="brand name" default="NESS STUDIO"} featuring a young adult model seated casually on the ground in a low-angle fashion pose, one knee raised and one leg extended toward the camera so the sneaker in front appears oversized and dominant. The model wears a dark brown oversized leather bomber jacket, a black shirt, light blue loose-fit jeans, white socks, and chunky black-white-gray sneakers with a red accent in the sole and the {argument name="brand name" default="NESS STUDIO"} logo visible on the shoe side and tongue. The face is intentionally obscured by a soft rectangular blur block centered over the face. Use an off-white textured paper background with distressed grunge design elements and collage layering. Behind the model, place a large rough red paint brushstroke shape spanning diagonally across the center. Add black ink splatters, sketch circles, torn paper scraps, and hand-painted graffiti accents. Include 4 major graphic doodles: a large black X in the upper right, a hand-drawn upward arrow in the lower left, a rough crown sketch in the lower right, and a circular scribble near the top center. In the upper left, place a stylized eye logo above the text "{argument name="brand name" default="NESS STUDIO"}" and a smaller tagline below reading "A MOMENT OF YOUR STYLE". On the left middle area, add the handwritten slogan "INNOVATE CREATE INSPIRE" in stacked black brush lettering. On the right middle area, place a torn black paper patch with the handwritten white slogan "BUILT DIFFERENT MOVE DIFFERENT" and a red underline stroke. In the lower left near the shoe, add a black distressed label sticker containing a globe scribble, the text "{argument name="brand name" default="NESS STUDIO"}", and a barcode. Along the bottom footer, create a clean horizontal strip with 3 social media icons and handles separated by thin vertical dividers: Instagram, Facebook, and Twitter, each followed by "@NESS.STUDIO". The overall style should be edgy, urban, youthful, high-contrast, editorial street fashion, mixing product advertising photography with graffiti poster design, collage textures, and dynamic branding.

拆解

  • 低角度拍攝讓球鞋佔據畫面主導地位,這是球鞋廣告的經典構圖手法
  • 背景設計融合了多種街頭元素:ink splatters、torn paper scraps、graffiti accents,形成拼貼畫風格
  • 底部精確到社群媒體的排版格式:「3 social media icons and handles separated by thin vertical dividers」

適用:街頭品牌發佈、球鞋聯名海報、潮牌社群媒體素材

2.4 — 編輯級概念衛衣廣告

作者:@_LaurentB | 來源:ad-creative.md Case 147

A clean editorial fashion advertisement poster on a pale powder-blue studio background with a glossy reflective floor. The composition is vertical and minimal, dominated by oversized bold white condensed sans-serif typography in the background reading "OSAKA SIX:" on the top line and "006 REMAINS" below, filling most of the upper half behind the subject. In the top right corner, small white branding text reads "Designed by ARTTEESHOW." Centered in the lower middle is an oversized forest-green crewneck sweatshirt standing upright like a sculptural object, with soft heavy cotton fabric, dropped shoulders, extra-long sleeves pooled on the floor, and a small black neck label that reads ARTTEESHOW. On the chest of the sweatshirt is a large abstract collage print made from torn paper fragments in beige, tan, black, gray, white, and vivid red, arranged vertically like layered scraps. Leaning against the right side of the giant sweatshirt is a slim female fashion model with long straight black hair, wearing a matching {argument name="sweatshirt color" default="forest green"} sweatshirt and relaxed wide-leg sweatpants with clean white low-top sneakers. She is posed in profile with a calm detached editorial attitude, one hand in her pocket, her body reclining diagonally against the giant garment, legs extended forward; her face is obscured by a soft rectangular blur for an anonymous art-fashion look. The smaller worn sweatshirt has the same abstract torn-paper collage graphic centered on the chest. At the bottom center, add 2 lines of small white copy text: "Made for comfort, worn for confidence." and "Because life feels better when someone's carrying the weight of the world." The image should feel like a premium conceptual streetwear campaign from the early 1990s reimagined as contemporary luxury advertising, with crisp studio lighting, soft shadows, subtle floor reflections, precise product focus, surreal scale contrast between the oversized sweatshirt and the model, and a polished magazine-poster aesthetic.

拆解

  • 「oversized sweatshirt standing upright like a sculptural object」 創造了超現實的尺度對比,這是高端時裝廣告常用的藝術手法
  • 排版設計極簡但精準:「oversized bold white condensed sans-serif typography」——字體族、字重、顏色、大小一氣呵成
  • 最後一句 「early 1990s reimagined as contemporary luxury」 為整體調性設定了時代坐標

適用:概念服裝廣告、設計師品牌 lookbook、雜誌時裝廣告頁

2.5 — 苔蘚上的香水大片

作者:@Salmaaboukarr | 來源:ad-creative.md Case 148

A high-end editorial product photograph of a single luxury perfume bottle centered in a warm earthy still-life scene. The product is a clear rectangular glass bottle filled with golden amber liquid, topped with a glossy rounded black cap, with a clean white front label that reads "BYREDO", "BAL D'AFRIQUE", and "EAU DE PARFUM". Place the bottle upright on 1 curved piece of pale weathered driftwood, surrounded by a dense carpet of 1 layer of rich green moss covering the foreground and lower frame. Use a minimal studio composition with the product isolated against a smooth warm brown-to-amber gradient background, softly illuminated like sunset light. Light the scene with dramatic directional warm light from the upper right, creating a bright glow on the background, a crisp highlight on the cap, soft reflections in the glass, and gentle shadows across the wood and moss. Keep the framing vertical, the bottle centered slightly low in the composition with generous negative space above, and the overall mood natural, luxurious, earthy, cinematic, and polished like a premium fragrance campaign shot.

拆解

  • 材質描寫層次豐富:玻璃瓶的反射、瓶蓋的高光、浮木的紋理、苔蘚的質感,每一個表面都有專屬的光影指令
  • 「generous negative space above」 刻意留白,給雜誌排版預留文案空間
  • 整個場景只有一個產品 + 兩種自然元素(浮木和苔蘚),極簡構圖讓產品成為絕對主角

適用:香水廣告、護膚品產品圖、高端生活方式品牌

2.6 — 金色皮草中的香水瓶

作者:@Salmaaboukarr | 來源:ad-creative.md Case 149

A luxurious editorial product photograph of a single perfume bottle nestled into dense, plush faux fur in rich golden caramel and honey-brown tones. Center the composition on one clear oval glass bottle filled with warm amber liquid, with a glossy rounded black cap and a clean white rectangular label. The label text should read {argument name="brand name" default="BYREDO"} at the top, {argument name="product name" default="BAL D'AFRIQUE"} large in the middle, and {argument name="product type" default="EAU DE PARFUM"} in small text near the bottom. Shoot it as a close-up still life with soft studio lighting, subtle highlights on the glass and cap, gentle shadows in the folds of the fur, and a warm cinematic color palette. The bottle should sit slightly embedded in the fur so the surrounding texture frames it from all sides, creating a premium fashion editorial mood, minimal composition, shallow depth of field, crisp focus on the label, and a high-end beauty campaign aesthetic.

拆解

  • 「slightly embedded in the fur」 讓產品與環境產生物理關係,比簡單放置更有質感
  • 標籤文字通過 argument 參數化設計,方便替換成任何品牌——這是範本化思維的典範
  • 「shallow depth of field, crisp focus on the label」 明確了焦點,確保品牌名始終清晰可讀

適用:美妝產品拍攝、電商主圖、社群媒體廣告素材


場景三:食品與飲品廣告

食品廣告的核心是「食慾感」——讓人看了就想嚐。這組 Prompt 涵蓋了從日式外賣傳單到高端巧克力品牌的各種風格,展示了 GPT Image 2 如何處理食物質感、包裝設計和充滿生活氣息的場景構建。

3.1 — 日式中華料理外賣傳單

作者:@xc5_ | 來源:ad-creative.md Case 166

A Japanese neighborhood Chinese restaurant delivery flyer for mailbox posting (3:4 aspect ratio). Designed to look like a double-sided B5 print.

Flyer characteristics (following the grammar of real delivery flyers):
- Flashy red and yellow color scheme.
- Large text at the top: "Delivery Available! {argument name="shop name" default="Mona-Hanten"}" (shadowed Gothic font).
- An illustration of a {argument name="character" default="Chinese girl in a red cheongsam with a brown short bob"} holding ramen and saying "Welcome!" in a speech bubble.
- A menu photo grid (4x3) featuring various dishes: different types of ramen, fried rice, gyoza, sweet and sour pork, shrimp in chili sauce, mapo tofu, liver and leek stir-fry, tenshinhan, twice-cooked pork, spring rolls, annin tofu, and fried rice sets.
- Names and prices for each dish.
- A large yellow banner saying "Free delivery on all menu items over ¥1,000!".
- "Order by phone! ☎ 072-XX-XXXX" emphasized with a red circle.
- Business hours "11:00-22:00 (Closed on Tuesdays)".
- Delivery area map (simple schematic map).
- Coupon (perforated line for clipping): "One free plate of gyoza with this flyer!".

Texture of cheap paper printing. Includes fold marks. Precision that could be mistaken for a real Japanese delivery flyer.

拆解

  • 「following the grammar of real delivery flyers」 這句話是關鍵——它告訴 AI 去模仿真實傳單的視覺語法,而不是設計一張「好看」的海報
  • 細節做到了極致:廉價紙張質感、折痕、優惠券的剪切虛線,甚至電話號碼的紅圈強調
  • 4x3 菜單網格列出了 12 道具體菜品,確保每個格子都有明確內容

適用:餐飲外賣傳單、本地化行銷物料、印刷品模擬

3.2 — 惡搞奢華產品廣告

作者:@tonysimons_ | 來源:ad-creative.md Case 131

High-impact parody e-commerce infographic for "{argument name="product" default="Four Loko"}" malt beverage. Foreground: An extreme close-up of a rough, weathered hand holding a tall, brightly colored can of {argument name="product" default="Four Loko"} toward the camera. The can is slightly cold with visible condensation droplets and a loud, chaotic flavor design. The hand and can have a slight macro-lens blur for depth, with the can still reading clearly as the hero product. Central Subject: In the mid-ground, a funny, disheveled {argument name="subject" default="homeless-looking man"} sitting casually on a milk crate in an urban alley. He has a scruffy beard, messy hair, layered worn clothing, and a huge unbothered grin. He should look chaotic but oddly charismatic, like the accidental king of bad decisions. He is posed like a confident lifestyle-ad model, proudly showing off the can. Background & Lighting: A ridiculously polished ad-style backdrop mixed with a grimy city alley setting. Soft-focus urban textures, dumpster shapes, graffiti hints, and scattered clutter in the distance. Add dramatic studio lighting, soft glow, rainbow prism flares, and subtle light leaks to make the whole thing look way too premium for the subject matter. A few blurred {argument name="product" default="Four Loko"} cans can float artistically in the background for extra absurdity. Typography & Layout (Bold sans-serif, white and neon accent styling): Top Center (Background): Massive, bold text reading "{argument name="brand name" default="FOUR LOKO"}" positioned behind the subject. Top Right: Bold text reading "The Champagne of Bad Ideas". Mid-Left: "Premium chaos and zero self-control" Mid-Right: Large, bold "23" with the text "ounces of terrible decisions." Bottom-Right: Large, bold "1" with the text "can to ruin tomorrow." Optional small callout text near the bottom: "Now with more regret." Style: Ultra-detailed, 8k parody commercial photography, sharp focus on the can, shallow depth of field, vibrant trashy color palette, clean advertising composition, exaggerated premium product-ad aesthetic, funny visual contrast between polished branding and the wrecked subject.

拆解

  • 廣告的幽默感來自反差:用奢侈品級別的布光和排版來包裝一個「糟糕的產品」,產生荒誕的喜劇效果
  • 三層景深設計(前景手+罐頭、中景人物、背景環境)讓畫面有電影感
  • 「rainbow prism flares」 和 「floating cans」 用過度包裝的手法強化了惡搞效果

適用:社群媒體 meme 廣告、惡搞行銷、品牌解構風格創意

3.3 — 高端巧克力品牌廣告

作者:@SPEEDAI07 | 來源:ad-creative.md Case 169

Create a premium, square (1:1) product advertisement for a fictional luxury chocolate brand called Noirvelle Chocolat, inspired by high-end chocolate brands. The ad should feel like a high-end editorial campaign, combining luxury food photography, refined packaging design, and cinematic lighting. Use matte black wrapper, subtle gold foil, elegant serif typography, and realistic product rendering. Generate flavor variants such as Blood Orange Noir, Salted Pistachio Muse, and Raspberry Ember with distinct mood, color palette, ingredients, headline, and supporting copy. Keep the chocolate bar as hero centerpiece with subtle reflections, shallow depth of field, luxury minimalism, and a small CTA: "Shop the drop."

拆解

  • 雖然 Prompt 不長,但關鍵詞選擇極為精準:matte black、gold foil、serif typography 三個詞就鎖定了高端巧克力品牌的全部視覺語言
  • 「distinct mood, color palette」 讓 AI 為每個口味生成不同的色調,實現系列感
  • 「Shop the drop」 這個 CTA 借用了潮牌限量發售的話術,讓巧克力也有了街頭文化的酷感

適用:食品品牌廣告、高端包裝設計概念、電商產品頁

3.4 — 都市果汁廣告海報

作者:@AIwithSarah_ | 來源:ad-creative.md Case 170

Create a premium modern beverage advertisement poster in a vertical 3:4 format featuring a stylish young female model crouching confidently in a bright urban indoor hallway with colorful graffiti wall art on one side and clean minimal architecture on the other. In the foreground, a giant realistic fruit juice bottle is held toward the camera in forced perspective, with fictional branding like "VIVAJUICE". Add brand logo, tagline, huge bold overlapping typography, four icon-based feature badges, and three smaller bottle variants at bottom right. Use soft natural lighting mixed with commercial studio polish, realistic shadows, shallow depth of field, glossy floor reflections, and a premium energetic eCommerce campaign aesthetic.

拆解

  • 「forced perspective」 強透視手法讓果汁瓶佔據畫面主體,這是飲品廣告的經典構圖
  • 場景設計對比鮮明:一側塗鴉牆、一側極簡建築,形成視覺張力
  • 底部排列三個小瓶變體,模仿了真實電商頁面的 SKU 展示邏輯

適用:飲品品牌海報、電商 banner、戶外廣告視覺


場景四:科技產品與空間展示

科技產品廣告需要兼顧「酷」和「資訊量」——既要有未來感的視覺衝擊,又要清晰傳達產品特性。這組 Prompt 展示了從 UI 概念稿到產品分解圖、從微縮城市到虛構 AI 設備的各種科技廣告風格。

4.1 — 暗黑模式行銷案例 UI

作者:@IndieDevHailey | 來源:ad-creative.md Case 108

{
  "type": "UI/UX landing page mockup",
  "theme": "dark mode, sleek modern aesthetic, glassmorphism, {argument name=\"primary accent color\" default=\"neon purple and blue\"} glowing accents",
  "header": {
    "logo": "{argument name=\"brand name\" default=\"goViralX\"}",
    "top_right_tag": "VIRAL CAMPAIGN CASE STUDY"
  },
  "layout": {
    "sections": [
      {
        "name": "Hero",
        "headline": "{argument name=\"hero headline\" default=\"How We Created 10M+ Viral Impact\"}",
        "subheadline": "3天引爆全網, 助力品牌實現指數級增長",
        "stats_row": {
          "count": 4,
          "labels": ["總播放量", "互動率", "轉化諮詢", "執行週期"],
          "values": ["{argument name=\"main statistic\" default=\"10,240,000+\"}", "18.7%", "3,200+", "72小時"]
        },
        "visual": "cinematic shot of a person in a hoodie looking at glowing digital screens and graphs, large play button overlay"
      },
      {
        "name": "Strategy",
        "title": "Our 3-Day Execution Strategy",
        "layout_type": "vertical timeline",
        "steps_count": 3,
        "elements_per_step": ["timeline node", "title", "bullet points", "video thumbnail with play button", "description box"]
      },
      {
        "name": "Performance",
        "title": "Data-Driven Performance",
        "left_column": {
          "stat_cards_count": 4,
          "values": ["10M+", "43%", "28,000+", "3,200+"]
        },
        "right_column": {
          "charts_count": 2,
          "chart_1": "line graph showing 7-day growth peaking at Day 3",
          "chart_2": "horizontal segmented bar chart showing platform distribution (TikTok 52%, Instagram 24%, X 15%, YouTube 9%)"
        }
      },
      {
        "name": "Keys to Success",
        "title": "The 3 Keys to Viral Success",
        "cards_count": 3,
        "card_elements": ["glowing icon (fire, target, antenna)", "title", "description", "VIEW DETAIL link"]
      },
      {
        "name": "Social Proof",
        "title": "TRUSTED BY CREATORS & BRANDS",
        "left_column": {
          "logos_count": 8,
          "grid": "2x4",
          "brands": ["SHEIN", "SHOPLINE", "Blueglass", "instacart", "lemon8", "mi", "CIDER", "bellroy"]
        },
        "right_column": {
          "testimonial_cards_count": 2,
          "elements": ["quote", "author title (SaaS Founder, Growth Manager)"]
        }
      },
      {
        "name": "Call to Action",
        "title": "READY TO GO VIRAL?",
        "interactive_elements": ["text input field", "glowing button with text '{argument name=\"call to action text\" default=\"獲取專屬增長方案 ->\"}'"],
        "visual": "3D render of a rocket ship taking off with purple and blue flames"
      }
    ]
  }
}

拆解

  • 完整的 Landing Page 結構:Hero、策略、數據、成功要素、社會證明、CTA,是標準的行銷頁面資訊架構
  • 數據視覺化的描述非常具體:「line graph showing 7-day growth peaking at Day 3」——讓 AI 知道圖表應該呈現什麼趨勢
  • glassmorphism 風格 + 霓虹色調,打造出 2024-2026 最主流的 SaaS 視覺語言

適用:SaaS 產品落地頁概念、行銷案例展示、品牌方案提案

4.2 — VR 頭顯爆炸分解圖

作者:@wory37303852 | 來源:ad-creative.md Case 109

{
  "type": "exploded view product diagram poster",
  "subject": "VR headset",
  "style": "clean high-tech 3D render, studio lighting, glowing accents",
  "background": "{argument name=\"background color\" default=\"soft purple and blue gradient\"}",
  "header": {
    "logo": "∞ {argument name=\"product name\" default=\"Meta Quest 3\"}",
    "subtitle": "{argument name=\"main catchphrase\" default=\"まったく新しい現実を、まったく新しい構造から。\"}"
  },
  "layout": {
    "centerpiece": "vertically stacked exploded view of a VR headset showing 9 distinct layers of internal components: outer shell, camera sensors, motherboard with chip, pancake lenses, internal frame, battery packs, side straps, top strap, and facial interface cushion.",
    "callout_labels": {
      "count": 8,
      "left_side": [
        "Snapdragon® XR2 Gen 2\n圧倒的な処理性能でリアルタイムな体験を。",
        "調整可能なIPD機構\n幅広いユーザーに快適なフィット感を。",
        "精密設計されたヘッドストラップ\n快適さと安定性を追求したエルゴノミクス。"
      ],
      "right_side": [
        "フェイスプレート\n洗練されたデザインと最適な重量バランス。",
        "トラッキングカメラ\n高精度な位置トラッキングと環境認識を実現。",
        "パンケーキレンズ\n薄型設計で広い視野角と鮮明な映像を提供。",
        "高性能バッテリー\n長時間駆動を支える最適化された電源設計。",
        "柔らかなフェイスインターフェース\n長時間でも快適な装着感を実現。"
      ]
    },
    "footer": {
      "left_text_block": {
        "headline": "{argument name=\"bottom headline\" default=\"体験は、構造から進化する。\"}",
        "body": "一つひとつのパーツに、没入体験を支える最先端テクノロジーとこだわりの設計。Meta Quest 3は、未来を感じさせる体験を内部から生み出しています。"
      },
      "right_logo": "∞ Meta"
    }
  }
}

拆解

  • 9 層分解結構從外殼到面墊逐層展示,是典型的工業設計展示手法
  • 左右分佈的 callout 標籤(左 3 右 5)讓資訊量很大但不擁擠
  • 日文文案每條都是「技術術語 + 一句通俗解釋」的格式,兼顧了專業性和可讀性

適用:科技產品發佈會物料、產品詳情頁、眾籌頁面主視覺

4.3 — 奢華微縮杜拜城市模型

作者:@silentempiredev | 來源:ad-creative.md Case 150

A hyper-detailed cinematic isometric miniature city model of {argument name="landmark tower" default="Burj Khalifa"} rising dramatically from the center of a square architectural master-plan board, presented like a luxury urban planning maquette on a black background. The composition shows one dominant ultra-tall silver skyscraper in the exact center, surrounded by a dense ring of modern high-rise towers, illuminated roads, bridges, and glowing warm city lights. Curving turquoise-blue water features and artificial lakes wrap around the central district in multiple connected pools and canals, with one large circular fountain-like feature near the tower base and several small island shapes visible in the water. In the lower right quadrant, include a large low-rise complex with rounded geometric roofs and subtle green-lit sections, connected by multilane roads and looping interchanges. The entire city sits on one square beige map board engraved with faint street grids and planning lines, with the board edges clearly visible and slightly raised. Viewpoint is a high three-quarter isometric angle, centered and symmetrical, with the tower extending far upward into negative space. Lighting is dramatic and luxurious: warm golden edge lights on buildings and roads, cool reflections in the water, crisp metallic highlights on the central tower, and a deep black void surrounding the model. Style should feel like a photorealistic architectural visualization mixed with a premium collectible scale model, extremely intricate, sharp, polished, and elegant.

拆解

  • 等距視角(isometric)+ 微縮模型風格,讓複雜的城市規劃變得可以一覽全貌
  • 水體的描述非常豐富:「turquoise-blue water features」、「connected pools and canals」、「circular fountain」,形成了有層次的藍色元素
  • 「square beige map board engraved with faint street grids」 將城市放在規劃底板上,增加了建築專業感

適用:房地產專案展示、城市規劃概念圖、建築事務所提案

4.4 — 虛構 AI 廣告打印機海報

作者:@nijisora_yuma | 來源:ad-creative.md Case 168

縦型3:4の、高級商業ポスターを制作してください。

テーマは、架空の新商品広告です。商品は「BRAND PRESS 01(ブランドプレス・ゼロワン)」という、Pollo AIを搭載した架空の広告ポスター生成プリンターです。

この商品は、まだ存在しないブランド名・商品ジャンル・世界観・ターゲット層を入力すると、Pollo AIがコピー、ビジュアル、レイアウトまで完成された商業広告ポスターを自動生成し、高精細な印刷物としてその場で出力する未来型プリンターです。単なるAIサービスの概念広告ではなく、実際に販売されていそうな架空商品の広告として成立させてください。

メインコンセプト: 「まだないブランドに、最初の一目惚れを。」

商品ビジュアル: 画面中央に実物の商品「BRAND PRESS 01」を大きく配置。未来型の高級プロ用印刷デバイスとして、黒い金属筐体、シルバーのエッジ、透明カバー、青白く発光するAIコア、精密な印刷ヘッド、ローラー、タッチパネル、排紙スロット、ポスター受けトレイを備える。排紙スロットから、架空の高級香水ブランド広告ポスターが紙として大きく出力されている構図。

構図: ややローアングル、斜め45度。背景は暗いネイビーから黒の高級広告制作スタジオ。映画的でドラマチックな高級プロダクト広告。

広告レイアウト: 上部に大きなキャッチコピー、中央にプリンター本体と排出中のポスター、右側に機能説明、左下に価格と発売日、下部にCTA。

入れる文字: 「まだないブランドに、最初の一目惚れを。」 / BRAND PRESS 01 / 「Pollo AI搭載・広告ポスター生成プリンター」 / 「名前だけのアイデアを、完成された商業ポスターとして出力。」 / 「構想、コピー、ビジュアル、印刷まで。1台で。」

拆解

  • 這是一個「廣告中的廣告」——用廣告海報來宣傳一個能生成廣告海報的虛構產品,充滿了元敘事的趣味
  • 產品描述極為具體:黑色金屬機身、銀色邊緣、透明蓋板、藍白色 AI 核心,每個部件都有明確的視覺指令
  • 日文 Prompt 的敘述風格值得學習:先說概念,再說畫面,最後列出所有文字元素,層次分明

適用:科技產品發佈海報、概念廣告、CES 展會物料


場景五:創意概念與跨界設計

有些廣告不按常理出牌——它們用出人意料的創意概念吸引眼球。這組 Prompt 展示了多面板廣告網格和魔幻現實主義產品場景,證明了 GPT Image 2 在處理複雜創意概念時的能力。

5.1 — 四宮格日式數位廣告

作者:@makaneko_AI | 來源:ad-creative.md Case 90

{
  "type": "2x2 grid of Japanese digital advertisement banners",
  "layout": {
    "structure": "4 equal quadrants",
    "quadrants": [
      {
        "position": "top-left",
        "theme": "Travel",
        "subject": "A couple holding hands on a white sand beach, looking out at turquoise ocean water under a bright blue sky.",
        "elements": ["red hibiscus flower in bottom left corner"],
        "text_labels": [
          "今年こそ、解き放て。",
          "{argument name=\"travel destination\" default=\"沖縄旅行\"}",
          "3日間の癒やし旅",
          "航空券+ホテル",
          "39,800円〜",
          "絶景、グルメ、体験 ぜんぶ叶う!"
        ],
        "icons": {
          "count": 3,
          "descriptions": ["airplane", "hotel building", "car"]
        }
      },
      {
        "position": "top-right",
        "theme": "Skincare",
        "subject": "Close-up portrait of a young woman with glowing, dewy skin, eyes closed, gently touching her cheeks.",
        "elements": [
          "soft pink gradient background",
          "dynamic water splash effects",
          "pink cosmetic jar labeled '{argument name=\"skincare product name\" default=\"LUMIÈRE\"} Brightening Gel'"
        ],
        "text_labels": [
          "毛穴・くすみ卒業!",
          "透明感あふれる",
          "水光肌へ",
          "新感覚スキンケア",
          "初回限定 78%OFF",
          "{argument name=\"discount price\" default=\"1,980円\"}"
        ],
        "badges": {
          "count": 3,
          "style": "gold circular",
          "labels": ["毛穴ケア", "高保湿", "ハリ・ツヤ"]
        }
      },
      {
        "position": "bottom-left",
        "theme": "Gourmet Food",
        "subject": "Thick, sliced, medium-rare steak sizzling on a dark grill plate.",
        "elements": [
          "garlic chips",
          "rosemary sprig",
          "dark background with smoke and glowing embers"
        ],
        "text_labels": [
          "とろける旨さ!",
          "{argument name=\"food item\" default=\"黒毛和牛\"}",
          "贅沢ステーキ",
          "期間限定",
          "特別価格",
          "通常価格 8,980円",
          "4,980円"
        ],
        "badges": {
          "count": 1,
          "style": "red circular",
          "labels": ["A4 A5等級"]
        }
      },
      {
        "position": "bottom-right",
        "theme": "Online Education",
        "subject": "Young man in a blue shirt studying at a desk, writing in a notebook next to an open laptop.",
        "elements": ["bright indoor lighting", "desk environment"],
        "text_labels": [
          "スキマ時間で",
          "{argument name=\"education goal\" default=\"最短合格!\"}",
          "オンライン資格講座",
          "スマホで完結",
          "効率学習で差がつく!",
          "今だけ! 受講料 20%OFF"
        ],
        "badges": {
          "count": 1,
          "style": "blue circular",
          "labels": ["受講者数 10万人 突破!"]
        },
        "icons": {
          "count": 2,
          "descriptions": ["smartphone", "open book"]
        }
      }
    ]
  }
}

拆解

  • 一個 Prompt 同時生成四種完全不同行業的廣告(旅行、護膚、美食、教育),展示了 JSON 結構化的強大控制力
  • 每個象限都有獨立的 subject、elements、text_labels 和 badges/icons,互不干擾
  • argument 參數讓每個廣告的核心元素都可以快速替換,形成無限變體

適用:廣告平台展示樣板、多品類電商活動頁、設計能力演示

5.2 — 魔法種子包立體場景

作者:@AllaAisling | 來源:ad-creative.md Case 143

Epic 3D scene: a weathered seed packet lying open on a potting bench, its promise erupting into the garden it describes. The illustration on the front becomes real. {argument name="plant type" default="[PLANT / FLOWER]"} growing at full scale from the paper, roots visible through the packet's base pushing into soil below.
{argument name="detail left" default="[DETAIL 1]"} in full bloom at one corner. {argument name="detail right" default="[DETAIL 2]"} mid-growth at the other, not yet what it will be.
Tiny insects that belong to this plant, {argument name="insect type" default="[BEE / BUTTERFLY / BEETLE]"}, hovering at correct scale.
The written instructions on the back become garden calendar, "sow in spring" manifests as actual spring light. "full sun" manifests as a single shaft of it, hitting the tallest bloom perfectly.
Scattered seeds between packet and soil each showing their germination stage, split coat, first root, first shoot, first leaf.
The packet's torn top edge becomes a treeline.
Potting bench surface with soil scatter and water droplets.
Tilt-shift depth of field, greenhouse morning light, the packet as the garden it always intended.

拆解

  • 核心創意是「從平面到立體的轉化」——種子包裝上的插畫長成了真實的植物,這是魔幻現實主義廣告手法
  • 「sow in spring manifests as actual spring light」 將文字說明轉化為視覺現實,極具詩意
  • 種子的發芽階段展示(split coat、first root、first shoot、first leaf)像一個微型的生命週期圖鑑

適用:園藝品牌廣告、有機食品包裝概念、自然主題品牌故事


廣告創意 Prompt 萬能範本

以下是從 19 個案例中提煉出的可複用範本,替換方括號內的內容即可:

範本一:產品特寫廣告

A high-end editorial product photograph of [產品描述] centered in [場景描述]. 
Use [材質/道具] as supporting elements. Light the scene with [光線方向和類型], 
creating [具體的光影效果]. Color palette: [3-5 個顏色]. 
Overall style: [攝影風格], [品牌調性], [構圖特徵].

範本二:JSON 結構化品牌物料

{
  "type": "[物料類型,如 brand identity board / product poster]",
  "theme": "[主色調] and [輔助色], [風格關鍵詞]",
  "layout": {
    "sections": [
      {"type": "[區域類型]", "position": "[位置]", "elements": ["[元素1]", "[元素2]"]}
    ]
  }
}

範本三:時尚廣告海報

A [形容詞] vertical fashion campaign poster featuring [人物描述] in [姿態] 
against [背景描述]. The model wears [服裝細節]. Her/His face is obscured 
by [遮擋方式]. Behind, [文字排版描述]. Color palette: [色彩描述] with 
[後期效果]. Overall style: [廣告風格], [時代參考], [品牌質感].

範本四:食品/飲品廣告

Create a premium [畫幅比例] [廣告類型] for [品牌/產品名]. 
Feature [食品/飲品描述] as hero centerpiece with [拍攝手法]. 
Add [包裝設計元素], [文字排版], and [行動號召]. 
Use [光線描述] and [色調描述]. Style: [參考風格].

核心技巧總結

技巧說明典型案例
JSON 結構化用 JSON 格式精確控制多區域佈局、元素數量和位置關係Case 90、107、112
參數化設計使用 {argument} 佔位符讓 Prompt 變成可複用範本Case 144、149、170
專業光影術語使用 specular highlight、rim lighting、shallow depth of field 等真實攝影/後期術語Case 144、145、148
面部模糊處理「face obscured by rectangular blur block」 規避人臉質量問題,增強時尚匿名感Case 145、146、147
精確數量控制明確指定 logo 數量、產品個數、圖標數,避免 AI 自由發揮Case 112、145、166
風格錨定用具體的時代、品牌或媒介作為視覺參考坐標Case 147、131、169

結語

這 19 個廣告創意 Prompt 涵蓋了從品牌 VI 到產品攝影、從街頭潮牌到高端奢侈品的廣泛場景,它們有一個共同點:每一條都把「廣告設計」這件事拆解成了 AI 可以理解的精確指令。無論是 JSON 結構化佈局、專業攝影術語、還是參數化範本設計,這些技巧讓 GPT Image 2 不再只是「生成一張圖」,而是真正成為了廣告創意流程中的生產力工具。

當然,AI 生成的廣告圖目前還無法完全替代專業設計團隊——尤其在品牌一致性、多輪迭代和生產級輸出方面仍有差距。但作為創意探索、方案提案和快速原型的工具,它的效率已經令人驚嘆。

所有 Prompt 均來自開源專案 awesome-gpt-image-2-prompts,感謝所有貢獻者的分享。如果你有更好的廣告創意 Prompt,歡迎去倉庫提交 PR。


Written with pixocto · Images generated by GPT Image 2