flyer-design-generation

Compare original and translation side by side

🇺🇸

Original

English
🇨🇳

Translation

Chinese

Flyer Design Generation

传单设计生成

Generate professional flyers and leaflets using each::sense. This skill creates visually compelling designs for events, promotions, real estate, food service, fitness, and more - optimized for both print and digital distribution.
使用each::sense生成专业传单和宣传册。该技能可为活动、推广、房产、餐饮、健身等场景创建视觉吸引力强的设计,且所有设计均针对印刷和数字分发进行了优化。

Features

功能特性

  • Event Flyers: Party invitations, concert announcements, festival promotions
  • Business Promotional: Company services, product launches, brand awareness
  • Real Estate Listings: Property showcases, open house announcements
  • Restaurant & Food: Menu highlights, special offers, grand opening
  • Fitness & Gym: Membership drives, class schedules, transformation challenges
  • Sale & Discount: Seasonal sales, clearance events, limited-time offers
  • Recruitment: Job fairs, hiring events, career opportunities
  • Community Events: Fundraisers, local gatherings, charity events
  • 活动传单:派对邀请函、演唱会公告、节日推广物料
  • 商业宣传:企业服务介绍、产品发布、品牌推广
  • 房产房源:房产展示、开放日公告
  • 餐饮行业:菜单亮点、特惠活动、开业宣传
  • 健身场馆:会员招募、课程表、蜕变挑战活动
  • 促销折扣:季末促销、清仓活动、限时优惠
  • 招聘招募:招聘会、招聘活动、职业机会宣传
  • 社区活动:筹款活动、本地聚会、慈善活动

Quick Start

快速开始

bash
curl -X POST https://sense.eachlabs.run/chat \
  -H "Content-Type: application/json" \
  -H "X-API-Key: $EACHLABS_API_KEY" \
  -H "Accept: text/event-stream" \
  -d '{
    "message": "Create a flyer for a summer music festival featuring EDM and house music, vibrant neon colors, date August 15-17, include space for artist lineup",
    "mode": "max"
  }'
bash
curl -X POST https://sense.eachlabs.run/chat \
  -H "Content-Type: application/json" \
  -H "X-API-Key: $EACHLABS_API_KEY" \
  -H "Accept: text/event-stream" \
  -d '{
    "message": "Create a flyer for a summer music festival featuring EDM and house music, vibrant neon colors, date August 15-17, include space for artist lineup",
    "mode": "max"
  }'

Common Flyer Sizes

常见传单尺寸

FormatDimensionsUse Case
Letter8.5x11 in (2550x3300 px)Standard US flyer, handouts
A4210x297 mm (2480x3508 px)Standard international flyer
A5148x210 mm (1748x2480 px)Half-page flyer, inserts
Square1080x1080 pxSocial media, digital ads
4x64x6 in (1200x1800 px)Postcards, small handouts
11x1711x17 in (3300x5100 px)Posters, large format
格式尺寸使用场景
美式信纸8.5×11英寸(2550×3300像素)美国标准传单、宣传页
A4210×297毫米(2480×3508像素)国际标准传单
A5148×210毫米(1748×2480像素)半页传单、插页
正方形1080×1080像素社交媒体、数字广告
4×6英寸4×6英寸(1200×1800像素)明信片、小型宣传页
11×17英寸11×17英寸(3300×5100像素)海报、大尺寸物料

Use Case Examples

场景示例

1. Event Flyer (Party/Concert)

1. 活动传单(派对/演唱会)

bash
curl -X POST https://sense.eachlabs.run/chat \
  -H "Content-Type: application/json" \
  -H "X-API-Key: $EACHLABS_API_KEY" \
  -H "Accept: text/event-stream" \
  -d '{
    "message": "Create a nightclub party flyer for a New Years Eve celebration. Dark background with gold and silver confetti, champagne glasses, disco ball. Bold typography space for event name at top, date December 31st, include areas for DJ names and venue details at bottom. Luxurious and exciting vibe.",
    "mode": "max"
  }'
bash
curl -X POST https://sense.eachlabs.run/chat \
  -H "Content-Type: application/json" \
  -H "X-API-Key: $EACHLABS_API_KEY" \
  -H "Accept: text/event-stream" \
  -d '{
    "message": "Create a nightclub party flyer for a New Years Eve celebration. Dark background with gold and silver confetti, champagne glasses, disco ball. Bold typography space for event name at top, date December 31st, include areas for DJ names and venue details at bottom. Luxurious and exciting vibe.",
    "mode": "max"
  }'

2. Business Promotional Flyer

2. 商业宣传传单

bash
curl -X POST https://sense.eachlabs.run/chat \
  -H "Content-Type: application/json" \
  -H "X-API-Key: $EACHLABS_API_KEY" \
  -H "Accept: text/event-stream" \
  -d '{
    "message": "Create a professional business flyer for a digital marketing agency. Clean modern design with blue and white color scheme. Include sections for services offered (SEO, Social Media, PPC), company logo placeholder at top, contact information area at bottom. Corporate but approachable style.",
    "mode": "max"
  }'
bash
curl -X POST https://sense.eachlabs.run/chat \
  -H "Content-Type: application/json" \
  -H "X-API-Key: $EACHLABS_API_KEY" \
  -H "Accept: text/event-stream" \
  -d '{
    "message": "Create a professional business flyer for a digital marketing agency. Clean modern design with blue and white color scheme. Include sections for services offered (SEO, Social Media, PPC), company logo placeholder at top, contact information area at bottom. Corporate but approachable style.",
    "mode": "max"
  }'

3. Real Estate Listing Flyer

3. 房产房源传单

bash
curl -X POST https://sense.eachlabs.run/chat \
  -H "Content-Type: application/json" \
  -H "X-API-Key: $EACHLABS_API_KEY" \
  -H "Accept: text/event-stream" \
  -d '{
    "message": "Create a real estate listing flyer for a luxury home. Feature a beautiful modern house exterior with manicured lawn. Include prominent OPEN HOUSE banner, space for price, 4 bed 3 bath icons, square footage area, agent photo placeholder and contact details. Elegant and trustworthy design with navy and gold accents.",
    "mode": "max"
  }'
bash
curl -X POST https://sense.eachlabs.run/chat \
  -H "Content-Type: application/json" \
  -H "X-API-Key: $EACHLABS_API_KEY" \
  -H "Accept: text/event-stream" \
  -d '{
    "message": "Create a real estate listing flyer for a luxury home. Feature a beautiful modern house exterior with manicured lawn. Include prominent OPEN HOUSE banner, space for price, 4 bed 3 bath icons, square footage area, agent photo placeholder and contact details. Elegant and trustworthy design with navy and gold accents.",
    "mode": "max"
  }'

4. Restaurant/Food Flyer

4. 餐饮行业传单

bash
curl -X POST https://sense.eachlabs.run/chat \
  -H "Content-Type: application/json" \
  -H "X-API-Key: $EACHLABS_API_KEY" \
  -H "Accept: text/event-stream" \
  -d '{
    "message": "Create a restaurant flyer for an Italian pizzeria. Show a delicious wood-fired pizza with melted cheese and fresh basil. Warm rustic background with Italian flag colors subtly incorporated. Space for restaurant name, special offer (Buy 1 Get 1 Free), menu highlights, and location/phone number. Appetizing and authentic feel.",
    "mode": "max"
  }'
bash
curl -X POST https://sense.eachlabs.run/chat \
  -H "Content-Type: application/json" \
  -H "X-API-Key: $EACHLABS_API_KEY" \
  -H "Accept: text/event-stream" \
  -d '{
    "message": "Create a restaurant flyer for an Italian pizzeria. Show a delicious wood-fired pizza with melted cheese and fresh basil. Warm rustic background with Italian flag colors subtly incorporated. Space for restaurant name, special offer (Buy 1 Get 1 Free), menu highlights, and location/phone number. Appetizing and authentic feel.",
    "mode": "max"
  }'

5. Fitness/Gym Flyer

5. 健身场馆传单

bash
curl -X POST https://sense.eachlabs.run/chat \
  -H "Content-Type: application/json" \
  -H "X-API-Key: $EACHLABS_API_KEY" \
  -H "Accept: text/event-stream" \
  -d '{
    "message": "Create a gym membership flyer with high energy design. Show athletic person working out with weights, dynamic pose. Bold red and black color scheme. Large JOIN NOW text, space for membership pricing tiers, list of amenities (24/7 access, personal training, group classes), QR code placeholder for sign-up. Motivational and powerful aesthetic.",
    "mode": "max"
  }'
bash
curl -X POST https://sense.eachlabs.run/chat \
  -H "Content-Type: application/json" \
  -H "X-API-Key: $EACHLABS_API_KEY" \
  -H "Accept: text/event-stream" \
  -d '{
    "message": "Create a gym membership flyer with high energy design. Show athletic person working out with weights, dynamic pose. Bold red and black color scheme. Large JOIN NOW text, space for membership pricing tiers, list of amenities (24/7 access, personal training, group classes), QR code placeholder for sign-up. Motivational and powerful aesthetic.",
    "mode": "max"
  }'

6. Sale/Discount Flyer

6. 促销折扣传单

bash
curl -X POST https://sense.eachlabs.run/chat \
  -H "Content-Type: application/json" \
  -H "X-API-Key: $EACHLABS_API_KEY" \
  -H "Accept: text/event-stream" \
  -d '{
    "message": "Create a retail sale flyer for a Black Friday event. Dramatic black background with explosive gold and red accents. Giant UP TO 70% OFF text, countdown urgency elements, shopping bags and gift boxes imagery. Space for store name, sale dates November 24-27, and store hours. Eye-catching and urgent design that demands attention.",
    "mode": "max"
  }'
bash
curl -X POST https://sense.eachlabs.run/chat \
  -H "Content-Type: application/json" \
  -H "X-API-Key: $EACHLABS_API_KEY" \
  -H "Accept: text/event-stream" \
  -d '{
    "message": "Create a retail sale flyer for a Black Friday event. Dramatic black background with explosive gold and red accents. Giant UP TO 70% OFF text, countdown urgency elements, shopping bags and gift boxes imagery. Space for store name, sale dates November 24-27, and store hours. Eye-catching and urgent design that demands attention.",
    "mode": "max"
  }'

7. Job Fair/Recruitment Flyer

7. 招聘会/招聘传单

bash
curl -X POST https://sense.eachlabs.run/chat \
  -H "Content-Type: application/json" \
  -H "X-API-Key: $EACHLABS_API_KEY" \
  -H "Accept: text/event-stream" \
  -d '{
    "message": "Create a job fair flyer for a tech industry hiring event. Modern professional design with diverse group of business people silhouettes. Tech-inspired background with circuit patterns. WE ARE HIRING headline, list space for participating companies, event date and venue, registration QR code area. Professional blue and green gradient color scheme.",
    "mode": "max"
  }'
bash
curl -X POST https://sense.eachlabs.run/chat \
  -H "Content-Type: application/json" \
  -H "X-API-Key: $EACHLABS_API_KEY" \
  -H "Accept: text/event-stream" \
  -d '{
    "message": "Create a job fair flyer for a tech industry hiring event. Modern professional design with diverse group of business people silhouettes. Tech-inspired background with circuit patterns. WE ARE HIRING headline, list space for participating companies, event date and venue, registration QR code area. Professional blue and green gradient color scheme.",
    "mode": "max"
  }'

8. Community Event Flyer

8. 社区活动传单

bash
curl -X POST https://sense.eachlabs.run/chat \
  -H "Content-Type: application/json" \
  -H "X-API-Key: $EACHLABS_API_KEY" \
  -H "Accept: text/event-stream" \
  -d '{
    "message": "Create a community charity fundraiser flyer for a local food bank. Warm and welcoming design with volunteers helping distribute food. Soft orange and green earth tones. HELP US FEED FAMILIES headline, donation goal thermometer graphic, event details section, sponsor logo placeholders at bottom. Compassionate and community-focused design.",
    "mode": "max"
  }'
bash
curl -X POST https://sense.eachlabs.run/chat \
  -H "Content-Type: application/json" \
  -H "X-API-Key: $EACHLABS_API_KEY" \
  -H "Accept: text/event-stream" \
  -d '{
    "message": "Create a community charity fundraiser flyer for a local food bank. Warm and welcoming design with volunteers helping distribute food. Soft orange and green earth tones. HELP US FEED FAMILIES headline, donation goal thermometer graphic, event details section, sponsor logo placeholders at bottom. Compassionate and community-focused design.",
    "mode": "max"
  }'

9. Grand Opening Flyer

9. 开业宣传传单

bash
curl -X POST https://sense.eachlabs.run/chat \
  -H "Content-Type: application/json" \
  -H "X-API-Key: $EACHLABS_API_KEY" \
  -H "Accept: text/event-stream" \
  -d '{
    "message": "Create a grand opening flyer for a new coffee shop. Celebratory design with ribbon cutting imagery, coffee beans and steam. GRAND OPENING with date prominently displayed. Include first 100 customers get free coffee offer, store address, opening hours, and social media handles area. Warm brown and cream color palette with pops of festive gold.",
    "mode": "max"
  }'
bash
curl -X POST https://sense.eachlabs.run/chat \
  -H "Content-Type: application/json" \
  -H "X-API-Key: $EACHLABS_API_KEY" \
  -H "Accept: text/event-stream" \
  -d '{
    "message": "Create a grand opening flyer for a new coffee shop. Celebratory design with ribbon cutting imagery, coffee beans and steam. GRAND OPENING with date prominently displayed. Include first 100 customers get free coffee offer, store address, opening hours, and social media handles area. Warm brown and cream color palette with pops of festive gold.",
    "mode": "max"
  }'

10. Holiday/Seasonal Flyer

10. 节日/季传单

bash
curl -X POST https://sense.eachlabs.run/chat \
  -H "Content-Type: application/json" \
  -H "X-API-Key: $EACHLABS_API_KEY" \
  -H "Accept: text/event-stream" \
  -d '{
    "message": "Create a Christmas holiday sale flyer for a retail store. Festive winter wonderland design with snowflakes, Christmas trees, and wrapped presents. Red and green traditional colors with elegant gold accents. HOLIDAY SALE UP TO 50% OFF headline, space for featured products, store location and extended holiday hours. Magical and joyful atmosphere.",
    "mode": "max"
  }'
bash
curl -X POST https://sense.eachlabs.run/chat \
  -H "Content-Type: application/json" \
  -H "X-API-Key: $EACHLABS_API_KEY" \
  -H "Accept: text/event-stream" \
  -d '{
    "message": "Create a Christmas holiday sale flyer for a retail store. Festive winter wonderland design with snowflakes, Christmas trees, and wrapped presents. Red and green traditional colors with elegant gold accents. HOLIDAY SALE UP TO 50% OFF headline, space for featured products, store location and extended holiday hours. Magical and joyful atmosphere.",
    "mode": "max"
  }'

Best Practices

最佳实践

Visual Hierarchy

视觉层级

  • Headline: Make it large, bold, and immediately readable
  • Key Information: Date, time, location should be easy to find
  • Call to Action: Clear next step (Call Now, Visit Us, Register)
  • Contact Details: Phone, website, address, social media
  • 标题:使用大字号、粗体,确保一目了然
  • 关键信息:日期、时间、地点需易于查找
  • 行动号召:明确下一步操作(立即致电、到店咨询、注册)
  • 联系方式:电话、网址、地址、社交媒体账号

Design Principles

设计原则

  • Contrast: Ensure text is readable against backgrounds
  • White Space: Do not overcrowd - let the design breathe
  • Brand Consistency: Use consistent colors and fonts
  • Image Quality: Request high-resolution outputs for print
  • 对比度:确保文字在背景上清晰可读
  • 留白:不要过度拥挤,让设计有呼吸感
  • 品牌一致性:使用统一的色彩和字体
  • 图像质量:印刷用途请要求高分辨率输出

Print vs Digital

印刷 vs 数字

  • Print: Request higher resolution (300 DPI equivalent), include bleed areas
  • Digital: Optimize for screen viewing, consider file size
  • Both: Design with versatility in mind
  • 印刷:要求更高分辨率(相当于300 DPI),预留出血位
  • 数字:优化屏幕显示效果,考虑文件大小
  • 通用:设计时兼顾两种场景的适用性

Prompt Tips for Flyer Design

传单设计提示词技巧

When creating flyers, include these details in your prompt:
  1. Purpose: What is the flyer promoting?
  2. Audience: Who will see this flyer?
  3. Key Message: What is the main headline or offer?
  4. Visual Elements: Imagery, icons, or graphics needed
  5. Color Scheme: Brand colors or mood-based palette
  6. Text Areas: Space for specific text content
  7. Format: Print size or digital dimensions
  8. Style: Professional, fun, elegant, urgent, etc.
创建传单时,提示词中需包含以下细节:
  1. 用途:该传单用于推广什么?
  2. 受众:目标人群是谁?
  3. 核心信息:主标题或核心优惠是什么?
  4. 视觉元素:需要的图像、图标或图形
  5. 色彩方案:品牌色或符合氛围的配色
  6. 文本区域:需预留空间的特定文本内容
  7. 格式:印刷尺寸或数字端尺寸
  8. 风格:专业、活泼、优雅、紧迫感等

Example Prompt Structure

提示词结构示例

"Create a [purpose] flyer for [business/event].
[Visual description] with [color scheme].
Include [headline text], space for [content areas].
Target audience: [demographic].
Style: [mood/aesthetic]."
"为[企业/活动]创建一份[用途]传单。
采用[视觉描述]搭配[色彩方案]。
包含[标题文本],预留[内容区域]的空间。
目标受众:[人群特征]。
风格:[氛围/美学风格]。"

Mode Selection

模式选择

Ask your users before generating:
"Do you want fast & cheap, or high quality?"
ModeBest ForSpeedQuality
max
Final print-ready flyers, client deliverablesSlowerHighest
eco
Quick drafts, concept exploration, variationsFasterGood
生成前请询问用户:
"您想要快速低成本的版本,还是高质量的版本?"
模式适用场景速度质量
max
最终印刷用传单、客户交付物较慢最高
eco
快速草稿、概念探索、变体设计较快良好

Multi-Turn Creative Iteration

多轮创意迭代

Use
session_id
to iterate on flyer designs:
bash
undefined
使用
session_id
对传单设计进行迭代优化:
bash
undefined

Initial design

初始设计

curl -X POST https://sense.eachlabs.run/chat
-H "Content-Type: application/json"
-H "X-API-Key: $EACHLABS_API_KEY"
-H "Accept: text/event-stream"
-d '{ "message": "Create a summer beach party flyer with tropical vibes", "session_id": "beach-party-flyer-001" }'
curl -X POST https://sense.eachlabs.run/chat
-H "Content-Type: application/json"
-H "X-API-Key: $EACHLABS_API_KEY"
-H "Accept: text/event-stream"
-d '{ "message": "Create a summer beach party flyer with tropical vibes", "session_id": "beach-party-flyer-001" }'

Request modifications

请求修改

curl -X POST https://sense.eachlabs.run/chat
-H "Content-Type: application/json"
-H "X-API-Key: $EACHLABS_API_KEY"
-H "Accept: text/event-stream"
-d '{ "message": "Make the colors more vibrant and add palm tree silhouettes on the sides", "session_id": "beach-party-flyer-001" }'
curl -X POST https://sense.eachlabs.run/chat
-H "Content-Type: application/json"
-H "X-API-Key: $EACHLABS_API_KEY"
-H "Accept: text/event-stream"
-d '{ "message": "Make the colors more vibrant and add palm tree silhouettes on the sides", "session_id": "beach-party-flyer-001" }'

Generate variations

生成变体

curl -X POST https://sense.eachlabs.run/chat
-H "Content-Type: application/json"
-H "X-API-Key: $EACHLABS_API_KEY"
-H "Accept: text/event-stream"
-d '{ "message": "Create 2 more variations - one with sunset colors and one with neon night theme", "session_id": "beach-party-flyer-001" }'
undefined
curl -X POST https://sense.eachlabs.run/chat
-H "Content-Type: application/json"
-H "X-API-Key: $EACHLABS_API_KEY"
-H "Accept: text/event-stream"
-d '{ "message": "Create 2 more variations - one with sunset colors and one with neon night theme", "session_id": "beach-party-flyer-001" }'
undefined

Batch Generation for A/B Testing

A/B测试批量生成

Generate multiple design variations:
bash
undefined
生成多种设计变体:
bash
undefined

Version A - Bold and colorful

版本A - 大胆多彩

curl -X POST https://sense.eachlabs.run/chat
-H "Content-Type: application/json"
-H "X-API-Key: $EACHLABS_API_KEY"
-H "Accept: text/event-stream"
-d '{ "message": "Create a yoga studio flyer - bold colorful design with energetic sunrise theme", "mode": "eco" }'
curl -X POST https://sense.eachlabs.run/chat
-H "Content-Type: application/json"
-H "X-API-Key: $EACHLABS_API_KEY"
-H "Accept: text/event-stream"
-d '{ "message": "Create a yoga studio flyer - bold colorful design with energetic sunrise theme", "mode": "eco" }'

Version B - Minimalist and calm

版本B - 极简平静

curl -X POST https://sense.eachlabs.run/chat
-H "Content-Type: application/json"
-H "X-API-Key: $EACHLABS_API_KEY"
-H "Accept: text/event-stream"
-d '{ "message": "Create a yoga studio flyer - minimalist zen design with soft neutral colors", "mode": "eco" }'
curl -X POST https://sense.eachlabs.run/chat
-H "Content-Type: application/json"
-H "X-API-Key: $EACHLABS_API_KEY"
-H "Accept: text/event-stream"
-d '{ "message": "Create a yoga studio flyer - minimalist zen design with soft neutral colors", "mode": "eco" }'

Version C - Nature focused

版本C - 自然聚焦

curl -X POST https://sense.eachlabs.run/chat
-H "Content-Type: application/json"
-H "X-API-Key: $EACHLABS_API_KEY"
-H "Accept: text/event-stream"
-d '{ "message": "Create a yoga studio flyer - outdoor nature theme with forest and mountains", "mode": "eco" }'
undefined
curl -X POST https://sense.eachlabs.run/chat
-H "Content-Type: application/json"
-H "X-API-Key: $EACHLABS_API_KEY"
-H "Accept: text/event-stream"
-d '{ "message": "Create a yoga studio flyer - outdoor nature theme with forest and mountains", "mode": "eco" }'
undefined

Error Handling

错误处理

ErrorCauseSolution
Failed to create prediction: HTTP 422
Insufficient balanceTop up at eachlabs.ai
Content policy violationProhibited contentAdjust prompt to remove restricted elements
TimeoutComplex generationSet client timeout to minimum 10 minutes
错误原因解决方案
Failed to create prediction: HTTP 422
余额不足前往eachlabs.ai进行充值
内容政策违规包含违禁内容修改提示词,移除受限元素
超时生成任务复杂将客户端超时设置为至少10分钟

Related Skills

相关技能

  • each-sense
    - Core API documentation
  • meta-ad-creative-generation
    - Social media ad creatives
  • product-photo-generation
    - E-commerce product shots
  • poster-design-generation
    - Large format poster designs
  • each-sense
    - 核心API文档
  • meta-ad-creative-generation
    - 社交媒体广告创意生成
  • product-photo-generation
    - 电商产品图生成
  • poster-design-generation
    - 大尺寸海报设计生成