suno-ai / bark

🔊 Text-Prompted Generative Audio Model
MIT License
35.31k stars 4.15k forks source link

The long sentence #156

Closed chikiuso closed 1 year ago

chikiuso commented 1 year ago

Good morning, I try to run a hundreds words paragraph and shows the following message, and it just have 13 seconds long audio, is there any way I could make it longer audio? thanks.

Token indices sequence length is longer than the specified maximum sequence length for this model (843 > 512). Running this sequence through the model will result in indexing errors WARNING:bark.generation:warning, text too long, lopping of last 69.6%

jungrea commented 1 year ago

Take a look at this PR https://github.com/suno-ai/bark/pull/84 for some clues.

huzidev commented 1 year ago

Try this repo for long sentences https://github.com/JonathanFly/bark

gkucsko commented 1 year ago

Closing for now to have discussion in one place