Skip to content

Commit 257a39a

Browse files
authored
Change image width and height in sglang-diffusion TI2I command (#263)
* Revert "Fix formatting in sglang command example (#262)" This reverts commit ea3bb74. * Change image width and height in sglang command Updated image dimensions for sglang generate command.
1 parent ea3bb74 commit 257a39a

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-
--save-output
168+
--width=1536 --height=1024 --save-output
169169
```
170170

171171

0 commit comments

Comments
 (0)