Text-to-Image
Diffusers
Safetensors
English
Chinese
LLaDAImagePipeline
image-generation
image-editing
image-to-image
Instructions to use inclusionAI/LLaDA-Image with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use inclusionAI/LLaDA-Image with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("inclusionAI/LLaDA-Image", dtype=torch.bfloat16, device_map="cuda") prompt = "Astronaut in a jungle, cold color palette, muted colors, detailed, 8k" image = pipe(prompt).images[0] - Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- Draw Things
- DiffusionBee
Update README.md
Browse files
README.md
CHANGED
|
@@ -20,8 +20,10 @@ tags:
|
|
| 20 |
<p align="center">
|
| 21 |
<a href="https://github.com/inclusionAI/LLaDA-Image"><img src="https://img.shields.io/badge/GitHub-LLaDA--Image-181717?logo=github" alt="GitHub"></a>
|
| 22 |
<a href="https://huggingface.co/inclusionAI/LLaDA-Image"><img src="https://img.shields.io/badge/Hugging%20Face-Base-FFD21E?logo=huggingface" alt="LLaDA-Image Base on Hugging Face"></a>
|
| 23 |
-
|
| 24 |
-
<a href="
|
|
|
|
|
|
|
| 25 |
</p>
|
| 26 |
|
| 27 |
<p align="center">
|
|
@@ -47,7 +49,7 @@ This repository provides the checkpoints and Diffusers-based inference code for
|
|
| 47 |
|
| 48 |
## News
|
| 49 |
|
| 50 |
-
- **2026-09-
|
| 51 |
|
| 52 |
## Highlights
|
| 53 |
|
|
@@ -204,6 +206,6 @@ If you find LLaDA-Image useful for your research or applications, please conside
|
|
| 204 |
title = {LLaDA-Image: Building Strong Image Generators with Fully Open Training Recipes},
|
| 205 |
author = {Chuyan Chen and Haoxing Chen and Kun Chen and Zhenglin Cheng and Long Cui and Ruishan Fang and Zhangxuan Gu and Zhicheng Huang and Zhenzhong Lan and Yuanting Lei and Haoquan Li and Jianguo Li and Rongchuan Li and Sidu Li and Tao Lin and Deyuan Liu and Jiacheng Liu and Lin Liu and Yuxuan Lou and Zhisheng Lu and Yuxin Ma and Shuheng Shen and Peng Sun and Chaoyang Wang and Hongjun Wang and Xiaomei Wang and Yongxin Wang and Chengzhang Wu and Hongru Wu and Jun Xie},
|
| 206 |
journal = {arXiv preprint},
|
| 207 |
-
year = {
|
| 208 |
}
|
| 209 |
```
|
|
|
|
| 20 |
<p align="center">
|
| 21 |
<a href="https://github.com/inclusionAI/LLaDA-Image"><img src="https://img.shields.io/badge/GitHub-LLaDA--Image-181717?logo=github" alt="GitHub"></a>
|
| 22 |
<a href="https://huggingface.co/inclusionAI/LLaDA-Image"><img src="https://img.shields.io/badge/Hugging%20Face-Base-FFD21E?logo=huggingface" alt="LLaDA-Image Base on Hugging Face"></a>
|
| 23 |
+
<a href="https://huggingface.co/inclusionAI/LLaDA-Image-FP8"><img src="https://img.shields.io/badge/Hugging%20Face-Base--FP8-FFD21E?logo=huggingface" alt="LLaDA-Image Base FP8 Version on Hugging Face"></a>
|
| 24 |
+
<a href="https://huggingface.co/inclusionAI/LLaDA-Image-Turbo"><img src="https://img.shields.io/badge/Hugging%20Face-Turbo-FFD21E?logo=huggingface" alt="LLaDA-Image Turbo on Hugging Face"></a>
|
| 25 |
+
<a href="https://huggingface.co/inclusionAI/LLaDA-Image-Turbo-FP8"><img src="https://img.shields.io/badge/Hugging%20Face-Turbo--FP8-FFD21E?logo=huggingface" alt="LLaDA-Image Turbo FP8 Version on Hugging Face"></a>
|
| 26 |
+
<a href="#"><img src="https://img.shields.io/badge/arXiv-Coming%20Soon-B31B1B?logo=arxiv" alt="arXiv"></a>
|
| 27 |
</p>
|
| 28 |
|
| 29 |
<p align="center">
|
|
|
|
| 49 |
|
| 50 |
## News
|
| 51 |
|
| 52 |
+
- **2026-09-04:** We released the LLaDA-Image Base and Turbo checkpoints together with the inference code.
|
| 53 |
|
| 54 |
## Highlights
|
| 55 |
|
|
|
|
| 206 |
title = {LLaDA-Image: Building Strong Image Generators with Fully Open Training Recipes},
|
| 207 |
author = {Chuyan Chen and Haoxing Chen and Kun Chen and Zhenglin Cheng and Long Cui and Ruishan Fang and Zhangxuan Gu and Zhicheng Huang and Zhenzhong Lan and Yuanting Lei and Haoquan Li and Jianguo Li and Rongchuan Li and Sidu Li and Tao Lin and Deyuan Liu and Jiacheng Liu and Lin Liu and Yuxuan Lou and Zhisheng Lu and Yuxin Ma and Shuheng Shen and Peng Sun and Chaoyang Wang and Hongjun Wang and Xiaomei Wang and Yongxin Wang and Chengzhang Wu and Hongru Wu and Jun Xie},
|
| 208 |
journal = {arXiv preprint},
|
| 209 |
+
year = {2026}
|
| 210 |
}
|
| 211 |
```
|