We introduce LLaDA-o, an effective and length-adaptive omni diffusion model for unified multimodal understanding and generation.
LLaDA-o extends diffusion language modeling to a broader multimodal setting, supporting both visual understanding and visual generation within a single framework. The released codebase provides a practical inference pipeline for interleaved text-image processing and a notebook-based workflow for reproducible experiments.
It was presented in the paper LLaDA-o: An Effective and Length-Adaptive Omni Diffusion Model.
Code: https://github.com/ML-GSAI/LLaDA-o
multimodal_demo.ipynbThe current release is designed for the following multimodal inference settings:
Please first download the model checkpoint locally, then use the official repository for inference:
git clone https://github.com/ML-GSAI/LLaDA-o
cd LLaDA-o
bash init_env.sh
The recommended inference entry point is:
multimodal_demo.ipynbIn the notebook, set:
MODEL_PATH = "/path/to/local/GSAI-ML-LLaDA-o"
and run the cells sequentially to perform text-to-image generation, image understanding, and image editing.
If you find LLaDA-o useful in your research, please consider citing:
@article{you2026lladao,
title={LLaDA-o: An Effective and Length-Adaptive Omni Diffusion Model},
author={You, Zebin and Zhang, Xiaolu and Zhou, Jun and Li, Chongxuan and Wen, Ji-Rong},
journal={arXiv preprint arXiv:2603.01068},
year={2026}
}
If you have any questions, please feel free to contact us at zebin@ruc.edu.cn.
5 commits
We introduce LLaDA-o, an effective and length-adaptive omni diffusion model for unified multimodal understanding and generation.
LLaDA-o extends diffusion language modeling to a broader multimodal setting, supporting both visual understanding and visual generation within a single framework. The released codebase provides a practical inference pipeline for interleaved text-image processing and a notebook-based workflow for reproducible experiments.
It was presented in the paper LLaDA-o: An Effective and Length-Adaptive Omni Diffusion Model.
Code: https://github.com/ML-GSAI/LLaDA-o
multimodal_demo.ipynbThe current release is designed for the following multimodal inference settings:
Please first download the model checkpoint locally, then use the official repository for inference:
git clone https://github.com/ML-GSAI/LLaDA-o
cd LLaDA-o
bash init_env.sh
The recommended inference entry point is:
multimodal_demo.ipynbIn the notebook, set:
MODEL_PATH = "/path/to/local/GSAI-ML-LLaDA-o"
and run the cells sequentially to perform text-to-image generation, image understanding, and image editing.
If you find LLaDA-o useful in your research, please consider citing:
@article{you2026lladao,
title={LLaDA-o: An Effective and Length-Adaptive Omni Diffusion Model},
author={You, Zebin and Zhang, Xiaolu and Zhou, Jun and Li, Chongxuan and Wen, Ji-Rong},
journal={arXiv preprint arXiv:2603.01068},
year={2026}
}
If you have any questions, please feel free to contact us at zebin@ruc.edu.cn.
5 commits