BryanW commited on
Commit
c9a6f5f
·
verified ·
1 Parent(s): 15a53cc

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +43 -0
README.md ADDED
@@ -0,0 +1,43 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ pipeline_tag: image-to-text
3
+ license: apache-2.0
4
+ tags:
5
+ - Non-Autoregressive
6
+ - Masked-Generative-Transformer
7
+ - Discrete-Diffusion
8
+ - Unified-Model
9
+ language:
10
+ - en
11
+ ---
12
+
13
+ # Muddit: Liberating Generation Beyond Text-to-Image with a Unified Discrete Diffusion Model
14
+
15
+ [Paper](https://arxiv.org/abs/2505.23606) | [Model](https://huggingface.co/MeissonFlow/Muddit) | [Code](https://github.com/M-E-AGI-Lab/Muddit) | [Demo](https://huggingface.co/spaces/MeissonFlow/muddit)
16
+
17
+
18
+ ![Tracing the Evolution of Unified Generation Foundation Models](./Evolution.png)
19
+
20
+
21
+ ## Introduction
22
+ Welcome to the official repository of **Muddit** — a next-generation foundation model in the Meissonic family, built upon discrete diffusion for unified and efficient multimodal generation.
23
+
24
+ Unlike traditional autoregressive methods, **Muddit** leverages discrete diffusion (a.k.a. MaskGIT-style masking) as its core mechanism — enabling fast, parallel decoding across modalities.
25
+
26
+ While most unified models are still rooted in language priors, **Muddit** is developed from a visual-first perspective for scalable and flexible generation.
27
+
28
+ Muddit (512) and Muddit Plus (1024) aim to handle diverse tasks across modalities -- such as text generation, image generation, and vision-language reasoning -- within a single architecture and decoding paradigm.
29
+
30
+ ## Usage
31
+
32
+ Please refer to [github link](https://github.com/M-E-AGI-Lab/Muddit).
33
+
34
+ ## Citation
35
+ If you find this work helpful, please consider citing:
36
+ ```bibtex
37
+ @article{shi2025muddit,
38
+ title={Muddit: Liberating generation beyond text-to-image with a unified discrete diffusion model},
39
+ author={Shi, Qingyu and Bai, Jinbin and Zhao, Zhuoran and Chai, Wenhao and Yu, Kaidong and Wu, Jianzong and Song, Shuangyong and Tong, Yunhai and Li, Xiangtai and Li, Xuelong and others},
40
+ journal={arXiv preprint arXiv:2505.23606},
41
+ year={2025}
42
+ }
43
+ ```