svc-develop-team / so-vits-svc

SoftVC VITS Singing Voice Conversion
GNU Affero General Public License v3.0
25.79k stars 4.82k forks source link

Add local checkpoint selection in webui - 允许webui选择本地模型 #289

Closed xdedss closed 1 year ago

xdedss commented 1 year ago

对于 #287 的改进,如果模型文件也在服务器,将模型文件放在./trained目录的子目录下,就可以直接在webui中选择本地模型,不需要通过网络上传

示例目录结构:

./trained
  - miku
      - G_3000.pth
      - config.json
  - trump
      - xxx.pth
      - config.json
  - rick_astley
      - xxx.pth
      - config.json