[diffusion] feat: support cache-dit integration (#14234)

Co-authored-by: shuxiguo <shuxiguo@meituan.com>
Co-authored-by: DefTruth <qiustudent_r@163.com>
Co-authored-by: Mick <mickjagger19@icloud.com>
This commit is contained in:
blahblah
2025-12-06 00:52:22 +08:00
committed by GitHub
parent 889b46ea50
commit 66984a8b3d
9 changed files with 826 additions and 10 deletions

View File

@@ -543,7 +543,6 @@ class ServerArgs:
help="Use torch.compile to speed up DiT inference."
+ "However, will likely cause precision drifts. See (https://github.com/pytorch/pytorch/issues/145213)",
)
parser.add_argument(
"--dit-cpu-offload",
action=StoreBoolean,