From 9e99e0f42d0585b7dd36dd614987cc60b0f6ed47 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Eren=20G=C3=B6lge?= Date: Thu, 18 May 2023 11:12:51 +0200 Subject: [PATCH] Disable reduction --- TTS/tts/models/tortoise.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TTS/tts/models/tortoise.py b/TTS/tts/models/tortoise.py index 4d558a12..5c816382 100644 --- a/TTS/tts/models/tortoise.py +++ b/TTS/tts/models/tortoise.py @@ -255,7 +255,7 @@ class TortoiseArgs(Coqpit): """ autoregressive_batch_size: int = 1 - enable_redaction: bool = True + enable_redaction: bool = False high_vram: bool = False kv_cache: bool = True ar_checkpoint: str = None