Any-to-Any
Diffusers
Safetensors
LuminaDiMOOPipeline
llada
Diffusion Large Language Model
Multi-Modal Generation and Understanding
custom_code
Instructions to use Alpha-VLLM/Lumina-DiMOO with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use Alpha-VLLM/Lumina-DiMOO with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("Alpha-VLLM/Lumina-DiMOO", 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
Update README.md
Browse files
README.md
CHANGED
|
@@ -4,6 +4,8 @@ pipeline_tag: any-to-any
|
|
| 4 |
tags:
|
| 5 |
- Diffusion Large Language Model
|
| 6 |
- Multi-Modal Generation and Understanding
|
|
|
|
|
|
|
| 7 |
---
|
| 8 |
|
| 9 |
<p align="center">
|
|
@@ -127,5 +129,4 @@ This work was also supported and implemented by [MindSpeed MM](https://gitee.com
|
|
| 127 |
journal={arXiv preprint arXiv:2510.06308},
|
| 128 |
year={2025}
|
| 129 |
}
|
| 130 |
-
```
|
| 131 |
-
|
|
|
|
| 4 |
tags:
|
| 5 |
- Diffusion Large Language Model
|
| 6 |
- Multi-Modal Generation and Understanding
|
| 7 |
+
language:
|
| 8 |
+
- tr
|
| 9 |
---
|
| 10 |
|
| 11 |
<p align="center">
|
|
|
|
| 129 |
journal={arXiv preprint arXiv:2510.06308},
|
| 130 |
year={2025}
|
| 131 |
}
|
| 132 |
+
```
|
|
|