Chat.load_models() got an unexpected keyword argument 'compile'

#18
by SIddz - opened

Help me solve this someone!

Download the ChatTTS models locally and specify your local model address in Chat.load_models().
eg:
chat.load_models(source='local',local_path='model')
#chat.load_models(compile=False) # Set to True for better performance

Sign up or log in to comment