1
0
mirror of https://github.com/fumiama/Retrieval-based-Voice-Conversion-WebUI.git synced 2026-06-06 01:30:24 +08:00

feat(rvcmd): add dns and dl link fallback

This commit is contained in:
源文雨
2024-04-21 01:59:01 +09:00
parent 652f33ed1c
commit 229fe68818
9 changed files with 57 additions and 28 deletions

View File

@@ -94,7 +94,7 @@
"outputs": [],
"source": [
"# @title 下载安装 RVC-Models-Downloader\n",
"!wget https://github.com/RVC-Project/RVC-Models-Downloader/releases/download/v0.2.1/rvcmd_linux_amd64.deb\n",
"!wget https://github.com/RVC-Project/RVC-Models-Downloader/releases/download/v0.2.2/rvcmd_linux_amd64.deb\n",
"!apt install ./rvcmd_linux_amd64.deb"
]
},
@@ -350,4 +350,4 @@
},
"nbformat": 4,
"nbformat_minor": 0
}
}

View File

@@ -94,7 +94,7 @@
"outputs": [],
"source": [
"# @title 下载安装 RVC-Models-Downloader\n",
"!wget https://github.com/RVC-Project/RVC-Models-Downloader/releases/download/v0.2.1/rvcmd_linux_amd64.deb\n",
"!wget https://github.com/RVC-Project/RVC-Models-Downloader/releases/download/v0.2.2/rvcmd_linux_amd64.deb\n",
"!apt install ./rvcmd_linux_amd64.deb"
]
},
@@ -349,4 +349,4 @@
},
"nbformat": 4,
"nbformat_minor": 0
}
}