Skip to content

Commit

Permalink
Update config.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Miuzarte authored Jan 19, 2024
1 parent 454340d commit 18c3907
Showing 1 changed file with 11 additions and 8 deletions.
19 changes: 11 additions & 8 deletions config.py
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 18c3907

Please sign in to comment.