epub2tts icon indicating copy to clipboard operation
epub2tts copied to clipboard

Turn an epub or text file into an audiobook

Results 27 epub2tts issues
Sort by recently updated
recently updated
newest added

Hi ! Work great with VITS and MS but every use of XTTS (custom or studio, like Damien Black example) crashed. ``` Computing speaker latents... Reading from 83 to 83...

I keep running across an error in the installation process which states: > pip is looking at multiple versions of epub2tts to determine which version is compatible with other requirements....

bug

I know I previously mention edge-tts, which is cloud-based, fast and free, but under the GPL. I have recently been trying out https://github.com/rhasspy/piper/, which uses the VITS model and is...

enhancement

I don't know if this request fully makes sense but I did some research around like of [Piper](https://github.com/rhasspy/piper) and [Tortoise](https://github.com/neonbjb/tortoise-tts) which have shown the capability to leverage Metal and nightly...

Hi, thanks for the fantastic job. Do you plan to add integration with Apple Silicon, right now it is actively looking for CUDA cores and fails to do so, therefore,...

You may very well be aware of this already, although there is a rather recent project called StyleTTS2 which raises the bar even further for open-source and local tts generation....

It works generally well on Apple Silicon. However there are pytorch operators, such as 'aten::_weight_norm_interface', which are not currently implemented for the MPS device. As a temporary fix, you can...

i have cuda, my wsl envirnment reconises it , but i suppose the docker container from this project does not yet support cuda? (there are no cuda toolkit commands available...

bug

It would be nice if an installation of epub2tts showed the git commit hash it was installed from. Probably could achieve this with setuptools_scm package. Generally taking steps to make...

enhancement

Though a user would still have to know how install this with pip, it would be nice to add a GUI. Looks like this could be accomplished by adding just...

enhancement