qwen3tts default to cpu unless gpu selected

This commit is contained in:
Concedo
2026-03-05 11:11:46 +08:00
parent da2bde4767
commit 8658af1018
7 changed files with 140 additions and 18 deletions
+1 -1
View File
@@ -70,7 +70,7 @@ dry_seq_break_max = 128
extra_images_max = 4 # for kontext/qwen img
# global vars
KcppVersion = "1.109.1"
KcppVersion = "1.109.2"
showdebug = True
kcpp_instance = None #global running instance
global_memory = {"tunnel_url": "", "restart_target":"", "input_to_exit":False, "load_complete":False, "restart_override_config_target":""}