vllm_omni.diffusion.request ¶
OmniDiffusionRequest dataclass ¶
Input payload for a single diffusion request.
This dataclass contains the prompt and sampling parameters for the diffusion pipeline execution. It also contains a request_id for other components to trace this request and its outputs. The runner wraps one or more requests into a DiffusionRequestBatch before pipeline execution.