OOTDiffusion (Try-On)

Replicate
Image Generation

OOTDiffusion virtual try-on. Takes a clear photo of a model and an upper-body garment and renders the garment onto the person using an outfitting-fusion diffusion approach that keeps the garment's texture and the model's pose. A lightweight alternative to IDM-VTON for clothing previews.

Generate with OOTDiffusion (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

OOTDiffusion (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

OOTDiffusion (Outfitting over Try-on Diffusion) by viktorfa packages the OOTDiffusion method on Replicate. It fuses garment features into the generation so the rendered clothing matches the target garment's appearance while preserving the model's body and pose. Inputs are a model image and an upper-body garment image, with adjustable steps and guidance scale.
Try OOTDiffusion (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 OOTDiffusion (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("ootdiffusion-tryon", "A beautiful sunset over Tokyo");
console.log(images[0].url);

// Or use the image() method for full control
const res = await rw.image("ootdiffusion-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
Tags
product
virtual-try-on
vton
fashion
ecommerce
clothing
ootdiffusion

Frequently asked questions

Start using OOTDiffusion (Try-On) today

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