Search papers, labs, and topics across Lattice.
This study systematically investigates the modeling and data design choices in text-to-image diffusion training through over 300 controlled experiments, totaling more than 700,000 TPU v6e hours. The authors introduce i1, a 3B-parameter text-to-image diffusion model trained solely on publicly available datasets, which achieves competitive performance on multiple benchmarks and significantly outperforms the best existing fully open model by 29.5 absolute percentage points. The findings emphasize the importance of empirical design choices, such as equal dataset weighting and optimized text encoder adapters, providing a robust foundation for future open research in this domain.
i1 not only matches the performance of leading text-to-image models but also sets a new standard for fully open models, outperforming the best by nearly 30 percentage points.
Diffusion models have consistently driven progress in text-to-image generation. However, it is challenging to attribute recent progress to specific modeling and data choices: state-of-the-art open-weight models provide limited ablations, and do not disclose their training data and full training details. The research community needs fully open (weights, data, and code) models as a foundation for further research; yet existing fully open models still fall significantly short of leading models in performance. In this project, we conduct a systematic investigation of the modeling and data design choices in text-to-image diffusion training and inference with 300+ controlled experiments totaling 700K+ TPU v6e hours. Our experiments highlight several empirical findings (e.g., equal weighting is a strong default for mixing curated datasets) and simple design decisions (e.g., larger text encoder adapters improve performance with minimal added parameters) for training strong models. Guided by these insights, we train i1, a 3B-parameter text-to-image diffusion model using only publicly available datasets. i1 is competitive with leading models on five representative benchmarks (GenEval, DPG, PRISM, CVTG-2K, and LongText), and outperforms the best existing fully open model by 29.5 absolute percentage points on average. We provide the i1 checkpoints, training and inference code, and the data processing pipeline. Together, our findings and the i1 recipe establish a practical foundation for future open research in text-to-image diffusion models. Our code is available at https://github.com/zlab-princeton/i1.