SociallyIneptWeeb / AniVoiceChanger

An RVC "extension" for Voice-Chat
MIT License
140 stars 14 forks source link

runtime\python.exe AniVoiceChanger\main_local.py doesn't do anything #9

Open BLACKPE4RL opened 1 year ago

BLACKPE4RL commented 1 year ago

when pasting locally runtime\python.exe AniVoiceChanger\main_local.py in cmd with Rvc-beta folder as path, the voice changer doesn't run.

I have already trained my model locally and installed all requirements.

codecooker1 commented 1 year ago

Is the .env file configured correctly ?

TeeRarian commented 1 year ago

Is the .env file configured correctly ?

I'm having the same problem where the voice changer doesn't run. After pasting and clicking enter, a few seconds pass with nothing happening in the console, then it goes back to ...\RVC-beta0717>. I think everything in the .env file should be right.

I didn't train my own model. I downloaded some from the Audio-to-Audio section on Hugging Face.

neker97 commented 1 year ago

Hi i have found the solution, the problem is that you have to install RVC-beta-v2-0618 from model files when you install the RVC, try to install this version cut and past AniVoiceChanger and delete ...\RVC-beta0717> ,do all the pip install -r requirements.txt i have both of RVC and obviosly AniVoiceChange.

Hope this help.

TeeRarian commented 1 year ago

Hi i have found the solution, the problem is that you have to install RVC-beta-v2-0618 from model files when you install the RVC, try to install this version cut and past AniVoiceChanger and delete ...\RVC-beta0717> ,do all the pip install -r requirements.txt i have both of RVC and obviosly AniVoiceChange.

Hope this help.

It's working now. Thank you! Is there a way to update to RVC-beta0717 or do we keep using RVC-beta-v2-0618?