Update config.py

This commit is contained in:
謬紗特 2024-01-19 14:25:15 +08:00 committed by GitHub
parent 454340d2ef
commit 18c3907682
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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