Tencent / MimicMotion

High-Quality Human Motion Video Generation with Confidence-aware Pose Guidance
https://tencent.github.io/MimicMotion/
Other
1.93k stars 165 forks source link

classification-free inference 和 normal inference 为什么不能组batch推理 #62

Closed akk-123 closed 3 months ago

akk-123 commented 3 months ago

代码中 classification-free inference 和 normal inference 为什么要分开推理,不能组batch推理,提高推理速度吗

zyayoung commented 3 months ago

可以组batch的,分开是为了降低峰值显存占用,适配16G 4060ti ref: https://github.com/Tencent/MimicMotion/pull/32#issue-2397978086