mirror of
https://github.com/RVC-Boss/GPT-SoVITS.git
synced 2025-10-06 14:40:00 +08:00
12 lines
262 B
Python
12 lines
262 B
Python
import platform
|
|
|
|
is_half = True
|
|
exp_root = "logs"
|
|
python_exec = "runtime\python" if platform.system() == "Windows" else "python"
|
|
infer_device = "cuda"
|
|
|
|
webui_port_main = 9874
|
|
webui_port_uvr5 = 9873
|
|
webui_port_infer_tts = 9872
|
|
webui_port_subfix = 9871
|