mirror of
https://github.com/RVC-Project/Retrieval-based-Voice-Conversion-WebUI.git
synced 2026-08-29 10:09:32 +02:00
Import RVC 20260716 Nvidia 50x0 v2bb
This commit is contained in:
8
go-webui.bat
Normal file
8
go-webui.bat
Normal file
@@ -0,0 +1,8 @@
|
||||
@echo off
|
||||
chcp 65001 >nul
|
||||
set "SCRIPT_DIR=%~dp0"
|
||||
set "SCRIPT_DIR=%SCRIPT_DIR:~0,-1%"
|
||||
cd /d "%SCRIPT_DIR%"
|
||||
set "PATH=%SCRIPT_DIR%\runtime;%PATH%"
|
||||
runtime\python.exe -I webui.py --pycmd runtime\python.exe --port 7897
|
||||
pause
|
||||
Reference in New Issue
Block a user