How to use 2Noise/ChatTTS with ChatTTS:
import ChatTTS import torchaudio 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)
The first issue I am facing is 'Chat' object has no attribute 'load_models'
After solving this issue i am have this issue
And I am using Linux system not windows
Same here in windows 11. They made a shit-like user manual.
Β· Sign up or log in to comment