diff --git a/modules/tts/qwen3_tts.py b/modules/tts/qwen3_tts.py index 436c01f..8c6ff59 100644 --- a/modules/tts/qwen3_tts.py +++ b/modules/tts/qwen3_tts.py @@ -41,6 +41,7 @@ class TTSProvider(TTSProviderBase): model_path, device_map=device, dtype=dtype, + attn_implementation="flash_attention_2", ) self.tokenizer = Qwen3TTSTokenizer.from_pretrained(tokenizer_path)