tshirt-design-generation

Compare original and translation side by side

🇺🇸

Original

English
🇨🇳

Translation

Chinese

T-Shirt Design Generation

T恤设计生成

Generate professional, print-ready t-shirt and apparel designs using each::sense. This skill creates high-quality graphics optimized for screen printing, DTG (direct-to-garment), sublimation, and heat transfer printing methods.
借助each::sense生成专业、可直接用于印刷的T恤及服饰设计。该技能可创建针对丝网印刷、DTG(直接成衣印刷)、热转印升华和烫印等印刷工艺优化的高质量图形。

Features

功能特性

  • Graphic Designs: Bold illustrations and artwork for statement tees
  • Typography: Text-based designs with creative lettering and fonts
  • Vintage/Retro: Distressed, worn-look designs with classic aesthetics
  • Minimalist: Clean, simple designs with maximum impact
  • Illustrations: Hand-drawn style artwork and characters
  • Band/Music: Concert merch style designs
  • Sports Team: Athletic apparel graphics and logos
  • Humor/Meme: Funny designs and pop culture references
  • Abstract Art: Artistic patterns and contemporary designs
  • Print-Ready: Transparent background exports for production
  • 图形设计:用于个性T恤的醒目插画与艺术作品
  • 字体设计:包含创意字体与排版的文字类设计
  • 复古风格:带有经典美学的做旧、磨损效果设计
  • 极简风格:简洁、简约却极具视觉冲击力的设计
  • 插画设计:手绘风格的艺术作品与角色形象
  • 乐队/音乐主题:演唱会周边风格的设计
  • 运动队主题:运动服饰的图形与标志设计
  • 幽默/梗图主题:趣味设计与流行文化相关内容
  • 抽象艺术:艺术图案与当代风格设计
  • 可直接印刷:导出带有透明背景的设计文件,适配生产需求

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 graphic t-shirt design featuring a roaring tiger with geometric patterns, bold colors, suitable for screen printing"}],
    "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 graphic t-shirt design featuring a roaring tiger with geometric patterns, bold colors, suitable for screen printing"}],
    "model": "eachsense/beta",
    "stream": true,
    "mode": "max"
  }'

Design Specifications

设计规格

Print MethodRecommended FormatColorsNotes
Screen PrintPNG with transparencyLimited (1-6 colors)Spot colors, high contrast
DTGPNG with transparencyUnlimitedFull color, photorealistic ok
SublimationPNG/JPGUnlimitedAll-over prints, vibrant colors
Heat TransferPNG with transparencyUnlimitedWorks on dark/light garments
Vinyl CutVector-style PNG1-3 colorsSimple shapes, no gradients
印刷工艺推荐格式颜色限制注意事项
丝网印刷带透明背景的PNG有限(1-6种颜色)专色,高对比度
DTG带透明背景的PNG无限制全彩,支持照片级写实风格
热转印升华PNG/JPG无限制满版印刷,色彩鲜艳
烫印带透明背景的PNG无限制适配深色/浅色服饰
乙烯基切割矢量风格PNG1-3种颜色简洁图形,无渐变

Use Case Examples

用例示例

1. Graphic T-Shirt Design

1. 图形T恤设计

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 graphic t-shirt design of a wolf howling at the moon. Use a bold, illustrative style with deep blues and purples. The design should be centered and work well on both black and white shirts. Include some geometric elements and stars around the wolf."}],
    "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 graphic t-shirt design of a wolf howling at the moon. Use a bold, illustrative style with deep blues and purples. The design should be centered and work well on both black and white shirts. Include some geometric elements and stars around the wolf."}],
    "model": "eachsense/beta",
    "stream": true,
    "mode": "max"
  }'

2. Typography/Text-Based Design

2. 字体/文字类设计

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 typography t-shirt design with the phrase \"Stay Wild\" in a bold, hand-lettered style. Add decorative flourishes and small nature elements like mountains and pine trees integrated into the lettering. Black ink style, suitable for light colored shirts."}],

    "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 typography t-shirt design with the phrase \"Stay Wild\" in a bold, hand-lettered style. Add decorative flourishes and small nature elements like mountains and pine trees integrated into the lettering. Black ink style, suitable for light colored shirts."}],

    "model": "eachsense/beta",
    "stream": true,
    "mode": "max"
  }'

3. Vintage/Retro Style Design

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 vintage retro t-shirt design for a fictional surf shop called \"Pacific Wave Co. Est. 1975\". Use faded colors, distressed textures, and 70s typography. Include a sunset, palm trees, and surfboard. Circular badge design with worn, screen-printed look."}],

    "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 vintage retro t-shirt design for a fictional surf shop called \"Pacific Wave Co. Est. 1975\". Use faded colors, distressed textures, and 70s typography. Include a sunset, palm trees, and surfboard. Circular badge design with worn, screen-printed look."}],

    "model": "eachsense/beta",
    "stream": true,
    "mode": "max"
  }'

4. Minimalist Design

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 minimalist t-shirt design featuring a simple line art mountain range with a small sun. Single continuous line style, black only. Clean, modern, Scandinavian aesthetic. Small chest placement size, very simple and elegant."}],
    "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 t-shirt design featuring a simple line art mountain range with a small sun. Single continuous line style, black only. Clean, modern, Scandinavian aesthetic. Small chest placement size, very simple and elegant."}],
    "model": "eachsense/beta",
    "stream": true,
    "mode": "max"
  }'

5. Illustration-Based Design

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 an illustrated t-shirt design of a Japanese koi fish swimming through waves. Traditional Japanese art style with modern twist. Use orange, red, white, and blue colors. Include cherry blossom petals and water splashes. Vertical composition for front of shirt."}],
    "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 an illustrated t-shirt design of a Japanese koi fish swimming through waves. Traditional Japanese art style with modern twist. Use orange, red, white, and blue colors. Include cherry blossom petals and water splashes. Vertical composition for front of shirt."}],
    "model": "eachsense/beta",
    "stream": true,
    "mode": "max"
  }'

6. Band/Music T-Shirt Design

6. 乐队/音乐T恤设计

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 rock band t-shirt design for a fictional band called \"Electric Storm\". Heavy metal aesthetic with lightning bolts, skulls, and electric guitar. Gothic typography for the band name. Black and white with red accents. Tour dates style layout on the back."}],

    "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 rock band t-shirt design for a fictional band called \"Electric Storm\". Heavy metal aesthetic with lightning bolts, skulls, and electric guitar. Gothic typography for the band name. Black and white with red accents. Tour dates style layout on the back."}],

    "model": "eachsense/beta",
    "stream": true,
    "mode": "max"
  }'

7. Sports Team Design

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 sports team t-shirt design for \"Thunder Hawks Basketball\". Athletic style with an aggressive hawk mascot holding a basketball. Team colors navy blue and gold. Include \"2024 Champions\" text. Bold, dynamic composition with motion lines."}],

    "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 sports team t-shirt design for \"Thunder Hawks Basketball\". Athletic style with an aggressive hawk mascot holding a basketball. Team colors navy blue and gold. Include \"2024 Champions\" text. Bold, dynamic composition with motion lines."}],

    "model": "eachsense/beta",
    "stream": true,
    "mode": "max"
  }'

8. Funny/Meme T-Shirt Design

8. 幽默/梗图T恤设计

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 funny t-shirt design featuring a lazy sloth hanging from a branch with text \"Running Late Is My Cardio\". Cute cartoon style, pastel colors. The sloth should have a sleepy, unbothered expression. Light-hearted and humorous vibe."}],

    "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 funny t-shirt design featuring a lazy sloth hanging from a branch with text \"Running Late Is My Cardio\". Cute cartoon style, pastel colors. The sloth should have a sleepy, unbothered expression. Light-hearted and humorous vibe."}],

    "model": "eachsense/beta",
    "stream": true,
    "mode": "max"
  }'

9. Abstract Art Design

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 an abstract art t-shirt design with fluid shapes, bold brushstrokes, and vibrant colors. Contemporary art gallery style. Mix of geometric and organic forms. Colors: electric blue, hot pink, orange, and black. Large front print composition."}],
    "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 an abstract art t-shirt design with fluid shapes, bold brushstrokes, and vibrant colors. Contemporary art gallery style. Mix of geometric and organic forms. Colors: electric blue, hot pink, orange, and black. Large front print composition."}],
    "model": "eachsense/beta",
    "stream": true,
    "mode": "max"
  }'

10. Print-Ready Design with Transparent Background

10. 带透明背景的可印刷设计

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 print-ready t-shirt design with transparent background. Design a detailed skull with flowers growing from it (memento mori style). High contrast, clean edges suitable for screen printing. Output as PNG with transparency. Colors: limited to 4 spot colors - black, red, green, cream."}],
    "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 print-ready t-shirt design with transparent background. Design a detailed skull with flowers growing from it (memento mori style). High contrast, clean edges suitable for screen printing. Output as PNG with transparency. Colors: limited to 4 spot colors - black, red, green, cream."}],
    "model": "eachsense/beta",
    "stream": true,
    "mode": "max"
  }'

Best Practices

最佳实践

Design Guidelines

设计指南

  • Placement: Consider standard print areas (front center, left chest, back)
  • Resolution: Request high resolution for print quality (300 DPI equivalent)
  • Color Count: Specify limited colors for screen printing cost efficiency
  • Contrast: Ensure design works on intended shirt colors
  • Edges: Clean, defined edges for easier separation
  • 位置:考虑标准印刷区域(前中、左胸、背部)
  • 分辨率:要求高分辨率以保证印刷质量(等效300 DPI)
  • 颜色数量:为降低丝网印刷成本,指定有限的颜色数量
  • 对比度:确保设计在目标服饰颜色上清晰可见
  • 边缘:清晰、明确的边缘便于后期分离处理

Print Considerations

印刷注意事项

  • Bleed Area: Leave margin around design edges
  • Underbase: For dark shirts, mention if white underbase is needed
  • Halftones: Specify if gradients should use halftone patterns
  • Registration: Simple designs with fewer colors = easier registration
  • 出血区域:在设计边缘预留空白边距
  • 底层墨:若用于深色服饰,说明是否需要白色底层墨
  • 半色调:指定渐变是否应使用半色调图案
  • 套准:颜色越少的简洁设计,套准难度越低

File Output Tips

文件输出技巧

  • Request transparent PNG for versatility
  • Specify if you need vector-style output
  • Mention target print size (e.g., "12 inches wide for standard front print")
  • 请求透明背景PNG以提升通用性
  • 指定是否需要矢量风格输出
  • 提及目标印刷尺寸(例如:“标准前幅印刷,宽度12英寸”)

Mode Selection

模式选择

"Do you want fast drafts or production-quality designs?"
ModeBest ForSpeedQuality
max
Final print-ready designs, client presentationsSlowerHighest
eco
Quick concepts, design exploration, mockup iterationsFasterGood
“您需要快速草稿还是生产级设计?”
模式适用场景速度质量
max
最终可印刷设计、客户展示较慢最高
eco
快速概念、设计探索、样机迭代较快良好

Multi-Turn Design Iteration

多轮设计迭代

Use
session_id
to refine designs through conversation:
bash
undefined
使用
session_id
通过对话优化设计:
bash
undefined

Initial concept

Initial concept

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 vintage motorcycle t-shirt design with a classic chopper"}], "model": "eachsense/beta", "stream": true, "session_id": "moto-design-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": "Create a vintage motorcycle t-shirt design with a classic chopper"}], "model": "eachsense/beta", "stream": true, "session_id": "moto-design-001" }'

Refine the design

Refine 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": "Add flames coming from the exhaust and put "Born to Ride" text in a banner below"}],
"model": "eachsense/beta",
"stream": true,
"session_id": "moto-design-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": "Add flames coming from the exhaust and put "Born to Ride" text in a banner below"}],
"model": "eachsense/beta",
"stream": true,
"session_id": "moto-design-001"
}'

Request color variation

Request color variation

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 version with only black and gold colors for a premium look"}], "model": "eachsense/beta", "stream": true, "session_id": "moto-design-001" }'
undefined
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 version with only black and gold colors for a premium look"}], "model": "eachsense/beta", "stream": true, "session_id": "moto-design-001" }'
undefined

Design Collections (Batch Generation)

设计合集(批量生成)

Generate multiple designs for a collection:
bash
undefined
为一个系列生成多个设计:
bash
undefined

Design 1 - Mountain theme

Design 1 - Mountain theme

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 an outdoor adventure t-shirt design with mountains and "Explore More" text. Earth tones, vintage camping aesthetic."}],
"model": "eachsense/beta",
"stream": true,
"session_id": "outdoor-collection",
"mode": "eco"
}'
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 an outdoor adventure t-shirt design with mountains and "Explore More" text. Earth tones, vintage camping aesthetic."}],
"model": "eachsense/beta",
"stream": true,
"session_id": "outdoor-collection",
"mode": "eco"
}'

Design 2 - Forest theme (same session for style consistency)

Design 2 - Forest theme (same session for style consistency)

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 matching design for the collection with forest and pine trees theme. Same style as the mountain design. Text: "Get Lost""}],
"model": "eachsense/beta",
"stream": true,
"session_id": "outdoor-collection",
"mode": "eco"
}'
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 matching design for the collection with forest and pine trees theme. Same style as the mountain design. Text: "Get Lost""}],
"model": "eachsense/beta",
"stream": true,
"session_id": "outdoor-collection",
"mode": "eco"
}'

Design 3 - Campfire theme

Design 3 - Campfire theme

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": "Third design in the collection - campfire scene with stars. Same vintage outdoor style. Text: "Under the Stars""}],
"model": "eachsense/beta",
"stream": true,
"session_id": "outdoor-collection",
"mode": "eco"
}'
undefined
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": "Third design in the collection - campfire scene with stars. Same vintage outdoor style. Text: "Under the Stars""}],
"model": "eachsense/beta",
"stream": true,
"session_id": "outdoor-collection",
"mode": "eco"
}'
undefined

Prompt Tips for T-Shirt Designs

T恤设计提示词技巧

Include these details for best results:
  1. Style: Illustrative, minimalist, vintage, cartoon, realistic, etc.
  2. Subject: What the main visual element is
  3. Colors: Specific colors or color scheme
  4. Target Garment: Black tee, white tee, or both
  5. Print Method: Screen print, DTG, etc.
  6. Placement: Front, back, left chest, all-over
  7. Text: Any typography to include
  8. Mood: Edgy, fun, professional, artistic, etc.
包含以下细节可获得最佳效果:
  1. 风格:插画风格、极简风格、复古风格、卡通风格、写实风格等
  2. 主题:主要视觉元素是什么
  3. 颜色:特定颜色或配色方案
  4. 目标服饰:黑色T恤、白色T恤或两者通用
  5. 印刷工艺:丝网印刷、DTG等
  6. 位置:前幅、背部、左胸、满版
  7. 文字:需要包含的排版内容
  8. 氛围:前卫、趣味、专业、艺术感等

Example Prompt Structure

示例提示词结构

"Create a [style] t-shirt design featuring [subject].
Use [colors] color scheme. Design should work on [garment color] shirts.
Include text: \"[text]\". [Additional requirements].
Output as [format] for [print method]."
"Create a [style] t-shirt design featuring [subject].
Use [colors] color scheme. Design should work on [garment color] shirts.
Include text: \"[text]\". [Additional requirements].
Output as [format] for [print method]."

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
  • product-photo-generation
    - Product mockups and photos
  • image-generation
    - General image generation
  • each-sense
    - 核心API文档
  • product-photo-generation
    - 产品样机与照片生成
  • image-generation
    - 通用图像生成