File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
python/sglang/multimodal_gen/apps/webui Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments