omni-diffusion / README.md
multimodalart's picture
multimodalart HF Staff
Upload README.md with huggingface_hub
0c260c3 verified
|
Raw
History Blame Contribute Delete
1.06 kB
---
title: Omni-Diffusion
emoji: πŸŒ€
colorFrom: yellow
colorTo: purple
sdk: gradio
sdk_version: 5.49.1
app_file: app.py
short_description: Any-to-any multimodal masked discrete diffusion model
python_version: "3.10"
startup_duration_timeout: 1h
pinned: false
---
# Omni-Diffusion
Interactive demo for **Omni-Diffusion: Unified Multimodal Understanding and
Generation with Masked Discrete Diffusion**
([paper](https://huggingface.co/papers/2603.06577) Β·
[model](https://huggingface.co/lijiang/Omni-Diffusion) Β·
[code](https://github.com/VITA-MLLM/Omni-Diffusion)).
Omni-Diffusion is an any-to-any multimodal language model built on a mask-based
discrete diffusion model. It jointly models discrete tokens of text and images.
This Space exposes three of the model's capabilities:
- **Text β†’ Image**: generate an image from a text prompt.
- **Image β†’ Text (VQA)**: answer questions / describe an uploaded image.
- **Text β†’ Text**: instruction following / chat.
Image (de)tokenization uses [`showlab/magvitv2`](https://huggingface.co/showlab/magvitv2).