NVFP4 W4A4 + compile(官方 pipeline)
速度总览
| NVFP4 W4A4(官方 pipeline) | FP8 weight-only(ComfyUI) | |
|---|---|---|
| 去噪每步(稳态) | 7.18 s/step | 9.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 s | 0.7–1.6 s |
task01_man男歌手 · man.png + man 人声 · seed 42 · 1 段 3.7s
FP8 weight-only scaled + compile(ComfyUI/Kijai)
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)
FP8 weight-only scaled + compile(ComfyUI/Kijai)
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)
FP8 weight-only scaled + compile(ComfyUI/Kijai)
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)
FP8 weight-only scaled + compile(ComfyUI/Kijai)
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)
FP8 weight-only scaled + compile(ComfyUI/Kijai)
Same as task01, seed 7.
task06_man_long3长视频续写 · 3 段 253 帧 ≈10.1s · seed 42
NVFP4 W4A4 + compile(官方 pipeline)
FP8 weight-only scaled + compile(ComfyUI/Kijai)
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。