[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

@@ -111,7 +111,7 @@ diffusion = [
"st_attn==0.0.7 ; platform_machine != 'aarch64' and platform_machine != 'arm64'",
"vsa==0.0.4 ; platform_machine != 'aarch64' and platform_machine != 'arm64'",
"runai_model_streamer>=0.15.5",
"cache-dit==1.2.0",
"cache-dit==1.2.3",
"addict==2.4.0",
"av==16.1.0",
]