From 165882d64f474b3563fa91adc1a679436ae9c3b8 Mon Sep 17 00:00:00 2001 From: ChasonJiang <46401978+ChasonJiang@users.noreply.github.com> Date: Wed, 5 Mar 2025 18:22:01 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E5=A4=9A=E4=BD=99=E7=9A=84?= =?UTF-8?q?=E6=B3=A8=E9=87=8A=E5=AF=BC=E8=87=B4=E7=9A=84bug=20(#2158)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- GPT_SoVITS/TTS_infer_pack/TTS.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/GPT_SoVITS/TTS_infer_pack/TTS.py b/GPT_SoVITS/TTS_infer_pack/TTS.py index 420aa77..012cbf8 100644 --- a/GPT_SoVITS/TTS_infer_pack/TTS.py +++ b/GPT_SoVITS/TTS_infer_pack/TTS.py @@ -149,7 +149,7 @@ class TTS_Config: print(f"Warning: CUDA is not available, set device to CPU.") self.device = torch.device("cpu") - # self.is_half = self.configs.get("is_half", False) + self.is_half = self.configs.get("is_half", False) # if str(self.device) == "cpu" and self.is_half: # print(f"Warning: Half precision is not supported on CPU, set is_half to False.") # self.is_half = False