[Help] - XTTS can only generate text with a maximum of 400 tokens. #4080
Unanswered
johndjchan
asked this question in
General Q&A
Replies: 1 comment 1 reply
-
You can synthesise longer text by splitting it into sentences and processing them separately. (you can technically also increase the limit, but as the warning says it will just result in bad outputs because the model is not trained on longer data) |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
i successfully trained with the xTTs model, but it keep saying error of XTTS can only generate text with a maximum of 400 tokens.
which is very short?
is there a way to increase the limit?
//
Warning: The text length exceeds the character limit of 250 for language 'en', this might cause truncated audio.
Beta Was this translation helpful? Give feedback.
All reactions