Papers › eDiff-I: Text-to-Image Diffusion Models with an Ensemble of Expert Denoisers

eDiff-I: Text-to-Image Diffusion Models with an Ensemble of Expert Denoisers

2 Nov 2022arXiv:2211.01324archive 2025-07-28

Yogesh Balaji, Seungjun Nah, Xun Huang, Arash Vahdat, Jiaming Song, Qinsheng Zhang, Karsten Kreis, Miika Aittala, Timo Aila, Samuli Laine, Bryan Catanzaro, Tero Karras, Ming-Yu Liu

Large-scale diffusion-based generative models have led to breakthroughs in text-conditioned high-resolution image synthesis. Starting from random noise, such text-to-image diffusion models gradually synthesize images in an iterative fashion while conditioning on text prompts. We find that their synthesis behavior qualitatively changes throughout this process: Early in sampling, generation strongly relies on the text prompt to generate text-aligned content, while later, the text conditioning is almost entirely ignored. This suggests that sharing model parameters throughout the entire generation process may not be ideal. Therefore, in contrast to existing works, we propose to train an ensemble of text-to-image diffusion models specialized for different synthesis stages. To maintain training efficiency, we initially train a single model, which is then split into specialized models that are trained for the specific stages of the iterative generation process. Our ensemble of diffusion models, called eDiff-I, results in improved text alignment while maintaining the same inference computation cost and preserving high visual quality, outperforming previous large-scale text-to-image diffusion models on the standard benchmark. In addition, we train our model to exploit a variety of embeddings for conditioning, including the T5 text, CLIP text, and CLIP image embeddings. We show that these different embeddings lead to different behaviors. Notably, the CLIP image embedding allows an intuitive way of transferring the style of a reference image to the target text-to-image output. Lastly, we show a technique that enables eDiff-I's "paint-with-words" capability. A user can select the word in the input text and paint it in a canvas to control the output, which is very handy for crafting the desired image in mind. The project page is available at https://deepimagination.cc/eDiff-I/

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="2211.01324")

Code

Syntology Ran 4 of 13 code samples harvested from 2 repositories linked to this paper; 9 have no recorded run. Of those that ran: 1 ran · honoured contract; 1 ran · fixture could not drive it; 2 ran with no contract checked.

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

cloneofsimo/paint-with-words-sd mentioned on GitHubpytorch 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

13 samples harvested; 4 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
1ran · fixture could not drive it
2ran
9unverified

Licence: 0 of the 13 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 2 repositories linked to this paper, official or community; each sample names its own and says which. “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.

always_round cloneofsimo/paint-with-words-sd/paint_with_words/paint_with_words.py community (archive-listed) ran · honoured contract fingerprinted MIT (permissive) · a611fe4aef89ea52 · report
get_schedule cross-domain-compositing/cross-domain-compositing/cdc/scheduler.py community (archive-listed) ran MIT (permissive) · 314afb570b35e5c0 · report
inj_forward cloneofsimo/paint-with-words-sd/paint_with_words/paint_with_words.py community (archive-listed) ran · fixture could not drive it MIT (permissive) · de7114b637a2e1b6 · report
preprocess cloneofsimo/paint-with-words-sd/paint_with_words/paint_with_words.py community (archive-listed) ran · metamorphic tier: well formed MIT (permissive) · cc073aabc2f49dab · report
cross_attention_masks cross-domain-compositing/cross-domain-compositing/cdc/prompt_masking.py community (archive-listed) unverified MIT (permissive) · 99b6da8de85fe2bc · report
download_models cross-domain-compositing/cross-domain-compositing/notebook_helpers.py community (archive-listed) unverified MIT (permissive) · 4533e43e06a12dc5 · report
get_blend_operator_and_mask cross-domain-compositing/cross-domain-compositing/cdc/cdc.py community (archive-listed) unverified MIT (permissive) · 0657ed0cbf2c4fc5 · report
get_schedule_jump cross-domain-compositing/cross-domain-compositing/cdc/scheduler.py community (archive-listed) unverified MIT (permissive) · aefaff0f568e5037 · report
get_word_inds cross-domain-compositing/cross-domain-compositing/cdc/prompt_masking.py community (archive-listed) unverified MIT (permissive) · 2032ab3924e8cd43 · report
load_checkpoint cross-domain-compositing/cross-domain-compositing/SVR/utils.py community (archive-listed) unverified MIT (permissive) · 619771c3e74f395b · report
load_model cross-domain-compositing/cross-domain-compositing/SVR/utils.py community (archive-listed) unverified MIT (permissive) · f04426f214fbb1ec · report
process_image cross-domain-compositing/cross-domain-compositing/SVR/augment_ShapeNet_data.py community (archive-listed) unverified MIT (permissive) · ce5593d971584146 · report
sample_grid_points cross-domain-compositing/cross-domain-compositing/SVR/utils.py community (archive-listed) unverified MIT (permissive) · 08767bfaed57712a · report

Tasks

Image GenerationText-to-Image Generation

Results from the paper archive 2025-07-28

TaskDatasetModelMetricValueRank at snapshotLeaderboardReport
Text-to-Image Generation COCO (Common Objects in Context) eDiff-I (zero-shot) FID 6.95 #13 of 69 Archive leaderboard report

Ranks are positions in the archive's leaderboards as they stood at the 2025-07-28 snapshot. Results published since then are not among these rows, so a rank here is not a current standing.

Methods

AdafactorAttentionAttention DropoutBPECLIPDense ConnectionsDiffusionDropoutGated Linear UnitInverse Square Root ScheduleLayer NormalizationLinear LayerMulti-Head AttentionResidual ConnectionSentencePieceSoftmaxT5

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