Ecommerce Virtual Try-On

Replicate
Image Generation

Try-on pipeline aimed at ecommerce listings. You give it a photo containing clothing on a body pose plus a separate face image; it composes a person wearing that clothing with the supplied face, controllable by prompt, CFG, and output size. Useful for generating on-model product shots from a flat garment image.

Generate with Ecommerce 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

Ecommerce 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

wolverinn's ecommerce-virtual-try-on is a ComfyUI-style pipeline exposed on Replicate. It takes a commerce image (clothing plus a human pose reference) and a face image, then generates a model wearing the clothing with the chosen face, with knobs for prompt, negative prompt, CFG scale, sampler, scheduler, denoising strength, and max width or height. Built for product-on-model imagery in online shops.
Try Ecommerce Virtual Try-On
Sign in to generate β€” 50 free credits on sign-up

Pricing

Price per Generation
Per generation€3.00

API Integration

Use our OpenAI-compatible API to integrate Ecommerce 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("ecommerce-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("ecommerce-virtual-tryon", "A cat in space", {
  size: "1024x1024",
  n: 1,
});
console.log(res.data[0].url);
Specifications
Price
€3.00
Developer
Replicate
Category
Image Generation
Supported Formats
image
text
Tags
product
virtual-try-on
vton
ecommerce
fashion
clothing
on-model

Frequently asked questions

Start using Ecommerce Virtual Try-On today

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