mirror of
https://github.com/RVC-Boss/GPT-SoVITS.git
synced 2025-08-16 22:29:58 +08:00
WIP
This commit is contained in:
parent
c27d18dd23
commit
a49d0e2d3c
7
.github/build_windows_packages.ps1
vendored
7
.github/build_windows_packages.ps1
vendored
@ -39,6 +39,13 @@ DownloadAndUnzip $G2PW_URL "GPT_SoVITS\text\G2PWModel"
|
|||||||
Write-Host "[INFO] Download UVR5 model..."
|
Write-Host "[INFO] Download UVR5 model..."
|
||||||
DownloadAndUnzip $UVR5_URL "tools\uvr5\uvr5_weights"
|
DownloadAndUnzip $UVR5_URL "tools\uvr5\uvr5_weights"
|
||||||
|
|
||||||
|
Write-Host "[INFO] Downloading funasr..."
|
||||||
|
$funasrUrl = "https://huggingface.co/XXXXRT/GPT-SoVITS-Pretrained/resolve/main/funasr.zip"
|
||||||
|
$funasrZip = "$tmpDir\funasr.zip"
|
||||||
|
Invoke-WebRequest -Uri $funasrUrl -OutFile $funasrZip
|
||||||
|
Expand-Archive -Path $funasrZip -DestinationPath "$srcDir\tools\asr\models" -Force
|
||||||
|
Remove-Item $funasrZip
|
||||||
|
|
||||||
Write-Host "[INFO] Download ffmpeg..."
|
Write-Host "[INFO] Download ffmpeg..."
|
||||||
$ffUrl = "https://www.gyan.dev/ffmpeg/builds/ffmpeg-release-essentials.zip"
|
$ffUrl = "https://www.gyan.dev/ffmpeg/builds/ffmpeg-release-essentials.zip"
|
||||||
$ffZip = "$tmpDir\ffmpeg.zip"
|
$ffZip = "$tmpDir\ffmpeg.zip"
|
||||||
|
@ -20,4 +20,4 @@ jobs:
|
|||||||
|
|
||||||
- name: Run Build and Upload Script
|
- name: Run Build and Upload Script
|
||||||
shell: pwsh
|
shell: pwsh
|
||||||
run: ./github/build-and-upload.ps1
|
run: ./github/build_windows_packages
|
Loading…
x
Reference in New Issue
Block a user