• Joined on 2023-07-19
NoM commented on issue mrq/ai-voice-cloning#320 2023-08-01 14:09:10 +00:00
Error when running start.bat after installing.

Type python -V

How did you go about setting this up?

NoM commented on issue mrq/ai-voice-cloning#152 2023-07-25 11:44:42 +00:00
VALL-E Integration (and In Response To TorToiSe: a Quick Retrospective)

For real should be my last update for a while unless something catastrophic happens (I doubt it), but I figured this should be it's own block as this is more about integrating RetNet.

I…

NoM commented on issue mrq/ai-voice-cloning#313 2023-07-25 10:29:26 +00:00
Rust compiler is required on Windows

It does work on windows in python 3.9-3.10, but it crashes on the regular.

I've had to run it entirely on Linux, as it's rocksolid on the same machine.

NoM commented on issue mrq/ai-voice-cloning#261 2023-07-24 01:31:49 +00:00
Question; How to continually run from CLI

What I do is use the trained voice data on the original tortoise-tts, as it's quite a bit faster on Linux than the version bundled in this project.

And then I hacked do_tts.py to read through a…

NoM closed issue mrq/ai-voice-cloning#312 2023-07-23 15:02:13 +00:00
Browser crashes probably shouldn't pause training
NoM opened issue mrq/ai-voice-cloning#312 2023-07-23 14:19:14 +00:00
Browser crashes probably shouldn't pause training
NoM closed issue mrq/ai-voice-cloning#310 2023-07-23 02:30:54 +00:00
Cannot get the cli to work
NoM commented on issue mrq/ai-voice-cloning#290 2023-07-22 14:51:38 +00:00
No module named 'tortoise.api'

The issue is because your Python version is too new, and one of the depencies errors upon installing if you scroll up.

To fix:

  • Install pyenv
  • pyenv install 3.9.17
  • pyenv virtualenv…
NoM commented on issue mrq/ai-voice-cloning#256 2023-07-22 14:51:29 +00:00
ModuleNotFoundError: No module named 'tortoise'

The issue is because your Python version is too new, and one of the depencies errors upon installing if you scroll up.

To fix:

  • Install pyenv
  • pyenv install 3.9.17
  • pyenv virtualenv…
NoM commented on issue mrq/ai-voice-cloning#310 2023-07-22 10:50:37 +00:00
Cannot get the cli to work

See mrq/ai-voice-cloning#242 (comment)

Thank you! I might have to add it to the documentation.

NoM opened issue mrq/ai-voice-cloning#310 2023-07-20 04:32:25 +00:00
Cannot get the cli to work