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'
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'