do_tts.py and read.py #4

Closed
opened 2023-02-06 02:11:30 +00:00 by bashkir3230 · 2 comments

I think the gradio ui utilizes the do_tts.py and therefore will run out of memory/error out on longer text strings.
Can an option be implemented to switch within the UI between do_tts.py and read.py?

Thanks

I think the gradio ui utilizes the do_tts.py and therefore will run out of memory/error out on longer text strings. Can an option be implemented to switch within the UI between do_tts.py and read.py? Thanks
Owner

Use the Line Delimiter input in the web UI to process your text input into pieces, similar to read.py's behavior.
For example, set Line Delimiter to \n for it to process each line one by one instead of all at once.

Use the `Line Delimiter` input in the web UI to process your text input into pieces, similar to `read.py`'s behavior. For example, set `Line Delimiter` to `\n` for it to process each line one by one instead of all at once.
Author

Thank you!

Thank you!
mrq closed this issue 2023-02-06 04:06:58 +00:00
Sign in to join this conversation.
No Label
No Milestone
No project
No Assignees
2 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: mrq/tortoise-tts#4
No description provided.