premade-man
Results
2
comments of
premade-man
最近使用我也遇到。
I resolve the issue by using following dependencies: ``` requirements.txt # 主要库:VoxCPM自身可能依赖的基础AI/ML框架 # 如果项目是以PyPI包形式安装(pip install voxcpm),则这些可能是它的运行时依赖 torch>=2.0.0 # 深度学习框架 torchaudio>=2.0.0 numpy>=1.20.0 einops>=0.6.0 # 搜索结果中提到,用于 ComfyUI 节点,可能是模型本身的依赖 # 模型下载和集成相关的库 huggingface_hub>=0.20.0 #...