tattoo-design-generation
Compare original and translation side by side
🇺🇸
Original
English🇨🇳
Translation
ChineseTattoo Design Generation
纹身设计生成
Generate stunning custom tattoo designs using each::sense. This skill creates high-quality tattoo artwork across all major styles, from traditional Americana to intricate Japanese irezumi, minimalist line work to photorealistic portraits.
使用each::sense生成惊艳的定制纹身设计。该技能可创作涵盖所有主流风格的高质量纹身作品,从美式传统风格到复杂的日式irezumi,从极简线条到超写实肖像。
Features
功能特性
- Traditional/Old School: Bold lines, limited palette, classic flash designs
- Japanese Irezumi: Full-body capable, dragons, koi, waves, cherry blossoms
- Minimalist Line Art: Clean single-line designs, delicate and modern
- Geometric/Mandala: Sacred geometry, symmetrical patterns, dotwork
- Watercolor: Painterly effects, color splashes, artistic blending
- Blackwork/Tribal: Heavy black ink, patterns, negative space
- Realistic Portraits: Photorealistic faces, animals, detailed shading
- Floral/Botanical: Flowers, plants, nature-inspired designs
- Script/Lettering: Typography, calligraphy, custom fonts
- Custom Concepts: Transform any idea into tattoo-ready artwork
- 传统/老派风格:线条粗犷、配色有限、经典闪图设计
- 日式Irezumi:支持全幅设计,包含龙、锦鲤、波浪、樱花等元素
- 极简线条艺术:简洁的单线条设计,精致且现代
- 几何/曼陀罗:神圣几何图形、对称图案、点刺技法
- 水彩风格:绘画质感、色彩泼溅、艺术化晕染
- 黑灰/部落风格:厚重黑墨、图案设计、负空间运用
- 写实肖像:超写实的人物、动物,细节丰富的阴影
- 花卉/植物风格:花朵、植物、自然灵感设计
- 字体/书法风格:排版设计、书法艺术、定制字体
- 定制概念转化:将任意想法转化为可直接用于纹身的作品
Quick Start
快速开始
bash
curl -X POST https://eachsense-agent.core.eachlabs.run/v1/chat/completions \
-H "Content-Type: application/json" \
-H "X-API-Key: $EACHLABS_API_KEY" \
-H "Accept: text/event-stream" \
-d '{
"messages": [{"role": "user", "content": "Create a minimalist line art tattoo of a wolf howling at the moon, suitable for forearm placement"}],
"model": "eachsense/beta",
"stream": true,
"mode": "max"
}'bash
curl -X POST https://eachsense-agent.core.eachlabs.run/v1/chat/completions \
-H "Content-Type: application/json" \
-H "X-API-Key: $EACHLABS_API_KEY" \
-H "Accept: text/event-stream" \
-d '{
"messages": [{"role": "user", "content": "Create a minimalist line art tattoo of a wolf howling at the moon, suitable for forearm placement"}],
"model": "eachsense/beta",
"stream": true,
"mode": "max"
}'Tattoo Style Reference
纹身风格参考
| Style | Characteristics | Common Placements |
|---|---|---|
| Traditional | Bold outlines, limited colors, iconic imagery | Arms, chest, legs |
| Japanese | Flowing designs, full backgrounds, mythical creatures | Back, sleeves, legs |
| Minimalist | Fine lines, simple shapes, negative space | Wrist, ankle, fingers |
| Geometric | Symmetry, patterns, sacred geometry | Forearm, back, chest |
| Watercolor | Color bleeds, painterly, no outlines | Shoulder, thigh, ribs |
| Blackwork | Solid black, patterns, high contrast | Anywhere, sleeves |
| Realistic | Photographic, detailed shading | Chest, back, arms |
| Floral | Natural elements, flowing, feminine | Shoulder, thigh, back |
| Script | Typography, quotes, names | Ribs, collarbone, wrist |
| 风格 | 特点 | 常见部位 |
|---|---|---|
| 传统风格 | 轮廓粗犷、配色有限、标志性图案 | 手臂、胸部、腿部 |
| 日式风格 | 流动感设计、完整背景、神话生物 | 背部、花臂、腿部 |
| 极简风格 | 精细线条、简单形状、负空间 | 手腕、脚踝、手指 |
| 几何风格 | 对称、图案、神圣几何 | 前臂、背部、胸部 |
| 水彩风格 | 色彩晕染、绘画质感、无轮廓 | 肩膀、大腿、肋骨 |
| 黑灰风格 | 纯黑填充、图案设计、高对比度 | 任意部位、花臂 |
| 写实风格 | 照片级质感、细节丰富的阴影 | 胸部、背部、手臂 |
| 花卉风格 | 自然元素、流动感、柔美风格 | 肩膀、大腿、背部 |
| 字体风格 | 排版设计、名言、姓名 | 肋骨、锁骨、手腕 |
Use Case Examples
使用场景示例
1. Traditional/Old School Tattoo
1. 传统/老派纹身
bash
curl -X POST https://eachsense-agent.core.eachlabs.run/v1/chat/completions \
-H "Content-Type: application/json" \
-H "X-API-Key: $EACHLABS_API_KEY" \
-H "Accept: text/event-stream" \
-d '{
"messages": [{"role": "user", "content": "Create a traditional American old school tattoo design of an eagle with a banner. Bold black outlines, classic limited color palette (red, yellow, green, blue). Vintage sailor flash style. Suitable for upper arm placement."}],
"model": "eachsense/beta",
"stream": true,
"mode": "max"
}'bash
curl -X POST https://eachsense-agent.core.eachlabs.run/v1/chat/completions \
-H "Content-Type: application/json" \
-H "X-API-Key: $EACHLABS_API_KEY" \
-H "Accept: text/event-stream" \
-d '{
"messages": [{"role": "user", "content": "Create a traditional American old school tattoo design of an eagle with a banner. Bold black outlines, classic limited color palette (red, yellow, green, blue). Vintage sailor flash style. Suitable for upper arm placement."}],
"model": "eachsense/beta",
"stream": true,
"mode": "max"
}'2. Japanese Irezumi Style
2. 日式Irezumi风格
bash
curl -X POST https://eachsense-agent.core.eachlabs.run/v1/chat/completions \
-H "Content-Type: application/json" \
-H "X-API-Key: $EACHLABS_API_KEY" \
-H "Accept: text/event-stream" \
-d '{
"messages": [{"role": "user", "content": "Create a Japanese irezumi style tattoo design featuring a koi fish swimming upstream through waves with cherry blossoms. Traditional Japanese tattoo aesthetic with flowing water, wind bars, and complementary background elements. Full sleeve design."}],
"model": "eachsense/beta",
"stream": true,
"mode": "max"
}'bash
curl -X POST https://eachsense-agent.core.eachlabs.run/v1/chat/completions \
-H "Content-Type: application/json" \
-H "X-API-Key: $EACHLABS_API_KEY" \
-H "Accept: text/event-stream" \
-d '{
"messages": [{"role": "user", "content": "Create a Japanese irezumi style tattoo design featuring a koi fish swimming upstream through waves with cherry blossoms. Traditional Japanese tattoo aesthetic with flowing water, wind bars, and complementary background elements. Full sleeve design."}],
"model": "eachsense/beta",
"stream": true,
"mode": "max"
}'3. Minimalist Line Art Tattoo
3. 极简线条纹身
bash
curl -X POST https://eachsense-agent.core.eachlabs.run/v1/chat/completions \
-H "Content-Type: application/json" \
-H "X-API-Key: $EACHLABS_API_KEY" \
-H "Accept: text/event-stream" \
-d '{
"messages": [{"role": "user", "content": "Create a minimalist single continuous line tattoo design of a woman's face in profile. Clean, elegant, modern aesthetic. Fine line work only, no shading. Small size suitable for wrist or ankle placement."}],
"model": "eachsense/beta",
"stream": true,
"mode": "max"
}'bash
curl -X POST https://eachsense-agent.core.eachlabs.run/v1/chat/completions \
-H "Content-Type: application/json" \
-H "X-API-Key: $EACHLABS_API_KEY" \
-H "Accept: text/event-stream" \
-d '{
"messages": [{"role": "user", "content": "Create a minimalist single continuous line tattoo design of a woman's face in profile. Clean, elegant, modern aesthetic. Fine line work only, no shading. Small size suitable for wrist or ankle placement."}],
"model": "eachsense/beta",
"stream": true,
"mode": "max"
}'4. Geometric/Mandala Tattoo
4. 几何/曼陀罗纹身
bash
curl -X POST https://eachsense-agent.core.eachlabs.run/v1/chat/completions \
-H "Content-Type: application/json" \
-H "X-API-Key: $EACHLABS_API_KEY" \
-H "Accept: text/event-stream" \
-d '{
"messages": [{"role": "user", "content": "Create a geometric mandala tattoo design with sacred geometry elements. Incorporate dotwork shading, perfect symmetry, and intricate patterns. Include hexagonal shapes, flower of life elements, and fine line details. Suitable for chest or back center placement."}],
"model": "eachsense/beta",
"stream": true,
"mode": "max"
}'bash
curl -X POST https://eachsense-agent.core.eachlabs.run/v1/chat/completions \
-H "Content-Type: application/json" \
-H "X-API-Key: $EACHLABS_API_KEY" \
-H "Accept: text/event-stream" \
-d '{
"messages": [{"role": "user", "content": "Create a geometric mandala tattoo design with sacred geometry elements. Incorporate dotwork shading, perfect symmetry, and intricate patterns. Include hexagonal shapes, flower of life elements, and fine line details. Suitable for chest or back center placement."}],
"model": "eachsense/beta",
"stream": true,
"mode": "max"
}'5. Watercolor Tattoo Style
5. 水彩风格纹身
bash
curl -X POST https://eachsense-agent.core.eachlabs.run/v1/chat/completions \
-H "Content-Type: application/json" \
-H "X-API-Key: $EACHLABS_API_KEY" \
-H "Accept: text/event-stream" \
-d '{
"messages": [{"role": "user", "content": "Create a watercolor style tattoo design of a hummingbird with splashes of vibrant color. Painterly effect with color bleeds in purple, blue, and teal. Soft edges blending into skin, artistic paint drips. No heavy outlines. Shoulder blade placement."}],
"model": "eachsense/beta",
"stream": true,
"mode": "max"
}'bash
curl -X POST https://eachsense-agent.core.eachlabs.run/v1/chat/completions \
-H "Content-Type: application/json" \
-H "X-API-Key: $EACHLABS_API_KEY" \
-H "Accept: text/event-stream" \
-d '{
"messages": [{"role": "user", "content": "Create a watercolor style tattoo design of a hummingbird with splashes of vibrant color. Painterly effect with color bleeds in purple, blue, and teal. Soft edges blending into skin, artistic paint drips. No heavy outlines. Shoulder blade placement."}],
"model": "eachsense/beta",
"stream": true,
"mode": "max"
}'6. Blackwork/Tribal Tattoo
6. 黑灰/部落纹身
bash
curl -X POST https://eachsense-agent.core.eachlabs.run/v1/chat/completions \
-H "Content-Type: application/json" \
-H "X-API-Key: $EACHLABS_API_KEY" \
-H "Accept: text/event-stream" \
-d '{
"messages": [{"role": "user", "content": "Create a blackwork tattoo design combining geometric patterns with organic flow. Heavy solid black areas contrasted with negative space. Modern tribal-inspired but not cultural appropriation. Bold, graphic, high contrast. Half-sleeve design from shoulder to elbow."}],
"model": "eachsense/beta",
"stream": true,
"mode": "max"
}'bash
curl -X POST https://eachsense-agent.core.eachlabs.run/v1/chat/completions \
-H "Content-Type: application/json" \
-H "X-API-Key: $EACHLABS_API_KEY" \
-H "Accept: text/event-stream" \
-d '{
"messages": [{"role": "user", "content": "Create a blackwork tattoo design combining geometric patterns with organic flow. Heavy solid black areas contrasted with negative space. Modern tribal-inspired but not cultural appropriation. Bold, graphic, high contrast. Half-sleeve design from shoulder to elbow."}],
"model": "eachsense/beta",
"stream": true,
"mode": "max"
}'7. Realistic Portrait Tattoo
7. 写实肖像纹身
bash
curl -X POST https://eachsense-agent.core.eachlabs.run/v1/chat/completions \
-H "Content-Type: application/json" \
-H "X-API-Key: $EACHLABS_API_KEY" \
-H "Accept: text/event-stream" \
-d '{
"messages": [{"role": "user", "content": "Create a photorealistic black and grey tattoo design of a lion portrait. Highly detailed fur texture, intense eyes, dramatic lighting with deep shadows. Hyper-realistic style suitable for chest or upper arm. Show fine detail work and smooth gradients."}],
"model": "eachsense/beta",
"stream": true,
"mode": "max"
}'bash
curl -X POST https://eachsense-agent.core.eachlabs.run/v1/chat/completions \
-H "Content-Type: application/json" \
-H "X-API-Key: $EACHLABS_API_KEY" \
-H "Accept: text/event-stream" \
-d '{
"messages": [{"role": "user", "content": "Create a photorealistic black and grey tattoo design of a lion portrait. Highly detailed fur texture, intense eyes, dramatic lighting with deep shadows. Hyper-realistic style suitable for chest or upper arm. Show fine detail work and smooth gradients."}],
"model": "eachsense/beta",
"stream": true,
"mode": "max"
}'8. Floral/Botanical Tattoo
8. 花卉/植物纹身
bash
curl -X POST https://eachsense-agent.core.eachlabs.run/v1/chat/completions \
-H "Content-Type: application/json" \
-H "X-API-Key: $EACHLABS_API_KEY" \
-H "Accept: text/event-stream" \
-d '{
"messages": [{"role": "user", "content": "Create a botanical tattoo design featuring peonies and roses with leaves and delicate stems. Fine line work with subtle dotwork shading. Elegant, feminine, flowing composition. Black and grey with option for soft color accents. Thigh or shoulder placement."}],
"model": "eachsense/beta",
"stream": true,
"mode": "max"
}'bash
curl -X POST https://eachsense-agent.core.eachlabs.run/v1/chat/completions \
-H "Content-Type: application/json" \
-H "X-API-Key: $EACHLABS_API_KEY" \
-H "Accept: text/event-stream" \
-d '{
"messages": [{"role": "user", "content": "Create a botanical tattoo design featuring peonies and roses with leaves and delicate stems. Fine line work with subtle dotwork shading. Elegant, feminine, flowing composition. Black and grey with option for soft color accents. Thigh or shoulder placement."}],
"model": "eachsense/beta",
"stream": true,
"mode": "max"
}'9. Script/Lettering Tattoo
9. 字体/书法纹身
bash
curl -X POST https://eachsense-agent.core.eachlabs.run/v1/chat/completions \
-H "Content-Type: application/json" \
-H "X-API-Key: $EACHLABS_API_KEY" \
-H "Accept: text/event-stream" \
-d '{
"messages": [{"role": "user", "content": "Create a script tattoo design with elegant flowing calligraphy lettering. Gothic blackletter style mixed with modern flourishes. Design should flow naturally with the body, suitable for ribcage or collarbone placement. Include decorative elements that complement the text without overwhelming it."}],
"model": "eachsense/beta",
"stream": true,
"mode": "max"
}'bash
curl -X POST https://eachsense-agent.core.eachlabs.run/v1/chat/completions \
-H "Content-Type: application/json" \
-H "X-API-Key: $EACHLABS_API_KEY" \
-H "Accept: text/event-stream" \
-d '{
"messages": [{"role": "user", "content": "Create a script tattoo design with elegant flowing calligraphy lettering. Gothic blackletter style mixed with modern flourishes. Design should flow naturally with the body, suitable for ribcage or collarbone placement. Include decorative elements that complement the text without overwhelming it."}],
"model": "eachsense/beta",
"stream": true,
"mode": "max"
}'10. Custom Tattoo from Concept
10. 基于概念的定制纹身
bash
undefinedbash
undefinedInitial concept request
Initial concept request
curl -X POST https://eachsense-agent.core.eachlabs.run/v1/chat/completions
-H "Content-Type: application/json"
-H "X-API-Key: $EACHLABS_API_KEY"
-H "Accept: text/event-stream"
-d '{ "messages": [{"role": "user", "content": "Create a custom tattoo design that combines a compass with mountain scenery and forest elements. The compass should be the central focus with mountains and pine trees integrated into the design. Add small geometric accents. Adventure/travel theme. Forearm placement, vertical orientation."}], "model": "eachsense/beta", "stream": true, "session_id": "custom-tattoo-001", "mode": "max" }'
-H "Content-Type: application/json"
-H "X-API-Key: $EACHLABS_API_KEY"
-H "Accept: text/event-stream"
-d '{ "messages": [{"role": "user", "content": "Create a custom tattoo design that combines a compass with mountain scenery and forest elements. The compass should be the central focus with mountains and pine trees integrated into the design. Add small geometric accents. Adventure/travel theme. Forearm placement, vertical orientation."}], "model": "eachsense/beta", "stream": true, "session_id": "custom-tattoo-001", "mode": "max" }'
curl -X POST https://eachsense-agent.core.eachlabs.run/v1/chat/completions
-H "Content-Type: application/json"
-H "X-API-Key: $EACHLABS_API_KEY"
-H "Accept: text/event-stream"
-d '{ "messages": [{"role": "user", "content": "Create a custom tattoo design that combines a compass with mountain scenery and forest elements. The compass should be the central focus with mountains and pine trees integrated into the design. Add small geometric accents. Adventure/travel theme. Forearm placement, vertical orientation."}], "model": "eachsense/beta", "stream": true, "session_id": "custom-tattoo-001", "mode": "max" }'
-H "Content-Type: application/json"
-H "X-API-Key: $EACHLABS_API_KEY"
-H "Accept: text/event-stream"
-d '{ "messages": [{"role": "user", "content": "Create a custom tattoo design that combines a compass with mountain scenery and forest elements. The compass should be the central focus with mountains and pine trees integrated into the design. Add small geometric accents. Adventure/travel theme. Forearm placement, vertical orientation."}], "model": "eachsense/beta", "stream": true, "session_id": "custom-tattoo-001", "mode": "max" }'
Iterate on the design
Iterate on the design
curl -X POST https://eachsense-agent.core.eachlabs.run/v1/chat/completions
-H "Content-Type: application/json"
-H "X-API-Key: $EACHLABS_API_KEY"
-H "Accept: text/event-stream"
-d '{ "messages": [{"role": "user", "content": "I like it but can you make the mountains more prominent and add a crescent moon at the top? Keep the compass but make it slightly smaller."}], "model": "eachsense/beta", "stream": true, "session_id": "custom-tattoo-001" }'
-H "Content-Type: application/json"
-H "X-API-Key: $EACHLABS_API_KEY"
-H "Accept: text/event-stream"
-d '{ "messages": [{"role": "user", "content": "I like it but can you make the mountains more prominent and add a crescent moon at the top? Keep the compass but make it slightly smaller."}], "model": "eachsense/beta", "stream": true, "session_id": "custom-tattoo-001" }'
curl -X POST https://eachsense-agent.core.eachlabs.run/v1/chat/completions
-H "Content-Type: application/json"
-H "X-API-Key: $EACHLABS_API_KEY"
-H "Accept: text/event-stream"
-d '{ "messages": [{"role": "user", "content": "I like it but can you make the mountains more prominent and add a crescent moon at the top? Keep the compass but make it slightly smaller."}], "model": "eachsense/beta", "stream": true, "session_id": "custom-tattoo-001" }'
-H "Content-Type: application/json"
-H "X-API-Key: $EACHLABS_API_KEY"
-H "Accept: text/event-stream"
-d '{ "messages": [{"role": "user", "content": "I like it but can you make the mountains more prominent and add a crescent moon at the top? Keep the compass but make it slightly smaller."}], "model": "eachsense/beta", "stream": true, "session_id": "custom-tattoo-001" }'
Request variations
Request variations
curl -X POST https://eachsense-agent.core.eachlabs.run/v1/chat/completions
-H "Content-Type: application/json"
-H "X-API-Key: $EACHLABS_API_KEY"
-H "Accept: text/event-stream"
-d '{ "messages": [{"role": "user", "content": "Create 2 variations - one with more fine line detail and one with bolder blackwork elements"}], "model": "eachsense/beta", "stream": true, "session_id": "custom-tattoo-001" }'
-H "Content-Type: application/json"
-H "X-API-Key: $EACHLABS_API_KEY"
-H "Accept: text/event-stream"
-d '{ "messages": [{"role": "user", "content": "Create 2 variations - one with more fine line detail and one with bolder blackwork elements"}], "model": "eachsense/beta", "stream": true, "session_id": "custom-tattoo-001" }'
undefinedcurl -X POST https://eachsense-agent.core.eachlabs.run/v1/chat/completions
-H "Content-Type: application/json"
-H "X-API-Key: $EACHLABS_API_KEY"
-H "Accept: text/event-stream"
-d '{ "messages": [{"role": "user", "content": "Create 2 variations - one with more fine line detail and one with bolder blackwork elements"}], "model": "eachsense/beta", "stream": true, "session_id": "custom-tattoo-001" }'
-H "Content-Type: application/json"
-H "X-API-Key: $EACHLABS_API_KEY"
-H "Accept: text/event-stream"
-d '{ "messages": [{"role": "user", "content": "Create 2 variations - one with more fine line detail and one with bolder blackwork elements"}], "model": "eachsense/beta", "stream": true, "session_id": "custom-tattoo-001" }'
undefinedBest Practices
最佳实践
Design Guidelines
设计指南
- Line Weight: Specify if you want bold, medium, or fine lines
- Shading Style: Dotwork, smooth gradient, stippling, or no shading
- Color vs B&G: Black and grey ages better; color needs touch-ups
- Placement: Always specify body placement for proper proportions
- Size: Mention approximate size (small/palm-sized, medium/hand-sized, large/back piece)
- 线条粗细:明确说明需要粗犷、中等还是精细的线条
- 阴影风格:点刺、平滑渐变、点画或无阴影
- 彩色vs黑灰:黑灰风格更持久;彩色风格需要补色
- 部位:始终指定身体部位以确保比例合适
- 尺寸:提及大致尺寸(小型/手掌大小、中型/手大小、大型/背部作品)
Style-Specific Tips
风格特定技巧
- Traditional: Request "bold black outlines" and "limited palette"
- Japanese: Mention "background elements" like wind bars, waves, clouds
- Minimalist: Specify "single line" or "continuous line" if desired
- Geometric: Request "perfect symmetry" and "clean edges"
- Watercolor: Ask for "no outlines" and "color bleeds"
- Realistic: Specify "photorealistic" and mention lighting direction
- 传统风格:要求“粗犷黑色轮廓”和“有限配色”
- 日式风格:提及“背景元素”如风纹、波浪、云朵
- 极简风格:如果需要,指定“单线条”或“连续线条”
- 几何风格:要求“完美对称”和“清晰边缘”
- 水彩风格:要求“无轮廓”和“色彩晕染”
- 写实风格:指定“超写实”并提及光照方向
Prompt Tips for Tattoo Designs
纹身设计提示词技巧
When creating tattoo designs, include these details in your prompt:
- Style: Clearly specify the tattoo style
- Subject: What is the main element or imagery
- Composition: How elements should be arranged
- Line Work: Bold, fine, or mixed line weights
- Shading: Type of shading technique desired
- Color: Full color, limited palette, or black and grey
- Placement: Body location for proper sizing/orientation
- Size: Approximate size of the final tattoo
创建纹身设计时,在提示词中包含以下细节:
- 风格:明确指定纹身风格
- 主题:主要元素或图案
- 构图:元素的排列方式
- 线条:粗犷、精细或混合粗细的线条
- 阴影:所需的阴影技法
- 色彩:全彩、有限配色或黑灰
- 部位:身体部位以确保尺寸/方向合适
- 尺寸:最终纹身的大致尺寸
Example Prompt Structure
提示词示例结构
"Create a [style] tattoo design of [subject].
[Composition details] with [line work] lines.
[Shading style] shading, [color preference].
Suitable for [placement] placement, [size] size.
[Additional style elements or references]""Create a [style] tattoo design of [subject].
[Composition details] with [line work] lines.
[Shading style] shading, [color preference].
Suitable for [placement] placement, [size] size.
[Additional style elements or references]"Mode Selection
模式选择
Ask your users before generating:
"Do you want fast drafts or highest quality?"
| Mode | Best For | Speed | Quality |
|---|---|---|---|
| Final designs, client presentations, detailed work | Slower | Highest |
| Quick concepts, style exploration, rough drafts | Faster | Good |
生成前询问用户:
"您需要快速草稿还是最高质量的作品?"
| 模式 | 适用场景 | 速度 | 质量 |
|---|---|---|---|
| 最终设计、客户展示、细节作品 | 较慢 | 最高 |
| 快速概念、风格探索、粗略草稿 | 较快 | 良好 |
Multi-Turn Design Iteration
多轮设计迭代
Use to iterate on tattoo designs:
session_idbash
undefined使用对纹身设计进行迭代:
session_idbash
undefinedInitial design
Initial design
curl -X POST https://eachsense-agent.core.eachlabs.run/v1/chat/completions
-H "Content-Type: application/json"
-H "X-API-Key: $EACHLABS_API_KEY"
-H "Accept: text/event-stream"
-d '{ "messages": [{"role": "user", "content": "Create a neo-traditional snake and dagger tattoo design"}], "model": "eachsense/beta", "stream": true, "session_id": "snake-dagger-design" }'
-H "Content-Type: application/json"
-H "X-API-Key: $EACHLABS_API_KEY"
-H "Accept: text/event-stream"
-d '{ "messages": [{"role": "user", "content": "Create a neo-traditional snake and dagger tattoo design"}], "model": "eachsense/beta", "stream": true, "session_id": "snake-dagger-design" }'
curl -X POST https://eachsense-agent.core.eachlabs.run/v1/chat/completions
-H "Content-Type: application/json"
-H "X-API-Key: $EACHLABS_API_KEY"
-H "Accept: text/event-stream"
-d '{ "messages": [{"role": "user", "content": "Create a neo-traditional snake and dagger tattoo design"}], "model": "eachsense/beta", "stream": true, "session_id": "snake-dagger-design" }'
-H "Content-Type: application/json"
-H "X-API-Key: $EACHLABS_API_KEY"
-H "Accept: text/event-stream"
-d '{ "messages": [{"role": "user", "content": "Create a neo-traditional snake and dagger tattoo design"}], "model": "eachsense/beta", "stream": true, "session_id": "snake-dagger-design" }'
Add elements
Add elements
curl -X POST https://eachsense-agent.core.eachlabs.run/v1/chat/completions
-H "Content-Type: application/json"
-H "X-API-Key: $EACHLABS_API_KEY"
-H "Accept: text/event-stream"
-d '{ "messages": [{"role": "user", "content": "Add roses around the dagger and make the snake more menacing with detailed scales"}], "model": "eachsense/beta", "stream": true, "session_id": "snake-dagger-design" }'
-H "Content-Type: application/json"
-H "X-API-Key: $EACHLABS_API_KEY"
-H "Accept: text/event-stream"
-d '{ "messages": [{"role": "user", "content": "Add roses around the dagger and make the snake more menacing with detailed scales"}], "model": "eachsense/beta", "stream": true, "session_id": "snake-dagger-design" }'
curl -X POST https://eachsense-agent.core.eachlabs.run/v1/chat/completions
-H "Content-Type: application/json"
-H "X-API-Key: $EACHLABS_API_KEY"
-H "Accept: text/event-stream"
-d '{ "messages": [{"role": "user", "content": "Add roses around the dagger and make the snake more menacing with detailed scales"}], "model": "eachsense/beta", "stream": true, "session_id": "snake-dagger-design" }'
-H "Content-Type: application/json"
-H "X-API-Key: $EACHLABS_API_KEY"
-H "Accept: text/event-stream"
-d '{ "messages": [{"role": "user", "content": "Add roses around the dagger and make the snake more menacing with detailed scales"}], "model": "eachsense/beta", "stream": true, "session_id": "snake-dagger-design" }'
Style adjustment
Style adjustment
curl -X POST https://eachsense-agent.core.eachlabs.run/v1/chat/completions
-H "Content-Type: application/json"
-H "X-API-Key: $EACHLABS_API_KEY"
-H "Accept: text/event-stream"
-d '{ "messages": [{"role": "user", "content": "Convert this to black and grey only, with heavy contrast"}], "model": "eachsense/beta", "stream": true, "session_id": "snake-dagger-design" }'
-H "Content-Type: application/json"
-H "X-API-Key: $EACHLABS_API_KEY"
-H "Accept: text/event-stream"
-d '{ "messages": [{"role": "user", "content": "Convert this to black and grey only, with heavy contrast"}], "model": "eachsense/beta", "stream": true, "session_id": "snake-dagger-design" }'
undefinedcurl -X POST https://eachsense-agent.core.eachlabs.run/v1/chat/completions
-H "Content-Type: application/json"
-H "X-API-Key: $EACHLABS_API_KEY"
-H "Accept: text/event-stream"
-d '{ "messages": [{"role": "user", "content": "Convert this to black and grey only, with heavy contrast"}], "model": "eachsense/beta", "stream": true, "session_id": "snake-dagger-design" }'
-H "Content-Type: application/json"
-H "X-API-Key: $EACHLABS_API_KEY"
-H "Accept: text/event-stream"
-d '{ "messages": [{"role": "user", "content": "Convert this to black and grey only, with heavy contrast"}], "model": "eachsense/beta", "stream": true, "session_id": "snake-dagger-design" }'
undefinedPlacement-Specific Designs
特定部位设计
Generate designs optimized for specific body placements:
bash
undefined生成针对特定身体部位优化的设计:
bash
undefinedSleeve design (wrapping)
Sleeve design (wrapping)
curl -X POST https://eachsense-agent.core.eachlabs.run/v1/chat/completions
-H "Content-Type: application/json"
-H "X-API-Key: $EACHLABS_API_KEY"
-H "Accept: text/event-stream"
-d '{ "messages": [{"role": "user", "content": "Create a full sleeve tattoo design with Japanese waves and koi fish. Design should flow around the arm and connect seamlessly. Include filler elements for gaps."}], "model": "eachsense/beta", "stream": true, "mode": "max" }'
-H "Content-Type: application/json"
-H "X-API-Key: $EACHLABS_API_KEY"
-H "Accept: text/event-stream"
-d '{ "messages": [{"role": "user", "content": "Create a full sleeve tattoo design with Japanese waves and koi fish. Design should flow around the arm and connect seamlessly. Include filler elements for gaps."}], "model": "eachsense/beta", "stream": true, "mode": "max" }'
curl -X POST https://eachsense-agent.core.eachlabs.run/v1/chat/completions
-H "Content-Type: application/json"
-H "X-API-Key: $EACHLABS_API_KEY"
-H "Accept: text/event-stream"
-d '{ "messages": [{"role": "user", "content": "Create a full sleeve tattoo design with Japanese waves and koi fish. Design should flow around the arm and connect seamlessly. Include filler elements for gaps."}], "model": "eachsense/beta", "stream": true, "mode": "max" }'
-H "Content-Type: application/json"
-H "X-API-Key: $EACHLABS_API_KEY"
-H "Accept: text/event-stream"
-d '{ "messages": [{"role": "user", "content": "Create a full sleeve tattoo design with Japanese waves and koi fish. Design should flow around the arm and connect seamlessly. Include filler elements for gaps."}], "model": "eachsense/beta", "stream": true, "mode": "max" }'
Small wrist design
Small wrist design
curl -X POST https://eachsense-agent.core.eachlabs.run/v1/chat/completions
-H "Content-Type: application/json"
-H "X-API-Key: $EACHLABS_API_KEY"
-H "Accept: text/event-stream"
-d '{ "messages": [{"role": "user", "content": "Create a tiny minimalist tattoo design of a paper airplane with a dotted flight path. Very small scale suitable for inner wrist. Fine lines that will hold up at small size."}], "model": "eachsense/beta", "stream": true, "mode": "max" }'
-H "Content-Type: application/json"
-H "X-API-Key: $EACHLABS_API_KEY"
-H "Accept: text/event-stream"
-d '{ "messages": [{"role": "user", "content": "Create a tiny minimalist tattoo design of a paper airplane with a dotted flight path. Very small scale suitable for inner wrist. Fine lines that will hold up at small size."}], "model": "eachsense/beta", "stream": true, "mode": "max" }'
undefinedcurl -X POST https://eachsense-agent.core.eachlabs.run/v1/chat/completions
-H "Content-Type: application/json"
-H "X-API-Key: $EACHLABS_API_KEY"
-H "Accept: text/event-stream"
-d '{ "messages": [{"role": "user", "content": "Create a tiny minimalist tattoo design of a paper airplane with a dotted flight path. Very small scale suitable for inner wrist. Fine lines that will hold up at small size."}], "model": "eachsense/beta", "stream": true, "mode": "max" }'
-H "Content-Type: application/json"
-H "X-API-Key: $EACHLABS_API_KEY"
-H "Accept: text/event-stream"
-d '{ "messages": [{"role": "user", "content": "Create a tiny minimalist tattoo design of a paper airplane with a dotted flight path. Very small scale suitable for inner wrist. Fine lines that will hold up at small size."}], "model": "eachsense/beta", "stream": true, "mode": "max" }'
undefinedReference Image Input
参考图像输入
Use reference images for inspiration or style matching:
bash
curl -X POST https://eachsense-agent.core.eachlabs.run/v1/chat/completions \
-H "Content-Type: application/json" \
-H "X-API-Key: $EACHLABS_API_KEY" \
-H "Accept: text/event-stream" \
-d '{
"messages": [{"role": "user", "content": "Create a tattoo design in a similar style to this reference but featuring a phoenix instead. Match the line weight and shading technique."}],
"model": "eachsense/beta",
"stream": true,
"mode": "max",
"image_urls": ["https://example.com/tattoo-reference.jpg"]
}'使用参考图像获取灵感或匹配风格:
bash
curl -X POST https://eachsense-agent.core.eachlabs.run/v1/chat/completions \
-H "Content-Type: application/json" \
-H "X-API-Key: $EACHLABS_API_KEY" \
-H "Accept: text/event-stream" \
-d '{
"messages": [{"role": "user", "content": "Create a tattoo design in a similar style to this reference but featuring a phoenix instead. Match the line weight and shading technique."}],
"model": "eachsense/beta",
"stream": true,
"mode": "max",
"image_urls": ["https://example.com/tattoo-reference.jpg"]
}'Error Handling
错误处理
| Error | Cause | Solution |
|---|---|---|
| Insufficient balance | Top up at eachlabs.ai |
| Content policy violation | Prohibited content | Adjust prompt - avoid offensive imagery |
| Timeout | Complex generation | Set client timeout to minimum 10 minutes |
| 错误 | 原因 | 解决方案 |
|---|---|---|
| 余额不足 | 在eachlabs.ai充值 |
| 内容政策违规 | 包含违禁内容 | 调整提示词 - 避免冒犯性图案 |
| 超时 | 生成任务复杂 | 将客户端超时设置为至少10分钟 |
Related Skills
相关技能
- - Core API documentation
each-sense - - General image creation
image-generation - - Edit and refine generated designs
image-edit
- - 核心API文档
each-sense - - 通用图像创建
image-generation - - 编辑和优化生成的设计
image-edit