[diffusion] docs: add diffusion cookbook model tags (#32836)
This commit is contained in:
@@ -4,6 +4,10 @@ metatags:
|
|||||||
description: "Serve NVIDIA Cosmos3 image, video, sound, and action generation with SGLang Diffusion."
|
description: "Serve NVIDIA Cosmos3 image, video, sound, and action generation with SGLang Diffusion."
|
||||||
---
|
---
|
||||||
|
|
||||||
|
import { DiffusionModelTags } from '/src/snippets/diffusion/model-tags.jsx';
|
||||||
|
|
||||||
|
<DiffusionModelTags tags={["image", "video", "sound/action", "world model", "policy"]} />
|
||||||
|
|
||||||
## 1. Model Introduction
|
## 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`.
|
[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`.
|
||||||
|
|||||||
@@ -4,6 +4,10 @@ metatags:
|
|||||||
description: "Deploy ERNIE-Image and ERNIE-Image-Turbo with SGLang Diffusion."
|
description: "Deploy ERNIE-Image and ERNIE-Image-Turbo with SGLang Diffusion."
|
||||||
---
|
---
|
||||||
|
|
||||||
|
import { DiffusionModelTags } from '/src/snippets/diffusion/model-tags.jsx';
|
||||||
|
|
||||||
|
<DiffusionModelTags tags={["image", "text-to-image", "turbo"]} />
|
||||||
|
|
||||||
## 1. Model introduction
|
## 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`.
|
[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`.
|
||||||
|
|||||||
@@ -4,8 +4,11 @@ metatags:
|
|||||||
description: "Deploy FLUX diffusion models with SGLang - 12B/32B rectified flow transformers for high-quality text-to-image generation."
|
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';
|
import { FluxDeployment } from '/src/snippets/diffusion/flux-deployment.jsx';
|
||||||
|
|
||||||
|
<DiffusionModelTags tags={["image", "text-to-image", "image editing", "multi-reference"]} />
|
||||||
|
|
||||||
## 1. Model Introduction
|
## 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.
|
[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.
|
||||||
|
|||||||
@@ -4,6 +4,10 @@ metatags:
|
|||||||
description: "Deploy Ideogram 4 with SGLang Diffusion for high-aesthetic text-to-image generation."
|
description: "Deploy Ideogram 4 with SGLang Diffusion for high-aesthetic text-to-image generation."
|
||||||
---
|
---
|
||||||
|
|
||||||
|
import { DiffusionModelTags } from '/src/snippets/diffusion/model-tags.jsx';
|
||||||
|
|
||||||
|
<DiffusionModelTags tags={["image", "text-to-image", "typography", "NF4/FP8/NVFP4"]} />
|
||||||
|
|
||||||
## 1. Model introduction
|
## 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.
|
[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.
|
||||||
|
|||||||
@@ -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."
|
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';
|
||||||
|
|
||||||
|
<DiffusionModelTags tags={["video", "audio-video", "multi-shot", "memory bank"]} />
|
||||||
|
|
||||||
## 1. Model Introduction
|
## 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.
|
[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.
|
||||||
|
|||||||
@@ -4,6 +4,10 @@ metatags:
|
|||||||
description: "Deploy Krea-2 with SGLang - fast, high-quality text-to-image generation."
|
description: "Deploy Krea-2 with SGLang - fast, high-quality text-to-image generation."
|
||||||
---
|
---
|
||||||
|
|
||||||
|
import { DiffusionModelTags } from '/src/snippets/diffusion/model-tags.jsx';
|
||||||
|
|
||||||
|
<DiffusionModelTags tags={["image", "text-to-image", "turbo", "raw"]} />
|
||||||
|
|
||||||
## 1. Model Introduction
|
## 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:
|
[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:
|
||||||
|
|||||||
@@ -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."
|
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';
|
import { LTXDeployment } from '/src/snippets/diffusion/ltx-deployment.jsx';
|
||||||
|
|
||||||
|
<DiffusionModelTags tags={["video", "text-to-video", "image-to-video", "two-stage"]} />
|
||||||
|
|
||||||
## 1. Model Introduction
|
## 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.
|
[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.
|
||||||
|
|||||||
@@ -5,11 +5,9 @@ metatags:
|
|||||||
tag: REALTIME
|
tag: REALTIME
|
||||||
---
|
---
|
||||||
|
|
||||||
<div className="not-prose" style={{display: "flex", flexWrap: "wrap", gap: "6px", margin: "8px 0 30px"}}>
|
import { DiffusionModelTags } from '/src/snippets/diffusion/model-tags.jsx';
|
||||||
<span style={{display: "inline-block", padding: "4px 9px", borderRadius: "999px", background: "#ecfeff", color: "#155e75", fontSize: "12px", fontWeight: 750}}>realtime</span>
|
|
||||||
<span style={{display: "inline-block", padding: "4px 9px", borderRadius: "999px", background: "#ecfeff", color: "#155e75", fontSize: "12px", fontWeight: 750}}>world model</span>
|
<DiffusionModelTags tags={["realtime", "world model", "causal DiT", "camera control"]} />
|
||||||
<span style={{display: "inline-block", padding: "4px 9px", borderRadius: "999px", background: "#ecfeff", color: "#155e75", fontSize: "12px", fontWeight: 750}}>causal DiT</span>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
## 1. Model Introduction
|
## 1. Model Introduction
|
||||||
|
|
||||||
|
|||||||
@@ -5,11 +5,9 @@ metatags:
|
|||||||
tag: REALTIME
|
tag: REALTIME
|
||||||
---
|
---
|
||||||
|
|
||||||
<div className="not-prose" style={{display: "flex", flexWrap: "wrap", gap: "6px", margin: "8px 0 30px"}}>
|
import { DiffusionModelTags } from '/src/snippets/diffusion/model-tags.jsx';
|
||||||
<span style={{display: "inline-block", padding: "4px 9px", borderRadius: "999px", background: "#ecfeff", color: "#155e75", fontSize: "12px", fontWeight: 750}}>realtime</span>
|
|
||||||
<span style={{display: "inline-block", padding: "4px 9px", borderRadius: "999px", background: "#ecfeff", color: "#155e75", fontSize: "12px", fontWeight: 750}}>world model</span>
|
<DiffusionModelTags tags={["realtime", "world model", "causal DiT", "camera control"]} />
|
||||||
<span style={{display: "inline-block", padding: "4px 9px", borderRadius: "999px", background: "#ecfeff", color: "#155e75", fontSize: "12px", fontWeight: 750}}>causal DiT</span>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
## 1. Model Introduction
|
## 1. Model Introduction
|
||||||
|
|
||||||
|
|||||||
@@ -1,9 +1,12 @@
|
|||||||
---
|
---
|
||||||
title: LongLive 2.0
|
title: LongLive 2.0
|
||||||
description: "Serve LongLive 2.0 distilled text-to-video and image-to-video models with SGLang-diffusion."
|
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';
|
||||||
|
|
||||||
|
<DiffusionModelTags tags={["video", "text-to-video", "image-to-video", "few-step", "multi-shot"]} />
|
||||||
|
|
||||||
## 1. Model Introduction
|
## 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.
|
[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.
|
||||||
|
|||||||
@@ -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."
|
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';
|
||||||
|
|
||||||
|
<DiffusionModelTags tags={["video", "audio-video", "lip-sync", "environment audio"]} />
|
||||||
|
|
||||||
## 1. Model Introduction
|
## 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.
|
[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.
|
||||||
|
|||||||
@@ -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."
|
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';
|
import { QwenImageEditDeployment } from '/src/snippets/diffusion/qwen-image-edit-deployment.jsx';
|
||||||
|
|
||||||
|
<DiffusionModelTags tags={["image", "image editing", "text rendering", "character consistency"]} />
|
||||||
|
|
||||||
## 1. Model Introduction
|
## 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.
|
[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.
|
||||||
|
|||||||
@@ -4,8 +4,11 @@ metatags:
|
|||||||
description: "Deploy Qwen-Image with SGLang - community contribution guide for Qwen's image generation model."
|
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';
|
import { QwenImageDeployment } from '/src/snippets/diffusion/qwen-image-deployment.jsx';
|
||||||
|
|
||||||
|
<DiffusionModelTags tags={["image", "text-to-image", "text rendering", "NVFP4"]} />
|
||||||
|
|
||||||
## 1. Model Introduction
|
## 1. Model Introduction
|
||||||
|
|
||||||
[Qwen-Image](https://huggingface.co/Qwen/Qwen-Image) is a text-to-image diffusion model developed by the Qwen team.
|
[Qwen-Image](https://huggingface.co/Qwen/Qwen-Image) is a text-to-image diffusion model developed by the Qwen team.
|
||||||
|
|||||||
@@ -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)."
|
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';
|
||||||
|
|
||||||
|
<DiffusionModelTags tags={["video", "realtime", "world model", "camera control", "two-stage"]} />
|
||||||
|
|
||||||
## 1. Model Introduction
|
## 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.
|
[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.
|
||||||
|
|||||||
@@ -4,8 +4,11 @@ metatags:
|
|||||||
description: "Deploy Wan2.1 video generation models with SGLang - community contribution guide for Wan Video's diffusion models."
|
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';
|
import { Wan21Deployment } from '/src/snippets/diffusion/wan21-deployment.jsx';
|
||||||
|
|
||||||
|
<DiffusionModelTags tags={["video", "text-to-video", "image-to-video", "LoRA", "text rendering"]} />
|
||||||
|
|
||||||
## 1. Model Introduction
|
## 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.
|
[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.
|
||||||
|
|||||||
@@ -4,8 +4,11 @@ metatags:
|
|||||||
description: "Deploy Wan2.2 video generation models with SGLang - MoE architecture, cinematic aesthetics, and efficient 720P@24fps generation."
|
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';
|
import { Wan22Deployment } from '/src/snippets/diffusion/wan22-deployment.jsx';
|
||||||
|
|
||||||
|
<DiffusionModelTags tags={["video", "text-to-video", "image-to-video", "TI2V", "MoE"]} />
|
||||||
|
|
||||||
## 1. Model Introduction
|
## 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.
|
[Wan2.2 series](https://github.com/Wan-Video/Wan2.2) are the most popular and open and advanced large-scale video generative models.
|
||||||
|
|||||||
@@ -4,8 +4,11 @@ metatags:
|
|||||||
description: "Deploy Z-Image-Turbo with SGLang - community contribution guide for Z-Image's fast image generation model."
|
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';
|
import { ZImageTurboDeployment } from '/src/snippets/diffusion/zimage-turbo-deployment.jsx';
|
||||||
|
|
||||||
|
<DiffusionModelTags tags={["image", "text-to-image", "turbo", "8-step"]} />
|
||||||
|
|
||||||
## 1. Model Introduction
|
## 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.
|
[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.
|
||||||
|
|||||||
@@ -163,6 +163,27 @@ html.dark table tbody tr:nth-child(even) td,
|
|||||||
line-height: 1.45;
|
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 {
|
.sgd-muted {
|
||||||
color: rgb(107, 114, 128);
|
color: rgb(107, 114, 128);
|
||||||
font-size: 0.85rem;
|
font-size: 0.85rem;
|
||||||
|
|||||||
@@ -1188,7 +1188,6 @@
|
|||||||
"cookbook/diffusion/intro",
|
"cookbook/diffusion/intro",
|
||||||
{
|
{
|
||||||
"group": "Cosmos",
|
"group": "Cosmos",
|
||||||
"tag": "NEW",
|
|
||||||
"pages": [
|
"pages": [
|
||||||
"cookbook/diffusion/Cosmos/Cosmos3"
|
"cookbook/diffusion/Cosmos/Cosmos3"
|
||||||
]
|
]
|
||||||
@@ -1201,7 +1200,6 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"group": "Ideogram",
|
"group": "Ideogram",
|
||||||
"tag": "NEW",
|
|
||||||
"pages": [
|
"pages": [
|
||||||
"cookbook/diffusion/Ideogram/Ideogram4"
|
"cookbook/diffusion/Ideogram/Ideogram4"
|
||||||
]
|
]
|
||||||
@@ -1215,7 +1213,6 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"group": "LongLive",
|
"group": "LongLive",
|
||||||
"tag": "NEW",
|
|
||||||
"pages": [
|
"pages": [
|
||||||
"cookbook/diffusion/LongLive/LongLive-2.0"
|
"cookbook/diffusion/LongLive/LongLive-2.0"
|
||||||
]
|
]
|
||||||
@@ -1228,7 +1225,6 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"group": "JoyAI-Echo",
|
"group": "JoyAI-Echo",
|
||||||
"tag": "NEW",
|
|
||||||
"pages": [
|
"pages": [
|
||||||
"cookbook/diffusion/JoyEcho/JoyEcho"
|
"cookbook/diffusion/JoyEcho/JoyEcho"
|
||||||
]
|
]
|
||||||
@@ -1248,7 +1244,6 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"group": "Krea",
|
"group": "Krea",
|
||||||
"tag": "NEW",
|
|
||||||
"pages": [
|
"pages": [
|
||||||
"cookbook/diffusion/Krea/Krea-2"
|
"cookbook/diffusion/Krea/Krea-2"
|
||||||
]
|
]
|
||||||
@@ -1267,7 +1262,6 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"group": "LingBot World",
|
"group": "LingBot World",
|
||||||
"tag": "NEW",
|
|
||||||
"pages": [
|
"pages": [
|
||||||
"cookbook/diffusion/LingBot-World/LingBot-World",
|
"cookbook/diffusion/LingBot-World/LingBot-World",
|
||||||
"cookbook/diffusion/LingBot-World/LingBot-World-2.0"
|
"cookbook/diffusion/LingBot-World/LingBot-World-2.0"
|
||||||
@@ -1275,7 +1269,6 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"group": "SANA-WM",
|
"group": "SANA-WM",
|
||||||
"tag": "NEW",
|
|
||||||
"pages": [
|
"pages": [
|
||||||
"cookbook/diffusion/SANA-WM/SANA-WM"
|
"cookbook/diffusion/SANA-WM/SANA-WM"
|
||||||
]
|
]
|
||||||
|
|||||||
@@ -0,0 +1,13 @@
|
|||||||
|
export const DiffusionModelTags = ({ tags = [] }) => {
|
||||||
|
const normalizedTags = Array.isArray(tags) ? tags : [tags];
|
||||||
|
|
||||||
|
return (
|
||||||
|
<div className="not-prose sgd-model-tags">
|
||||||
|
{normalizedTags.map((tag) => (
|
||||||
|
<span key={tag} className="sgd-chip">
|
||||||
|
{tag}
|
||||||
|
</span>
|
||||||
|
))}
|
||||||
|
</div>
|
||||||
|
);
|
||||||
|
};
|
||||||
Reference in New Issue
Block a user