Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

README.md

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 ✅ (NVENC required)
Image-to-Video

Status: ✅ Supported | ❌ Not supported

TRT-LLM video output currently supports MP4 only and requires an NVENC-capable GPU. GPUs without NVENC are not supported for TRT-LLM video output.

Backend Documentation

For deployment guides, configuration, and examples for each backend: