Skip to content

Commit 2296025

Browse files
sglang-botmickqian
andauthored
Update 2025-11-07-sglang-diffusion.md (#244)
* Update 2025-11-07-sglang-diffusion.md * center videos --------- Co-authored-by: Mick <[email protected]>
1 parent 938823a commit 2296025

File tree

1 file changed

+17
-5
lines changed

1 file changed

+17
-5
lines changed

blog/2025-11-07-sglang-diffusion.md

Lines changed: 17 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,18 @@ scrolling="no"
1818
src="https://docs.google.com/spreadsheets/d/e/2PACX-1vT3u_F1P6TIUItyXdTctVV4pJVEcBuyPBTqmrdXR3KeQuiN1OdkIhjVNpZyHUDPw_5ZIKe88w2Xz6Dd/pubchart?oid=1360546403&format=interactive"
1919
style="display:block; margin:15px auto 0 auto;">
2020
</iframe>
21+
<p style="color:gray; text-align: center;">SGL Diffusion Performance Benchmark on an H100 GPU</p>
2122

22-
<p style="color:gray; text-align: center;">SGL Diffusion Performance Benchmark on an H100 GPU.</p>
23+
<iframe
24+
width="600"
25+
height="371"
26+
seamless
27+
frameborder="0"
28+
scrolling="no"
29+
src="https://docs.google.com/spreadsheets/d/e/2PACX-1vT3u_F1P6TIUItyXdTctVV4pJVEcBuyPBTqmrdXR3KeQuiN1OdkIhjVNpZyHUDPw_5ZIKe88w2Xz6Dd/pubchart?oid=1860768236&format=interactive"
30+
style="display:block; margin:15px auto 0 auto;">
31+
</iframe>
32+
<p style="color:gray; text-align: center;">SGLang Diffusion Performance Benchmark on an H200 GPU</p>
2333

2434
## Why Diffusion in SGLang?
2535

@@ -99,7 +109,7 @@ sglang generate --model-path Wan-AI/Wan2.1-T2V-1.3B-Diffusers \
99109
--save-output
100110
```
101111

102-
<video width="800" controls poster="https://via.placeholder.com/800x450?text=Video+Preview">
112+
<video width="800" controls poster="https://via.placeholder.com/800x450?text=Video+Preview" style="display:block; margin: auto; width: 80%;">
103113
<source src="https://github.com/lm-sys/lm-sys.github.io/releases/download/test/T2V.mp4" type="video/mp4">
104114
Your browser does not support the video tag.
105115
</video>
@@ -115,7 +125,7 @@ sglang generate --model-path=Wan-AI/Wan2.1-I2V-14B-480P-Diffusers \
115125
--save-output --num-gpus 2 --enable-cfg-parallel
116126
```
117127

118-
<video width="800" controls poster="https://via.placeholder.com/800x450?text=Video+Preview"> <!-- Replace poster with a real thumbnail URL if you have one -->
128+
<video width="800" controls poster="https://via.placeholder.com/800x450?text=Video+Preview" style="display:block; margin: auto; width: 80%;">
119129
<source src="https://github.com/lm-sys/lm-sys.github.io/releases/download/test/TI2V.mp4" type="video/mp4">
120130
Your browser does not support the video tag.
121131
</video>
@@ -169,8 +179,10 @@ sglang generate \
169179

170180

171181
## Performance Benchmark
172-
We benchmarked the performance of SGLang Diffusion against a popular open-source baseline Huggingface Diffuser.
173-
As benchmarked in the chart at the top of this post, SGLang Diffusion delivers state-of-the-art performance, significantly accelerating both image and video generation.
182+
As shown in the chart at the top of this post, we compared the performance of SGLang Diffusion:
183+
- Against a popular open-source baseline, Hugging Face Diffusers. SGLang Diffusion delivers state-of-the-art performance, significantly accelerating both image and video generation.
184+
- Under different parallelism setups. Both CFG-Parallel and USP deliver significant speedups compared to the single-GPU setup.
185+
174186

175187
## Roadmap and Diffusion Ecosystem
176188

0 commit comments

Comments
 (0)