Closed xinzuan closed 6 months ago
That line is from an older version. It should be line 543 on the latest commit. This might be already fixed on latest version. So try to update stable-ts and see if you can replicate the issue.
If the issue persists, there is bug with values in split_indices_by_char
. So in either case, the fix shouldn't be made on that line.
Hi, thank you for the fast response and suggestion. I have already upgraded the model to the latest commit but the issue still persists.
I will reinvestigate to find the cause
Hi, I encountered an issue when the video duration is shorter than the text duration. Specifically, an error occurs as follows
To address this, I made a temporary modification to the code on line 547::
This change has resolved the issue for now (at least in my case). However, I am wondering if you have a more permanent or elegant solution.