• Joined on Jul 09, 2023
Loading Heatmap…

Jarod commented on issue mrq/ai-voice-cloning#463

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…

2023-12-16 05:37:32 +07:00

Jarod created pull request mrq/ai-voice-cloning#455

Add Hifigan compatibility to this repo

2023-11-27 07:08:23 +07:00

Jarod created pull request mrq/tortoise-tts#50

Add files required for hifigan from neonbjb repo, including autoregressive.py modification

2023-11-27 07:07:30 +07:00

Jarod pushed to master at Jarod/ai-voice-cloning

2023-11-27 06:52:32 +07:00

Jarod pushed to main at Jarod/tortoise-tts

  • 156bb5e7da Add files required for hifigan, including autoregressive.py modification

2023-11-27 05:51:37 +07:00

Jarod created repository Jarod/tortoise-tts

2023-11-27 04:24:37 +07:00

Jarod pushed to master at Jarod/ai-voice-cloning

2023-11-27 02:46:21 +07:00

Jarod pushed to master at Jarod/ai-voice-cloning

  • 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 »

2023-11-27 02:37:29 +07:00

Jarod created pull request mrq/ai-voice-cloning#393

Freeze beartype==0.15.0

2023-09-19 00:22:02 +07:00

Jarod pushed to master at Jarod/ai-voice-cloning

  • 7dd8b740e8 freeze beartype==0.15.0, unfrozen comes from x-clip in dlas

2023-09-19 00:18:51 +07:00

Jarod pushed to master at Jarod/ai-voice-cloning

2023-09-19 00:15:09 +07:00

Jarod commented on issue mrq/ai-voice-cloning#370

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:…

2023-09-09 00:51:00 +07:00

Jarod commented on issue mrq/ai-voice-cloning#346

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…

2023-08-25 09:57:49 +07:00

Jarod opened issue mrq/ai-voice-cloning#346

Japanese Tokenizer Issues

2023-08-25 08:59:05 +07:00

Jarod created pull request mrq/ai-voice-cloning#301

Freeze pydantic package to 1.10.11

2023-07-09 02:37:59 +07:00

Jarod pushed to master at Jarod/ai-voice-cloning

2023-07-09 02:36:26 +07:00

Jarod created repository Jarod/ai-voice-cloning

2023-07-09 02:27:48 +07:00

Jarod commented on issue mrq/ai-voice-cloning#300

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 >…

2023-07-09 02:19:44 +07:00