dsi icon indicating copy to clipboard operation
dsi copied to clipboard

建议为 finetune_webui.py 增加运行环境说明

Open RogerHao opened this issue 2 years ago • 1 comments

尝试使用 anaconda + python 3.9.17 / 3.11.4 运行该脚本,持续出现报错:

  1. whisper 安装应该使用 openai-whisper
  2. commons 包安装失败

建议说明需要使用的 python 版本,以及增加 requirements.txt

RogerHao avatar Sep 04 '23 16:09 RogerHao

我花了半天的时间,总算是跑起来了 先下载 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

tailangjun avatar Sep 08 '23 14:09 tailangjun