Papers › TryOnDiffusion: A Tale of Two UNets

TryOnDiffusion: A Tale of Two UNets

14 Jun 2023CVPR 2023 1arXiv:2306.08276archive 2025-07-28

Luyang Zhu, Dawei Yang, Tyler Zhu, Fitsum Reda, William Chan, Chitwan Saharia, Mohammad Norouzi, Ira Kemelmacher-Shlizerman

Given two images depicting a person and a garment worn by another person, our goal is to generate a visualization of how the garment might look on the input person. A key challenge is to synthesize a photorealistic detail-preserving visualization of the garment, while warping the garment to accommodate a significant body pose and shape change across the subjects. Previous methods either focus on garment detail preservation without effective pose and shape variation, or allow try-on with the desired shape and pose but lack garment details. In this paper, we propose a diffusion-based architecture that unifies two UNets (referred to as Parallel-UNet), which allows us to preserve garment details and warp the garment for significant pose and body change in a single network. The key ideas behind Parallel-UNet include: 1) garment is warped implicitly via a cross attention mechanism, 2) garment warp and person blend happen as part of a unified process as opposed to a sequence of two separate tasks. Experimental results indicate that TryOnDiffusion achieves state-of-the-art performance both qualitatively and quantitatively.

PaperPDFConference PDFCodeCode Syntology ran

In Syntology Open this paper in Syntology's Atlas, the map of the papers in Syntology's graph and their citations.

For agents, Syntology's MCP tool lists every function and class Syntology harvested from this paper and whether it ran (how to connect): get_harvested_code_for_paper(arxiv_id="2306.08276")

Code

Syntology Ran 5 of 14 code samples harvested from 1 repository linked to this paper; 9 have no recorded run. Of those that ran: 1 ran · honoured contract; 2 ran · violated contract; 2 ran · our draft was wrong.

By repository: community (archive-listed): 14 samples from 1 repository, 5 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

fashn-AI/tryondiffusion mentioned on GitHubpytorchMIT report

Repository list and official/mentioned flags are the archive's, frozen 2025-07-28. Reachability, where shown, is from one Syntology probe window (2026-09-16 to 2026-09-18); repositories not probed show nothing. GitHub stars are not tracked.

Code Syntology ran Syntology

14 samples harvested; 5 ran; 1 honoured the contract we drafted; 9 have no recorded run. Read from Syntology's graph 2026-09-24; that is when this build read the record, not when the samples ran.

1ran · honoured contract
2ran · violated contract
2ran · our draft was wrong
9unverified

Licence: 0 of the 14 samples are pointer only, meaning Syntology does not serve that copy's text. This page shows no code text for any sample; each one links to its file in the repository.

Harvested from fashn-AI/tryondiffusion. “Ran” means the sample executed on a synthesized input. It does not mean the output is correct, and nothing here reproduces the paper's results. “Honoured” and “violated” refer to a contract Syntology drafted from the code itself; “our draft was wrong” and “fixture could not drive it” are failures of Syntology's instrument, not of the code.

Each sample ends with its code_sha256, Syntology's identity for that exact code. An agent fetches the stored sample with Syntology's MCP tool get_code(code_sha256="…") (how to connect); click an identity to copy that call.

Repository labels, per sample. official repository: The archive marks this repository official for the paper. named in the paper: The archive records that the paper mentions this repository; it is not marked official. community (archive-listed): In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper. found in paper text by Syntology: Syntology found this repository in the paper's own text; whether it is the authors' implementation is not asserted. community: Not in the archive's code links for this paper; a community repository Syntology harvested. Samples from a repository marked official are listed first. Licence labels name the repository's licence as recorded at harvest. “Pointer only” means Syntology does not serve that copy's text, for one of four reasons: no licence file was found; the licence was not identified; the licence is recorded as permissive but that copy's record is not marked cleared; or the licence is outside the permissive list Syntology serves text under (MIT, Apache-2.0, BSD and similar). Some licences outside that list permit redistribution, such as WTFPL, and GPL-3.0 under its conditions; they are simply not on the list. Hover a licence label for the reason. File links open the file on GitHub at the default branch, which may have changed since the harvest.

identity fashn-AI/tryondiffusion/tryondiffusion/common/python_helpers.py community (archive-listed) ran · honoured contract MIT (permissive) · 7f1040f5e3991d5e · report
eval_decorator fashn-AI/tryondiffusion/tryondiffusion/common/torch_helpers.py community (archive-listed) ran · our draft was wrong MIT (permissive) · c16aee9490eb8729 · report
exists fashn-AI/tryondiffusion/tryondiffusion/common/python_helpers.py community (archive-listed) ran · violated contract MIT (permissive) · aa5486a3650902d8 · report
l2norm fashn-AI/tryondiffusion/tryondiffusion/modules/imagen.py community (archive-listed) ran · our draft was wrong fingerprinted MIT (permissive) · 3eb58dae620046d3 · report
right_pad_dims_to fashn-AI/tryondiffusion/tryondiffusion/modules/imagen.py community (archive-listed) ran · violated contract fingerprinted MIT (permissive) · 8cd8e6547ade35f4 · report
FeedForward fashn-AI/tryondiffusion/tryondiffusion/modules/general.py community (archive-listed) unverified MIT (permissive) · f84f0c4e5d25300e · report
cast_uint8_images_to_float fashn-AI/tryondiffusion/tryondiffusion/common/torch_transforms.py community (archive-listed) unverified MIT (permissive) · e61d22cae4241618 · report
get_constant_schedule_with_warmup fashn-AI/tryondiffusion/tryondiffusion/tryon_imagen_trainer.py community (archive-listed) unverified MIT (permissive) · c591917f64fd4175 · report
log fashn-AI/tryondiffusion/tryondiffusion/modules/imagen.py community (archive-listed) unverified MIT (permissive) · 7608d360a072bd4b · report
minimum_positive_value fashn-AI/tryondiffusion/tryondiffusion/common/python_helpers.py community (archive-listed) unverified MIT (permissive) · 10bb4427c51eadd0 · report
module_device fashn-AI/tryondiffusion/tryondiffusion/common/torch_helpers.py community (archive-listed) unverified MIT (permissive) · 1406fe4ece286ae5 · report
normalize_neg_one_to_one fashn-AI/tryondiffusion/tryondiffusion/common/torch_transforms.py community (archive-listed) unverified MIT (permissive) · 62b1579317b1b3d9 · report
restore_parts fashn-AI/tryondiffusion/tryondiffusion/tryon_imagen_trainer.py community (archive-listed) unverified MIT (permissive) · 6d2cd6522bad5ffb · report
tensor_to_pil fashn-AI/tryondiffusion/tryondiffusion/common/torch_transforms.py community (archive-listed) unverified MIT (permissive) · 90b652d305c72806 · report

Tasks

Virtual Try-on

Results from the paper archive 2025-07-28

No leaderboard rows for this paper in the archive.

Methods

Focus

Report a problem or propose a change · a person checks every report against the paper or source before anything changes; decisions are listed on /corrections