dsi
dsi copied to clipboard
建议为 finetune_webui.py 增加运行环境说明
尝试使用 anaconda + python 3.9.17 / 3.11.4 运行该脚本,持续出现报错:
- whisper 安装应该使用 openai-whisper
- commons 包安装失败
建议说明需要使用的 python 版本,以及增加 requirements.txt
我花了半天的时间,总算是跑起来了 先下载 https://github.com/Plachtaa/VITS-fast-fine-tuning,按照里面的中文指引,把环境配好,还蛮繁琐的, 然后把 finetune_webui.py移到 VITS-fast-fine-tuning根目录下即可
最后启动 finetune_webui.py时,还得安装一个依赖 whisper,这里得用源码安装,不然提示找不某某属性。。。 pip install git+https://github.com/openai/whisper.git