MotionLCM 部署优化 踩坑解决bug

目录

依赖项

windows torch ok:

渲染黑白图问题解决:

humanml3d:

sentence-t5-large

下载数据:

报错:No module named 'sentence_transformers'

继续报错:from transformers.integrations import CodeCarbonCallback

解决方法:

推理相关

转mesh:

module ‘matplotlib.cm‘ has no attribute ‘get_cmap‘

fit loss为nan处理,修改源码ok:

处理完可以进行渲染:


GitHub - Dai-Wenxun/MotionLCM: [ ECCV 2024 ] MotionLCM: This repo is the official implementation of "MotionLCM: Real-time Controllable Motion Generation via Latent Consistency Model"

依赖项

pip install protobuf==3.19.0

pip install smplx smplx-0.1.28

matplotlib 必须指定版本:pip install m

你可能感兴趣的:(aigc与数字人,深度学习宝典,文生motion)