1
0
mirror of https://github.com/fumiama/Retrieval-based-Voice-Conversion-WebUI.git synced 2026-06-07 19:40:44 +08:00

optimize(all): tidy project structure

This commit is contained in:
源文雨
2024-06-05 19:15:53 +09:00
parent b3f17bf60a
commit 50d46982d2
35 changed files with 79 additions and 1572 deletions

View File

@@ -196,7 +196,7 @@ def download_all_assets(tmpdir: str, version="0.2.3"):
exit(1)
try:
BASE_URL = (
"https://github.com/RVC-Project/RVC-Models-Downloader/releases/download/"
"https://github.com/fumiama/RVC-Models-Downloader/releases/download/"
)
suffix = "zip" if is_win else "tar.gz"
RVCMD_URL = BASE_URL + f"v{version}/rvcmd_{system_type}_{architecture}.{suffix}"