eachlabs-fashion-ai by eachlabs/skills
npx skills add https://github.com/eachlabs/skills --skill eachlabs-fashion-ai使用 EachLabs 模型生成 AI 时尚模特图像、虚拟试穿体验、T台内容和广告宣传视觉素材。
Header: X-API-Key: <your-api-key>
设置 EACHLABS_API_KEY 环境变量。请在 eachlabs.ai 获取您的密钥。
| 任务 | 模型 | Slug |
|---|---|---|
| 时尚模特生成 | GPT Image v1.5 | gpt-image-v1-5-text-to-image |
| 虚拟试穿(最佳) | Kolors Virtual Try-On | kling-v1-5-kolors-virtual-try-on |
广告位招租
在这里展示您的产品或服务
触达数万 AI 开发者,精准高效
| 虚拟试穿(备选) |
| IDM VTON |
idm-vton |
| 服装上身效果 | Wan v2.6 Image-to-Image | wan-v2-6-image-to-image |
| 模特拍摄 | Product Photo to Modelshoot | product-photo-to-modelshoot |
| 拍摄造型 | Nano Banana Pro Photoshoot | nano-banana-pro-photoshoot |
| 面部/外观一致性 | Omni Zero | omni-zero |
| 角色一致性 | Ideogram Character | ideogram-character |
| Photomaker | Photomaker | photomaker |
| Photomaker Style | Photomaker Style | photomaker-style |
| 头像生成 | Instant ID | instant-id |
| 灵魂造型 | Higgsfield AI Soul | higgsfield-ai-soul |
| 形象转换 | Become Image | become-image |
| 任务 | 模型 | Slug |
|---|---|---|
| 品牌风格训练 | Z Image Trainer | z-image-trainer |
| 肖像 LoRA | Flux LoRA Portrait Trainer | flux-lora-portrait-trainer |
| 任务 | 模型 | Slug |
|---|---|---|
| T台视频 | Pixverse v5.6 Image-to-Video | pixverse-v5-6-image-to-video |
| 猫步动画 | Bytedance Omnihuman v1.5 | bytedance-omnihuman-v1-5 |
| 动作参考 | Kling v2.6 Pro Motion | kling-v2-6-pro-motion-control |
GET https://api.eachlabs.ai/v1/model?slug=<slug> — 验证模型是否存在,并返回包含精确输入参数的 request_schema。在创建预测之前务必执行此步骤,以确保输入正确。https://api.eachlabs.ai/v1/prediction,包含模型 slug、版本 "0.0.1" 以及符合 schema 的输入GET https://api.eachlabs.ai/v1/prediction/{id} 直到状态变为 "success" 或 "failed"curl -X POST https://api.eachlabs.ai/v1/prediction \
-H "Content-Type: application/json" \
-H "X-API-Key: $EACHLABS_API_KEY" \
-d '{
"model": "gpt-image-v1-5-text-to-image",
"version": "0.0.1",
"input": {
"prompt": "Professional fashion model wearing a tailored navy blazer, editorial photography, studio lighting, full body shot, neutral background",
"image_size": "1024x1536",
"quality": "high"
}
}'
将服装图像与模特图像结合:
curl -X POST https://api.eachlabs.ai/v1/prediction \
-H "Content-Type: application/json" \
-H "X-API-Key: $EACHLABS_API_KEY" \
-d '{
"model": "wan-v2-6-image-to-image",
"version": "0.0.1",
"input": {
"prompt": "The person in image 1 wearing the clothing from image 2, professional fashion photography, editorial style",
"image_urls": ["https://example.com/model.jpg", "https://example.com/garment.jpg"],
"image_size": "portrait_4_3"
}
}'
curl -X POST https://api.eachlabs.ai/v1/prediction \
-H "Content-Type: application/json" \
-H "X-API-Key: $EACHLABS_API_KEY" \
-d '{
"model": "pixverse-v5-6-image-to-video",
"version": "0.0.1",
"input": {
"image_url": "https://example.com/fashion-model.jpg",
"prompt": "Fashion model walking confidently on a runway, camera follows from front, professional fashion show lighting",
"duration": "5",
"resolution": "1080p"
}
}'
使用真实的 T 台走秀视频作为动作参考:
curl -X POST https://api.eachlabs.ai/v1/prediction \
-H "Content-Type: application/json" \
-H "X-API-Key: $EACHLABS_API_KEY" \
-d '{
"model": "kling-v2-6-pro-motion-control",
"version": "0.0.1",
"input": {
"image_url": "https://example.com/fashion-model.jpg",
"video_url": "https://example.com/runway-walk-reference.mp4",
"character_orientation": "video"
}
}'
在您品牌的视觉风格上训练 LoRA,以获得一致的广告宣传图像:
curl -X POST https://api.eachlabs.ai/v1/prediction \
-H "Content-Type: application/json" \
-H "X-API-Key: $EACHLABS_API_KEY" \
-d '{
"model": "z-image-trainer",
"version": "0.0.1",
"input": {
"image_data_url": "https://example.com/brand-photos.zip",
"default_caption": "brand editorial fashion photography style",
"training_type": "style",
"steps": 1500
}
}'
完整的模型参数请参阅 eachlabs-image-generation 和 eachlabs-video-generation 参考文档。
每周安装量
96
代码仓库
GitHub 星标数
8
首次出现
2026年2月9日
安全审计
安装于
gemini-cli93
opencode92
cursor92
kimi-cli91
amp91
github-copilot91
Generate AI fashion model imagery, virtual try-on experiences, runway content, and campaign visuals using EachLabs models.
Header: X-API-Key: <your-api-key>
Set the EACHLABS_API_KEY environment variable. Get your key at eachlabs.ai.
| Task | Model | Slug |
|---|---|---|
| Fashion model generation | GPT Image v1.5 | gpt-image-v1-5-text-to-image |
| Virtual try-on (best) | Kolors Virtual Try-On | kling-v1-5-kolors-virtual-try-on |
| Virtual try-on (alt) | IDM VTON | idm-vton |
| Garment on model | Wan v2.6 Image-to-Image | wan-v2-6-image-to-image |
| Model photoshoot | Product Photo to Modelshoot | product-photo-to-modelshoot |
| Photoshoot styling | Nano Banana Pro Photoshoot | nano-banana-pro-photoshoot |
| Face/look consistency | Omni Zero | omni-zero |
| Character consistency | Ideogram Character | ideogram-character |
| Photomaker | Photomaker | photomaker |
| Photomaker Style | Photomaker Style | photomaker-style |
| Avatar generation | Instant ID | instant-id |
| Soul styling | Higgsfield AI Soul | higgsfield-ai-soul |
| Become image | Become Image | become-image |
| Task | Model | Slug |
|---|---|---|
| Brand style training | Z Image Trainer | z-image-trainer |
| Portrait LoRA | Flux LoRA Portrait Trainer | flux-lora-portrait-trainer |
| Task | Model | Slug |
|---|---|---|
| Runway video | Pixverse v5.6 Image-to-Video | pixverse-v5-6-image-to-video |
| Catwalk animation | Bytedance Omnihuman v1.5 | bytedance-omnihuman-v1-5 |
| Motion reference | Kling v2.6 Pro Motion | kling-v2-6-pro-motion-control |
GET https://api.eachlabs.ai/v1/model?slug=<slug> — validates the model exists and returns the request_schema with exact input parameters. Always do this before creating a prediction to ensure correct inputs.https://api.eachlabs.ai/v1/prediction with model slug, version "0.0.1", and input matching the schemaGET https://api.eachlabs.ai/v1/prediction/{id} until status is "success" or "failed"curl -X POST https://api.eachlabs.ai/v1/prediction \
-H "Content-Type: application/json" \
-H "X-API-Key: $EACHLABS_API_KEY" \
-d '{
"model": "gpt-image-v1-5-text-to-image",
"version": "0.0.1",
"input": {
"prompt": "Professional fashion model wearing a tailored navy blazer, editorial photography, studio lighting, full body shot, neutral background",
"image_size": "1024x1536",
"quality": "high"
}
}'
Combine a garment image with a model image:
curl -X POST https://api.eachlabs.ai/v1/prediction \
-H "Content-Type: application/json" \
-H "X-API-Key: $EACHLABS_API_KEY" \
-d '{
"model": "wan-v2-6-image-to-image",
"version": "0.0.1",
"input": {
"prompt": "The person in image 1 wearing the clothing from image 2, professional fashion photography, editorial style",
"image_urls": ["https://example.com/model.jpg", "https://example.com/garment.jpg"],
"image_size": "portrait_4_3"
}
}'
curl -X POST https://api.eachlabs.ai/v1/prediction \
-H "Content-Type: application/json" \
-H "X-API-Key: $EACHLABS_API_KEY" \
-d '{
"model": "pixverse-v5-6-image-to-video",
"version": "0.0.1",
"input": {
"image_url": "https://example.com/fashion-model.jpg",
"prompt": "Fashion model walking confidently on a runway, camera follows from front, professional fashion show lighting",
"duration": "5",
"resolution": "1080p"
}
}'
Use a real runway walk as motion reference:
curl -X POST https://api.eachlabs.ai/v1/prediction \
-H "Content-Type: application/json" \
-H "X-API-Key: $EACHLABS_API_KEY" \
-d '{
"model": "kling-v2-6-pro-motion-control",
"version": "0.0.1",
"input": {
"image_url": "https://example.com/fashion-model.jpg",
"video_url": "https://example.com/runway-walk-reference.mp4",
"character_orientation": "video"
}
}'
Train a LoRA on your brand's visual style for consistent campaign imagery:
curl -X POST https://api.eachlabs.ai/v1/prediction \
-H "Content-Type: application/json" \
-H "X-API-Key: $EACHLABS_API_KEY" \
-d '{
"model": "z-image-trainer",
"version": "0.0.1",
"input": {
"image_data_url": "https://example.com/brand-photos.zip",
"default_caption": "brand editorial fashion photography style",
"training_type": "style",
"steps": 1500
}
}'
See the eachlabs-image-generation and eachlabs-video-generation references for complete model parameters.
Weekly Installs
96
Repository
GitHub Stars
8
First Seen
Feb 9, 2026
Security Audits
Gen Agent Trust HubPassSocketPassSnykWarn
Installed on
gemini-cli93
opencode92
cursor92
kimi-cli91
amp91
github-copilot91
超能力技能使用指南:AI助手技能调用优先级与工作流程详解
49,600 周安装