mirror of
https://github.com/fumiama/Retrieval-based-Voice-Conversion-WebUI.git
synced 2026-06-07 19:20:28 +08:00
feat(rvcmd): update version to v0.2.5
This commit is contained in:
@@ -205,7 +205,7 @@ def download_all_assets(tmpdir: str, version="0.2.5"):
|
||||
else:
|
||||
download_and_extract_tar_gz(RVCMD_URL, tmpdir)
|
||||
os.chmod(cmdfile, 0o755)
|
||||
subprocess.run([cmdfile, "-notui", "-w", "0", "assets/all"])
|
||||
subprocess.run([cmdfile, "-notui", "-w", "0", "assets/rvc"])
|
||||
except Exception:
|
||||
BASE_URL = "https://raw.gitcode.com/u011570312/RVC-Models-Downloader/assets/"
|
||||
suffix = {
|
||||
|
||||
Reference in New Issue
Block a user