Revert "make tts use gpu by default. use --ttscpu to disable"

This reverts commit 669f80265b.
This commit is contained in:
Concedo 2025-06-08 17:08:04 +08:00
parent 669f80265b
commit dcf88d6e78
2 changed files with 10 additions and 11 deletions

View file

@ -126,7 +126,7 @@
"else:\n",
" WCommand = \"\"\n",
"if TTSModel and WavTokModel and LoadTTSModel:\n",
" TTSCommand = f\"--ttsmodel {TTSModel} --ttswavtokenizer {WavTokModel}\"\n",
" TTSCommand = f\"--ttsmodel {TTSModel} --ttswavtokenizer {WavTokModel} --ttsgpu\"\n",
"else:\n",
" TTSCommand = \"\"\n",
"if EmbeddingsModel and LoadEmbeddingsModel:\n",