#✨│ai-help
1 messages · Page 165 of 1
https://github.com/Tiger14n/RVC-GUI this one? outdated
Yeah this one
do you got a good pc?
It's pretty decent
wait share that google colab link
training would require atleast an rtx 2060
I've got a Radeon rx 6600 but It's not supported
That's why I'm training using my CPU
hell nah, training on CPU would take years basically, lemme check the google colab and see if i get that error too
alright the colab has an error
@rigid mango rvc disconnected has errors rn
Makes sense
lemme see if i can fix it
Doesn’t have RMVPE so good luck with raspy (no rmvpe) or breath protection
@viscid moss seems like all colabs are fucked about pip with fairseq
ALL
holy shit
holy shit

What do you think of my redesigned aicovergen?
Here, the song does not split itself into vocals and instrumentals, you only need to upload vocals, but there is a tab for combining vocals with instrumentals:🙂
https://colab.research.google.com/drive/1HzuPgICRrjqUWQWb5Zn-l07m099-n-Nr
Ayo? @tranquil sinew level 1 !!! 
i think downgrading to pip==23.1 should just be the fix
aicovergen worked all fine like that
@rigid mango this should fix it:
#@title Install Dependencies
import subprocess
packages = ['build-essential', 'python3-dev', 'ffmpeg', 'aria2']
pip_packages = ['setuptools', 'wheel', 'faiss-gpu', 'fairseq', 'ffmpeg', 'ffmpeg-python', 'praat-parselmouth', 'pyworld', 'numpy==1.23.5', 'numba==0.56.4', 'librosa==0.9.2']
print("Updating and installing system packages...")
for package in packages:
print(f"Installing {package}...")
subprocess.check_call(['apt-get', 'install', '-qq', '-y', package])
print("Updating and installing pip packages...")
# Install pip packages individually to identify problematic ones
# downgrade pip
!pip install pip==23.1
# install packages
for package in pip_packages:
print(f"Installing {package}...")
subprocess.check_call(['pip', 'install', '--upgrade', package])
print('Packages up to date.')
firsttry = True
Already on it, just making sure the installer doesn't crap itself during install
was just suggesting as the fix didn't give any errors for the setup
gotcha, just wanted to see for myself
@low shard @tranquil trail Pushed to the main notebook.
alright
it works again thank you very much 🫡 🙌
I currentrly facing a very annoying problem, if soemone could help i would be gladly appreciate, i have a 4080 RTX, Can't open any .bat files, and if i try to open them as ADM the CMD just opens ups as closes, any ideas?
what's the best pre-trained model for female voice, I have more than 4 hours dataset
hiya - how do we add a custom trained model from #1235952130855010365 once we download it what folder do we put it in? thx in advance
just use original
you don't need to put it in a specific folder, but for the sake of convenience I'd recommend putting it on the pretrained_v2 folder
thank you buddy, and what about Ov2Super ? can i use it on a large dataset ?
yes, but it's much more unstable compared to normal pretrains.
hence why I say, just use original
less chance of getting it wrong
gotcha
Ayo? @gleaming viper level 1 !!! 
@vagrant marsh Is this correct? https://rentry.co/RVC-Mainline-Kaggle#ngrok-token
I forgot the basics so i'm suprised you figured it out
Yep, correctly
Lol
oh my bad
Ig you've forgotten to add the basic, like add ngrok token
kk, an inference section. I will have to try that out later 🤔
👍
what i do is inferencing multiple songs and test the model in realtime, if i like both results i keep the model
inferencing songs helps u knowing the voice range of your model
and realtime tests your model generalization ability
generalization means creating new audios that weren’t in the dataset
I think realtime rvc is bugged imo
I've used it before
rvc realtime is actually better than wokada
When I joined some VC here
I'll think about it
yea just a suggestion anyways, inference alone in rvc already tells u how well your model is performing
I get it
everytime I talk, my ai voice hears itself (I think) and causes it to say some things again at a higher pitch. idk how to fix this
i'm receveing this error now, any fixes?
The prefix for AI HUB is /
.
Thanks bro
depends on the frequency cutoff of the dataset
Is it installed on the drive your booting off of?
The prefix for AI HUB is /
@copper flax do you need help?
how do you install RVC?
either 40k or 32k, again depending on the cutoff
guys its okay if i rename the index files right
I think there used to be more RVC models, but they disappeared?
does not adding the index file make the model sound any different? worse or better
old server got deleted so most models of that era were deleted, tho some survived and are in https://weights.gg/
Create with our AI tools for free. Generate AI voice covers, text-to-speech, and more. Join our community of creators sharing RVC and AI voice models.
index files handles the way the model pronounces things, for realtime its advised to not use index files in realtime as they, most of the time, decrease the quality of the model
for local purposes (rvc) they're fine and helps the model pronounce things like the original voice does
start with a value of 0.5 and increase max to 0.75
index value too high might cause artifacts (making the model sound worse)
index is wrongly called the accent of the model, is not really the accent, the accent is already in the model itself and you can't remove it/increase it
I dont really want to disturb you, but I have a problem with easyGUI📱- 4/20/24, /content/RVC
Traceback (most recent call last):
File "/content/RVC/demo.py", line 1, in <module>
from original import *
File "/content/RVC/original.py", line 8, in <module>
from infer.modules.vc.modules import VC
File "/content/RVC/infer/modules/vc/modules.py", line 11, in <module>
from infer.lib.audio import load_audio, wav2
File "/content/RVC/infer/lib/audio.py", line 2, in <module>
import ffmpeg
ModuleNotFoundError: No module named 'ffmpeg'
it seems like ffmpeg didnt install but if i`ll try to install what he request in the end it will show me that module fairseq is missed, and I cant install it
is this locally or collab?
its collab
-colab
- Applio, by IA Hispano Google Colab
- RVC Disconnected, by Kit Lemonfoot Google Colab
- RVC Mainline, by Hina 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
- EasyGUI, by rejects Google Colab
- UVR5 NO UI for Google Colab, by Eddy Google Colab
- 🆕 UVR5 UI, by Eddy Google Colab
i recommend you to use between Applio, rvc disconnected, and rvc mainline
easyGUI is very outdated
thanks, I`ll try
Wait Colab doesn't work anymore?
colab works, he was using an outdated one
Cause rn I'm having issues which I never did before
which colab? btw the only person who can fix a colab related issue is their creator
today rvc disconnected was having issues but got fixed now
Hina_Mod_AICoverGen_colab
when a colab is having issues the only thing u can do is using another one until the error gets fixed
Ayo? @analog obsidian level 36 !!! 
I have no idea how to use Applio, I'm used to using Hina
i`ll try to use applio now
its not so hard as you think
like, they all the same at list
Hina has a setup that basically makes the whole cover for you
I just have it make the cover, separate the ai vocal track and music track, fix the ai vocals as much as possible, then finish
if you only want inference, it's enough to use local applio even in cpu mode, or try this https://docs.google.com/document/d/1YbXcLFPaGjhOdG5NFkK3QrucCEpHZBwFUxkeMO8aB18
Table Of Contents Introduction Model Loader (Download & Upload) Inference (use RVC AI Voice Models) Ilaria TTS Settings (Inference) Introduction Ilaria RVC Zero, is an RVC (Retrieval-based Voice Conversion) Fork made by Ilaria & mikus, running only on Hugging Face Spaces, it’s called this way...
@analog obsidian thank you, taking off my hat
I'm doing song covers
yeah for covers as well, for bgm separation use UVR https://huggingface.co/spaces/TheStinger/UVR5_UI
You have a link to Applio?
ik, dumb question, but is it bad to upload 3 hours of sound files for a voice model?
am new
cause the google collab thing isn't working and I don't know if that's the issue
hina said he fixed his aicover colab, try it if its working now
I'll try it, if it doesn't work still I'll send what I'm seeing and tell you the end result I'm getting
Ik
eahh... its like.. above https://colab.research.google.com/github/iahispano/applio/blob/master/assets/Applio.ipynb
@glad zealot
nothing i can do here, i didnt made the colab srry
It's alright dw
I did, multiple times
And disconnected the runtime
To start a new one
I still get the issue
guys whats the song name that sounds like this
weird
Is there a way to get APPLIO to display more emotion in the generation? In some clips i input their angry but the ai will make them sound normal
Idk what's going on with it
Ayo? @hollow thunder level 6 !!! 
ye imma check again
this depends in the model and how they were trained, so if your model was trained using regular speech is not gonna be able to express anger
I gotcha
Okay
Why am I still getting the errors then?
a wait it was covergen
i havent used that think since forever lemme update
yeye lemme test it again
Okay
ye no clue why, its the install stuff thats not working properly when its should work
What do I do?
you can try using something like ilaria rvc to do it instead
but you need to clean your audio first
So Hina is outta the question for the time being?
Any other colabs?
How do I open the ai voice changer because it won’t open
hey appreciate you help. May I ask depending on what cutoff? Or a source where i can read about this
Can some body help with this issue i try to open the voice changer and it doesn’t open ???
we need more information. What happens after opening? Any error? What system are you using?
Has it ever worked before?
Fresh installation?
here's a 15k cutoff so that would be 32k as your target sample rate
on the spectrogram
Awesome, now I understand, thank you so much! ❤️
and they were right, not 48k so you can choose between 40k or 32k
32k just has less harsher sibilances and plosives
im on windows this is my first time and this is what pops up
<@&1159293204038955078> pls help it will just pop up with this???
You are in Select mode. Please press enter on the commandline and show the output again
what kind of fix on that colab? is it the downgrade colab cuda?
It dissapears when i clcik enter
okay than start it again, and try not to click on the cmd
if i dont click on it it just pops up for a milisecond then dissapears]
then edit the batch file and put a pause at the end
what? bro ims
im stupid
i dont know how
youre good bro. Just right click and edit, go to the last line and type pause
if i click any button it dissapears
Yeah thats how batch files usually work when it errors
so how am i supposed to edit it
- right click the start_http.bat
- edit
- go to last line (or create a new one)
- type "pause"
I dont know the tool youre using but even if somebody is here who exactly knows, they would need some kind of error message to know whats going on.
good
Ayo? @vague hinge level 2 !!! 
put it in a new line
after doing that, the cmd should not instantly close, but instead show the error message
(in the best case because i dont exactly know how the batch file is built)
looks good, try running it again
still dissapears unless i click on it
what tool you use exactly
what do u use cuz im tryna get the vc changers
idk i searched a tutorial they said download vb cord and what ever this is then to start_.http https://huggingface.co/wok000/vcclient000/tree/main
one sek
Ayo? @gray crow level 6 !!! 
which file did you download? Whats your gpu?
this one MMVCServerSIO_win_onnxgpu-cuda_v.1.5.3.15.zip
Do you have NVIDIA gpu?
yeah NVIDIA GeForce GTX 1070 Ti
try MMVCServerSIO_win_onnxgpu-cuda_v.1.5.3.17b.zip
or MMVCServerSIO_win_onnxgpu-cuda_v.1.5.3.18a.zip
all it does is pop up for slighty longer time
above
im currently at work, but (if nobody else can help you)
I will try downloading the tool at home and get back to you
wait one last thing this is what it shows
From what they say here (exactly same problem) its your outdated windwos version:
https://github.com/w-okada/voice-changer/issues/1288
And this allso adds up to your message Access is denied:
If the cmd closes right away after you run it that means that there is some issue with your windows installation. Either your firewall or windows is blocking the file, or you are missing something important on your end. You should try to update windows to the latest version. Update net framework if possible. Check that you have webview installed. Have you removed any important feature from windows in an attempt to uninstall unnecessary things? Have you tried disabling any security software like Windows security, firewall, antivirus, anti malware, et? What about disabling UAC?
So you could try disabling you av
to double check
what so i need a new windows??
GTX 10-series can work but it may have performance/some other issues
yeah well it isnt working
1070 shouldnt be a problem IMO
it stays but i cant click enter anymore
ive ran it with 1660
nah but like ik it isnt worjing but how do i fix it
Ayo? @vague hinge level 3 !!! 
first try disabling you anti virus.
If its still not working (i guess) you need an windows update
i dont have one
by default windows defender should be active on windows
what so i need to turn that off that dosent seem very safe or nessacary]
Its just to double check if something is blocking the voice changer my guy
Disable it, try the tool, if still not working its not the AV and maybe an outdated win ver
but however, if you dont feel safe disabling it you could try updating your win version
And you should also try to get help here #🔍│help-w-okada as this channel is specificly for the tool youre using
let me check if this error is known
Caused by renaming folder, or abruptly pausing unzipping. I fixed by downloading again and unzipping without changing folder name
i didnt change any names man @gray crow
The first comment is the guy who developed the tool @vernal lily
i did extract it
The 3rd comment also suggest a problem when unzipping the files
At this point its hard for me to help you.
As i said, i can try it when im at home and get back to you. sorry pal
Some other chinese guy suggested to use ver MMVCServerSIO_win_onnxgpu-cuda_v.1.5.2.3
however i couldnt find it in any hf repo @vague hinge
fyi 18a is the latest and stable, but you can try this fork for better performance https://github.com/deiteris/voice-changer
and I don't recommend the alpha version yet
@gray crow its the same now but it dosent dissapear and i can click buttons
wait something is happening
👀
all these bars started loading and when they where done it dissapeared
wait so wgar do i do from here
till you try another version like I suggested above
Ayo? @knotty moth level 20 !!! 
tf no he was giving me instructions i already tried thoes and he told me this one and it looks like its working but idk
ok, so?
@gray crow turns out i just had to let it do its thing thank YOU SOO MUCH for helping me i tried getting this done for so long so many different times
you just need to set everything up and change settings according to the guide, should you have some more questions just ask
https://rentry.co/VoiceChangerGuide
EOL - No further Updates
Github - Blanc-dot
Discord User ID - 824922747423031359
Despite being end of life, most if not all information has not really changed, so should be very accurate until actual new stuff comes out.
Other Links
Antasma's Local Error Fixes
Antasma's Colab guide
Sushi's useful...
Awesome, good to hear! Have fun 🙂
Thats normal. When you initially run the .bat file it will install everything.
On the second start it starts the software!
ok yeah one question how do i make vb cable input to my mic?
I'd recommend VAC as said in the guide https://software.muzychenko.net/freeware/vac470lite.zip
bro i dont need any more trouble
input: your mic
output: vb cable
on discord and apps
input: vb cable
output: headphones
use it as audio output, but I'd recommend so to avoid troubles when using in discord/games
where on the ai?
can you explain what youre trying to do
youre trying to use voicemod and the ai voice changer?
make it so i can hear myself with voicemod?
Ayo? @vague hinge level 4 !!! 
you can hear yourself by setting "monitor"to your headphones, no need for voicemod in that case
okie
tf the voice changer stopped working man
the code keeps dissapearing again
nvm just i cant hear myself still like why
No clue
thank you man this helped
like litteraly no sarcasim it was just cuz my headset was dying
ohh lol
- colab
- Applio, by IA Hispano Google Colab
- RVC Disconnected, by Kit Lemonfoot Google Colab
- RVC Mainline, by Hina 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
- EasyGUI, by rejects Google Colab
- UVR5 NO UI for Google Colab, by Eddy Google Colab
- 🆕 UVR5 UI, by Eddy Google Colab
i fixed it, but i can only open .bat files trought a command prompt or terminal
it was a pain in the a$$$
14 hours to fix the problem
at least i can use it now
XD
@viscid moss Check this out
Traceback (most recent call last):
File "/content/AICoverGen-NO-UI-es/src/main.py", line 11, in <module>
import gradio as gr
ModuleNotFoundError: No module named 'gradio'
1
This occurs in SP and EN
is there a guide on how to clone the voice you want and download it?
In fact all the collabs has problems LOL
upadated pip
I want to train a voice of a person, for a text to speech, what are the best programs to do that and how i do it it the best results possible? i have a 4080 RTX
how did you do that?
Ayo? @hot violet level 23 !!! 
I need someone to dm me so I show them a video of the problem am having should be a quick fix.
Just post it in here
Well idk if this channle is for this specificly my audio lets say i talk on discord the sound is fine but sometimes the voice just cuts out like am lagging or somthing when am not but the voice just does it randomy applys for all voice modles so idk how to fix that
Whats your GPU, whats your chunk and extra
Sounds like your gpu cant handle the chunk you set it to, would need to raise it to a higher value
Can I just show you an example on dms?
Chuck:192 (512.0ms,24576)
Extra: 8192
Ayo? @rough lark level 4 !!! 
I dont need an example
I already understand what the problem is lol
and whats your GPU
for gtx cards i would recommend the modified wokada version that runs much better without problems
https://github.com/deiteris/voice-changer/releases
Download voice-changer-windows-amd64-cuda.zip.001 AND voice-changer-windows-amd64-cuda.zip.002
Make sure you have 7zip or winrar (download if not: https://www.7-zip.org/)
- Right-click the voice-changer-windows-amd64-cuda.zip.001 ZIP file. In the opened action menu select 7-Zip > Extract to "voice-changer-windows-amd64-cuda". This will unpack both files, no need to unpack them separately.
- Open the extracted folder (voice-changer-windows-amd64-cuda) > MMVCServerSIO.
- Run MMVCServerSIO.exe.
Okay no need to change my Chuck and extra after that? And one more question how did I before hear a replay of the voice tru my headphones but I dont hear it anymore?
monitor = your headphones
Unzip and extract all the files you named into the folder with the voice changer correct?
Second to last step
if you use 7zip and you do what i wrote, itll unzip both files automatically
if you use winrar im not sure if it does that, but yes into the same folder
Okay thank you man
Can someone help with settings for vcclient 2.0.45 gpu asus rog strix rx 580
I'd rather recommend the fork version https://github.com/deiteris/voice-changer/releases
What version should I install?
Follow the AMD steps
I just did this guide 2 minutes ago, its not fully finished but should be useful
Every step in here is explained on the GitHub aswell which you can find here. It might be more convenient for some people, but others prefer to not read much, which this guide is for.
Why should you use this version?
Download NVIDIA
Download AMD/INTEL / CPU
Download MAC
Virtual Audio Cable (manda...
Ty
Ayo? @low osprey level 1 !!! 
Your collab has the same problem as Not Eddy's
which number it peaks?
44100 Hz
can someone help out?
If the frequencies don't reach the top of the spectrogram, see at which number peaks & multiply it by 2.
What about settings?
f0 det rmvpe
chunk start with 150 and test. if its laggy, raise it, if its not laggy, you can go lower (thats the delay)
extra 2.7s
@pastel oak
can u help out bro
sorry to bother u
i was reading the documentation u sent me
these were my results
you cant see the sample rate on that screenshot
it should be on the left of it
just this bro
from the official documentation
this is my results
for my audio
Uhhh weird that thing doesnt actually show the correct spectogram
i use this https://www.spek.cc/
if you could use that instead
yes
yea
wherever you downloaded your audio from has very bad sample rate
this is like under 20khz
what videos from where
youtube
well cant promise the quality will be good but train with 32k
i did this > 3 videos from youtube > extracted the audio from these videos with capcut, and used their pro option of removing music and noise, just the person talking, and addded it again to audacity and followed the documentation
24min total
of the audio
oke
yea
idk if theres anything else you need to do with training TTS models
i cant help with that
its somethign with gpt-sovits idk lol
i suppose not
i spent 12 hours trying to fix it
yesterday
'-'
but ok
i hope this program works fine
thats actually the program i need
Ayo? @lilac canopy level 6 !!! 
lol
ty so much @pastel oak
cause i just need to train a voice
and make it speak whatever i want
did u get it?
XD
ye
thats actually all i need
should i delete RVC them?
or nah
i spent 12 hours trying to fix it
lmao
i wont delete it
i was going insane at 4 am
such a lofi quality, even trying to reconstruct using AudioSR won't still be good for training
what should i do
hotaru
i want the perfect audio
i'm cell
i'm perfect.
could you assist me?
pleaserino
then idk if your capcut ruined it
problably
haha
no worries
i ill do again
i just need to download the
audio
right
check the sample rate of before you put into capcut
from the youtube
ya
alright
i will do another one
no worries
i want it to be realistic perfect
that will chock people
and make them pass out
where do i find voice-changer-windows-amd64-cuda
youll train fast yea
for?
hell yea
HELL YEAH
on the first link in releases
i'll try the suggestions of @pastel oak and @knotty moth
i downloaded thoes 2 now idk where to extract them
put them in the same folder
extract 001, it will automatically extract 002 aswell
dont open and drag and drop, you have to use the extract to .. function
a random folder i create in the other voice changer folders?
what other voice changer folders?
Just any folder you want to save the voice changer in
you put those 2 zip files in there then extract
the 2 things i sent you have nothing to do with the rest of the stuff
ok let me simplify this even more
put 001 and 002 in "ai-voice-changer"
extract
it will make new folder
done
anyone knows why i can't open .bat files on my pc? like any, i cant open any, it says windows couldn't find the path to that archive, the .bat path is on my ambient variables
file replace yes to all right?
there should be nothing to replace but i gueeess yes? lol
yes
yes or yes to all lolll
ig yes to all
shad
i have a major problem
with my pc
i need to solve
i cannot open any .bat files with double clicking on it
it needs to be on a terminal
i've tried all fixes on the internet
literally
@pastel oak well it extracted and there is no new folder,so what now
Idk google
idk what you did ngl
i love AI
im not sure if thats what you need for something simple as that..
but ok
well i downloaded thoes 2 clicked on the first one extracted it to the folder where all my ai stuff is clicked all and yeah thats that lol
did you do it with 7zip or winrar
7
if you did everythign i said there should be a folder called voice-changer-windows-amd64-cuda
look in your downloads folder too
in downloads are only the 2 things you told me to downaload
1.download 2.go to downloads and right click 7zip extract to ai folder and click yes to replace.
or open mmvcserversio
maybe its in there
yes as i said the replace thing is not normal
maybe it copied everything into the mmvcserversio folder
itd have been easier if you just used an empty folder to put it in
maybe try again on an empty folder
emty folder that is in ai voice changer folder?
whole new folder
what am i looking for in here
just for testing
Desktop make a folder put it in there
or new folder in ai voice changer folder yes
and then put 001 and 002 inside that new folder
i just need to extract 001 there u said that 002 will automaticly?
yea
this time in the new folder it dident ask to replace anything obviusly
now i have the same file in the new empty folder as is here that i had on top "MMVCServerSIO"
Anybody know why the Elliot gtag voice changer doesn’t work
anyone know why the application keeps shutting down when i turn on live mode
bro
its cause its annoying
why my pc isn't opening .bat by double clicking it them?
and windows saying it couldnt find the file
lol
i've tried everything
even with chat gpt
i dont know
alright
i will fix that later at night
now i need to train my model
which websites u said again
to download youtube videos
and do stuff with the audio on audacity?
@pastel oak
does it look like this
except without pretrain and model_dir u probably dont have that yet
i need the voice of the same person talking for 1-30 min right?
i want the best
how long should be the video?
you recommned
15 mins should be fine
alright
i did now what
I'll update it in a bit
i just woken up
its installing files
thats all
then you have a good voice chnger working
its just black lol
Ayo? @rough lark level 5 !!! 
ye
oh acuually now its working
alr
thanks man! @pastel oak
do i need to start it ever time i use the ai voice changer or this once is good?
which gpu did you have again i forgot
used cobalt @pastel oak now i will go to audacity correct?
you always start MMVCServerSIO.exe
.
2.7extra?
@pastel oak
i dont know
im using stock
i downloaded it from a different
thing
cause mine
didnt came with it
so i had do install the noise gate plugin
wait now i have this on google i dont need the app no more?
Hey, is there a website yall do these AI voices or do u do it through this server? I want to have good quality Star Wars AI voice generator but I havent found any.
It automatically opens with browser always, its more effective
theres no app function in this
Table Of Contents Introduction Model Loader (Download & Upload) Inference (use RVC AI Voice Models) Ilaria TTS Settings (Inference) Introduction Ilaria RVC Zero, is an RVC (Retrieval-based Voice Conversion) Fork made by Ilaria & mikus, running only on Hugging Face Spaces, it’s called this way...
ah okay so what u reccomend for s.thresh and rmvpe normal or rmvpe_onnx
Guys who don't have a working neural network https://colab.research.google.com/drive/1r4IRL0UA7JEoZ0ZK8PKfMyTIBHKpyhcw#scrollTo=DZDKirCM0F9g
Thanks, it looks complicated 😄
Ayo? @grim tangle level 1 !!! 
use normal rmvpe
s.thresh depends on your mic if it picks up a lot or not
anything on advance settings or all all good with default
thats why theres a tutorial :)
should all be fine
How long does it take to make a voice line?
8 seconds
Ayo? @proven hill level 105 !!! 
Nice, can I generate Star Wars voices? Darth Vader, Obi Wan, Clones, Ahsoka. Basically any character from star wars and is it good quality? Ive tested many AI voice generators and they sound terrible
Take your time. I would appreciate as always if you ping me when you repair it
yo guys
i used audacity ok
but theres a music
on the background
of the people that is speaking
should i remove that on capcut
or you guys recommend another?
uvr
whats uvr
-uvr
Suggestions for @lilac canopy
ty
you're literally saving my life
i didn't even knew these kinda of free softwares existed...
:3
hi guys I trained with applio, but only pth was created without an index file. What should I do in this case?
This guide shows how to separate the vocals and the instrumental of songs using UVR locally
Link: https://docs.aihub.wtf/vocal-cloning-guide/vocal-and-music-separation/uvr
Link: https://docs.google.com/document/d/1M3rEj5RPSE60f17RdM9MaIKKkS2bLrj-dwwuCUOdRaY/edit?usp=drivesdk
uh idk, im not staff anymore
Why vol. 0?
if I have a large dataset and I preprocessed and extracted features for it, can I copy preprocessed files and use them in a new experiment. does the sample rate o f the old experiment matter?
Ayo? @subtle phoenix level 3 !!! 
link has been changed to https://docs.aihub.wtf/rvc/resources/vocal-isolation/
Last update: Feb 29, 2024
@quasi dagger u may need to update https://docs.aihub.wtf/vocal-cloning-guide/vocal-and-music-separation/uvr to https://docs.aihub.wtf/rvc/resources/vocal-isolation/
Last update: Feb 29, 2024
my mic is picking up all the background sounds and it sounds really funky
Ayo? @uncut solstice level 1 !!! 
Having a problem installing dependencies on Google colab. Anybody know how to fix it?
what google colab link?
Rvc disconnect v2 I think its called
It was working for me but now it gives me this error every time
the name of the google colab looks a bit different, u sure this is the right link https://colab.research.google.com/drive/1XIPCP9ken63S7M6b5ui1b36Cs17sP-NS ?
Nick, on my audio file, there's a background music, to train my model i need to remove the music
is this correct?
if you got a good gpu, id sugges to use mdx23c instead
i need the best one
I'll try once I get home
Thr link looks mostly the same, but I do see a slight difference from the one I was using
use this mdxnet model
i dont have it
Ayo? @lilac canopy level 7 !!! 
Click on the Settings Button (wrench icon to the left of Start Processing) and go to the Download Center tab
after click mdx-net and u can select the mdx23c model and download it
also id leave the overlap as default
alright
downloading the model
basically is a voice of a woman talking, with a music background, i want only her talking
alright
yours looks like its from github, looks like a fork
also send me where u got that link
the guide for that is https://docs.aihub.wtf/rvc/cloud/rvc-disconnected/
Last update: Mar 8, 2024
I'll send it to you when I get back home
now you should be able to see the mdx23c in your model list
is that correct?
i want the best possible result
ops
vocals only
right?
@low shard
Well you don't need the instrumentals so yea
well it worked
but
i'm hearing some noises
can i send u the file
so u can hear it
my gpu worked fast af
Use the vocals as an input, and after use the de noise model
Yea
They are both quality lossless, the only difference is that FLAC is smaller file size
IT WORKED
LIKE
A CHARM
I LEARNED THE PROGRAM
THANK YOU SO MUCH
I LOVE YOU
I HOPE YOU HAVE A LONG LIFE AND A GREAT DAY
❤️
is this good enought?
it seems better than the one before, itd be ideal if it reached up to 16khz at least but not much u can do
i'm sad
i'm new to this
i will try with this one
which value should i use? @pastel oak
32k
that seems more like lowpass "phone call" effect
what is that?
is it that bad?
i will use it for tts
😦
its very confusing for me
i'm trying to follow this
can u help me?
i already have the audio
I can dm you the example of such that effect
i mean
for me its good enought
i will improve it later
i just need to learn the tool
and how to config the folders
can you assist me?
i'm at this part
already opened locally the .bat
mine is in portuguese
lmao you still want that lofi recording thing as dataset?
BRO
i just want
to learn
how to use it
i can train another model later
its my first time using these tools
you can find some vtuber streams, which mostly are 16 khz cutout and good for making 32k datasets
hotaru
this is my model
a specifc
person
that i want to clone the voice
and use as a tts
to impersonate the person
did you understand whats my goal now?
@knotty moth
bruh
even lofi audios aren't good for tts as well
i will show you my model
and if you specifically want to make models for tts, there's GPT sovits or this
https://github.com/fishaudio/fish-speech
you gotta find some guides, as I dont have much knowledge about it
CoverGen en and es working again 
You’re the bee’s knees!
Thanks
Ayo? @jaunty bloom level 2 !!! 
yep, outdated fork, use the original one i sent you
Thank you!
@low shard
can u help me out?
pls
i'm getting errors
its gpt-sovits
idk why
the audio is the one i showed you
Sorry but I never used gpt so vits and can't use it locally
yep cus bad pc, and i dont know how to help you because i never used it
maybe @proper shale
mj can u assist me pls
Not sure what specific helper knows about gpt so vits, hes very active so i @ him as he might
:/
is there any helper who knows about gpt so vits here ?
cus i honestly dont remember
well
im
not sure
delik 
he left this server months ago, hes in sanctuary
what I know is @karmic heron
it doesn't support portuguese?
cause the voice i'm trying to clone is in portuguese
maybe thats the error?
gpt so vits is only for english, chinese & japanese
that's why RVC is more versatile as STS
no
maybe fish speech
yo what mean this RVC 2 is new version or something i dont get it?
gpt so vits doesn't idk if there's a TTS that supports that language but you could Try RVC which is (STS, Speech to Speech) as Text To Speech
RVC forks such as ilaria rvc mainline & applio have built in tts (using Microsoft Edge TTS to make a generated tts audio, which i suggest you to choose a tts model that is the same gender and language of the rvc model you wanna use, and then convert it with rvc)
If you wanna do tts locally (if you got a good pc):
If you don't got a good pc you can do it online:
-
Ilaria RVC Zero (Running on A100 GPU, free fasted rvc on cloud) and the guide
-
Use Applio UI Colab (with google colab T4 free daily limit gpu)
-
if you don't wanna use edge tts, you could try another tts ai from [our tts index](https://docs.google.com/document/d/12hCYJqNCFl6jWKoVvCxtwt2V6nSoilgi5La8dkZa1KY/edit] and use the output as an input in rvc
how do you make your own ai model?
I know
im not helper but i know
Oi
Deixa eu ver
hummmm
tu pode me mostrar oq tem dentro da pasta de modelos? @lilac canopy
the guy wanted help for gpt so vits but changed idea as gpt so vits doesn't support portuguese
ta em portugues
oh
Hello!
no gpt-sovits ainda não tem infelizmente
Posso te chamar no privado rc4?
make an application lol
i will
Sim
posso chamar dm?
sim
Im new to ai and want yo make a project sekai ai cover. Can someone help me?
Have the audio file of your song ready, & let's extract the vocals from it with an audio isolation software.
Ayo? @feral bough level 1 !!! 
thats the docs link, the guide, do you got a good pc?
you can use the cloud ways
use Ilaria RVC Zero
Table Of Contents Introduction Model Loader (Download & Upload) Inference (use RVC AI Voice Models) Ilaria TTS Settings (Inference) Introduction Ilaria RVC Zero, is an RVC (Retrieval-based Voice Conversion) Fork made by Ilaria & mikus, running only on Hugging Face Spaces, it’s called this way...
Which is the fastes free cloud wayt using zerogpu (A100)
you could also use the google colabs in the docs https://docs.aihub.wtf, but google colab gpu has a daily limit of 4 hours and T4 is slower so id recommend Ilaria RVC Zero
Thanks, I’ll try
Nope, that won’t work. I have like 2GB free space
But thanks anyways! I’ll probably give up making an ai cover on my iPad, I should get a pic first.
PC*
Hello, I just downloaded this but i cant find where to add models
click on edit
Lol im dumb thankyou
youre not dumb, you just didnt know and yw
and the input only has system, file and none
Oh nvm, it i refreshed it and it gave me the other options
Does anyone know where I could download instagram stories into a wav file?
I tried it but it says there is something wrong and to check the code but im not sure what im looking for
Im thinking that the model im using isnt the correct file type but i dont know how to get them
It's correct, but this error appears if you use onnx model that was exported with old version
Try uploading pth model
Hmm, where do you find those? I followed a tutorial how to get them on the okada version. is it the same thing?
You can get them from #1175430844685484042 or weights.gg
But which model did you download?
Hmm i can find it real quick i think
this one
i tried turning it into a onnx file cause i saw that it might help solve delay issues
Ah, then you need to upload it and turn it into onnx again
I have it like this right now
Replace it with pth model, then export to onnx
And choose your gpu
Is the pth model like the original download?
Yeah
Ahh much better, thankyou! Hate to keep bugging but is there a way to lower the sensitivity cause it seems like the voice is trying to react to even like the sound of my typing lol
You can use sup2 for noise suppression, or increase S.Threshold that controls the voice activation limit
Ahh so much fun~~
Ayo? @undone kindle level 3 !!! 
i need help
the console of voice changer keeps saying
[Voice Changer] Waiting generate pipeline...
[Voice Changer] Pipeline is not initialized.
[Voice Changer] Waiting generate pipeline...
[Voice Changer] Pipeline is not initialized.
[Voice Changer] Waiting generate pipeline...
[Voice Changer] Pipeline is not initialized.
[Voice Changer] Waiting generate pipeline...
Is there a setting to use to make it so you dont hear the feedback?
install failed
delete "pretrain" and "model_dir" and then start the app again
also make sure not to have antivirus program active, it could be deleting files
set monitor to none if you dont want to hear yourself
It is at none but also, how can i test if someone can hear me online
you can use discord mic check to make sure the thing is working, and then just assume its working
I dont know why its not working
Did you also set VB-Audio cable as output in voice changer?
i think so
Hmm, I think someone also had similar problem. Could you try changing audio to server?
That should work, yeah
Hmm its not making any sound at all now
Strange. Does it write anything in command line window?
vb cable is really a pain in the ass, download virtual audio cable instead tbh
I can try that, is there a link?
hey i just downloaded the voice changer but the gpu is not showing up. Right now its using my cpu and i canr
cannot figure out the problem
Whats your GPU name and does it say DirectML or onnx cuda on the top right
Ayo? @fallow nebula level 1 !!! 
you downloaded the wrong version of wokada then
damn
however since ur on AMD i would recommend you actually download the modified version which runs really well on AMD gpus
Every step in here is explained on the GitHub aswell which you can find here. It might be more convenient for some people, but others prefer to not read much, which this guide is for.
Guide style is in the same as Blanc-dot's guide for simplicity and familiarity sake
Why should you use this versi...
follow amd steps
and step 6 virtual cable
ok thank u for help 🙂
-colab
- Applio, by IA Hispano Google Colab
- RVC Disconnected, by Kit Lemonfoot Google Colab
- RVC Mainline, by Hina 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
- EasyGUI, by rejects Google Colab
- UVR5 NO UI for Google Colab, by Eddy Google Colab
- 🆕 UVR5 UI, by Eddy Google Colab
I tried restarting my computer and the app didnt save my models which is fine but now it wont let me pick my gpu
Which gpu do you have? and which version did you downloaded?
the browser version
thedy were asking if you downloaded DML or cuda version
So are you using on google colab?
No theyre using the modified wokada version
I think so. Using it cause my computer wasnt handling the app that well
Oh ok ok😁
This modified version have the same options like the classic okada? with the download for amd versiona and cuda?
Wdym it didn't save models? 🤔 Are you sure you're running the same version?
I don't remember well
Because if like this maybe you downloaded the cuda version
and you have amd
the modified version shows your GPU name even if you have the directML version 😄
Ok 😄 thank you
Like i had a couple downloaded, restarted my computer and it's not there now

