diff --git a/TTS/tts/models/xtts.py b/TTS/tts/models/xtts.py index 82a7a0c1f0..9a501db8d3 100644 --- a/TTS/tts/models/xtts.py +++ b/TTS/tts/models/xtts.py @@ -936,7 +936,7 @@ def load_checkpoint( if hasattr(self, "hifigan_decoder"): self.hifigan_decoder.eval() if hasattr(self, "ne_hifigan_decoder"): - self.hifigan_decoder.eval() + self.ne_hifigan_decoder.eval() if hasattr(self, "diffusion_decoder"): self.diffusion_decoder.eval() if hasattr(self, "vocoder"):