[diffusion] refactor: streamline denoising stages (#22633)

This commit is contained in:
Mick
2026-04-13 13:34:37 +08:00
committed by GitHub
parent 7d2c11970c
commit d524f110ac
9 changed files with 1785 additions and 2306 deletions
@@ -135,6 +135,23 @@
}
}
},
{
"id": "ltx2.3_twostage_t2v_2gpus",
"model": "Lightricks/LTX-2.3",
"task": "text-to-video",
"prompt": "A cat and a dog baking a cake together in a kitchen.",
"width": 768,
"height": 512,
"num_frames": 121,
"seed": 42,
"num_gpus": 2,
"frameworks": {
"sglang": {
"serve_args": "--enable-torch-compile --warmup --enable-cfg-parallel --pipeline-class-name LTX2TwoStagePipeline",
"extra_env": {}
}
}
},
{
"id": "wan22_i2v_a14b_720p",
"model": "Wan-AI/Wan2.2-I2V-A14B-Diffusers",