OutfitAnyone

更新时间:
复制 MD 格式

OutfitAnyone includes try-on models and auxiliary models for virtual try-on scenarios, from quick image generation and detail refinement to partial replacement.

Important

This document applies only to the China (Beijing) region. Use an API key from this region.

Quick links: Online trial | Billing and throttling | Free quota

Related APIs: api OutfitAnyone - Basic Edition | api OutfitAnyone - Plus Edition | api OutfitAnyone - Image Refinement | api OutfitAnyone - Image Segmentation

Model overview

Type

Service

Model

Core feature

Scenarios

Try-on model

OutfitAnyone - Basic Edition

aitryon

Fast try-on image generation.

High-speed generation with standard texture quality.

Try-on model

OutfitAnyone-Plus API reference

(Recommended)

aitryon-plus 

Higher image definition, improved texture details, and better logo restoration.

Slower generation speed, suitable for non-time-sensitive scenarios.

Auxiliary model

OutfitAnyone - Image Refinement

aitryon-refiner

Enhances texture, definition, and realism of try-on images.

Refines try-on model outputs for higher quality.

Auxiliary model

OutfitAnyone-Parsing

aitryon-parsing-v1

Segments clothing areas in images.

Enables partial try-on and interactive features like product hotspots.

Scenarios

Combine these APIs based on your needs. Common scenarios:

Scenario 1: Basic try-on

Use case: Quick result verification or high-speed image generation.

Steps:

  1. Prepare inputs: Model image and clothing image.

  2. Call try-on model: Call OutfitAnyone - Basic Edition or OutfitAnyone-Plus API reference with the two images.

  3. Get result: The API returns the try-on image.

Scenario 2: Refined try-on

Use case: High-quality output with enhanced detail and realism.

Steps:

  1. Call try-on model: Follow steps in Scenario 1: Basic try-on to generate a try-on image.

  2. Call image refinement: Call OutfitAnyone - Image Refinement with the basic try-on image and original inputs (model image and clothing image).

  3. Get result: The API returns the refined try-on image.

Scenario 3: Partial try-on

Use case: Replace part of the outfit (e.g., replace only the top, keep the original pants).

Steps:

  1. Extract clothing to keep: Call OutfitAnyone-Parsing with the original model image to extract the clothing item to keep (e.g., pants).

  2. Combine for try-on: Call OutfitAnyone - Basic Edition or OutfitAnyone-Plus API reference with the original model image, new top, and extracted pants image.

  3. Get result: The API returns a try-on image combining the new top and original pants.

Scenario 4: Obtaining clothing coordinates

Use case: Add product labels or implement interactive features like product hotspots.

Steps:

  1. Call image segmentation: Call OutfitAnyone-Parsing with any model image (real photo or OutfitAnyone-generated image).

  2. Get result: The API returns clothing area coordinates (bbox) and visualization. Use these coordinates for frontend interactive features like product hotspots.