You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: python/sglang/multimodal_gen/docs/cli.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,6 +13,7 @@ The SGLang-diffusion CLI provides a quick way to access the inference pipeline f
13
13
### Server Arguments
14
14
15
15
-`--model-path {MODEL_PATH}`: Path to the model or model ID
16
+
-`--vae-path {VAE_PATH}`: Path to a custom VAE model or HuggingFace model ID (e.g., `fal/FLUX.2-Tiny-AutoEncoder`). If not specified, the VAE will be loaded from the main model path.
16
17
-`--num-gpus {NUM_GPUS}`: Number of GPUs to use
17
18
-`--tp-size {TP_SIZE}`: Tensor parallelism size (only for the encoder; should not be larger than 1 if text encoder offload is enabled, as layer-wise offload plus prefetch is faster)
18
19
-`--sp-size {SP_SIZE}`: Sequence parallelism size (typically should match the number of GPUs)
0 commit comments