yyyou commited on
Commit
a10ba17
·
verified ·
1 Parent(s): 9852b89

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -3
README.md CHANGED
@@ -2,13 +2,15 @@
2
  pipeline_tag: image-text-to-text
3
  library_name: transformers
4
  ---
5
-
 
 
6
  # LLaDA-V
7
 
8
- We introduce LLaDA-V, a competitive diffusion-based vision-language model, outperforming other diffusion MLLMs.
9
 
10
  It was presented in the paper [LLaDA-V: Large Language Diffusion Models with Visual Instruction Tuning](https://huggingface.co/papers/2505.16933).
11
 
12
  Project Page: https://ml-gsai.github.io/LLaDA-V-demo/
13
 
14
- Code: https://github.com/ML-GSAI/LLaDA-V
 
2
  pipeline_tag: image-text-to-text
3
  library_name: transformers
4
  ---
5
+ ---
6
+ **Update (March 2026):** We are excited to introduce [LLaDA-o](https://huggingface.co/GSAI-ML/LLaDA-o), the latest model in the LLaDA series. As an effective and length-adaptive omni diffusion model for unified multimodal understanding and generation, LLaDA-o extends the LLaDA line to broader multimodal settings, supporting visual understanding, text-to-image generation, and instruction-based image editing. For more details, please check out the [paper](https://huggingface.co/papers/2603.01068) and [code](https://github.com/ML-GSAI/LLaDA-o).
7
+ ---
8
  # LLaDA-V
9
 
10
+ We introduce LLaDA-V, a competitive diffusion-based vision-language model that outperforms other diffusion MLLMs.
11
 
12
  It was presented in the paper [LLaDA-V: Large Language Diffusion Models with Visual Instruction Tuning](https://huggingface.co/papers/2505.16933).
13
 
14
  Project Page: https://ml-gsai.github.io/LLaDA-V-demo/
15
 
16
+ Code: https://github.com/ML-GSAI/LLaDA-V