Skip to content

Commit ea3bb74

Browse files
authored
Fix formatting in sglang command example (#262)
1 parent f3df3c8 commit ea3bb74

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ sglang generate --model-path=Qwen/Qwen-Image \
165165
```bash
166166
sglang generate --model-path=Qwen/Qwen-Image-Edit \
167167
--prompt="Convert 2D style to 3D style" --image-path="https://github.com/lm-sys/lm-sys.github.io/releases/download/test/TI2I_Qwen_Image_Edit_Input.jpg" \
168-
--width=1024 --height=1536 --save-output
168+
--save-output
169169
```
170170

171171

0 commit comments

Comments
 (0)