eachlabs-fashion-aiGenerate fashion model imagery, virtual try-on, runway videos, and campaign visuals using EachLabs AI. Use when the user needs fashion content, model photography, or virtual try-on.
Install via ClawdBot CLI:
clawdbot install eftalyurtseven/eachlabs-fashion-aiGenerate 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= â 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.
Generated Mar 1, 2026
Online fashion retailers can integrate virtual try-on to allow customers to see how garments look on diverse models before purchase, reducing returns and enhancing engagement. This uses models like Kolors Virtual Try-On or IDM VTON to overlay product images onto user-selected model avatars.
Brands and marketing agencies can generate high-quality fashion model imagery and runway videos for advertising campaigns without expensive photoshoots. This leverages image generation models like GPT Image v1.5 and video models like Pixverse for creating editorial-style visuals.
Stylists or subscription box services can use AI to create personalized outfit visualizations based on customer preferences and body types. Models such as Wan v2.6 enable garment-on-model applications for tailored styling recommendations.
Fashion brands can train custom AI models on their visual identity using the Z Image Trainer to ensure consistent imagery across all marketing materials. This helps maintain brand aesthetics in campaigns and product launches.
Designers and event planners can simulate fashion shows by generating catwalk videos from static model images, using motion reference models like Kling v2.6 Pro. This allows for previewing collections before physical events.
Offer a subscription-based platform where brands access AI tools for generating model imagery, virtual try-ons, and campaign videos. Revenue comes from tiered monthly plans based on usage limits and features like custom model training.
Provide API access to EachLabs models for integration into e-commerce sites, apps, or other services. Charge based on API calls or compute credits, with volume discounts for enterprise clients.
Operate a creative agency that uses AI to produce fashion content for clients, such as virtual try-on implementations or campaign visuals. Revenue is generated through project-based fees or retainer contracts.
đŹ Integration Tip
Always validate model schemas via the GET endpoint before predictions to ensure correct inputs, and set the API key as an environment variable for security.
Generate/edit images with Nano Banana Pro (Gemini 3 Pro Image). Use for image create/modify requests incl. edits. Supports text-to-image + image-to-image; 1K/2K/4K; use --input-image.
Capture frames or clips from RTSP/ONVIF cameras.
Batch-generate images via OpenAI Images API. Random prompt sampler + `index.html` gallery.
Generate images using the internal Google Antigravity API (Gemini 3 Pro Image). High quality, native generation without browser automation.
äœżçšć çœź image_generate.py èæŹçæćŸç, ć〿ž æ°ć ·äœç `prompt`ă
AI image generation powered by CellCog. Create images, edit photos, consistent characters, product photography, reference-based images, sets of images, style transfer. Professional image creation with AI.