You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
import sys
|
|
|
|
is_half = True
|
|
exp_root = "logs"
|
|
python_exec = sys.executable or "python"
|
|
infer_device = "cuda"
|
|
|
|
webui_port_main = 9874
|
|
webui_port_uvr5 = 9873
|
|
webui_port_infer_tts = 9872
|
|
webui_port_subfix = 9871
|
|
|
|
api_port = 9880
|