anime-avatar-generation

Compare original and translation side by side

🇺🇸

Original

English
🇨🇳

Translation

Chinese

Anime Avatar Generation

动漫头像生成

Generate stunning anime-style avatars and characters using each::sense. This skill transforms photos into anime art, creates original anime characters, and produces various anime styles from Ghibli to cyberpunk.
使用each::sense生成惊艳的动漫风格头像与角色。该技能可将照片转换为动漫艺术作品,创建原创动漫角色,并生成从吉卜力到赛博朋克等多种动漫风格。

Features

功能特性

  • Photo to Anime: Transform real photos into anime-style artwork
  • Ghibli Style: Studio Ghibli-inspired soft, whimsical characters
  • Manga Style: Black and white or toned manga character art
  • Cyberpunk Anime: Neon-lit futuristic anime aesthetics
  • Chibi Avatars: Cute, super-deformed character styles
  • Profile Pictures: Optimized anime avatars for social media
  • Full Body Characters: Complete character designs with outfits
  • Character Sheets: Multiple angles for consistent character reference
  • 照片转动漫:将真实照片转换为动漫风格艺术作品
  • 吉卜力风格:吉卜力工作室灵感的柔和、奇幻角色
  • 漫画风格:黑白或色调丰富的漫画角色艺术
  • 赛博朋克动漫:霓虹灯光的未来派动漫美学
  • Q版(Chibi)头像:可爱的超变形角色风格
  • 个人资料头像:为社交媒体优化的动漫头像
  • 全身角色:包含服装的完整角色设计
  • 角色设定图:多视角的统一角色参考图

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 an anime avatar of a young woman with long blue hair and golden eyes, soft lighting, studio 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 an anime avatar of a young woman with long blue hair and golden eyes, soft lighting, studio quality",
    "mode": "max"
  }'

Anime Style Reference

动漫风格参考

StyleDescriptionBest For
GhibliSoft colors, whimsical, hand-drawn feelWarm, nostalgic portraits
MangaBlack/white, dynamic lines, expressiveComic-style characters
CyberpunkNeon colors, futuristic, tech elementsEdgy profile pictures
ChibiSuper-deformed, cute, big head/small bodyMascots, emotes
ShonenBold, action-oriented, dramaticMale characters, heroes
ShojoSoft, romantic, sparkly effectsFemale characters, idols
SeinenRealistic proportions, mature styleProfessional avatars
风格描述适用场景
Ghibli柔和色彩、奇幻风格、手绘质感温暖怀旧的肖像
Manga黑白、动感线条、表现力强漫画风格角色
Cyberpunk霓虹色彩、未来主义、科技元素前卫的个人资料头像
Chibi超变形、可爱、大头小身吉祥物、表情符号
Shonen大胆、动作导向、戏剧性男性角色、英雄
Shojo柔和、浪漫、闪耀效果女性角色、偶像
Seinen写实比例、成熟风格专业头像

Use Case Examples

用例示例

1. Photo to Anime Conversion

1. 照片转动漫

Transform a real photo into anime-style artwork.
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 to anime style. Keep the facial features recognizable but transform it into a beautiful anime portrait with vibrant colors and soft shading.",
    "mode": "max",
    "image_urls": ["https://example.com/my-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 to anime style. Keep the facial features recognizable but transform it into a beautiful anime portrait with vibrant colors and soft shading.",
    "mode": "max",
    "image_urls": ["https://example.com/my-photo.jpg"]
  }'

2. Ghibli Style Avatar

2. 吉卜力风格头像

Create a Studio Ghibli-inspired character portrait.
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 Studio Ghibli style portrait of a young girl with short brown hair, wearing a simple blue dress. Soft watercolor aesthetic, gentle expression, surrounded by nature with small forest spirits in the background. Hayao Miyazaki inspired art 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 Studio Ghibli style portrait of a young girl with short brown hair, wearing a simple blue dress. Soft watercolor aesthetic, gentle expression, surrounded by nature with small forest spirits in the background. Hayao Miyazaki inspired art style.",
    "mode": "max"
  }'

3. Manga Style Character

3. 漫画风格角色

Generate a black and white manga-style character.
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 manga-style character portrait in black and white. A confident male protagonist with spiky black hair, sharp eyes, wearing a school uniform. Dynamic pose, dramatic shading with screentones, shonen manga 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 manga-style character portrait in black and white. A confident male protagonist with spiky black hair, sharp eyes, wearing a school uniform. Dynamic pose, dramatic shading with screentones, shonen manga aesthetic.",
    "mode": "max"
  }'

4. Cyberpunk Anime Style

4. 赛博朋克动漫风格

Create a futuristic neon-lit anime character.
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 cyberpunk anime character. A hacker girl with short neon pink hair with cyan highlights, cybernetic eye implants, wearing a leather jacket with glowing circuit patterns. Dark urban background with neon signs, rain, and holographic advertisements. Ghost in the Shell meets Akira 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 cyberpunk anime character. A hacker girl with short neon pink hair with cyan highlights, cybernetic eye implants, wearing a leather jacket with glowing circuit patterns. Dark urban background with neon signs, rain, and holographic advertisements. Ghost in the Shell meets Akira aesthetic.",
    "mode": "max"
  }'

5. Chibi Style Avatar

5. Q版(Chibi)风格头像

Generate a cute super-deformed character.
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 chibi anime avatar. A cute girl with big sparkly purple eyes, long wavy pink hair with star clips, wearing a magical girl outfit with ribbons and bows. Super deformed proportions with big head and small body, kawaii expression, pastel color palette, simple clean 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 chibi anime avatar. A cute girl with big sparkly purple eyes, long wavy pink hair with star clips, wearing a magical girl outfit with ribbons and bows. Super deformed proportions with big head and small body, kawaii expression, pastel color palette, simple clean background.",
    "mode": "max"
  }'

6. Anime Profile Picture

6. 动漫个人资料头像

Create an optimized avatar for social media profiles.
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 1:1 square anime profile picture. A mysterious character with silver hair covering one eye, heterochromia (one blue eye, one red eye), wearing a high-collar black coat. Dramatic lighting from the side, dark elegant background. The composition should work well as a small avatar icon.",
    "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 1:1 square anime profile picture. A mysterious character with silver hair covering one eye, heterochromia (one blue eye, one red eye), wearing a high-collar black coat. Dramatic lighting from the side, dark elegant background. The composition should work well as a small avatar icon.",
    "mode": "max"
  }'

7. Full Body Anime Character

7. 全身动漫角色

Design a complete character with outfit and pose.
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 body anime character design. A female warrior with long red hair in a ponytail, green eyes, wearing ornate silver armor with a flowing cape. She holds a glowing magical sword. Dynamic standing pose, fantasy setting with castle in the background. High detail anime illustration 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 full body anime character design. A female warrior with long red hair in a ponytail, green eyes, wearing ornate silver armor with a flowing cape. She holds a glowing magical sword. Dynamic standing pose, fantasy setting with castle in the background. High detail anime illustration style.",
    "mode": "max"
  }'

8. Anime Couple/Group

8. 动漫情侣/群组

Generate multiple characters in one scene.
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 anime illustration of a couple. A tall guy with messy black hair and glasses wearing a casual hoodie, and a shorter girl with twin-tail blonde hair wearing a sundress. They are standing together at a summer festival, holding hands, with fireworks in the night sky behind them. Romantic shojo anime 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 an anime illustration of a couple. A tall guy with messy black hair and glasses wearing a casual hoodie, and a shorter girl with twin-tail blonde hair wearing a sundress. They are standing together at a summer festival, holding hands, with fireworks in the night sky behind them. Romantic shojo anime style.",
    "mode": "max"
  }'

9. Anime with Specific Hair/Eye Colors

9. 指定发色/瞳色的动漫角色

Create a character with precise color specifications.
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 anime character with very specific colors: gradient hair that transitions from deep purple at the roots to lavender at the tips, bright amber eyes with a subtle golden glow, pale skin with a slight blush. The character should have an elegant hairstyle with braids and loose strands. Portrait shot, soft dreamy lighting, flower petals floating around.",
    "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 anime character with very specific colors: gradient hair that transitions from deep purple at the roots to lavender at the tips, bright amber eyes with a subtle golden glow, pale skin with a slight blush. The character should have an elegant hairstyle with braids and loose strands. Portrait shot, soft dreamy lighting, flower petals floating around.",
    "mode": "max"
  }'

10. Anime Character Sheet (Multiple Angles)

10. 动漫角色设定图(多视角)

Generate a reference sheet with multiple views for consistency.
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 anime character reference sheet with multiple angles. The character is a young male mage with medium-length teal hair and bright orange eyes, wearing a wizard robe with gold trim. Show front view, side view (profile), 3/4 view, and back view on a clean white background. Include close-up details of the face and any accessories. Professional character design sheet 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 an anime character reference sheet with multiple angles. The character is a young male mage with medium-length teal hair and bright orange eyes, wearing a wizard robe with gold trim. Show front view, side view (profile), 3/4 view, and back view on a clean white background. Include close-up details of the face and any accessories. Professional character design sheet format.",
    "mode": "max"
  }'

Mode Selection

模式选择

Ask your users before generating:
"Do you want fast & cheap, or high quality?"
ModeBest ForSpeedQuality
max
Final avatars, profile pictures, character designsSlowerHighest
eco
Quick drafts, exploring styles, iterationFasterGood
生成前请询问用户:
"您想要快速低成本,还是高质量?"
模式适用场景速度质量
max
最终头像、个人资料头像、角色设计较慢最高
eco
快速草稿、风格探索、迭代较快良好

Multi-Turn Character Refinement

多轮角色优化

Use
session_id
to iterate on character designs:
bash
undefined
使用
session_id
迭代角色设计:
bash
undefined

Initial character 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 an anime character - a mysterious ninja with dark clothing", "session_id": "ninja-character-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 an anime character - a mysterious ninja with dark clothing", "session_id": "ninja-character-design" }'

Refine based on feedback

根据反馈优化

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": "I like it but make the character female, add a red scarf, and give her white hair", "session_id": "ninja-character-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": "I like it but make the character female, add a red scarf, and give her white hair", "session_id": "ninja-character-design" }'

Request style variation

请求风格变体

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": "Now create the same character but in chibi style", "session_id": "ninja-character-design" }'
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": "Now create the same character but in chibi style", "session_id": "ninja-character-design" }'
undefined

Style Consistency Across Multiple Characters

多角色风格一致性

Create multiple characters with consistent art style:
bash
undefined
创建具有一致艺术风格的多个角色:
bash
undefined

First 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 an anime hero character - a young man with spiky orange hair and determined expression, wearing a battle-worn jacket", "session_id": "anime-team-project" }'
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 anime hero character - a young man with spiky orange hair and determined expression, wearing a battle-worn jacket", "session_id": "anime-team-project" }'

Second character (same session for style consistency)

第二个角色(使用相同会话保持风格一致)

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": "Now create his rival - a calm, cool character with slicked-back blue hair, wearing a formal coat. Keep the same art style as the previous character.", "session_id": "anime-team-project" }'
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": "Now create his rival - a calm, cool character with slicked-back blue hair, wearing a formal coat. Keep the same art style as the previous character.", "session_id": "anime-team-project" }'
undefined

Best Practices

最佳实践

Character Description Tips

角色描述技巧

  • Hair: Specify color, length, style (spiky, wavy, straight, twin-tails, ponytail)
  • Eyes: Describe color, shape, and expression (sharp, soft, sparkly)
  • Clothing: Detail the outfit style, colors, and any accessories
  • Expression: Define the mood (happy, mysterious, fierce, gentle)
  • Pose: Describe the body position and any gestures
  • 发型:指定颜色、长度、样式(尖刺、波浪、直发、双马尾、马尾辫)
  • 眼睛:描述颜色、形状和表情(锐利、柔和、闪亮)
  • 服装:详细说明服装风格、颜色和配饰
  • 表情:定义情绪(开心、神秘、凶猛、温和)
  • 姿势:描述身体位置和手势

Style Specification

风格指定

  • Reference specific anime/manga for style guidance
  • Mention lighting preferences (soft, dramatic, backlit)
  • Specify background complexity (simple, detailed, gradient)
  • Include color palette preferences (pastel, vibrant, dark)
  • 参考特定动漫/漫画获取风格指导
  • 提及灯光偏好(柔和、戏剧性、背光)
  • 指定背景复杂度(简单、详细、渐变)
  • 包含调色板偏好( pastel、鲜艳、深色)

Technical Considerations

技术考虑

  • For profile pictures, request 1:1 aspect ratio
  • For character sheets, request landscape orientation
  • For full body, ensure the composition includes head to feet
  • For detailed faces, request close-up portrait composition
  • 对于个人资料头像,请求1:1宽高比
  • 对于角色设定图,请求横向布局
  • 对于全身角色,确保构图包含从头到脚
  • 对于细节丰富的面部,请求特写肖像构图

Prompt Tips for Anime Avatars

动漫头像提示词技巧

When creating anime characters, include these details:
  1. Character Gender/Age: Young girl, adult man, teenage boy, etc.
  2. Hair Details: Color, length, style, accessories (ribbons, clips)
  3. Eye Details: Color, shape, expression, any special features
  4. Outfit: Clothing type, style, colors, accessories
  5. Pose/Composition: Portrait, full body, action pose, etc.
  6. Art Style: Ghibli, manga, cyberpunk, chibi, etc.
  7. Mood/Atmosphere: Cheerful, mysterious, dramatic, romantic
  8. Background: Simple, detailed, specific setting
创建动漫角色时,包含以下细节:
  1. 角色性别/年龄:少女、成年男性、少年等
  2. 发型细节:颜色、长度、样式、配饰(丝带、发夹)
  3. 眼睛细节:颜色、形状、表情、特殊特征
  4. 服装:服装类型、风格、颜色、配饰
  5. 姿势/构图:肖像、全身、动作姿势等
  6. 艺术风格:吉卜力、漫画、赛博朋克、Q版等
  7. 情绪/氛围:开朗、神秘、戏剧性、浪漫
  8. 背景:简单、详细、特定场景

Example Prompt Structure

提示词结构示例

"Create a [style] anime [character type] with [hair details] and [eye details].
They are wearing [outfit description].
[Pose/composition]. [Background/setting].
[Mood/atmosphere] feeling. [Additional details]."
"Create a [style] anime [character type] with [hair details] and [eye details].
They are wearing [outfit description].
[Pose/composition]. [Background/setting].
[Mood/atmosphere] feeling. [Additional details]."

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
Inconsistent characterSession not maintainedUse same
session_id
for related requests
错误原因解决方案
Failed to create prediction: HTTP 422
余额不足在eachlabs.ai充值
内容政策违规包含违禁内容调整提示词以符合内容政策
超时生成内容复杂将客户端超时设置为至少10分钟
角色不一致未维持会话对相关请求使用相同的
session_id

Related Skills

相关技能

  • each-sense
    - Core API documentation
  • photo-to-illustration
    - General illustration styles
  • character-design
    - Non-anime character creation
  • profile-picture-generation
    - General avatar creation
  • each-sense
    - 核心API文档
  • photo-to-illustration
    - 通用插画风格
  • character-design
    - 非动漫角色创建
  • profile-picture-generation
    - 通用头像创建