Block a user
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…
Add Hifigan compatibility to this repo
Add files required for hifigan from neonbjb repo, including autoregressive.py modification
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
Freeze beartype==0.15.0
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
13b65d8775
Merge branch 'master' of https://git.ecker.tech/ben_mkiv/ai-voice-cloning
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:…
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…
Freeze pydantic package to 1.10.11
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 …