[diffusion] feat: support hybrid parallelism for diffusers backend (#19405)

This commit is contained in:
DefTruth
2026-02-27 00:06:08 +08:00
committed by GitHub
parent 5939b8912a
commit 78d6674c45
3 changed files with 75 additions and 23 deletions

View File

@@ -296,3 +296,7 @@ For pipeline-specific parameters not exposed via CLI, use `diffusers_kwargs` in
```bash
sglang generate --config config.json
```
### Cache-DiT Acceleration
Users who use the diffusers backend can also leverage Cache-DiT acceleration and load custom cache configs from a YAML file to boost performance of diffusers pipelines. See the [Cache-DiT Acceleration](https://docs.sglang.io/diffusion/performance/cache/cache_dit.html) documentation for details.