diff --git a/docs/basic_usage/diffusion.md b/docs/basic_usage/diffusion.md deleted file mode 100644 index 8bab39e8b..000000000 --- a/docs/basic_usage/diffusion.md +++ /dev/null @@ -1,19 +0,0 @@ -# Diffusion - -SGLang supports two categories of diffusion models for different use cases. This page covers image and video generation; for diffusion LLMs, see [Diffusion LLMs](diffusion_llms.md). - -## Image & Video Generation Models - -For generating images and videos from text prompts, SGLang supports [many](../diffusion/compatibility_matrix.md) models like: - -- **FLUX, Qwen-Image** - High-quality image generation -- **Wan 2.2, HunyuanVideo** - Video generation - -```bash -# Example: Launch FLUX for image generation -python3 -m sglang.launch_server \ - --model-path black-forest-labs/FLUX.2-klein-4B \ - --host 0.0.0.0 --port 30000 -``` - -**Full model list:** [Diffusion Models](../diffusion/compatibility_matrix.md) diff --git a/docs/basic_usage/diffusion_llms.md b/docs/basic_usage/diffusion_llms.md deleted file mode 100644 index 75a09e31d..000000000 --- a/docs/basic_usage/diffusion_llms.md +++ /dev/null @@ -1,14 +0,0 @@ -# Diffusion Language Models (dLLMs) - -These are text-generation models that use diffusion (denoising) instead of autoregressive decoding: - -- **LLaDA** - Large Language Diffusion with mAsking - -```bash -# Example: Launch LLaDA for text generation -python3 -m sglang.launch_server \ - --model-path GSAI-ML/LLaDA-8B-Instruct \ - --host 0.0.0.0 --port 30000 -``` - -**Full model list:** [Diffusion Language Models](../supported_models/text_generation/diffusion_language_models.md) diff --git a/docs/index.rst b/docs/index.rst index ebab0ca0f..1d0452c98 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -35,8 +35,6 @@ Its core features include: basic_usage/native_api.ipynb basic_usage/sampling_params.md basic_usage/popular_model_usage.rst - basic_usage/diffusion_llms.md - basic_usage/diffusion.md .. toctree:: :maxdepth: 1