Any-to-Any
Transformers
Diffusers
Safetensors
English
llada2_moe
feature-extraction
multimodal
image-generation
image-understanding
image-editing
diffusion
Mixture of Experts
text-to-image
custom_code
Instructions to use inclusionAI/LLaDA2.0-Uni with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use inclusionAI/LLaDA2.0-Uni with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("inclusionAI/LLaDA2.0-Uni", trust_remote_code=True, device_map="auto") - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -11,7 +11,7 @@ tags:
|
|
| 11 |
- moe
|
| 12 |
- text-to-image
|
| 13 |
library_name: transformers
|
| 14 |
-
pipeline_tag:
|
| 15 |
base_model:
|
| 16 |
- inclusionAI/LLaDA2.0-mini
|
| 17 |
---
|
|
|
|
| 11 |
- moe
|
| 12 |
- text-to-image
|
| 13 |
library_name: transformers
|
| 14 |
+
pipeline_tag: any-to-any
|
| 15 |
base_model:
|
| 16 |
- inclusionAI/LLaDA2.0-mini
|
| 17 |
---
|