Papers › SANA-Sprint: One-Step Diffusion with Continuous-Time Consistency Distillation

SANA-Sprint: One-Step Diffusion with Continuous-Time Consistency Distillation

12 Mar 2025arXiv:2503.09641links table onlyarchive 2025-07-28

Junsong Chen, Shuchen Xue, Yuyang Zhao, Jincheng Yu, Sayak Paul, Junyu Chen, Han Cai, Song Han, Enze Xie

The archive published only this paper's code-link row. Authors, date and abstract are from arXiv's metadata (CC0), read from the Kaggle arXiv metadata snapshot of 2026-09-12 where its title matched the archive's; the title is the archive's.

This paper presents SANA-Sprint, an efficient diffusion model for ultra-fast text-to-image (T2I) generation. SANA-Sprint is built on a pre-trained foundation model and augmented with hybrid distillation, dramatically reducing inference steps from 20 to 1-4. We introduce three key innovations: (1) We propose a training-free approach that transforms a pre-trained flow-matching model for continuous-time consistency distillation (sCM), eliminating costly training from scratch and achieving high training efficiency. Our hybrid distillation strategy combines sCM with latent adversarial distillation (LADD): sCM ensures alignment with the teacher model, while LADD enhances single-step generation fidelity. (2) SANA-Sprint is a unified step-adaptive model that achieves high-quality generation in 1-4 steps, eliminating step-specific training and improving efficiency. (3) We integrate ControlNet with SANA-Sprint for real-time interactive image generation, enabling instant visual feedback for user interaction. SANA-Sprint establishes a new Pareto frontier in speed-quality tradeoffs, achieving state-of-the-art performance with 7.59 FID and 0.74 GenEval in only 1 step - outperforming FLUX-schnell (7.94 FID / 0.71 GenEval) while being 10x faster (0.1s vs 1.1s on H100). It also achieves 0.1s (T2I) and 0.25s (ControlNet) latency for 1024 x 1024 images on H100, and 0.31s (T2I) on an RTX 4090, showcasing its exceptional efficiency and potential for AI-powered consumer applications (AIPC). Code and pre-trained models will be open-sourced.

PaperPDFCodeCode 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="2503.09641")

Code

Syntology Ran 1 of 12 code samples harvested from 1 repository linked to this paper; 11 have no recorded run. Of those that ran: 1 ran with no contract checked.

By repository: official repository: 12 samples from 1 repository, 1 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

NVlabs/Sana officialmentioned on GitHubpytorchApache-2.0 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

12 samples harvested; 1 ran; 0 honoured the contract we drafted; 11 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
11unverified

Licence: 12 of the 12 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 NVlabs/Sana. “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.

randomize_seed_fn NVlabs/Sana/app/app_sana_4bit.py official repository ran Apache-2.0 recorded; this copy not marked cleared · pointer only · 1c00f3d9c2aa103c · report
apply_style NVlabs/Sana/app/app_sana.py official repository unverified Apache-2.0 recorded; this copy not marked cleared · pointer only · 2b6d6883dc96127d · report
classify_height_width_bin NVlabs/Sana/app/sana_controlnet_pipeline.py official repository unverified Apache-2.0 recorded; this copy not marked cleared · pointer only · 9d06ee4c83d30c78 · report
extract_greyscale_mask NVlabs/Sana/app/app_sana_inpaint.py official repository unverified Apache-2.0 recorded; this copy not marked cleared · pointer only · a21b14671ce99511 · report
get_ar_from_ref_image NVlabs/Sana/app/sana_controlnet_pipeline.py official repository unverified Apache-2.0 recorded; this copy not marked cleared · pointer only · 4d4ea6fb407e109b · report
guidance_type_select NVlabs/Sana/app/sana_controlnet_pipeline.py official repository unverified Apache-2.0 recorded; this copy not marked cleared · pointer only · 57e4b02c63e00263 · report
hash_str_to_int NVlabs/Sana/app/app_sana_4bit_compare_bf16.py official repository unverified Apache-2.0 recorded; this copy not marked cleared · pointer only · 34bc01284508eb93 · report
norm_ip NVlabs/Sana/app/app_sana_controlnet_hed.py official repository unverified Apache-2.0 recorded; this copy not marked cleared · pointer only · b3da9990e1ba94e2 · report
run_inference NVlabs/Sana/app/app_sana.py official repository unverified Apache-2.0 recorded; this copy not marked cleared · pointer only · 3766af1242aa1f12 · report
save_image NVlabs/Sana/app/app_sana_controlnet_hed.py official repository unverified Apache-2.0 recorded; this copy not marked cleared · pointer only · 3b9d90947aa40dd2 · report
save_image_sana NVlabs/Sana/app/app_sana_4bit.py official repository unverified Apache-2.0 recorded; this copy not marked cleared · pointer only · ec6eb00169f04a34 · report
tensor_to_pil NVlabs/Sana/app/sana_pipeline_inpaint.py official repository unverified Apache-2.0 recorded; this copy not marked cleared · pointer only · 01b02ff9e21d4414 · report

Results from the paper archive 2025-07-28

No leaderboard rows for this paper in the archive.

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