2noise / ChatTTS

A generative speech model for daily dialogue.
https://2noise.com
GNU Affero General Public License v3.0
31.19k stars 3.39k forks source link

unexpected keyword argument 'compile' #326

Closed praveenarjun closed 2 months ago

praveenarjun commented 3 months ago

while using the code import ChatTTS import torchaudio import torch from IPython.display import Audio

chat = ChatTTS.Chat() chat.load_models(compile=False) # Set to True for better performance

texts = ["PUT YOUR TEXT HERE",]

wavs = chat.infer(texts, )

torchaudio.save("output1.wav", torch.from_numpy(wavs[0]), 24000) giving unexpected keyword argument compile what it mean

l7492 commented 3 months ago

same problem here.

github-actions[bot] commented 2 months ago

This issue was closed because it has been inactive for 15 days since being marked as stale.