--- title: Diffusion subtitle: 'Deploy diffusion models for text-to-image, text-to-video, and more in Dynamo' --- ## Overview Dynamo supports serving diffusion models across multiple backends, enabling generation of images and video from text prompts. Backends expose diffusion capabilities through the same Dynamo pipeline infrastructure used for LLM inference, including frontend routing, scaling, and observability. ## Support Matrix | Modality | vLLM-Omni | SGLang | TRT-LLM | |----------|-----------|--------|---------| | Text-to-Text | ✅ | ✅ | ❌ | | Text-to-Image | ✅ | ✅ | ❌ | | Text-to-Video | ✅ | ✅ | ✅ | | Image-to-Video | ❌ | ❌ | ❌ | **Status:** ✅ Supported | ❌ Not supported Image-to-video support is planned and coming soon across all backends. ## Backend Documentation For deployment guides, configuration, and examples for each backend: - **[vLLM-Omni](/dynamo/dev/additional-resources/v-llm-details/v-llm-omni)** - **[SGLang Diffusion](/dynamo/dev/backends/sg-lang/diffusion)** - **[TRT-LLM Diffusion](/dynamo/dev/backends/tensor-rt-llm/video-diffusion-experimental)**