metadata
title: MiniT2I
sdk: static
app_file: index.html
pinned: false
MiniT2I
Introducing MiniT2I: a simple pixel-space text-to-image generator baseline. Please use the project links below to navigate.
Links
- Blog: Text-to-Image Generation Made Simple
- PyTorch/Diffusers code: Hope7Happiness/t2i-release
- JAX code: PeppaKing8/minit2i-jax
- PyTorch checkpoints: MiniT2I/MiniT2I
- JAX checkpoints: MiniT2I-B/16, MiniT2I-L/16, MiniT2I-B/16-MF
Models
| Model | Params | Patch | GenEval | DPG-Bench |
|---|---|---|---|---|
| MiniT2I-B/16 | 258M + 341M text encoder | 16 | 0.874 | 84.6 |
| MiniT2I-L/16 | 912M + 341M text encoder | 16 | 0.887 | 85.5 |
Citation
@misc{minit2i2026,
title = {MiniT2I: Text-to-Image Generation Made Simple},
author = {Wang, Xianbang and Zhao, Hanhong and Lu, Yiyang and Zhou, Kangyang and Ma, Linrui},
year = {2026},
url = {https://peppaking8.github.io/#/post/text-to-image-generation-made-simple}
}