IDM-VTON (Virtual Try-On)

Replicate
Image Generation

IDM-VTON virtual try-on from the CVPR 2024 paper. You give it a photo of a person and a garment image; it dresses the person in that garment while preserving pose, body shape, and the garment's pattern and text. Good for showing a clothing product on a model for an ecommerce listing.

Generate with IDM-VTON (Virtual Try-On)
Describe what you want and pick a size — the image renders inline.
Sign in to try this model with €5 free credits.
Sign in
Result appears here
TL;DR·Last updated June 24, 2026

IDM-VTON (Virtual Try-On) is image generation AI model from Replicate, priced at €0.000 per 1M input tokens with a unknown context window.

About this model

IDM-VTON (Improving Diffusion Models for Authentic Virtual Try-on) warps and renders a target garment onto a person photo using a diffusion pipeline that keeps fine garment detail such as logos, prints, and textures. Inputs are a human image and a garment image (plus optional category and garment description); best results use a roughly 3:4 person photo or the crop option. Widely used for fashion ecommerce and try-on demos.
Try IDM-VTON (Virtual Try-On)
Sign in to generate — 50 free credits on sign-up

Pricing

Price per Generation
Per generation€4.00

API Integration

Use our OpenAI-compatible API to integrate IDM-VTON (Virtual Try-On) into your application.

Install
npm install railwail
JavaScript / TypeScript
import railwail from "railwail";

const rw = railwail("YOUR_API_KEY");

const images = await rw.run("idm-vton-virtual-tryon", "A beautiful sunset over Tokyo");
console.log(images[0].url);

// Or use the image() method for full control
const res = await rw.image("idm-vton-virtual-tryon", "A cat in space", {
  size: "1024x1024",
  n: 1,
});
console.log(res.data[0].url);
Specifications
Price
€4.00
Developer
Replicate
Category
Image Generation
Supported Formats
image
text
Tags
product
virtual-try-on
vton
fashion
ecommerce
clothing
idm-vton

Frequently asked questions

Start using IDM-VTON (Virtual Try-On) today

Get started with free credits. No credit card required. Access IDM-VTON (Virtual Try-On) and 100+ other models through a single API.