comic-panel-generation

Compare original and translation side by side

🇺🇸

Original

English
🇨🇳

Translation

Chinese

Comic Panel Generation

漫画分镜生成

Generate professional comic and manga artwork using each::sense. This skill creates single panels, multi-panel strips, full page layouts, and complete comic sequences with consistent character designs.
使用each::sense生成专业级漫画和插画作品。该技能可创建单分镜、多分镜条漫、整页布局,以及角色设计风格统一的完整漫画序列。

Features

功能特性

  • Single Panels: Individual comic panels with dynamic compositions
  • Multi-Panel Strips: Traditional 3-4 panel comic strips
  • Manga Pages: Japanese manga-style page layouts with reading flow
  • Superhero Comics: Western comic book style with bold colors and action
  • Webtoon Format: Vertical scrolling format for mobile viewing
  • Photo to Comic: Convert photos into comic/manga art style
  • Speech Bubbles: Generate panels with integrated dialogue bubbles
  • Action Sequences: Dynamic action panels with motion lines and effects
  • Character Consistency: Maintain character appearance across multiple panels
  • Cover Design: Comic book and manga cover artwork
  • 单分镜:构图动态的独立漫画分镜
  • 多分镜条漫:传统3-4格漫画条
  • 漫画页:符合阅读流程的日式漫画页面布局
  • 超级英雄漫画:色彩鲜明、充满动作感的美式漫画风格
  • 条漫格式:适配移动端的垂直滚动格式
  • 照片转漫画:将照片转换为漫画/插画风格
  • 对话气泡:生成带有内置对话气泡的分镜
  • 动作场景:带有运动线条和特效的动态动作分镜
  • 角色一致性:在多个分镜中保持角色外观统一
  • 封面设计:漫画和插画封面作品

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 single comic panel of a superhero landing dramatically on a rooftop at night, cape billowing, city lights in background",
    "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 single comic panel of a superhero landing dramatically on a rooftop at night, cape billowing, city lights in background",
    "mode": "max"
  }'

Comic Panel Formats & Sizes

漫画分镜格式与尺寸

FormatAspect RatioRecommended SizeUse Case
Single Panel1:11024x1024Social media, standalone art
Wide Panel16:91920x1080Cinematic moments, landscapes
Tall Panel9:161080x1920Dramatic reveals, webtoon
Comic Strip3:11500x5003-4 panel horizontal strips
Manga Page2:31200x1800Traditional manga layout
Webtoon1:3+800x2400+Vertical scroll format
Comic Cover2:31200x1800Book covers, thumbnails
格式宽高比推荐尺寸使用场景
单分镜1:11024x1024社交媒体、独立艺术作品
宽屏分镜16:91920x1080电影感场景、风景画
竖屏分镜9:161080x1920戏剧性揭秘、条漫
漫画条3:11500x5003-4格横向条漫
漫画页2:31200x1800传统漫画布局
条漫1:3+800x2400+垂直滚动格式
漫画封面2:31200x1800书籍封面、缩略图

Use Case Examples

使用场景示例

1. Single Comic Panel

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 single comic panel showing a detective in a noir style examining clues in a dimly lit office. Heavy shadows, black and white with selective color on a red lamp. Include dramatic lighting from venetian blinds.",
    "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 single comic panel showing a detective in a noir style examining clues in a dimly lit office. Heavy shadows, black and white with selective color on a red lamp. Include dramatic lighting from venetian blinds.",
    "mode": "max"
  }'

2. Multi-Panel Comic Strip

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 4-panel horizontal comic strip. Panel 1: A cat staring at an empty food bowl. Panel 2: Cat meowing at its sleeping owner. Panel 3: Cat knocking items off a shelf. Panel 4: Owner finally awake and annoyed, cat looking innocent. Cute cartoon style, pastel colors.",
    "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 4-panel horizontal comic strip. Panel 1: A cat staring at an empty food bowl. Panel 2: Cat meowing at its sleeping owner. Panel 3: Cat knocking items off a shelf. Panel 4: Owner finally awake and annoyed, cat looking innocent. Cute cartoon style, pastel colors.",
    "mode": "max"
  }'

3. Manga Page Layout

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 full manga page with 5-6 panels. Scene: A young samurai drawing his sword for the first time. Include dynamic panel sizes - one large panel for the dramatic sword draw moment, smaller panels for reaction shots. Black and white manga style with screentones, speed lines for action. Right-to-left reading flow.",
    "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 full manga page with 5-6 panels. Scene: A young samurai drawing his sword for the first time. Include dynamic panel sizes - one large panel for the dramatic sword draw moment, smaller panels for reaction shots. Black and white manga style with screentones, speed lines for action. Right-to-left reading flow.",
    "mode": "max"
  }'

4. Superhero Comic Style

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 superhero comic panel in classic Marvel/DC style. A female superhero with electric powers charging up, lightning crackling around her fists, dramatic low angle shot. Bold colors, heavy inks, dynamic pose, Kirby-style energy effects. Include a starburst background.",
    "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 superhero comic panel in classic Marvel/DC style. A female superhero with electric powers charging up, lightning crackling around her fists, dramatic low angle shot. Bold colors, heavy inks, dynamic pose, Kirby-style energy effects. Include a starburst background.",
    "mode": "max"
  }'

5. Webtoon Vertical Format

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 vertical webtoon-style comic segment with 3 connected scenes. Scene 1: A student walking into a mysterious antique shop. Scene 2: Close-up of a glowing amulet on a shelf. Scene 3: The shopkeeper appearing mysteriously behind them. Korean webtoon art style, soft colors, vertical scroll format optimized for mobile. 9:16 or taller aspect ratio.",
    "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 vertical webtoon-style comic segment with 3 connected scenes. Scene 1: A student walking into a mysterious antique shop. Scene 2: Close-up of a glowing amulet on a shelf. Scene 3: The shopkeeper appearing mysteriously behind them. Korean webtoon art style, soft colors, vertical scroll format optimized for mobile. 9:16 or taller aspect ratio.",
    "mode": "max"
  }'

6. Photo to Comic Conversion

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": "Convert this photo into a comic book style illustration. Apply bold black outlines, halftone dots for shading, vibrant pop art colors. Make it look like a panel from a graphic novel. Keep the composition but stylize all elements.",
    "mode": "max",
    "image_urls": ["https://example.com/portrait-photo.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": "Convert this photo into a comic book style illustration. Apply bold black outlines, halftone dots for shading, vibrant pop art colors. Make it look like a panel from a graphic novel. Keep the composition but stylize all elements.",
    "mode": "max",
    "image_urls": ["https://example.com/portrait-photo.jpg"]
  }'

7. Speech Bubble Generation

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 comic panel with two characters arguing. Include speech bubbles with placeholder text areas. Character 1 (angry businessman): large jagged speech bubble for shouting. Character 2 (calm woman): regular oval speech bubble for response. Also include a thought bubble above the woman showing she is unimpressed. Western comic 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 comic panel with two characters arguing. Include speech bubbles with placeholder text areas. Character 1 (angry businessman): large jagged speech bubble for shouting. Character 2 (calm woman): regular oval speech bubble for response. Also include a thought bubble above the woman showing she is unimpressed. Western comic style.",
    "mode": "max"
  }'

8. Action Sequence Panels

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 3-panel action sequence showing a martial arts fight. Panel 1: Fighter A launching a flying kick (motion blur, speed lines). Panel 2: Impact moment with dramatic POW effect and motion burst. Panel 3: Fighter B crashing through wooden crates. Manga action style with heavy use of speed lines, impact effects, and dynamic camera angles.",
    "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 3-panel action sequence showing a martial arts fight. Panel 1: Fighter A launching a flying kick (motion blur, speed lines). Panel 2: Impact moment with dramatic POW effect and motion burst. Panel 3: Fighter B crashing through wooden crates. Manga action style with heavy use of speed lines, impact effects, and dynamic camera angles.",
    "mode": "max"
  }'

9. Consistent Character Across Panels

9. 多分镜角色一致性

bash
undefined
bash
undefined

First panel - establish character

第一个分镜 - 设定角色

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 comic panel introducing a character: A teenage girl with short blue hair, large round glasses, wearing a yellow raincoat. She is looking up at the rain with wonder. Anime/manga style, soft colors. This is panel 1 of a series - I need to maintain her appearance in future panels.", "session_id": "comic-rainy-day-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 comic panel introducing a character: A teenage girl with short blue hair, large round glasses, wearing a yellow raincoat. She is looking up at the rain with wonder. Anime/manga style, soft colors. This is panel 1 of a series - I need to maintain her appearance in future panels.", "session_id": "comic-rainy-day-001", "mode": "max" }'

Second panel - same character, different scene

第二个分镜 - 同一角色,不同场景

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 panel 2 with the same blue-haired girl with glasses and yellow raincoat. Now she is jumping in a puddle, splashing water, with a big smile. Maintain the exact same character design and art style from panel 1.", "session_id": "comic-rainy-day-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 panel 2 with the same blue-haired girl with glasses and yellow raincoat. Now she is jumping in a puddle, splashing water, with a big smile. Maintain the exact same character design and art style from panel 1.", "session_id": "comic-rainy-day-001", "mode": "max" }'

Third panel - continue the story

第三个分镜 - 延续故事

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 panel 3: Same character discovers a small frog on a lily pad in the puddle. She kneels down, delighted. Keep her blue hair, round glasses, yellow raincoat consistent. Same manga art style.", "session_id": "comic-rainy-day-001", "mode": "max" }'
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 panel 3: Same character discovers a small frog on a lily pad in the puddle. She kneels down, delighted. Keep her blue hair, round glasses, yellow raincoat consistent. Same manga art style.", "session_id": "comic-rainy-day-001", "mode": "max" }'
undefined

10. Comic Cover Design

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 comic book cover for issue #1 of SHADOW KNIGHTS. Feature a team of 4 heroes in dramatic poses - a knight with a glowing sword, an archer with shadow powers, a mage with fire magic, and a rogue with dual daggers. Dark fantasy style, dramatic lighting from below, epic composition. Leave space at the top for the title logo and bottom for issue number and barcode area. 2:3 aspect ratio.",
    "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 comic book cover for issue #1 of SHADOW KNIGHTS. Feature a team of 4 heroes in dramatic poses - a knight with a glowing sword, an archer with shadow powers, a mage with fire magic, and a rogue with dual daggers. Dark fantasy style, dramatic lighting from below, epic composition. Leave space at the top for the title logo and bottom for issue number and barcode area. 2:3 aspect ratio.",
    "mode": "max"
  }'

Comic Art Styles

漫画艺术风格

StyleDescriptionBest For
Western ComicsBold lines, vibrant colors, dynamic posesSuperhero, action
MangaClean lines, screentones, expressive eyesDrama, romance, action
WebtoonSoft colors, detailed backgrounds, vertical flowRomance, fantasy, slice of life
NoirHigh contrast, shadows, limited paletteDetective, thriller
CartoonSimplified shapes, exaggerated expressionsComedy, kids content
Graphic NovelDetailed, realistic proportionsMature themes, literary
Pop ArtBold colors, halftones, stylizedModern, artistic
风格描述适用场景
美式漫画线条粗犷、色彩鲜艳、动作感强超级英雄、动作题材
日式漫画线条简洁、网点纸、表情生动剧情、恋爱、动作题材
条漫色彩柔和、背景细致、垂直排版恋爱、奇幻、日常题材
黑色电影风格高对比度、阴影浓重、配色有限侦探、惊悚题材
卡通风格造型简化、表情夸张喜剧、儿童内容
图像小说细节丰富、比例写实成熟主题、文学性内容
波普艺术色彩大胆、半色调网点、风格化现代、艺术向内容

Prompt Tips for Comic Generation

漫画生成提示词技巧

When creating comic panels, include these details in your prompt:
  1. Panel Layout: Single panel, multi-panel strip, full page, or vertical scroll
  2. Art Style: Manga, Western comic, webtoon, noir, cartoon, etc.
  3. Action/Scene: What is happening in each panel
  4. Characters: Describe appearance, expressions, poses
  5. Composition: Camera angle, focal point, dramatic elements
  6. Effects: Speed lines, impact effects, screentones, lighting
  7. Dialogue Space: Request speech/thought bubbles if needed
  8. Reading Flow: Left-to-right (Western) or right-to-left (manga)
生成漫画分镜时,提示词中需包含以下细节:
  1. 分镜布局:单分镜、多分镜条漫、整页或垂直滚动
  2. 艺术风格:日式漫画、美式漫画、条漫、黑色电影风格、卡通等
  3. 动作/场景:每个分镜中的内容
  4. 角色:外貌、表情、姿势描述
  5. 构图:拍摄角度、焦点、戏剧性元素
  6. 特效:运动线条、冲击效果、网点纸、光线
  7. 对话空间:如需对话/思考气泡请说明
  8. 阅读顺序:从左到右(美式)或从右到左(日式漫画)

Example Prompt Structure

提示词结构示例

"Create a [panel count/layout] comic in [art style] style.
[Panel-by-panel description of action/scene].
Characters: [descriptions].
Include [effects: speed lines, speech bubbles, etc.].
[Color/mood]: [palette preferences]."
"Create a [panel count/layout] comic in [art style] style.
[Panel-by-panel description of action/scene].
Characters: [descriptions].
Include [effects: speed lines, speech bubbles, etc.].
[Color/mood]: [palette preferences]."

Mode Selection

模式选择

Ask your users before generating:
"Do you want fast & cheap, or high quality?"
ModeBest ForSpeedQuality
max
Final artwork, print-ready comics, detailed pagesSlowerHighest
eco
Quick drafts, storyboarding, concept explorationFasterGood
生成前请询问用户:
"您需要快速低成本的版本,还是高质量版本?"
模式适用场景速度质量
max
最终成品、可印刷漫画、细节丰富的页面较慢最高
eco
快速草稿、故事板、概念探索较快良好

Multi-Turn Comic Creation

多轮漫画创作

Use
session_id
to build a complete comic across multiple requests:
bash
undefined
使用
session_id
在多次请求中构建完整漫画:
bash
undefined

Page 1 - Establish the story

第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 page 1 of a sci-fi manga. A space bounty hunter enters a seedy alien bar. 4 panels: exterior shot of neon-lit bar, hunter walking in (silhouette), aliens turning to look, close-up of hunters determined eyes.", "session_id": "space-bounty-comic" }'
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 page 1 of a sci-fi manga. A space bounty hunter enters a seedy alien bar. 4 panels: exterior shot of neon-lit bar, hunter walking in (silhouette), aliens turning to look, close-up of hunters determined eyes.", "session_id": "space-bounty-comic" }'

Page 2 - Continue the narrative

第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 page 2 continuing the scene. The hunter approaches a table of alien criminals. Include panels showing: the target alien recognizing danger, the hunters hand reaching for a weapon, tension building. Same art style as page 1.", "session_id": "space-bounty-comic" }'
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 page 2 continuing the scene. The hunter approaches a table of alien criminals. Include panels showing: the target alien recognizing danger, the hunters hand reaching for a weapon, tension building. Same art style as page 1.", "session_id": "space-bounty-comic" }'

Request style adjustment

请求调整风格

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": "Recreate page 2 but with more dramatic lighting - add more shadows and a red color accent from the bar neon signs. Keep all other elements the same.", "session_id": "space-bounty-comic" }'
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": "Recreate page 2 but with more dramatic lighting - add more shadows and a red color accent from the bar neon signs. Keep all other elements the same.", "session_id": "space-bounty-comic" }'
undefined

Batch Generation for Comic Projects

批量生成漫画项目

Generate multiple pages or variations efficiently:
bash
undefined
高效生成多页漫画或不同变体:
bash
undefined

Cover 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 a manga cover - a magical girl transformation scene, sparkles and ribbons, dramatic pose", "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 manga cover - a magical girl transformation scene, sparkles and ribbons, dramatic pose", "mode": "eco" }'

Alternative cover style

替代封面风格

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 the same magical girl cover but in darker, more mature art style - less sparkles, more dramatic shadows", "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 the same magical girl cover but in darker, more mature art style - less sparkles, more dramatic shadows", "mode": "eco" }'

Western comic adaptation

美式漫画改编

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 the magical girl transformation but in Western superhero comic style - bold colors, heavy inks, more muscular proportions", "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 the magical girl transformation but in Western superhero comic style - bold colors, heavy inks, more muscular proportions", "mode": "eco" }'
undefined

Error Handling

错误处理

ErrorCauseSolution
Failed to create prediction: HTTP 422
Insufficient balanceTop up at eachlabs.ai
Content policy violationProhibited contentAdjust prompt to avoid violent/adult content
TimeoutComplex multi-panel generationSet client timeout to minimum 10 minutes
Character inconsistencyNew session or vague descriptionUse same session_id, provide detailed character descriptions
错误原因解决方案
Failed to create prediction: HTTP 422
余额不足在eachlabs.ai进行充值
内容政策违规包含违禁内容调整提示词,避免暴力/成人内容
超时多分镜生成过于复杂将客户端超时设置为至少10分钟
角色不一致新会话或描述模糊使用相同的session_id,提供详细的角色描述

Related Skills

相关技能

  • each-sense
    - Core API documentation
  • photo-to-illustration
    - Convert photos to various art styles
  • character-design-generation
    - Create consistent character sheets
  • storyboard-generation
    - Create visual storyboards for animation
  • each-sense
    - 核心API文档
  • photo-to-illustration
    - 将照片转换为多种艺术风格
  • character-design-generation
    - 创建风格统一的角色设定表
  • storyboard-generation
    - 为动画创建视觉故事板