[diffusion] feat: support torch compile for diffusers backend (#19673)
This commit is contained in:
@@ -286,6 +286,8 @@ SGLang diffusion supports a **diffusers backend** that allows you to run any dif
|
||||
| `--vae-slicing` | flag | Enable VAE slicing for lower memory usage (decodes slice-by-slice). |
|
||||
| `--dit-precision` | `fp16`, `bf16`, `fp32` | Precision for the diffusion transformer. |
|
||||
| `--vae-precision` | `fp16`, `bf16`, `fp32` | Precision for the VAE. |
|
||||
| `--enable-torch-compile` | flag | Enable `torch.compile` for diffusers pipelines. |
|
||||
| `--cache-dit-config` | `{PATH}` | Path to a Cache-DiT YAML/JSON config file for accelerating diffusers pipelines with Cache-DiT. |
|
||||
|
||||
### Example: Running Ovis-Image-7B
|
||||
|
||||
|
||||
Reference in New Issue
Block a user