mirror of
https://github.com/RVC-Boss/GPT-SoVITS.git
synced 2025-04-06 03:57:44 +08:00
Update config.py
This commit is contained in:
parent
454340d2ef
commit
18c3907682
19
config.py
19
config.py
@ -1,10 +1,13 @@
|
|||||||
import sys
|
import sys
|
||||||
is_half=True
|
|
||||||
exp_root="logs"
|
|
||||||
python_exec=sys.executable or "python"
|
|
||||||
infer_device="cuda"
|
|
||||||
|
|
||||||
webui_port_main=9874
|
is_half = True
|
||||||
webui_port_uvr5=9873
|
exp_root = "logs"
|
||||||
webui_port_infer_tts=9872
|
python_exec = sys.executable or "python"
|
||||||
webui_port_subfix=9871
|
infer_device = "cuda"
|
||||||
|
|
||||||
|
webui_port_main = 9874
|
||||||
|
webui_port_uvr5 = 9873
|
||||||
|
webui_port_infer_tts = 9872
|
||||||
|
webui_port_subfix = 9871
|
||||||
|
|
||||||
|
api_port = 9880
|
||||||
|
Loading…
x
Reference in New Issue
Block a user