• Joined on 2023-07-09
Jarod commented on issue mrq/ai-voice-cloning#463 2023-12-16 05:37:32 +00:00
Start.bat error after installation - "cannot import name 'broadcat'"

Easiest and most straightforward fix is modify the requirements.txt file by placing the following at the end.

rotary-embedding-torch==0.4.0

If that doesn't work, you can manually…

Jarod created pull request mrq/ai-voice-cloning#455 2023-11-27 07:08:23 +00:00
Add Hifigan compatibility to this repo
Jarod created pull request mrq/tortoise-tts#50 2023-11-27 07:07:30 +00:00
Add files required for hifigan from neonbjb repo, including autoregressive.py modification
Jarod pushed to master at Jarod/ai-voice-cloning 2023-11-27 06:52:32 +00:00
7274899d88 Fix random voice in utils.py
Jarod pushed to main at Jarod/tortoise-tts 2023-11-27 05:51:37 +00:00
156bb5e7da Add files required for hifigan, including autoregressive.py modification
Jarod created repository Jarod/tortoise-tts 2023-11-27 04:24:37 +00:00
Jarod pushed to master at Jarod/ai-voice-cloning 2023-11-27 02:46:21 +00:00
7b8cf348c8 editted utils and webui for hifigan
Jarod pushed to master at Jarod/ai-voice-cloning 2023-11-27 02:37:29 +00:00
94f88886b0 updated colab notebook
2830d1fa96 fixed setup scripts and Dockerfile to NOT use extra-index-url and instead use index-url (how this happened I don't know, since pytorch instructions use index-url), '''fixed''' phonemizing japanese for VALL-E with pykakasi
17acfee5d0 fixed culling for validation based on audio duration not working
2fae5008fc Merge pull request 'Freeze beartype==0.15.0' (#393) from Jarod/ai-voice-cloning:master into master
Compare 4 commits »
Jarod created pull request mrq/ai-voice-cloning#393 2023-09-19 00:22:02 +00:00
Freeze beartype==0.15.0
Jarod pushed to master at Jarod/ai-voice-cloning 2023-09-19 00:18:51 +00:00
7dd8b740e8 freeze beartype==0.15.0, unfrozen comes from x-clip in dlas
Jarod pushed to master at Jarod/ai-voice-cloning 2023-09-19 00:15:09 +00:00
5f80ee9b38 set use-deepspeed to false because it's not a dependency and installing it as a dependency under windows is a huge nightmare
29c270d1cc master (#369)
7fc8f4c45a slight fixes
7110b878b7 Merge pull request 'Websocket fixes / additions' (#350) from ben_mkiv/ai-voice-cloning:master into master
Compare 34 commits »
Jarod commented on issue mrq/ai-voice-cloning#370 2023-09-09 00:51:00 +00:00
No Module named Deepspeed

u can install it with pip install deepspeed==0.10.2

Hi mate, Tried to install but got this error instead!

`Preparing metadata (setup.py) ... error
  error:…
Jarod commented on issue mrq/ai-voice-cloning#346 2023-08-25 09:57:49 +00:00
Japanese Tokenizer Issues

Update:

Re-numbered the key-value pairs starting from 0 to take away any duplicates, resulted in some type of CUDA issue. Didn't bother looking through or following its suggestion in the error…

Jarod opened issue mrq/ai-voice-cloning#346 2023-08-25 08:59:05 +00:00
Japanese Tokenizer Issues
Jarod created pull request mrq/ai-voice-cloning#301 2023-07-09 02:37:59 +00:00
Freeze pydantic package to 1.10.11
Jarod pushed to master at Jarod/ai-voice-cloning 2023-07-09 02:36:26 +00:00
350d2d5a95 Freeze pydantic package to 1.10.11
Jarod created repository Jarod/ai-voice-cloning 2023-07-09 02:27:48 +00:00
Jarod commented on issue mrq/ai-voice-cloning#300 2023-07-09 02:19:44 +00:00
Voice never generates and gives error in console. windows 11

This should fix it for you.

pip uninstall pydantic
pip uninstall pydantic-core
pip install pydantc==1.10.11
pip install pydantic-core

if it doesn't do …