yitongl/ltx25-ten-prompts-3way
0
LTX-2.5 · 十条 prompt × 三种配置
同一条 prompt 生成三次,唯一变量是 stage-1 的并行方式、torch.compile 与 FirstBlock Cache threshold。1536×1024 / 121 帧 / 24 fps / seed 42,2×GB200,ltx-2.5-22b-dev + distilled LoRA。
其余为官方默认:stage-1 30 步 @768×512,stage-2 2 步 @1536×1024,卷积 video VAE。 Cache 固定 warmup=1、max_consecutive=10,跳步只由 threshold 决定。
端到端加速
`t010` 端到端 3.66×(43.5 s → 11.9 s)。
整条生成流程的墙钟时间,含文本编码、latent upsampler、VAE decode 与音频 decode, 不是 stage-1 的 per-step 数字(后者是 5–7×,差额来自未被优化的那几个阶段)。 分母取 reference 跑得最快的那一次,所以这是能给出的最保守的读数。
t008 的端到端尚未测量。改数字只需改 index.html 顶部:
const SPEEDUP = {
t008: null, // 尚未测量
t010: "3.66×",
};一格一次运行,未取多次平均;差异小于几个百分点不应视为真实差异。这里不作画质结论。
素材:videos/ 30 个原始 mp4,prompts/ 十条 prompt 全文。
