Skip to content

Commit d91ce17

Browse files
wplfmickqian
andauthored
Update README commands to include model-path option (sgl-project#18557)
Co-authored-by: Mick <mickjagger19@icloud.com>
1 parent 4ed2548 commit d91ce17

File tree

1 file changed

+3
-3
lines changed
  • python/sglang/multimodal_gen/apps/webui

1 file changed

+3
-3
lines changed

python/sglang/multimodal_gen/apps/webui/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,13 @@ SGLang Diffusion now includes an integrated WebUI. Simply add the `--webui` para
1818
### Launch Text-to-Image Service
1919

2020
```bash
21-
sglang serve black-forest-labs/FLUX.1-dev --num-gpus 1 --webui --webui-port 2333
21+
sglang serve --model-path black-forest-labs/FLUX.1-dev --num-gpus 1 --webui --webui-port 2333
2222
```
2323

2424
### Launch Text-to-Video Service
2525

2626
```bash
27-
sglang serve Wan-AI/Wan2.2-T2V-A14B-Diffusers --num-gpus 1 --webui --webui-port 2333
27+
sglang serve --model-path Wan-AI/Wan2.2-T2V-A14B-Diffusers --num-gpus 1 --webui --webui-port 2333
2828
```
2929

3030
### Launch Image-to-Image Service
@@ -34,7 +34,7 @@ sglang serve --model-path Qwen/Qwen-Image-Edit-2511 --num-gpus 1 --webui --webui
3434

3535
### Launch Image-to-Video Service
3636
```bash
37-
sglang serve Wan-AI/Wan2.2-TI2V-5B-Diffusers --num-gpus 1 --webui --webui-port 2333
37+
sglang serve --model-path Wan-AI/Wan2.2-TI2V-5B-Diffusers --num-gpus 1 --webui --webui-port 2333
3838
```
3939

4040
## Port Forwarding

0 commit comments

Comments
 (0)