poster-design-generation

Compare original and translation side by side

🇺🇸

Original

English
🇨🇳

Translation

Chinese

Poster Design Generation

海报设计生成

Generate stunning, professional poster designs using each::sense. This skill creates high-quality poster artwork for movies, events, products, travel, sports, social causes, and various creative applications.
使用each::sense生成精美、专业的海报设计。该技能可为电影、活动、产品、旅行、体育、社会公益及各类创意场景制作高质量海报作品。

Features

功能特性

  • Movie Posters: Cinematic key art with dramatic compositions and typography space
  • Event/Concert Posters: Eye-catching promotional materials for live events
  • Motivational Posters: Inspirational designs with impactful imagery
  • Product Launch Posters: Commercial visuals for product announcements
  • Minimalist Art Posters: Clean, modern aesthetic designs
  • Vintage/Retro Posters: Classic styles from various eras
  • Travel Destination Posters: Tourism and wanderlust-inspiring visuals
  • Sports Event Posters: Dynamic athletic promotional materials
  • Educational/Infographic Posters: Information-rich visual designs
  • Social Cause Posters: Awareness and advocacy campaign visuals
  • 电影海报:具有戏剧化构图和文字排版空间的电影级主视觉
  • 活动/演唱会海报:吸睛的现场活动宣传物料
  • 励志海报:带有感染力图像的励志设计
  • 产品发布海报:用于产品发布的商业视觉素材
  • 极简艺术海报:简洁、现代的美学设计
  • 复古风格海报:来自不同年代的经典风格
  • 旅行目的地海报:激发旅游欲望的视觉素材
  • 体育赛事海报:充满动感的体育宣传物料
  • 教育/信息图海报:信息丰富的视觉设计
  • 社会公益海报:用于公益宣传和倡导活动的视觉素材

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 dramatic movie poster for a sci-fi thriller, dark atmosphere with neon accents, leave space at top for title",
    "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 dramatic movie poster for a sci-fi thriller, dark atmosphere with neon accents, leave space at top for title",
    "mode": "max"
  }'

Common Poster Sizes & Formats

常见海报尺寸与格式

TypeAspect RatioRecommended SizeUse Case
Movie Poster2:31080x1620Theater posters, key art
Event Poster11:171100x1700Concert flyers, event promos
Square Poster1:11080x1080Social media, album art
Horizontal16:91920x1080Digital displays, banners
Vertical9:161080x1920Mobile, digital signage
A-Series~1:1.4142480x3508 (A4)Print posters
类型宽高比推荐尺寸使用场景
电影海报2:31080x1620影院海报、主视觉
活动海报11:171100x1700演唱会传单、活动宣传
方形海报1:11080x1080社交媒体、专辑封面
横向海报16:91920x1080数字显示屏、横幅
纵向海报9:161080x1920移动端、数字标牌
A系列海报~1:1.4142480x3508 (A4)印刷海报

Use Case Examples

使用场景示例

1. Movie Poster Design

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 2:3 movie poster for a psychological thriller. A silhouette of a man standing at the edge of a foggy cliff, moody blue and grey tones, cinematic lighting with dramatic shadows. Leave space at the top third for the movie title and bottom for credits. Hollywood blockbuster quality.",
    "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 2:3 movie poster for a psychological thriller. A silhouette of a man standing at the edge of a foggy cliff, moody blue and grey tones, cinematic lighting with dramatic shadows. Leave space at the top third for the movie title and bottom for credits. Hollywood blockbuster quality.",
    "mode": "max"
  }'

2. Event/Concert Poster

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": "Design an 11:17 concert poster for an electronic music festival. Vibrant neon colors, abstract geometric shapes, laser beams and light effects, futuristic cyberpunk aesthetic. Include visual space for artist names at the top and event details at the bottom. High energy, rave culture vibes.",
    "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": "Design an 11:17 concert poster for an electronic music festival. Vibrant neon colors, abstract geometric shapes, laser beams and light effects, futuristic cyberpunk aesthetic. Include visual space for artist names at the top and event details at the bottom. High energy, rave culture vibes.",
    "mode": "max"
  }'

3. Motivational Poster

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 an inspirational motivational poster. A lone climber reaching the summit of a mountain at sunrise, golden light breaking through clouds, epic landscape vista. Vertical 2:3 format with space at the bottom for an inspirational quote. Awe-inspiring, triumphant mood.",
    "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 an inspirational motivational poster. A lone climber reaching the summit of a mountain at sunrise, golden light breaking through clouds, epic landscape vista. Vertical 2:3 format with space at the bottom for an inspirational quote. Awe-inspiring, triumphant mood.",
    "mode": "max"
  }'

4. Product Launch Poster

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": "Design a sleek product launch poster for a new smartphone. The phone floating in center with dynamic light trails and particle effects around it, dark premium background with subtle gradient. Modern tech aesthetic, Apple-style minimalism. 2:3 vertical format with space for product name and tagline.",
    "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": "Design a sleek product launch poster for a new smartphone. The phone floating in center with dynamic light trails and particle effects around it, dark premium background with subtle gradient. Modern tech aesthetic, Apple-style minimalism. 2:3 vertical format with space for product name and tagline.",
    "mode": "max"
  }'

5. Minimalist Art Poster

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 minimalist art poster in the style of Scandinavian design. Simple geometric shapes, limited color palette of terracotta, sage green, and cream. Abstract composition suggesting a landscape. Clean lines, modern aesthetic suitable for home decor. 3:4 vertical format.",
    "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 minimalist art poster in the style of Scandinavian design. Simple geometric shapes, limited color palette of terracotta, sage green, and cream. Abstract composition suggesting a landscape. Clean lines, modern aesthetic suitable for home decor. 3:4 vertical format.",
    "mode": "max"
  }'

6. Vintage/Retro Poster

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": "Design a vintage 1950s travel poster style artwork. Classic American diner scene with neon signs, chrome details, and a classic car. Retro color palette with faded pastels, mid-century illustration style with visible brush strokes. Include decorative border typical of the era. 2:3 format.",
    "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": "Design a vintage 1950s travel poster style artwork. Classic American diner scene with neon signs, chrome details, and a classic car. Retro color palette with faded pastels, mid-century illustration style with visible brush strokes. Include decorative border typical of the era. 2:3 format.",
    "mode": "max"
  }'

7. Travel Destination Poster

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 travel poster for Tokyo, Japan. Cherry blossoms in the foreground, Mount Fuji in the distance, traditional temples mixed with modern skyscrapers. Warm sunset colors, dreamy wanderlust aesthetic. Art deco travel poster style with bold shapes. 2:3 vertical with space for destination name at bottom.",
    "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 travel poster for Tokyo, Japan. Cherry blossoms in the foreground, Mount Fuji in the distance, traditional temples mixed with modern skyscrapers. Warm sunset colors, dreamy wanderlust aesthetic. Art deco travel poster style with bold shapes. 2:3 vertical with space for destination name at bottom.",
    "mode": "max"
  }'

8. Sports Event Poster

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": "Design a dynamic basketball championship poster. Action shot of a player mid-dunk, explosive energy with motion blur and particle effects, dramatic stadium lighting. Bold colors - deep blue and orange. High contrast, intense competitive spirit. 11:17 format with space for event title and date.",
    "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": "Design a dynamic basketball championship poster. Action shot of a player mid-dunk, explosive energy with motion blur and particle effects, dramatic stadium lighting. Bold colors - deep blue and orange. High contrast, intense competitive spirit. 11:17 format with space for event title and date.",
    "mode": "max"
  }'

9. Educational/Infographic Poster

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 an educational poster about the solar system. Visually stunning representation of planets in orbit around the sun, accurate relative sizes and colors, space background with stars and nebulae. Scientific but visually appealing, suitable for a classroom or museum. 16:9 horizontal format with areas for planet labels.",
    "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 an educational poster about the solar system. Visually stunning representation of planets in orbit around the sun, accurate relative sizes and colors, space background with stars and nebulae. Scientific but visually appealing, suitable for a classroom or museum. 16:9 horizontal format with areas for planet labels.",
    "mode": "max"
  }'

10. Social Cause/Awareness Poster

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": "Design a powerful environmental awareness poster about ocean conservation. A beautiful sea turtle swimming through crystal clear water, but with subtle hints of pollution in the background. Emotional, thought-provoking imagery that inspires action. Blue and green tones. 2:3 vertical format with space for campaign message.",
    "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": "Design a powerful environmental awareness poster about ocean conservation. A beautiful sea turtle swimming through crystal clear water, but with subtle hints of pollution in the background. Emotional, thought-provoking imagery that inspires action. Blue and green tones. 2:3 vertical format with space for campaign message.",
    "mode": "max"
  }'

Best Practices

最佳实践

Composition & Layout

构图与布局

  • Typography Space: Always request space for titles, headlines, and text overlays
  • Safe Zones: Leave margins for print bleeding and important content
  • Focal Point: Define a clear visual hierarchy and center of attention
  • Balance: Specify if you want symmetrical or asymmetrical composition
  • 文字排版空间:始终预留标题、副标题及文字叠加的空间
  • 安全区域:为印刷出血和重要内容留出边距
  • 视觉焦点:明确清晰的视觉层级和注意力中心
  • 平衡感:说明你想要对称还是不对称的构图

Visual Style

视觉风格

  • Color Palette: Mention specific colors or mood-based palettes (warm, cool, vibrant, muted)
  • Lighting: Describe lighting direction, quality, and atmosphere
  • Style Reference: Reference art movements, eras, or specific design styles
  • Texture: Request specific textures (grain, noise, paper, digital clean)
  • 调色板:提及特定颜色或基于氛围的调色板(暖色、冷色、鲜艳、柔和)
  • 光影:描述光线方向、质感和氛围
  • 风格参考:参考艺术运动、年代或特定设计风格
  • 纹理:要求特定纹理(颗粒感、噪点、纸质、数字高清)

Format Guidelines

格式规范

  • Aspect Ratio: Always specify the desired ratio for your use case
  • Resolution: Higher resolution for print, standard for digital
  • Orientation: Vertical (portrait) is standard for most posters
  • 宽高比:始终指定符合你使用场景的比例
  • 分辨率:印刷用高分辨率,数字用标准分辨率
  • 方向:纵向(竖版)是大多数海报的标准格式

Prompt Tips for Poster Design

海报设计提示词技巧

When creating poster designs, include these details in your prompt:
  1. Purpose: What is the poster for? (movie, event, product, etc.)
  2. Format: Specify aspect ratio (2:3, 11:17, 1:1, etc.)
  3. Style: Art style or era (minimalist, vintage, modern, etc.)
  4. Subject: Main visual elements and composition
  5. Color Palette: Specific colors or mood-based palette
  6. Typography Space: Where text will be placed
  7. Mood/Atmosphere: Emotional tone of the design
创建海报设计时,在提示词中包含以下细节:
  1. 用途:海报的用途是什么?(电影、活动、产品等)
  2. 格式:指定宽高比(2:3、11:17、1:1等)
  3. 风格:艺术风格或年代(极简、复古、现代等)
  4. 主题:主要视觉元素和构图
  5. 调色板:特定颜色或基于氛围的调色板
  6. 文字排版空间:文字的放置位置
  7. 氛围/情绪:设计的情感基调

Example Prompt Structure

提示词结构示例

"Create a [format/ratio] [type] poster for [purpose].
[Visual description of main subject and composition].
[Style and aesthetic references].
[Color palette and lighting].
Leave space at [position] for [text elements]."
"Create a [format/ratio] [type] poster for [purpose].
[Visual description of main subject and composition].
[Style and aesthetic references].
[Color palette and lighting].
Leave space at [position] for [text elements]."

Mode Selection

模式选择

Ask your users before generating:
"Do you want fast & cheap, or high quality?"
ModeBest ForSpeedQuality
max
Final poster designs, print-ready artworkSlowerHighest
eco
Quick drafts, concept exploration, style testingFasterGood
生成前询问用户:
"你想要快速低成本,还是高质量?"
模式适用场景速度质量
max
最终海报设计、可印刷作品较慢最高
eco
快速草稿、概念探索、风格测试较快良好

Multi-Turn Creative Iteration

多轮创意迭代

Use
session_id
to iterate on poster designs:
bash
undefined
使用
session_id
迭代海报设计:
bash
undefined

Initial concept

初始概念

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 movie poster for a horror film, dark forest setting with fog", "session_id": "horror-poster-001", "mode": "max" }'
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 movie poster for a horror film, dark forest setting with fog", "session_id": "horror-poster-001", "mode": "max" }'

Refine the 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": "Add a creepy abandoned house in the background, and make the color palette more red and black", "session_id": "horror-poster-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": "Add a creepy abandoned house in the background, and make the color palette more red and black", "session_id": "horror-poster-001" }'

Request 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 with different compositions - one more minimal, one more intense", "session_id": "horror-poster-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 with different compositions - one more minimal, one more intense", "session_id": "horror-poster-001" }'
undefined

Poster Series Generation

系列海报生成

Generate consistent poster series for campaigns:
bash
undefined
为活动生成风格统一的系列海报:
bash
undefined

Series poster 1

系列海报1

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 poster 1 of 4 for a summer music festival series. Beach sunset theme, vibrant orange and pink. Feature a DJ silhouette.", "session_id": "festival-series-2024", "mode": "max" }'
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 poster 1 of 4 for a summer music festival series. Beach sunset theme, vibrant orange and pink. Feature a DJ silhouette.", "session_id": "festival-series-2024", "mode": "max" }'

Series poster 2 (maintains consistency)

系列海报2(保持风格统一)

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 poster 2 of 4 for the same series. Same color palette and style, but feature a live band on stage.", "session_id": "festival-series-2024" }'
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 poster 2 of 4 for the same series. Same color palette and style, but feature a live band on stage.", "session_id": "festival-series-2024" }'
undefined

Using Reference Images

使用参考图片

Enhance poster generation with reference images:
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 movie poster using this actor photo as the main character. Dramatic noir style, high contrast black and white with one accent color (red). Add rain effects and city silhouette in background.",
    "mode": "max",
    "image_urls": ["https://example.com/actor-portrait.jpg"]
  }'
借助参考图片优化海报生成:
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 movie poster using this actor photo as the main character. Dramatic noir style, high contrast black and white with one accent color (red). Add rain effects and city silhouette in background.",
    "mode": "max",
    "image_urls": ["https://example.com/actor-portrait.jpg"]
  }'

Error Handling

错误处理

ErrorCauseSolution
Failed to create prediction: HTTP 422
Insufficient balanceTop up at eachlabs.ai
Content policy violationProhibited contentAdjust prompt to comply with content policies
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
  • image-generation
    - General image generation
  • each-sense
    - 核心API文档
  • meta-ad-creative-generation
    - 社交媒体广告创意
  • product-photo-generation
    - 电商产品拍摄
  • image-generation
    - 通用图像生成