LongCat-Video-Avatar-1.5 @ RTX 5090 — NVFP4 W4A4 vs Kijai FP8 (weight-only scaled),均开 torch.compile

速度总览

NVFP4 W4A4(官方 pipeline)FP8 weight-only(ComfyUI)
去噪每步(稳态)7.18 s/step9.92 s/step
单段(93帧@480p)总耗时~62 s~86–96 s
3 段长视频(253帧)262 s(seg2 首两步为一次性重编译 38/44s)256 s
峰值显存15.0 GiB(长视频 22.8)~18.3 GiB
一次性准备加载+反量化 159.7s + NVFP4量化 14.1s + 首段compile ~76s模型加载 ~6s + 首步compile ~7s
每个新 prompt 文本编码0.11 s(UMT5 bf16)2.7–3.1 s(UMT5 fp8,磁盘缓存后 0.01s)
每条音频 whisper 嵌入0.19 s0.7–1.6 s
task01_man男歌手 · man.png + man 人声 · seed 42 · 1 段 3.7s
NVFP4 W4A4 + compile(官方 pipeline)
总 61.8s · 采样 57.5s(每步7.18s) · VAE解码 3.5s · 存盘 2.6s · 峰值显存 14.99 GiB
FP8 weight-only scaled + compile(ComfyUI/Kijai)
总 95.9s · 采样 81.4s(每步10.17s) · VAE解码 4.0s · 存盘 1.4s · 采样峰值 ~18.3 GiB
A western man stands on stage under dramatic lighting, holding a microphone close to their mouth...
task02_girl女生说话 · girl.png + introduce_woman 人声 · seed 42 · 1 段
NVFP4 W4A4 + compile(官方 pipeline)
总 62.1s · 采样 57.5s(每步7.19s) · VAE解码 3.5s · 存盘 2.6s · 峰值显存 14.87 GiB
FP8 weight-only scaled + compile(ComfyUI/Kijai)
总 89.8s · 采样 80.0s(每步10.00s) · VAE解码 3.9s · 存盘 1.4s · 采样峰值 ~18.3 GiB
A young woman with long dark hair is speaking warmly to the camera, natural daylight...
task03_sing双人唱歌 · sing.png + sing_woman 人声 · seed 42 · 1 段
NVFP4 W4A4 + compile(官方 pipeline)
总 61.9s · 采样 57.5s(每步7.18s) · VAE解码 3.5s · 存盘 2.6s · 峰值显存 14.88 GiB
FP8 weight-only scaled + compile(ComfyUI/Kijai)
总 88.8s · 采样 79.9s(每步9.99s) · VAE解码 3.9s · 存盘 1.5s · 采样峰值 ~18.3 GiB
A man and a woman stand together on a concert stage with warm lights, the woman is singing...
task04_introduce双人介绍 · introduce.png + introduce_man 人声 · seed 42 · 1 段
NVFP4 W4A4 + compile(官方 pipeline)
总 62.1s · 采样 57.5s(每步7.18s) · VAE解码 3.5s · 存盘 2.6s · 峰值显存 14.87 GiB
FP8 weight-only scaled + compile(ComfyUI/Kijai)
总 88.8s · 采样 79.8s(每步9.98s) · VAE解码 3.9s · 存盘 1.4s · 采样峰值 ~18.3 GiB
Two colleagues stand in a bright modern office, the man on the left is speaking...
task05_man_seed7男歌手换种子 · seed 7 · 1 段
NVFP4 W4A4 + compile(官方 pipeline)
总 62.1s · 采样 57.7s(每步7.21s) · VAE解码 3.5s · 存盘 2.6s · 峰值显存 14.92 GiB
FP8 weight-only scaled + compile(ComfyUI/Kijai)
总 85.4s · 采样 79.9s(每步9.99s) · VAE解码 3.9s · 存盘 1.6s · 采样峰值 ~18.3 GiB
Same as task01, seed 7.
task06_man_long3长视频续写 · 3 段 253 帧 ≈10.1s · seed 42
NVFP4 W4A4 + compile(官方 pipeline)
总 262.0s · 采样 247.2s(每步6.87s) · VAE解码 10.6s · 存盘 2.6s · 峰值显存 22.8 GiB
FP8 weight-only scaled + compile(ComfyUI/Kijai)
总 256.3s · 采样 241.4s(每步10.06s) · VAE解码 11.8s · 存盘 1.1s · 采样峰值 ~18.3 GiB
Same as task01, 3 segments video continuation.

说明

统一输入:同一 832×480 裁剪参考图、同一 Kim_Vocal_2 分离后人声、同一 prompt、同一 seed、480p、93 帧/段、8 步蒸馏(dmd LoRA)。 两条 pipeline 实现不同(官方 vs ComfyUI WanVideoWrapper),同 seed 也不会逐像素一致——重点对比清晰度、身份保持、口型同步与长视频时序稳定性。 🔊 默认只放第一路(NVFP4)的声音,两路音频内容相同;点按钮可切到静音全部。 长视频卡片中 NVFP4 的 seg2 前两步(38s/44s)是新序列形状触发的一次性 dynamo 重编译 + kv-cache 建立,之后所有段都是 7.1s/step。