edwko / OuteTTS

Interface for OuteTTS models.
Apache License 2.0
510 stars 34 forks source link

Can the model support Chinese? #25

Closed fancysh closed 12 hours ago

fancysh commented 16 hours ago

Hello! On the official website, I saw a model called OuteTTS-0.2-500M which can be configured for language settings. However, I couldn't find detailed documentation on Hugging Face. Also, the installation command for both models is pip install outetts. Could you please provide more configuration details for this model? Thank you!

error message: File "/User/demo/xxx.py", line 4, in model_config = outetts.HFModelConfig_v1( ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: module 'outetts' has no attribute 'HFModelConfig_v1'

edwko commented 15 hours ago

Yes! There was an issue with the model files, but it's now fixed. Give it a try! :)