diff --git a/docs_new/cookbook/diffusion/Cosmos/Cosmos3.mdx b/docs_new/cookbook/diffusion/Cosmos/Cosmos3.mdx index 0e4589d47..3bf413cb3 100644 --- a/docs_new/cookbook/diffusion/Cosmos/Cosmos3.mdx +++ b/docs_new/cookbook/diffusion/Cosmos/Cosmos3.mdx @@ -4,6 +4,10 @@ metatags: description: "Serve NVIDIA Cosmos3 image, video, sound, and action generation with SGLang Diffusion." --- +import { DiffusionModelTags } from '/src/snippets/diffusion/model-tags.jsx'; + + + ## 1. Model Introduction [NVIDIA Cosmos3](https://huggingface.co/collections/nvidia/cosmos3) is an omnimodal world-model family for image, video, sound, and action generation. SGLang Diffusion serves the public checkpoints with the native `Cosmos3OmniDiffusersPipeline`. diff --git a/docs_new/cookbook/diffusion/Ernie-Image/Ernie-Image.mdx b/docs_new/cookbook/diffusion/Ernie-Image/Ernie-Image.mdx index fe8a0d7a2..34d41285f 100644 --- a/docs_new/cookbook/diffusion/Ernie-Image/Ernie-Image.mdx +++ b/docs_new/cookbook/diffusion/Ernie-Image/Ernie-Image.mdx @@ -4,6 +4,10 @@ metatags: description: "Deploy ERNIE-Image and ERNIE-Image-Turbo with SGLang Diffusion." --- +import { DiffusionModelTags } from '/src/snippets/diffusion/model-tags.jsx'; + + + ## 1. Model introduction [ERNIE-Image](https://huggingface.co/baidu/ERNIE-Image) is Baidu's text-to-image diffusion model family. SGLang Diffusion supports both the regular and Turbo checkpoints with the native `ErnieImagePipeline`. diff --git a/docs_new/cookbook/diffusion/FLUX/FLUX.mdx b/docs_new/cookbook/diffusion/FLUX/FLUX.mdx index 79aff623b..a38345f6a 100644 --- a/docs_new/cookbook/diffusion/FLUX/FLUX.mdx +++ b/docs_new/cookbook/diffusion/FLUX/FLUX.mdx @@ -4,8 +4,11 @@ metatags: description: "Deploy FLUX diffusion models with SGLang - 12B/32B rectified flow transformers for high-quality text-to-image generation." --- +import { DiffusionModelTags } from '/src/snippets/diffusion/model-tags.jsx'; import { FluxDeployment } from '/src/snippets/diffusion/flux-deployment.jsx'; + + ## 1. Model Introduction [FLUX](https://blackforestlabs.ai/) is a family of rectified flow transformer models developed by Black Forest Labs for high-quality image generation from text descriptions. diff --git a/docs_new/cookbook/diffusion/Ideogram/Ideogram4.mdx b/docs_new/cookbook/diffusion/Ideogram/Ideogram4.mdx index 392686c44..a03d32dea 100644 --- a/docs_new/cookbook/diffusion/Ideogram/Ideogram4.mdx +++ b/docs_new/cookbook/diffusion/Ideogram/Ideogram4.mdx @@ -4,6 +4,10 @@ metatags: description: "Deploy Ideogram 4 with SGLang Diffusion for high-aesthetic text-to-image generation." --- +import { DiffusionModelTags } from '/src/snippets/diffusion/model-tags.jsx'; + + + ## 1. Model introduction [Ideogram 4](https://huggingface.co/ideogram-ai/ideogram-4-nf4) is Ideogram's text-to-image diffusion model. SGLang Diffusion supports the official NF4 and FP8 checkpoints, the Comfy-Org NVFP4 transformer checkpoint, and fal's single-branch Fast and Instant variants. diff --git a/docs_new/cookbook/diffusion/JoyEcho/JoyEcho.mdx b/docs_new/cookbook/diffusion/JoyEcho/JoyEcho.mdx index e68c70967..b06b67517 100644 --- a/docs_new/cookbook/diffusion/JoyEcho/JoyEcho.mdx +++ b/docs_new/cookbook/diffusion/JoyEcho/JoyEcho.mdx @@ -5,6 +5,10 @@ metatags: description: "Deploy and use JoyAI-Echo long-form audio–video generation with SGLang Diffusion, including single-shot and multi-shot memory-bank workflows." --- +import { DiffusionModelTags } from '/src/snippets/diffusion/model-tags.jsx'; + + + ## 1. Model Introduction [JoyAI-Echo](https://huggingface.co/jdopensource/JoyAI-Echo) (JoyEcho) is a long-form audio–video generation model built on the LTX-2 backbone. Its core idea is a **paired audio–video memory bank**: each shot commits decoded frames and audio latents into a rolling bank, and subsequent shots condition on that memory prefix. This enables **multi-shot, minute-scale generation** with visual and audio continuity across prompts. diff --git a/docs_new/cookbook/diffusion/Krea/Krea-2.mdx b/docs_new/cookbook/diffusion/Krea/Krea-2.mdx index 33a319220..6c81e193d 100644 --- a/docs_new/cookbook/diffusion/Krea/Krea-2.mdx +++ b/docs_new/cookbook/diffusion/Krea/Krea-2.mdx @@ -4,6 +4,10 @@ metatags: description: "Deploy Krea-2 with SGLang - fast, high-quality text-to-image generation." --- +import { DiffusionModelTags } from '/src/snippets/diffusion/model-tags.jsx'; + + + ## 1. Model Introduction [Krea-2](https://huggingface.co/krea/Krea-2-Turbo) is a high-quality text-to-image diffusion model from [Krea](https://www.krea.ai/). It ships in two variants that share the same backbone and differ only in their sampling recipe: diff --git a/docs_new/cookbook/diffusion/LTX/LTX2 & LTX2.3.mdx b/docs_new/cookbook/diffusion/LTX/LTX2 & LTX2.3.mdx index 8e82deaa5..a9801bb8a 100644 --- a/docs_new/cookbook/diffusion/LTX/LTX2 & LTX2.3.mdx +++ b/docs_new/cookbook/diffusion/LTX/LTX2 & LTX2.3.mdx @@ -5,8 +5,11 @@ metatags: description: "Deploy and use LTX-2 and LTX-2.3 video generation models with SGLang Diffusion, including one-stage, two-stage, HQ, TI2V, and LoRA examples." --- +import { DiffusionModelTags } from '/src/snippets/diffusion/model-tags.jsx'; import { LTXDeployment } from '/src/snippets/diffusion/ltx-deployment.jsx'; + + ## 1. Model Introduction [LTX-2](https://huggingface.co/Lightricks/LTX-2) and [LTX-2.3](https://huggingface.co/Lightricks/LTX-2.3) are video generation models from Lightricks. SGLang Diffusion supports the LTX series through native one-stage and two-stage pipelines for text-to-video and image-conditioned video generation. diff --git a/docs_new/cookbook/diffusion/LingBot-World/LingBot-World-2.0.mdx b/docs_new/cookbook/diffusion/LingBot-World/LingBot-World-2.0.mdx index 418d15e31..63613369f 100644 --- a/docs_new/cookbook/diffusion/LingBot-World/LingBot-World-2.0.mdx +++ b/docs_new/cookbook/diffusion/LingBot-World/LingBot-World-2.0.mdx @@ -5,11 +5,9 @@ metatags: tag: REALTIME --- -
- realtime - world model - causal DiT -
+import { DiffusionModelTags } from '/src/snippets/diffusion/model-tags.jsx'; + + ## 1. Model Introduction diff --git a/docs_new/cookbook/diffusion/LingBot-World/LingBot-World.mdx b/docs_new/cookbook/diffusion/LingBot-World/LingBot-World.mdx index 16b8c6cfa..010a5a43f 100644 --- a/docs_new/cookbook/diffusion/LingBot-World/LingBot-World.mdx +++ b/docs_new/cookbook/diffusion/LingBot-World/LingBot-World.mdx @@ -5,11 +5,9 @@ metatags: tag: REALTIME --- -
- realtime - world model - causal DiT -
+import { DiffusionModelTags } from '/src/snippets/diffusion/model-tags.jsx'; + + ## 1. Model Introduction diff --git a/docs_new/cookbook/diffusion/LongLive/LongLive-2.0.mdx b/docs_new/cookbook/diffusion/LongLive/LongLive-2.0.mdx index ae03c741f..fdb02c305 100644 --- a/docs_new/cookbook/diffusion/LongLive/LongLive-2.0.mdx +++ b/docs_new/cookbook/diffusion/LongLive/LongLive-2.0.mdx @@ -1,9 +1,12 @@ --- title: LongLive 2.0 description: "Serve LongLive 2.0 distilled text-to-video and image-to-video models with SGLang-diffusion." -tag: NEW --- +import { DiffusionModelTags } from '/src/snippets/diffusion/model-tags.jsx'; + + + ## 1. Model Introduction [LongLive 2.0](https://nvlabs.github.io/LongLive/LongLive2/) is a distilled few-step text-to-video and image-to-video model from NVIDIA, built on Wan2.2-TI2V-5B. SGLang serves the Diffusers-format conversion for single-prompt and multi-shot video generation. diff --git a/docs_new/cookbook/diffusion/MOVA/MOVA.mdx b/docs_new/cookbook/diffusion/MOVA/MOVA.mdx index e594e2000..355dd7c9b 100644 --- a/docs_new/cookbook/diffusion/MOVA/MOVA.mdx +++ b/docs_new/cookbook/diffusion/MOVA/MOVA.mdx @@ -4,6 +4,10 @@ metatags: description: "Deploy MOVA with SGLang - simultaneous video and audio generation with asymmetric dual-tower architecture, precise lip-sync, and environment-aware sound effects." --- +import { DiffusionModelTags } from '/src/snippets/diffusion/model-tags.jsx'; + + + ## 1. Model Introduction [MOVA](https://github.com/OpenMOSS/MOVA) (MOSS Video and Audio) is a foundation model developed by the SII-OpenMOSS Team, designed to break the "silent era" of open-source video generation. Unlike cascaded pipelines that generate sound as an afterthought, MOVA synthesizes video and audio simultaneously in a single inference pass for perfect alignment. It adopts an Asymmetric Dual-Tower Architecture, fusing pre-trained video and audio towers through a bidirectional cross-attention mechanism to maintain tight synchronization between video and audio during generation. diff --git a/docs_new/cookbook/diffusion/Qwen-Image/Qwen-Image-Edit.mdx b/docs_new/cookbook/diffusion/Qwen-Image/Qwen-Image-Edit.mdx index 2626927df..fc29c905e 100644 --- a/docs_new/cookbook/diffusion/Qwen-Image/Qwen-Image-Edit.mdx +++ b/docs_new/cookbook/diffusion/Qwen-Image/Qwen-Image-Edit.mdx @@ -4,8 +4,11 @@ metatags: description: "Deploy Qwen-Image-Edit-2511 with SGLang - 20B image editing model with text rendering, character consistency, and geometric reasoning." --- +import { DiffusionModelTags } from '/src/snippets/diffusion/model-tags.jsx'; import { QwenImageEditDeployment } from '/src/snippets/diffusion/qwen-image-edit-deployment.jsx'; + + ## 1. Model Introduction [Qwen-Image-Edit-2511](https://huggingface.co/Qwen/Qwen-Image-Edit-2511) is an enhanced version over Qwen-Image-Edit-2509, featuring multiple improvements—including notably better consistency. Built upon the 20B Qwen-Image model, Qwen-Image-Edit-2511 successfully extends Qwen-Image's unique text rendering capabilities to image editing tasks, enabling precise text editing. diff --git a/docs_new/cookbook/diffusion/Qwen-Image/Qwen-Image.mdx b/docs_new/cookbook/diffusion/Qwen-Image/Qwen-Image.mdx index 8f1367ee9..8f1250e47 100644 --- a/docs_new/cookbook/diffusion/Qwen-Image/Qwen-Image.mdx +++ b/docs_new/cookbook/diffusion/Qwen-Image/Qwen-Image.mdx @@ -4,8 +4,11 @@ metatags: description: "Deploy Qwen-Image with SGLang - community contribution guide for Qwen's image generation model." --- +import { DiffusionModelTags } from '/src/snippets/diffusion/model-tags.jsx'; import { QwenImageDeployment } from '/src/snippets/diffusion/qwen-image-deployment.jsx'; + + ## 1. Model Introduction [Qwen-Image](https://huggingface.co/Qwen/Qwen-Image) is a text-to-image diffusion model developed by the Qwen team. diff --git a/docs_new/cookbook/diffusion/SANA-WM/SANA-WM.mdx b/docs_new/cookbook/diffusion/SANA-WM/SANA-WM.mdx index a2cb20647..81cc33f10 100644 --- a/docs_new/cookbook/diffusion/SANA-WM/SANA-WM.mdx +++ b/docs_new/cookbook/diffusion/SANA-WM/SANA-WM.mdx @@ -4,6 +4,10 @@ metatags: description: "Deploy SANA-WM with SGLang - a camera-controlled text+image-to-video world model with WASD/IJKL 6-DoF camera control, served three ways: dense bidirectional and chunk-causal batch streaming over /v1/videos (SanaWMTwoStagePipeline), and live over a realtime WebSocket API (SanaWMRealtimePipeline, /v1/realtime_video/generate)." --- +import { DiffusionModelTags } from '/src/snippets/diffusion/model-tags.jsx'; + + + ## 1. Model Introduction [SANA-WM](https://huggingface.co/Efficient-Large-Model/SANA-WM_bidirectional) is an efficient open-source **world model** from NVLabs, trained natively for one-minute video generation. It is a **2.6B-parameter text+image-to-video (TI2V) diffusion transformer** that synthesizes **720p, minute-scale videos with precise 6-DoF camera control**, paired with an **LTX-2 refiner** for high-fidelity decoding. It builds on the [SANA](https://github.com/NVlabs/Sana) family — efficient high-resolution synthesis with a linear diffusion transformer. diff --git a/docs_new/cookbook/diffusion/Wan/Wan2.1.mdx b/docs_new/cookbook/diffusion/Wan/Wan2.1.mdx index 149689961..7ee3df0e8 100644 --- a/docs_new/cookbook/diffusion/Wan/Wan2.1.mdx +++ b/docs_new/cookbook/diffusion/Wan/Wan2.1.mdx @@ -4,8 +4,11 @@ metatags: description: "Deploy Wan2.1 video generation models with SGLang - community contribution guide for Wan Video's diffusion models." --- +import { DiffusionModelTags } from '/src/snippets/diffusion/model-tags.jsx'; import { Wan21Deployment } from '/src/snippets/diffusion/wan21-deployment.jsx'; + + ## 1. Model Introduction [Wan2.1 series](https://github.com/Wan-Video/Wan2.1) is an open and advanced suite of large-scale video generative models from Wan-AI. diff --git a/docs_new/cookbook/diffusion/Wan/Wan2.2.mdx b/docs_new/cookbook/diffusion/Wan/Wan2.2.mdx index 256e98866..fc5daab12 100644 --- a/docs_new/cookbook/diffusion/Wan/Wan2.2.mdx +++ b/docs_new/cookbook/diffusion/Wan/Wan2.2.mdx @@ -4,8 +4,11 @@ metatags: description: "Deploy Wan2.2 video generation models with SGLang - MoE architecture, cinematic aesthetics, and efficient 720P@24fps generation." --- +import { DiffusionModelTags } from '/src/snippets/diffusion/model-tags.jsx'; import { Wan22Deployment } from '/src/snippets/diffusion/wan22-deployment.jsx'; + + ## 1. Model Introduction [Wan2.2 series](https://github.com/Wan-Video/Wan2.2) are the most popular and open and advanced large-scale video generative models. diff --git a/docs_new/cookbook/diffusion/Z-Image/Z-Image-Turbo.mdx b/docs_new/cookbook/diffusion/Z-Image/Z-Image-Turbo.mdx index fb5c29a29..e33114dea 100644 --- a/docs_new/cookbook/diffusion/Z-Image/Z-Image-Turbo.mdx +++ b/docs_new/cookbook/diffusion/Z-Image/Z-Image-Turbo.mdx @@ -4,8 +4,11 @@ metatags: description: "Deploy Z-Image-Turbo with SGLang - community contribution guide for Z-Image's fast image generation model." --- +import { DiffusionModelTags } from '/src/snippets/diffusion/model-tags.jsx'; import { ZImageTurboDeployment } from '/src/snippets/diffusion/zimage-turbo-deployment.jsx'; + + ## 1. Model Introduction [Z-Image](https://github.com/Tongyi-MAI/Z-Image) is a powerful and highly efficient image generation model family with 6B parameters, developed by Tongyi-MAI. It adopts a Scalable Single-Stream DiT (S3-DiT) architecture, where text, visual semantic tokens, and image VAE tokens are concatenated at the sequence level to serve as a unified input stream, maximizing parameter efficiency compared to dual-stream approaches. diff --git a/docs_new/custom.css b/docs_new/custom.css index e1fd33ba2..5c6cb71e4 100644 --- a/docs_new/custom.css +++ b/docs_new/custom.css @@ -163,6 +163,27 @@ html.dark table tbody tr:nth-child(even) td, line-height: 1.45; } +.sgd-model-tags { + display: flex; + flex-wrap: wrap; + align-items: center; + gap: 6px; + margin: -1.5rem 0 0; +} + +.sgd-model-tags .sgd-chip { + margin: 0; +} + +.sgd-model-tags + h2 { + margin-top: 0.75rem; +} + +.prose:has(.sgd-model-tags) { + overflow-x: clip; + overflow-y: visible; +} + .sgd-muted { color: rgb(107, 114, 128); font-size: 0.85rem; diff --git a/docs_new/docs.json b/docs_new/docs.json index a18368a78..0e1195003 100644 --- a/docs_new/docs.json +++ b/docs_new/docs.json @@ -1188,7 +1188,6 @@ "cookbook/diffusion/intro", { "group": "Cosmos", - "tag": "NEW", "pages": [ "cookbook/diffusion/Cosmos/Cosmos3" ] @@ -1201,7 +1200,6 @@ }, { "group": "Ideogram", - "tag": "NEW", "pages": [ "cookbook/diffusion/Ideogram/Ideogram4" ] @@ -1215,7 +1213,6 @@ }, { "group": "LongLive", - "tag": "NEW", "pages": [ "cookbook/diffusion/LongLive/LongLive-2.0" ] @@ -1228,7 +1225,6 @@ }, { "group": "JoyAI-Echo", - "tag": "NEW", "pages": [ "cookbook/diffusion/JoyEcho/JoyEcho" ] @@ -1248,7 +1244,6 @@ }, { "group": "Krea", - "tag": "NEW", "pages": [ "cookbook/diffusion/Krea/Krea-2" ] @@ -1267,7 +1262,6 @@ }, { "group": "LingBot World", - "tag": "NEW", "pages": [ "cookbook/diffusion/LingBot-World/LingBot-World", "cookbook/diffusion/LingBot-World/LingBot-World-2.0" @@ -1275,7 +1269,6 @@ }, { "group": "SANA-WM", - "tag": "NEW", "pages": [ "cookbook/diffusion/SANA-WM/SANA-WM" ] diff --git a/docs_new/src/snippets/diffusion/model-tags.jsx b/docs_new/src/snippets/diffusion/model-tags.jsx new file mode 100644 index 000000000..0738ef33f --- /dev/null +++ b/docs_new/src/snippets/diffusion/model-tags.jsx @@ -0,0 +1,13 @@ +export const DiffusionModelTags = ({ tags = [] }) => { + const normalizedTags = Array.isArray(tags) ? tags : [tags]; + + return ( +
+ {normalizedTags.map((tag) => ( + + {tag} + + ))} +
+ ); +};