edwko / OuteTTS

Interface for OuteTTS models.
Apache License 2.0
663 stars 46 forks source link

Does it support Chinese? #23

Closed johnny8353 closed 1 week ago

johnny8353 commented 1 week ago

when I try generate Chinese,It raise error: RuntimeError: Calculated padded input size per channel: (6). Kernel size: (7). Kernel size can't be greater than actual input size

output = interface.generate( text="你好.", temperature=0.1, repetition_penalty=1.1, max_length=4096 )

Does it support Chinese?

edwko commented 1 week ago

Version 0.1 currently supports only English. The next release is planned to include additional languages, including Chinese.