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:
@@ -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}"
|
||||
|
||||
Reference in New Issue
Block a user