fix(P0): 移除 MCI 插帧,60fps 视频直接输出 25fps 避免超时 504 #2008
Reference in New Issue
Block a user
Delete Branch "fix/remove-mci-interpolation"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
P0 紧急修复
问题
PR#2006 中 Step 8 的
minterpolateMCI 运动补偿插帧在 RTX3060 上导致严重性能问题:根因
mi_mode=mci:mc_mode=aobmc:me_mode=bidir:vsbmc=1是 CPU 密集型运动补偿计算,343帧需要 6+ 分钟,超过推理总超时。修复
影响
deploy/gpu_worker/musetalk_server.py🚀 预览环境已部署