Motivation
Currently, the documentation for SGLang-Diffusion is scattered across multiple locations, including the main docs/ directory and internal source paths like python/sglang/multimodal_gen/docs. This fragmentation makes it difficult for both users and contributors to access a complete technical overview of the diffusion engine.
We want to consolidate all diffusion-related content into a single, structured location to improve maintainability and discoverability.
Goals
- Centralized Storage: Move all diffusion documentation (both developer-oriented and user-oriented) to a new dedicated directory:
docs/diffusion/.
- Standardization: Ensure all documents are properly formatted as Markdown within this new folder.
- Improved Navigation: Update the main documentation index to reflect Diffusion as a primary component of SGLang.
Technical Tasks
Related resources
No response
Motivation
Currently, the documentation for SGLang-Diffusion is scattered across multiple locations, including the main
docs/directory and internal source paths likepython/sglang/multimodal_gen/docs. This fragmentation makes it difficult for both users and contributors to access a complete technical overview of the diffusion engine.We want to consolidate all diffusion-related content into a single, structured location to improve maintainability and discoverability.
Goals
docs/diffusion/.Technical Tasks
docs/diffusion/directory in the root of the repository.python/sglang/multimodal_gen/docsand other relevant paths to the newdocs/diffusion/folder.docs/index.rstto add a dedicated section for Diffusion, ensuring it is no longer buried under "Supported Models."Related resources
No response