#✨│ai-help
1 messages · Page 111 of 1
Download the .index file
Right click on it and it will give you options hit download
Ayo? @faint bloom level 3 !!! 
Yes
now what do i do with it
Now go to the assets folder click on the down arrow and you will see a "Weights" folder
ok what do i do with the 2 files
Well you use RVC Infer locally
ok
If you want to use it on colab right now
Go to the inference tab and you can load your model and upload your audio and inference
i think it work
i used this to train
i cuildnt find the original voice thingy they used in the movies
Is this your dataset?
in the movie these are realy the only times these guys speak
how to do that
This is your Entire dataset?
ye
I told you you go to the inference tab
im there
It seems like you didnt clean it very much also 26 seconds is very short
Now upload a audio file to the big box that said drop file here or something like that
the problem is theres not much dialouge of them from movies
So you probably shouldnt expect the model to sound very good
Well you can try to inference and see what it sounds like if it sounds good to you then it sounds good to you
sounds good enough, works until i somehow find out what they used back in the 90s
Ok
ty for your help
Np
It doesn't
If you close the google colab it will delete it so thats why you have to download the model if you want to have it online where you can download it upload it to Google Drive or Huggingface
how do i do that
You create a Huggingface account https://huggingface.co
You go to the top right where your profile picture is
And click it and click new model and it will allow you to name it and upload your model make sure to release it under the "Openrail" license
K thats good now hit create model on the bottom left
For RVC, what do I put in the .env file? Where does .pth go?
What?
Idk why its saying that
it says if i have already downloaded models, specify them in the .env file
if it's your first time, try using vpn and/or another browser
Ayo? @proud elbow level 28 !!! 
and also, i've installed rvc, but when I run, i get error that says rvc_infer is not found
You put the index file in the "Logs" folder and you put the .pth in the "weights"
Idk what that guide is telling you but I think you should put the pth and index file in logs and weights
Which version of RVC do you have
uhh
Do you have mainline or mangio? or some other version
should be 0.3.5
That is very outdated
i'm on mac, and doesnt seem mainline works for mac since there is only a bat file and says nvidia
not even cpu mode? might try applio
Ohh
i just did pip install rvc
So idk if there is any version for mac
applio and rvc_cli were giving me errors
Instead try easyGUI which is on colab
said that there were certification verification error or something
i'd like it locally however
Actually wait
You can run RVC locally with mac download it here: https://huggingface.co/lj1995/VoiceConversionWebUI/resolve/main/RVC1006Nvidia.7z
And run the .sh file
there was a sh file?? i didnt see it
can't download it for some reason
Did you click download anyway
could u give me the file link instead?
another browser dont work neither does vpn
Or continue to download
Are you in another country?
when i open the link, it immediately downloads a .download file instead of the actual file
Strange
i'll just look for it manually
ye lookin thru here rn
yes
ohhhhh i think i know why it's just giving a .download file. im probably out of space lmao
from germany to north america
Hugging face should work in Germany
So idk what happened with you but maybe try Google drive
Idk what RVG is
what do i do in google drive
Ayo? @faint bloom level 4 !!! 
You mean GPT SoVITS?
Select the index and pth file and right click on one of them when both are selected and a popup should pop up and click send file to zip
And once its zipped upload it to Drive
Or you can just drag both files in without zipping if you dont know how to zip a file
where do i drag em
Upload them to drive
Well now you can use easyGUI https://colab.research.google.com/drive/1r4IRL0UA7JEoZ0ZK8PKfMyTIBHKpyhcw
When installing RVC is done open the easyGUI and it will give you a Gradio link click on it and the UI should open when your in the UI click on the download models tab
finally cleared enough space on my drive lol
ok now?
Are you on the UI?
Right click on your zipped file on Drive
And make sure its public or anyone with link can download
Once its on that setting paste the link into there and click download model it should download and go to the inference tab
And once your on the inference tab you click refresh and you should see your model pop up and also make sure to select your index file too
how to get link
got it
Make sure its anyone with link can view
Great
does anyone know how to remove the voice background of this audio?. because its not music so idk how to remove...
Ayo? @umbral acorn level 4 !!! 
Use mvsep karaoke models
alr thanks i'll try
where can i find the .pth file in training in disconnected ?
Ayo? @shut remnant level 1 !!! 
Open colab files and then open the click the dropdown button on the RVC file and you should scroll down and see a file called "Assets" click the dropdown on that and you should see a file called weights click the dropdown button on that and you will see your pth files in there
@rugged stirrup welp the sh file apparently got permission denied
Idk what to tell you then
i tried chmod and still no work
how about the other one? rvc_cli or applio?
Ayo? @strong fulcrum level 5 !!! 
Applio does work on apple
So you can try that
Do you know anything about this error? huggingface hubert ssl.SSLCertVerificationError: [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate (_ssl.c:1007)
Sadly no I don't
this happened when I ran both applio and rvc_cli
But applio does work for apple
i've put the save frequency to 50, and it's already on 400, but i still can't find a single pth 
You have to check your RVC folder
is applio supposed to automatically install the dependencies and requirements in the setup/install?
because i got gradio not found error. so i tried manually installing the requirements in the .venv, then got a package error
Yeah all you have to do is run a bat file It will likely give you some options just fill out the options or whatever I don't really know how to use applio
On applio?
yes
Strange
so i ran install.sh then run.sh then it gave error gradio not found, so i went in and activated .venv to manually pip install the requirements.txt, then got a package error
Requirement already satisfied: markupsafe~=2.0 in ./.venv/lib/python3.10/site-packages (from gradio==4.17.0->-r requirements.txt (line 30)) (2.1.5)
Collecting orjson~=3.0 (from gradio==4.17.0->-r requirements.txt (line 30))
Using cached orjson-3.10.0.tar.gz (4.9 MB)
Installing build dependencies ... done
Getting requirements to build wheel ... done
Preparing metadata (pyproject.toml) ... error
error: subprocess-exited-with-error
× Preparing metadata (pyproject.toml) did not run successfully.
│ exit code: 1
╰─> [6 lines of output]
Cargo, the Rust package manager, is not installed or is not on PATH.
This package requires Rust and Cargo to compile extensions. Install it through
the system's package manager or via https://rustup.rs/
Checking for Rust toolchain....
[end of output]
note: This error originates from a subprocess, and is likely not a problem with pip.
error: metadata-generation-failed
× Encountered error while generating package metadata.
╰─> See above for output.
note: This is an issue with the package mentioned above, not pip.
hint: See above for details.
Ok go to the applio download page and and click download What does it download for you
it doesnt download. it just brings me to the github releases page
so what i did was just clicked on "code" then downloaded the repo
the applio download page brought me here: https://github.com/IAHispano/Applio/releases
i don't see a download button
that's the same too lol
Wait that's the exact same thing I thought Wait hold on https://applio.org/
there there oh my gosh
stupid copy and paste on a phone wouldn't copy the correct link
so this one? ^
this is where i was earlier. the donwload button just redirects me to the github releases page
Yes
are you sure
Yeah
Just brings me here
where can i download VAC
I don't know what to do sorry
look up retrieval based voice conversion web UI on Google and you will find a GitHub for it download the package and wait for it to be done then extract it and open it when it's extracted and you will scroll down and find a file called goweb.bat
Ok, thanks for ur help anyways
Np
Bot
Virtual Audio Cable (VAC) - sound routing/transfer, integrating with DAW, SDR, VoIP, SIP. Simulates a multi-line audio adapter/card with loopback
https://huggingface.co/IAHispano/Applio/tree/main/Compiled
just download the latest version there
Ayo? @brittle wing level 1 !!! 
RVC Guides (How to Make AI Cover)
Translation by country
i know english can somebody come to unlimited vc help with voice changer
pls
hello
For help abt wokada realtime voice changer ask in #1192011222023950368 or #🔍│help-w-okada
where can i find MDX23C on UVR?
why can't i upload any voice-models to easygui
Send colab link
Okay thats the updated one, send the model download link lemme see
the one i first wanted to do
then i tried some other voice models to see if the issue was up to the model
Ayo? @timber spruce level 1 !!! 
but it ain't working
just does this whenever i try to do any model
however when i use THIS it just works
lemme check rq inside the model files
yea, the only problem of it is you need a good gpu for it, if you dont it will take tooooo muchh time, if you dont got a good gpu i could suggest you another good model
ah okay then i might need a different one. Which other one would you suggest
those are the models i suggest you, the other ones than the mdx23c one are also good (ofc not as good) and can run even on less powerful pc
btw theres a google colab for mdx23c model if you wanna try it
Last update: Feb 29, 2024
yea the model looks fine, you are using google colab gpu right?
yeah i've been primarily using Kim vocal 1 and 2 but i'll definitely check those others out. Thanks
let me try this
nope
that doesn't work either
( if you're confused i just enabled this on )
i'm new to this type of stuff so uhh i don't know what it does so i'm just experimenting
yea i just seen too
the weird thing is in the colab output it says downloaded
but in the ui it doesnt show it so yea
there might be a problem with easygui
ima tell the creator rq
@quick trench hey you may wanna check out this issue
exactly
that's what i've noticed
it says it's good
but it displays it isn't
so the fix is to just not use easygui for now?
lemme check the no ui inference cell and see if that works first
sure
Ayo? @timber spruce level 2 !!! 
i guess for now you could use other colabs, as easygui is having some problems, you could check out the other colabs on our docs https://docs.aihub.wtf, you can find them inside the cloud folder inside the rvc folder
yw, if u get other issues ask here
aight
yw
does anyone know why i keep getting JSONDecodeError in google collab?
ive been trying multiple different ones and keep getting the same error
please help
Ayo? @dense ermine level 1 !!! 
you could be using an outdated colab
check pinned messages for the docs guide and select one of the colabs from there
alright thanks ill give it a shot
which one is it i cannot find it
i recommend ilaria or disconnected
it works thanks again!
on long vocal notes like "oooooo" my ai model makes a "ooouuurrrrr" or whatever, it like doesnt make a stable note.
ye thats outdated lol
did anyone have a problem where their .logs, despite being selected - don't actually work?
or it will be "youuuuuuuu" and the ai makes it "youuuooouooooo"
Try lower the index rate
Or feature ratio
index at a solid 0
i dont use index files, ever. they never work or sound good imo
Try setting protect to 0.5
ill try that
And you using rmvpe right?
rvmpe gui
oh wow that sounds way better
man why do they make the default values the ones that sound the worse
every youtube ai cover would sound phenomenal
best preset ever
Oh my god.
why did i not do this earlier??? omg
there was this one part of this song that the ai would always pronounce atrociously incorrect and its actually doing it correctly now
Ayo? @visual pumice level 6 !!! 
the old google colab link i used to train models with seems to not work anymore, can anyone send the most recent working one please?
use one of those in our docs https://docs.aihub.wtf/ (check inside the cloud folder, inside the rvc folder)
Last update: Mar 10, 2024
-local
- 🍏 Applio, by IA Hispano GitHub
- Mangio-RVC-Fork, by Mangio621 Huggingface
- RVC Studio, by SayanoAI Huggingface
- AICoverGen, by SociallyIneptWeeb GitHub
- Replay, by Replay Team Website
- Original RVC, by the RVC-Project team GitHub
- GPT-SoVITS, by RVC-Boss GitHub
You can find more info on the #1159513888199540817 channel. If you can't find your answer, feel free to ask for help in #✨│ai-help. Credits to Faze Masta and Antasma for compiling these links.
thank u soo much
oh, i'll try that then 🫶🏻
Can someone there train someone's dataset cause I don't have time
for rvc ai voice model requests, please ask in #1159289738314919936 , not here.
Could some one help me with this error is missing 'inf' file or driver package corrupted...
lol name buddies
Ayo? @stone shell level 1 !!! 
I didn't know thanks
Is advanced rvc inference incompatible with huggingface?
I got this error when i try to download a model
Yw
Dont use that hf space
May be outdated
U need an hf space
Or google colab?
What?
applio colab got banned
It didnt wdym?
I got error when training
what error? disallowed code ?
Inactivity maybe
I will try to retrain in Applio
so i can see if it actually got banned
Inactivity its because you left it afk then, not bc it got banned, check https://discord.com/channels/1159260121998827560/1213586188091523075 for that theres a bypass
Yea send a screenshot if you still get an error while training and following the guide i js sent you
just moved rvc to new storage and it took about 95gb!
That is extremely high, how can I clean it up
clear up the model checkpoints
they are large
weights?
can someone help me?
I want to do an ai cover but I can't find the Google colab link
guys it says i have to upload an image but all images are nit workiing in mvioce .ai
Does applio train models fast???
Cause I still haven't tried training a model with it
How long it takes depends on the GPU you have, how long your Dataset is and Batch size.
Uh how do I get a fast GPU for free
are you doing it locally or on colab?
guys
Colab
The person's dataset is too big
then you cant do nothing about it, you are already using the T4 Free daily gpu, just wait
what I need to do when appears that
oh thanks
check them inside the cloud folder inside the rvc folder in our docs https://docs.aihub.wtf
Last update: Mar 10, 2024
i personally use ilaria rvc (which is in that doc dw)
For next model
Even my first model didn't have that big of a dataset
This person is too greedy
gpus arent free, they cost alot
or are you talking about a commission you did to a model maker ?
But for how long can you use it?
I'm training someone else's model cause they're too lazy to do it themselves
well, technically 12 hours a day max, but it also depends on the usage, so for example tasks like rvc/wokada, you can for 4 hours, it varies
someone is paying u?
Nope for free
Someone on the internet
And I'm trying to
Find someone who can train it half, me the other half
well, training a model takes time
How can i fix my gpu not showing it just shows cpu gpo0 gpo1 gpo2 gpo3
are you talking about wokada realtime voice changer?
yea
for that, please ask help in #1192011222023950368 or #🔍│help-w-okada
ok
I KNOW
I just want a way to do it faster
What Model does the person want? Maybe it already exists?
Ayo? @wispy burrow level 21 !!! 
Of a specific youtuber
there isnt
, google colab offers only that gpu for free
Isn't applio faster at training
you could search:
- #1175430844685484042
- #🔍│find-models
- https://weights.gg/
- https://huggingface.co/models (but watch out cus in hugging face there arent only rvc ai voice models)
- https://applio.org/models
Nahh
just to see if its already made lol
They want their dataset to be trained
He wants his dataset to be trained
Not someone's model
oh rip
RVC Guides (How to Make AI Cover)
Translation by country
my training is continuing from the wrong checkpoint, any fixes?
Use the fixed version
Ayo? @brittle wing level 7 !!! 
Did you save the D & G files when you stopped training?
yes, they are in the logs folder
How often did it save? after every how many Epochs?
yea i downloaded the latest, 3.0.9, but the problem i was having was with running it
5
i was getting errors in the setup when i ran the sh install file
At what Epocg did you stop? And at what Epoch did it continue training?
I stopped at 55 epochs, and it continued from 15
Which model in UVR to split an octave in a vocal?
You should probably do the lowest point first which is here
Like if you zoom in near there you could find the lowest point and you should save a model near there if you have any
WHAT
Is it finished
Hold left click and highlight the area that is near where I screenshotted and zoom in all you do is hold left click highlight it a little and release left click
Where is the guide
Did I finish training?
It looks like you finished but idk because idk how many epochs you did
350 for a 82 samples dataset
Use a model in this area
Well 350
Is that near that area?
Yes
Take a picture of how many steps it has
Which means just take a picture of the name of the pth file
The steps on the graph???
No the name of the model it has the amount of steps on it
Are you using RVC disconnected?
Where do I find those steps
Yes
Don't you have one that is slightly earlier than the last one?
Nope but I have it at 350
Well you go to the colab files click the dropdown in the RVC folder go to the assets folder and click the dropdown and then you will see the weights folder
How often did you save?
10
So then you can take a picture of the name and it will have the steps next to the name
Then Epoch 330 or 340 could be better.
I can't find it
Its at the left below the keys button
I can't find the RVC folder you're talking about
And you should click the dropdown on the left next to the RVC folder
I know it already
What rvc folder there's no such
Which one amongst these
Mangio RVC Fork
Next?
I know already just tell me which folder next
Now you will see a weights folder
Take a picture of the pth files
I'm seeing these for the first time
Extend it fully so I can see the names of it like the full names
I did it just didn't load early
i have a question, so i have a chromebook instead of a pc, how do i make ai song covers on my chromebook?
How do I extend it on a tablet
There should be a little thing to the right that you can pull out
Are they all .pth files?
Yes the files in the weights folder are all pth files
Was my model truly overtrained according to the graph
It doesnt look overtrained it looks like you can choose a model from the circled area in the steps it might give you decent quality
"File is not a zip file" - NO ONE ON THIS SERVER SOLVED THIS YET!!! Why is that??? I've been looking for solution for hours, and also, IT IS a .zip file!!!!
Do you mean the audio file isnt in the zip file?
But was it overtrained there
Should I continue or end it
Usually the lowest point or near the lowest point is the best
You should stop the training
When I'm about to import the model that I made, I paste the shared Google Drive or Mega link for the zip file containing the model, it says: Error, file is not a zip file
Do 320?
Yeah
Do you have the index and pth file in the zip?
You also have to make sure inside the zip the pth and index arent inside another file cause that will mess it up
Which one is the correct.pth file
i have a question, so i have a chromebook instead of a pc, how do i make ai song covers on my chromebook? i want to make an ai cover where lowtiergod sings stronger than you
There is no "correct" pth file just experiment with each one and whichever one sounds best to you keep the rest you can delete
You have to use colab
I don't think there are any ways to use RVC inferencing on chromebook
Uh well okay
The files it got inside:
G_104800.pth
D_104800.pth
config.json
It used to work like this back in May.
Ayo? @craggy quarry level 1 !!! 
But the model is finished right there's no need to waste any more time
Right?
G and D are for continuing training make sure its the pth file and index
Generative & discriminative
Ik that
You can try to inference cause you stopped training
i need help installing rvc
What OS do you have
windows
Okay thanks but I don't need to spend any more time training it right?
What GPU do you have
No you dont need to train it any more
how do i check?
Ayo? @sly ferry level 1 !!! 
EVEN BETTER
Just test the models and whichever one sounds the best to you save
Amd radeon
I trained it at 700 before but it didn't sond bad but I'm glad I learned about overtraining now
Oh you need the AMD version here: https://huggingface.co/lj1995/VoiceConversionWebUI/resolve/main/RVC1006AMD_Intel.7z
Great
thank you
When its fully downloaded unzip it and you will see the goweb.bat file just run it and you have it open
ok thanks!!!!!
i fixed the problem, just needed to upload it to HuggingFace and get the direct download link! But now, the model is outdated! It's RVC V1!!! :DDD And says use a model trained by RVC V2, but well I don't wanna train a model again for 1 week 😭
Alr then
im not really as good as tech as alot of people are, how do i unzip a folder?😢
Right-click it and there will be a menu that pops up you will see extract file click that and then another menu will pop up and click extract all
thanks
after pip installing rvc, i thought I got it working, but i got this error. anyone know why?
raise ValueError(f'mutable default {type(f.default)} for field '
ValueError: mutable default <class 'fairseq.dataclass.configs.CommonConfig'> for field common is not allowed: use default_factory```
Interesting. I got only these 2 files, and no more and the config. Do I have to close the model some way?
Eveyrtime i go to paste thelink into the second step it never workss? I have tried many times with different voice models but still nothin??
Paste the link in what?
The second step where it says "Download the mdel"
model
You arent supposed to use G and D for inference
What are you using easyGUI?
Yes
Which link are you using
Then it should work
💀 ⚰️
Ayo? @hardy terrace level 1 !!! 
You have to use the .pth file and index which are products from training with the G and D
Pth is core parameters and index helps with accent
Yeah you can
I'm using this RVC Colab page (https://colab.research.google.com/drive/1Gj6UTf2gicndUW_tVheVhTXIIYpFTYc7?usp=sharing), but I get to Step 2 (downloading the voice model) and i get a red error message saying "JSONDecodeError # File exists, proceed with creation of creds and client". I've bought some Compute Units from Google Colab but the problem still occurs. Any ideas?
Screenshot: https://imgur.com/Y0VHjkl
Outdated colab
Heres the new version: https://colab.research.google.com/drive/1r4IRL0UA7JEoZ0ZK8PKfMyTIBHKpyhcw
Are there any yt videos on how to use this new version?
Click the install RVC play button and once its done with a checkmark click open GUI
Alright
having a look now thanks! if i have any questions about how to get it up and running ill ask
You just click the Install RVC play button and once thats done click open GUI
is this usable on mobile btw?
Yes it should be useable on mobile
now i have the word band link do i just paste it here?
btw, any models you guys wanna suggest that just do a genuine male to female voice (no anime this and that, just normal)
Ayo? @rich sphinx level 1 !!! 
is there a text to speech on this btw or just speech to speech?
Only speech to speech
Ah fair enough. I don't suppose u know if there's a free text one available? Thanks for the help regardless, i'll probably still use it!
You could try this: https://on4t.com/text-to-speech
Album could not be found, please check your search values and try again.
300 character limit though
Album could not be found, please check your search values and try again.
my bad
ill stop
jus tryin to figure it out ill see if theres a setting to make it not appear mm
That's fine, just got a great example out of it lol. Now that I have the GUI up and running, can i just continue to use the gradio.live link forever or will i need to launch a new session via the colab each time I use it?
You will have to relaunch because colab has a limit
If you want to have true unlimited run locally
which channel should i use for the wordbank link / is there a way to have the bot message only show for me
Ayo? @stiff tusk level 1 !!! 
If you want to make Ai covers use astra labs or the weights bot
idk what the weights bot is but ill look at the astra labs channel ty
Last question, thanks for all the help btw. When i want to launch a new session, i open the Colab page, do i have to install RVC again or can i skip to opening the easyGUI?
Ayo? @visual flint level 2 !!! 
i see where it says zip file but theres no option to download it
Yes you have to install RVC again
great thanks
What are you trying to do
Download it and extract it
where do i download it?
You click 3 dots and it should have an option to download a model
oh my god your a life save
Its to the right
thank you sm
Np
-colabs
- Applio, by IA Hispano Google Colab
- AICoverGen-WebUI, modded by Hina Google Colab
- AICoverGen-NoWebUI [English], by Ardha, fixed by Eddy, Hina and Gdr Google Colab
- AICoverGen-NoWebUI [Spanish], credits to Eddy, Hina and Gdr for translating and fixing Google Colab
- Ilaria RVC, by thestingerx Google Colab
- RVC Disconnected, by Kit Lemonfoot Google Colab
- easyGUI, by rejects Google Colab
- Applio, by IA Hispano Huggingface Spaces
- Ilaria RVC, by thestingerx Hugginface Spaces
- RVC-HFv2, by r3gm Huggingface Spaces
- AICoverGen, by r3gm Huggingface Spaces
- Advanced RVC Inference, by r3gm Huggingface Spaces
- RVC v2 Huggingface version, by Clebersla Huggingface Spaces
can someone help me i cant hear anything and idk how to do the settings
are you using the realtime voice changer?
i dont know
this is how it looks like
oh
yeah
realtime voice changer client
yea, for that ask in #🔍│help-w-okada or #1192011222023950368 then, sorry but i dont use voice changers so idk how to help you, but an helper will help you in sometime in that channels
i asked in the forum
can someone help me? i cant downland the model and i get this error:
ModuleNotFoundError: No module named 'mega'
oke wait for an helper to come
@low shard it also shows me a really big CMD whenever i open it
is that normal
like
a command prompt
and if i close the command prompt it also closes the application
Yes, it uses cmd its normal, just idk how to help your problem as i dont use it
alr
Please read in our docs https://docs.aihub.wtf
Last update: Mar 10, 2024
i dont even have the program
when i try to open the batch file it says windows protected my pc
Just click run anyway
do i have to click allow to "Allow this notebook to access your Google credentials?"
Yes
does it actually like
No
It just needs access to the drive
Np
is this one for songs?? im trying to use it for that
Yes you have to put the pth file in the weights file and the index in the logs file
when opening start.http it shows me cmds and then pops away
Ayo? @brittle wing level 1 !!! 
how do i add my song
You copy the path of your mp3 or wav and paste it in the
kimid
thats not what mine looks like
Ayo? @sly ferry level 2 !!! 
what do i do once ive started "open the easygui"?
Click the Gradio link
It only activates when you train a model
ok thank you again :)
Np
uuuuh last question hopefully
Ayo? @unique elk level 1 !!! 
how do i put in my model voice
You go to the model download tab
Ayo? @rugged stirrup level 18 !!! 
And paste your drive or huggingface link into it and click download
Np
That is used for real-time inferencing if you want to use it just select the model by using the button on the right and make sure your microphone is selected and you also need VB cable for that
I would recommend VAC, VB-Cable causes too many problems
https://software.muzychenko.net/freeware/vac470lite.zip
Run "setup64"
I use VB cable usually
each time i put my model voice, it's always said 'failed to download file'
Ayo? @jovial otter level 1 !!! 
pls help i cant downland the model
Easy GUI (for RVC v2, with crepe) (with improved downloader)
ModuleNotFoundError Traceback (most recent call last)
<ipython-input-1-bb7ca959319e> in <cell line: 4>()
2 #@markdown Link the URL path to the model (Mega, Drive, etc.) and start the code
3
----> 4 from mega import Mega
5 import os
6 import shutil
ModuleNotFoundError: No module named 'mega'
old colab, use one of the newer ones
check pinned message, open the docs guide
i recommend ilaria or rvc disconnected
ty
Hello I need help but i cant send pictures
I get an error that says this:
RuntimeError: The expanded size of the tensor (12800) must match the existing size (12400) at non-singleton dimension 1. Target sizes: [1, 12800]. Tensor sizes: [12400]
Im trying to train a model further that ive already trained
Could someone help please
Ayo? @blissful bough level 1 !!! 
whats ur gpu
whats the colab link
i have an rtx 2070 super
and im not using colab im using the rvc website thing
Mangio-RVC-Web it says
https://www.youtube.com/watch?v=ixB9oalT3cQ&t=1236s i used this tutorial
so you know what kind of rvc im using
i looked into the history of this channel for anyone thats had this issue and theres not rlly been a solution
you can try:
when selecting the samples and versions, you must always reclick v1, then v2, then reclick the correct sample rate
see if that works
ya no clue for the fix
id recommend using Mainline instead of mangio crepe
its in pinned messages, docs guide
alr thanks
What is "dataset" ? Maybe that's a stupid question, im sorry
i fixed it
Last update: Mar 8, 2024
So, is this just the voice that you train, but everyone call it by a very smart word as "dataset" ?
how?
well its basically the 'samples' of the voice you wanna train in rvc context
basically just renamed the model (to create a new one)
Ayo? @blissful bough level 2 !!! 
because apparently you cant train the same model further if it has the same name
hi, does anyone know why vb cable no longer works, any solutions ?
Ayo? @fair vortex level 1 !!! 
gotcha tyy
vb cable shit, download vac instead
https://software.muzychenko.net/freeware/vac470lite.zip
Run "setup64"
Ayo? @pastel oak level 21 !!! 
uninstall vb-cable first and restart pc
Understood, atleast now i can understand what people mean by saying "you have a bad dataset" thanks
thank you
yw
be careful about the cleaning
of your dataset
the dataset in rvc context needs to be pure cleaned vocals
Ye, i tried to clean it well, but the model appeared very bad
Maybe its because the dataset is only 18 secs
its better if you get a longer dataset for better results, and also be sure its very well cleaned, also could depend on the epochs, in case it overtrains
Last update: Feb 10, 2024
does anyone have any way to get rid of the robotic sound i get.
I try everything to remove background noise, but the leftover noise either whitenoise or just robotic residue interfers with my training
What are you using to isolate the voice?
What is the best way to clean the dataset ?
uvr5
Ayo? @calm wyvern level 1 !!! 
check this https://docs.aihub.wtf/rvc/resources/vocal-isolation/ , if you have a good pc use uvr locally, if you dont use the colab
Last update: Feb 29, 2024
Does it work good with AMD ?
I've had some good results with UVR.
It can isolate thevoice, remove echoes , reverb etc
Is rx570 4gb and R7 2700x enough to work with UVR ?
Yep, alr dowloaded that version
But i don't really understand this\
That's why im asking
I'm not sure if AMD is suppoerted but it can work on CPU if it isn't.
it can work for cpu, but will be wayy sloww, if you want you could try the google colab of it using the free daily gpu
with what
i installed this voice ai
first i can listen to myself and second my voice is not constant with the changer
its lagging basically
do you mean https://voice.ai/ or the realtime voice changer from our server ?
Download now free real time voice changer for pc. Modify your voice, select one from the Voice Universe or clone any voice you want
What UVR models did you use?
yes
Ayo? @boreal sapphire level 1 !!! 
i love it when you ask a x or y question and people say yes
i mean, the link i sent or the one u downloaded from the server ?
no from website
btw, you like helping people?
wdym by that?
we arent affiliated with voice.ai, its paid, we use wokada realtime voice changer which is all free, and can use rvc voice models from our server
-realtime
This interaction has expired, use the command
/guides realtimeif you wish to see it again.
oh how can i ddowlnoad it
alr lemem uninstall this one
follow this guide, if you get any error, please ask in #🔍│help-w-okada or #1192011222023950368 but not here as its an help channel for rvc which is for making ai covers
alr tysm
sadly i cant help you about wokada as i dont use voice changers (i never call
) but you will find helpers in the help channel ready to help you
yw
.
follow the steps, its very straight forward
its saying doolwnoad nvidia
if you have nvidia you click on the link for nvidia. if you have amd you click on amd
this is about GPU
yes
There are different models that can be used. Some are focused on different things.
For example, UVR-MDX UVR-NET-Voc-FT-to isolate vocals or DeEcho-DeReverb for removing echoes/reverb
Are there python libraries I can use to integrate RVC into my pipeline?
uhm, how do i uninstall it :)) i tried it already but it seems to be still in my pc and i think thats why vac doesn t work
search for "add or remove programs" on your windows search bar of your pc, open the thing, uninstall VBCable
yeah i do use them
done, vac still doens't work on discord, do you know why ?
can you send screenshot of wokada and discord input/output
also maybe because you had both installed at the same time it could have messed up tbh
if you havent restarted pc yet do that, if you did then maybe reinstall vac
but lets see your wokada and discord first
wokada Select output: Line 1
and on discord
Input: Line 1
i recommend you use
Audio: Client
I think chunk 96 is going to be tough with 1060, you probably have to raise it but you do you
You could use 8k as extra probably for bit better quality
thank you for advices
Hey guys, any help on this? JSONDecodeError: Expecting value: line 1 column 1 (char 0)
I keep getting this and Im a bit stuck on how to fix
Same issue as @half arrow
what does epochs mean?
youre probably using an outdated colab, check pinned messages, open docs guide and choose one of the newer cloud/colab ones. i recommend ilaria or rvc disconnected
RVC Guides (How to Make AI Cover)
Translation by country
which
thank you, it was the outdated one, Ilaria works like a charm
does anyone know how to make AI covers with multiple people singing?
I would recommend separating individual singers into separate tracks and convert them one by one with voices you want
Ayo? @oblique solar level 1 !!! 
how would u recommend i do that?
if you dont have the separate tracks available, and if they do not sing over each other, cut the track into pieces in Audacity?
okay thanks
try separate individual voice into its own track, duet singing together (esp different gender) may be hit or miss, and group one may even be less possible
will give it a shot and tell u how it comes out sometime
@low shard how would u suggest i do this
So uh about this updated new RVC Collab, can it work on mobile?
if the people are talking at different times, just uvr mdx23c model so it separates the vocals and instrumentals of the song, and then you manually check the vocals and cut out in 2 different files the 2 different parts where the voice talks, then use different rvc models on the different 2 files and then put this all back together
if its 2 people singing at the same time, well you could firstly separate the vocals and instrumentals with uvr mdx23c, then use the vocals as an input in uvr and use the hp karaoke 6 model so it separates it into 2 different files (1 for a voice, 1 for another) but may not be perfect
Oh goodie
Speaking of which, can it also let you copy and paste the model link without downloading it? Like does it depend on which collab you're using?
wdym without downloading it? just get the download link of the model you want, then paste it in the part where it asks you for the download link based on which colab you are using, then just click download, you need to do that to use a model
Well I'm saying on the old Collab, you can just copy and paste the download link and it will work, you're saying I have to download it now?
which colab are you using btw
Ok
I got it working but how do I use my downloaded model? Do I copy and paste from my drive?
Nvm I'm looking at the instructions from the website
you need to go to download tab, paste the download model link, and then click download
Ok
It worked so now what?
Do I download it again? Or copy and paste it or press voice models then it will allow me to use it?
okay now you can use it, please check from here https://docs.aihub.wtf/rvc/cloud/applio-colab/#2-select-voice-model , its the full guide of the colab
Last update: Mar 10, 2024
It worked
why is it super choppy in actual calls
do you use VB-Cable or VAC as virtual cable
First says "CABLE Input" the second "Line 1"
VB
wym first says
people dont know the difference so im telling you what the output is called for both
VB is bad, get VAC and try again
https://rentry.co/VoiceChangerGuide#virtual-audio-cables-mandatory
uninstall Vb first, restart pc then get vac
i have both
if it still does issues, go to step 18 and do the task manager thing
click refresh in inference page so it will show up in the model list (u can also check the logs folder to make sure)
I keep getting this error message "raceback (most recent call last):
File "/content/Ilaria-RVC/app.py", line 1, in <module>
import subprocess, torch, os, traceback, sys, warnings, shutil, numpy as np
ModuleNotFoundError: No module named 'torch'" when i start to download the tunnel gradio on ilaria
?
have u followed the guide for settings (f0, threshold, chunk, extra, etc)
please help
Ayo? @dense ermine level 3 !!! 
Hi, I have a question.
I currently have a 21 minutes dataset, already separated the vocals with UVR and cleaned the set with RX10 and several plugins.
Still there's a part of the dataset, around 1 minute and a half, where you can hear that a part of the music wasn't able to be removed, as you can hear some parts of the song really intertwined with the voice.
Would it be better to just remove this section of the dataset, or should I train with it?
try BS roformer in MVSEP (and probably combined with MDX23C)
i did all of it now theres js demonic whispering
Ayo? @olive tiger level 1 !!! 
💀 what
send screenshot of wokada and discord input output
ohhh okok
ill check that, thanks a lot
i did all that its js picking up the sound of my ppc fans
pc
and making it sound odd
did you select the correct input as microphone
ohh
ServerIO Analyzer
set that to your headphones too
how
like where
set that to headphones
it is
and on audio for input make sure its your main mic and not some webcam thats next to your fans or something lol
my fans are js hella loud
😭
lemme put a towel on my pc
💯
you can enable sup2
shi u right
and echo maybe not sure if itll help in this case
Ayo? @olive tiger level 2 !!! 
I already got that and yep, the updated new Collab is better
Hey that reminds me, does the weights website voices work on those Collabs?
Ayo? @brittle wing level 6 !!! 
as long they provide the huggingface direct download link like you had
thanks a lot again, a single pass of the BSRoformer did the trick
now I want that to be my to-go algorithm, I'll wait for it to be implemented on UVR or similar.
Ayo? @tawdry bridge level 1 !!! 
The updated website is so confusing now, Help🥲
guys pls help . i keep being stuck in step 2, whatever the link put in they said error
even google drive or huggingface
How can I make a parody of a song where I change the lyrics but have the same singing?
Channels like There I ruined it used AI voices but they mixed it in a DAW. I found this pic on someone's Fiver page
Thanks!
Ayo? @foggy pebble level 1 !!! 
I posted the link on #1159290752195633273 since I don't want to advertise by accident
I got disconnected from Google colab for using Applio saying it is not intended for such purposes
Is there anyway to get around this?create new account?
Ayo? @raw wedge level 2 !!! 
-colab
- Applio, by IA Hispano Google Colab
- AICoverGen-WebUI, modded by Hina Google Colab
- AICoverGen-NoWebUI [English], by Ardha, fixed by Eddy, Hina and Gdr Google Colab
- AICoverGen-NoWebUI [Spanish], credits to Eddy, Hina and Gdr for translating and fixing Google Colab
- Ilaria RVC, by thestingerx Google Colab
- RVC Disconnected, by Kit Lemonfoot Google Colab
- easyGUI, by rejects Google Colab
- Applio, by IA Hispano Huggingface Spaces
- Ilaria RVC, by thestingerx Hugginface Spaces
- RVC-HFv2, by r3gm Huggingface Spaces
- AICoverGen, by r3gm Huggingface Spaces
- Advanced RVC Inference, by r3gm Huggingface Spaces
- RVC v2 Huggingface version, by Clebersla Huggingface Spaces
RVC Guides (How to Make AI Cover)
Translation by country
is there a google colab tutorial to make GPT-SoVITS models?? because I'm confused with the file directory for the dataset. cus all i found is how to do it locally but otherwise everything else is in Chinese.
don't click it
Entry not found
in the new release?
same method, either huggingface or you can drag and drop a zip
mk
Yep.
In github Hugging Face.
I fixed it it was corrputed Data.
the link was fixed immediately
awww, no worries!
https://github.com/TheStingerX/Ilaria-RVC-Mainline/releases/tag/beta1.0
training is now possible on mac ? with ilaria RVC mainline beta 1?
trainign on mac no, but on colab yes
training on mac when? or never 😭
Needs :
a) apple to make MPS (that allows GPU accel for this kind of AI stuff) behave properly
b) rvc training code to be slightly more convenient to deal with, instead of being one giant black box
doesnt have CUDA, so until i dont go crazy and find a way for AMD and Intel cards..
also what my fav frechie is saying
is there are any chances in future for training on mac?
¯_(ツ)_/¯
i think Mac is useless for Ai stuff
yes
Apple being apple, it's down to someone knowledgable willing to implement it & have the damn hardware on hands
if i enable training for CPU, yes, but good luck with that
Guys someone help how do i change my voice to brimstone in valorant
@proven hill
@sand iris
any mod?
stop randomly tagging people
do you have the voice changer installrd
Saw-y-
Ayo? @opal mica level 1 !!! 
im--- ne---w
what gpu do you have
i dont think that gpu is gonna be strong enough for the voice changer
youll have big delay
you can still try
W
Aew
and you need brimstone voice model, if someone created it you can use it
#tutorial
So what exactly is the advantage of ilaria RVC vs this ---https://github.com/RVC-Project/Retrieval-based-Voice-Conversion-WebUI
can somebody explain what these pretrains are?
I know it says itsfaster and everything but I'm guessing it's a whole like.. revamp right?
Just different pre-train models, I personally use OV2
Is it like a whole new RVC AI trainer and stuff? Like with brand new code
does it like affect the model output? like will it sound different?
Yeah a lil bit
Yes, ov2 makes it sound more realistic and better
It depends what voice you're training though some sound better than others on OV2
Also
So ilaria RVC is like a whole new thing, damn I just checked I'm so dumb 💀, (I'm sorry ilaria)
Does Ilaria's RVC fork has any training-helper features? Like Applio's overtraining detector
anyone know what the passthrough button does?
RVC Guides (How to Make AI Cover)
Translation by country
yes, new thingie from before :3
also no youre not dumb!
just ask if you have any curiosity <3