From 29261695ecb0e6872bb1f5066d205e890c819f42 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=AC=AC=E7=B4=97=E7=89=B9?= <66856838+Miuzarte@users.noreply.github.com> Date: Fri, 19 Jan 2024 14:25:15 +0800 Subject: [PATCH] Update config.py --- config.py | 19 +++++++++++-------- 1 file changed, 11 insertions(+), 8 deletions(-) diff --git a/config.py b/config.py index 8e9721a..aeeffe5 100644 --- a/config.py +++ b/config.py @@ -1,10 +1,13 @@ 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 +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