Downloads · 30 days
12
33% of all-time downloads
OpenOneRec/Kelix-DiT
Kelix-DiT is a text-to-image model from OpenOneRec. Use it when you need an image from a text prompt. It is set up for muse.
Downloads · 30 days
12
33% of all-time downloads
All-time downloads
36
Public
Parameters
1.6B
9.7 GB on disk
Likes
0
Public
Click a slice to open those files.
.safetensors3.2 GB · 100%
From the Hugging Face model README
Kelix-DiT is the pretraining-stage checkpoint of the diffusion-based image de-tokenizer of Kelix, a fully discrete autoregressive unified multimodal model. It renders high-fidelity 1024×1024 images from the semantic hidden states produced by the Kelix unified LLM, closing the long-standing understanding gap between discrete and continuous visual representations.
Kelix is built on a modular Tokenizer → LLM → Detokenizer pipeline:
N parallel discrete codes, expanding the coding capacity exponentially while keeping the LLM context length unchanged via sum pooling on the encoder side.Kelix achieves state-of-the-art results among comparable-scale unified models on both understanding and generation benchmarks; notably, it reaches 86.7 on OCRBench, matching continuous-feature VLMs and surpassing the previous best discrete model by +23%.
| Item | Value |
|---|---|
| Role | Diffusion-based image de-tokenizer (pretraining stage) |
| Base architecture | SANA-DiT (customized) |
| Training objective | Flow-matching |
| Latent VAE | DC-AE-F32C32 (32× spatial downsampling → 32×32 latent) |
| Condition | Last hidden states from the Kelix LLM (between vision start/end tokens) |
| Output resolution | 1024 × 1024 |
| Training stage | Pretraining (Stage 1 of 2) |
This checkpoint corresponds to the Pretraining Stage of Kelix-DiT:
This stage equips the de-tokenizer with robust semantic–image alignment and strong generalization to diverse, unseen scenarios. The companion SFT-stage checkpoint is released as OpenOneRec/Kelix-SFT, which further enhances instruction-following and fine-grained control.
Kelix-DiT is designed to be driven by the hidden states of the Kelix unified LLM. A typical generation pipeline is:
{h_*} for the image blocks.{h_*} as the semantic condition (y-embedder input) for Kelix-DiT.⚠️ This checkpoint is a component of the Kelix pipeline, not a standalone text-to-image model. To generate images end-to-end you also need the Kelix unified LLM and the frozen DC-AE-F32C32 VAE.
Kelix (8B, with Kelix-DiT) image-generation results:
| Benchmark | Score |
|---|---|
| GenEval (Overall) | 87.6 |
| WISE (Overall) | 57.0 |
| DPG-Bench (Overall) | 85.5 |
Highlights (see the technical report for full tables):
If you find Kelix useful, please cite our technical report.
@article{kelix2026,
title = {Kelix Technique Report: Closing the Understanding Gap of Discrete Tokens in Unified Multimodal Models},
author = {Kuaishou Technology},
journal = {arXiv preprint arXiv:2602.09843},
year = {2026},
url = {https://arxiv.org/abs/2602.09843}
}
Please contact the OneRec Team for the license of the Kelix series. The base SANA-DiT and DC-AE components are subject to their respective original licenses.