#✨│ai-help
1 messages · Page 41 of 1
thank you
Hey guys! Just got back to doing AI covers again, is UVR still the best to extract vocals? And what is the most used COLAB for training and doing covers as of now?
Yuh uvr is still the best. As for colabs the most used ones are probably RVC disconnected for training and Aicovergen for covers (the links are in #1159949278270193734 )
.ny file is for what?
I've installed the ROCm build of PyTorch to test local training, and Mangio-Crepe extraction is so slow.
It seems that it may not be suitable for my use case.
why i sound so laggy in discord?
Ayo? @flat harness level 1 !!! 
what's your GPU again?
5500 XT
Careful, half precision support might or might not work
Can you elaborate a little more?
supposedly, 2bytes floats (fp16/half precision) compute was broken for a 5700xt user
So stuff that deals with this data type might or might not break
Unsure about it, I don't have rx 5xxx hardware to test on
where to put .ny files guys
the models they made came out bugged
help pls
Have to learn the hard way to find out.
where'd you get those files from
never heard of em
I have the 8GB version.
Ayo? @wide ingot level 11 !!! 
So training should work.
Oh, fortunate
total_fea.npy
Don't think it's needed
for some reason someone zipped them in a model
the file is useless
It's training, although I have to set the batch size to 2 or even 1. This just a few seconds of audio.
However, I used RMVPE due to its faster training and inference.
I suppose it's something in that user's end that causing problems.
It sounds fine; no broken or glitchy stuff.
Good that it works though
I won't be using it for large datasets though. That'll go through Paperspace.
The 5500 XT is simply too slow for that.
I'm using Applio and I finish training my data but I can't seem to get my index file. I press the train feature index and output info shows nothing
Is there an index file named "added"?
nope
does anyone know how to fix this? i already install tensorboard but it still doesnt work
what do i do to make the vocals sound like their actually apart of the song? every vocal I've done sounds like another voice pasted onto the instrumentals, but i've heard a few ai covers that sound like proper songs.
im not a coder, maybe reinstall or check what line 3 says in that py file?
i reinstall tensorboard for the 5th time already
also when i tried to open it it just crash
open it in notepad i meant
Ayo? @lean bane level 1 !!! 
u tried seraperating the vocals and music using uvr?
Ayo? @wheat rivet level 1 !!! 
yes? isnt that the default?
Good question. Maybe try adding brightness and saturation to the vocals. That way you can make them feel present without having to turn up the volume
Just search "how to make vocals sound brighter"
Or how to add saturation
Something like that
my infer-web is different from yours
try using mine, but keep a backup of yours obv
Don't open it, it's a malicious link
now diffrent problem
Malicious link. Don't open
in the manager batch it has an option to fix tensorboard, did you use that? did you use any of the options like update or reinstall?
The Embarrassing Picture of Spongebob at the Christmas Party
yes
i did use the manager batch
nah
when you open go-applio, what number do you use?
3
Ayo? @brittle wing level 3 !!! 
i have an amd cpu and gpu so i used 3
on mine 3 is nvidia with runtime
mine is totally different
same
did you use the install_Applio bat?
my file is like this
it looks like we have two seperate installations
Ayo? @lean bane level 2 !!! 
can you send yours?
the whole applio folder?
the installations
Is Applio actually built with an unstable installation or is it just an skill issue?
Genuine question
works just fine for me
Let's say that they have had at least 3 different ways to install in the past
any problems i had are for both rvc and applio
rip
So users tend not to pick the newest one
And even then the newest one atm is skill issuing
...yeah
Which rvc works normally ffs
I ask this alot but none of them work
the older versions work no problem
Link pls sorry
I have a question
Your request has been added to the queue and will be processed shortly.
💀
?
what exactly model base on?can i load it withtransformer or pytorch and is there document on how to intergrade to my code?
yo bro how do u download the whole thang.
or do I need just pick 1 7z file ?
Hi, so i have another question if that's ok.
If i want to train a voice model but only have 11 minutes of dataset, what should i set the number for ephochs? 200?
I'm not familiar with making models but I know that 300 to 500 epochs is usually the sweet spot
Thank you
It's torch
gl with the code, let's say it's an inter-dependency hell
I mean it's python
oh god
There's onnx export available, if that's easier to work with
But I'm 90% sure the models are like tied to the hubert pertrain they have
@sand iris add file not showing what file i should compresse to make zip file 
I don't really know, I'm not doing this on phone
It's a Google drive screenshot and i am using Google colab
Did you train lol
Yes
Did you run the export to drive cell?
I don't know, I followed the Google colab instructions and it was working now it's not working
are you using rvc disconnected?
No
Can you tell me other tools like a free website
No let me try again
voicemy.ai has 1 train slot per account
Okay let me try
You don’t get much options but it works decently
Ayo? @slim citrus level 3 !!! 
Ok ok
Btw how many Seconds of audio recommended
5-15 minutes
You can go lower but it will probably sound eh
More is useless and it’s just going to take more time
Okay i will make 5 minutes voice
Voicemy limited to 5
I mean the last time i used was prob in like october for a commision 
Is it good to upload audio part by part or in a single recording
Doesn’t matter but single recording works best
I think rvc isnt working
why
The text below the converting thing turns red
Id send a photo but I cant
Basically with every model I use
Ayo? @sudden tartan level 1 !!! 
Is Applio currently broken for AMD users?
For inference, by the way.
Already tried reinstalling for AMD/intel only and tried option [1] for all platforms. CPU works but not AMD GPU.
Please ping me when you respond. Thank you.
Ayo? @stable brook level 1 !!! 
Output when trying to run Option 3 from go-applio.bat
overwrite preprocess and configs.json
2023-12-05 23:27:19 | INFO | assets.configs.config | Use DirectML instead
Traceback (most recent call last):
File "F:\Soft\Applio-RVC-Fork\infer-web.py", line 64, in <module>
import tabs.resources as resources
File "F:\Soft\Applio-RVC-Fork\tabs\resources.py", line 50, in <module>
config = Config()
File "F:\Soft\Applio-RVC-Fork\assets\configs\config.py", line 58, in wrapper
wrapper.instance = func(*args, **kwargs)
File "F:\Soft\Applio-RVC-Fork\assets\configs\config.py", line 87, in __init__
self.x_pad, self.x_query, self.x_center, self.x_max = self.device_config()
File "F:\Soft\Applio-RVC-Fork\assets\configs\config.py", line 291, in device_config
import torch_directml
ModuleNotFoundError: No module named 'torch_directml'```
Option 1 works but it's only using intel CPU
overwrite preprocess and configs.json
2023-12-05 23:28:43 | INFO | assets.configs.config | Use cpu instead
is_half:False, device:cpu
2023-12-05 23:28:47 | INFO | assets.i18n.i18n | Using Language: en_US
2023-12-05 23:28:47 | INFO | lib.tools.loader_themes | Theme Loaded: Acayun
Running on local URL: http://0.0.0.0:7897```
.
is it normal that my mic stutters when i play a game and talk in voice chat there?
Is there any alternative to the tensorboard ROD to detect overtraining?
anybody knows about tortoise tts and how to setup it?
So I wanted to install Applio locally on my PC inside a different drive, rather than my local disk since i'm already losing space there, so if I put it in an empty folder inside its corresponding storage drive, will the auto installer install Applio inside that folder?
guys i have a problem with my output audio of mangio rvc, it means the world to me if someone can give me a tip to fix it.z
i used mangio-crepe and experimented with value of hop-length between 1 to 60, i upload the input and output audio so you can see for yourselves
Ayo? @verbal tulip level 2 !!! 
How do I make it so my model will actually train when I disable pitch guidance?
hello, is mango rvc still working? I tried to train a few models many times and they don't sound nothing like the audio I used for the data set. I followed a guide and then everything right. one was from 5 minutes of audio, and the other was 7 minutes. elevenlabs cloned the voice perfect with 5 minutes. but I would rather make my own. but I'm doing everything right on mango rvc it's the newest version of mango rvc v23. 7.0 infer-train on my pc. if anyone
I will go over the steps I take to train.
I make a folder put in mango named it the model name to put the audio in, also name the model the web go when it pops up. under the train tab if I didn't say so before. click 40k click v2 rvc. then I put the path of the folder I named the model name and audio in, where it asks for path of train folder. for the audio. then clicked process data. wait for done. then click rvmpe, then click feature extraction. wait for done. then train feature index. wait for done. then I set my epochs to around 200 because I don't have a lot of audio. set the save to 50 epochs. set the batch size per gpu to 8 to 12, because read the higher it is the better for the training. ( but old pc with a Nvidia gefore gtx 1650 super 4gb and a Dell OptiPlex 9020 i7-4790 3.60GHz 16GB RAM Windows 10 Pro ) then I check two of the boxes and leave the middle unchecked. then train model. then wait over night or how many hours it is.
now you know what steps I do why is the model not sounding like the source audio? the download models work fine in mango rvc. just my trained models don't come out right. the first one I trained was on 5 minutes of audio, at 736 epochs sounded bad so deleted it from the weights folder and the logs folder. and started over around 200 epochs. anyway please help. thank you very much.
okay so I trained a model right its 13 minutes long and decent quality for some reason the model trained 400 epochs less then 2 minutes and it doesnt sound bad......what happened?
at first it didnt worj
anyone have any idea?
rvc is saying it cant find the zip file in the drive folder, despite the name literally being copied and pasted into the field. Any ideas?
-egirl
https://colab.research.google.com/github/camenduru/tortoise-tts-colab/blob/main/tortoise_tts_mrq_colab.ipynb?pli=1&authuser=0 I'm using the colab version of Tortoise - tts (because my computer is too old and consequently I can't complete the installation), do you have a more updated link?, I tried to train a model but I have 2 problems, one not I think there is the Italian language because in the model I created I wrote in the language: IT, then when I generate the text it either gives me errors or gives me a terrible result, do you have an updated link?
Hi um ..
I need help its shows pipeline is not initialized
@half cove Can you read alldat for me pls
your trying to train on tortoise?
no, I have already created a model, but even if I put the Italian language, the model opens very badly in Italian, and is not at all similar to the voice I gave, I put 3 minutes of very clean audio, maybe there is a more updated site, because it easily fills up the free memory and as a result I can no longer generate speech from text
so you have trained on tortoise?
Yes, I already ordered but I didn't get good results at all
I listed all the steps I followed to train in mango rvc. I just wanted to give as much details so someone can see why my model doesn't sound good.
i would try help but i dont know much about training in tortoise
Ah maybe the problem is your dataset or the amount of epochs you are using
How long is your dataset?
5 minutes of audio and 200 epochs
Ayo? @lethal crown level 1 !!! 
it's not a problem, thanks anyway, I'm in no hurry, I'm waiting for answers from others
Anyone got any tutorials?
Thanks
I did try 736 epochs the first time. but it didn't sound good either, but I will try again. thank you. but think something else is not going right.
so I dropped the epochs to 200 after
Does it sound better at 300?
Because, like the person above said, for short dataset use higher epochs
And for longer ones use shorter epochs
ok, I was told for short audio data sets long epochs were worthless. so now that some one told me it helps I'll try a 1000. thank you very much 😀
I'm feeling hopeful now 👍
just started 1500 epochs 😂
see in a day or two if it helps. thank you very much
Oh I don't think that many are necessary
I'm not familiar with making models so give it a shot if you want
ok well I can check every 50 epochs. if it gets any better. thanks
Ayo? @boreal mango level 2 !!! 
What does the batch size do?
hi guys
wheres the link to voice clone
im new to this hah
i alrrayd have the model i just wanna do ai stuff
-applio
Suggestions for @ripe hatch
- Applio-RVC-Fork, 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 Huggingface
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.
hello
can anyone help me?
why does my model not show up in "1. choose the model" in illaria rvc? it says it downloaded
Ultimate Vocal Remover 5
Hit Refresh
I'm the main tab
Why I can't merge theese model?
Model1
采样率:40k
模型是否输入音高引导:1
版本:v2```
Model 2
```模型信息:1000epoch
采样率:48k
模型是否输入音高引导:1
版本:v2```
Result
```Traceback (most recent call last):
File "E:\DATA\AI STUFF\RVC\Mangio-RVC-v23.7.0\train\process_ckpt.py", line 242, in merge
alpha1 * (ckpt1[key].float()) + (1 - alpha1) * (ckpt2[key].float())
RuntimeError: The size of tensor a (24) must match the size of tensor b (16) at non-singleton dimension 2```
would anyone be willing to kindly help me find an ai filthy frank voice so that i can make something
Does the model of their voice already exist
it must. ive seen youtube videos with the ai voice of filthy frank
Sampling rate is not equal I think
anyone have Applio-RVC-Fork-main.zip
not the latest
采样率不一样,一个40k一个48k合不了
Ayo? @dawn nebula level 3 !!! 
ai ola
what does crepe hop do + feature retrieval rate
search on weights.gg
crepe hop is the rate of how many miliseconds it updates the pitch
feature ratio is for how much of the models index is used
the index carries the accent of the voice it was trained on
so higher is better?
whats the best model for vocal removal rn? I was using demucs but I saw that mdx was better?
not always start around 0.70 and see how that sounds then u can try higher or lower
and which one of these would you recommend assumgin i dont give a shit about time and purely need good quality
Ayo? @pallid heron level 1 !!! 
between crepe, crepe tiny, harvest, dio, pm
Between those options, crepe
But there are many methods that are better than crepe like mangio-crepe, rmvpe, and fcpe
gotchu
rn im using rvc gui since its kinda beginner friendly but what would oyu recommend later on to get more methods that're better, like the ones you mentioned
Mangio rvc fork web ui
rvmpe+ on applio
Applio is a pain to install
its a bit annoying but worth it
Demucs extracts those high notes better when it's paired with Crepe or Mangio Crepe. It sounded different when I switched to MDX might just be me
thank you. and what do you suggest for removing vocal harmonies/delay?
I don't know how to remove harmonies or choirs. I'm hoping that's an option down the line
De ess your vocals
Y u ping
For the record i dont use local web uis
But litteraly applio is a pain to install from what i have sern
https://colab.research.google.com/github/camenduru/tortoise-tts-colab/blob/main/tortoise_tts_mrq_colab.ipynb?pli=1&authuser=0 I'm using the colab version of Tortoise - tts (because my computer is too old and consequently I can't complete the installation), do you have a more updated link?, I tried to train a model but I have 2 problems, one not I think there is the Italian language because in the model I created I wrote in the language: IT, then when I generate the text it either gives me errors or gives me a terrible result, do you have an updated link?
fairly sure blaise is aware of the python dependency issues by now
The installation works correctly in most cases but for some reason on some computers it fails and there are different parts of the process where that can happen, so we need you to open an issue specifying the hardware and everything possible on your computer to try to replicate it
Wasn't there an issue with dependencies inter-blocking though ?
At least with the ipex stuff
tensorboard was like expected to be older by some libs, when others wanted only newer versions
anyone have Applio-RVC-Fork-main.zip
not the latest like this Applio-RVC-Fork-main.zip
what matters more, the amount of epochs or the amount of steps?
the model i'm training atm is at 120 epochs and 7080 steps so far
sorry if that's a stupid question, i've never paid attention to the steps before until now
Both are equally important, but remember that steps make up an epoch.
More steps per epoch means more training
But not necessarily a better model because of overtraining
https://colab.research.google.com/github/camenduru/tortoise-tts-colab/blob/main/tortoise_tts_mrq_colab.ipynb?pli=1&authuser=0 I'm using the colab version of Tortoise - tts (because my computer is too old and consequently I can't complete the installation), do you have a more updated link?, I tried to train a model but I have 2 problems, one not I think there is the Italian language because in the model I created I wrote in the language: IT, then when I generate the text it either gives me errors or gives me a terrible result, do you have an updated link?
Hello everyone, my Voice real Time Voice changer does not work, namely, the changed sound is not output? what is wrong?
NVIDIA GeforceGTX 1060 6 GB video card
settings like this
not really overtraining
Ok
alright, thanks
i'll just keep that running until colab kicks me out
alright
I can't hear it anyway
what does cmd say
Maybe it's because I didn't download the virtual cable?
yup, not your GPU's fault nor your f0
the initial installation went wrong
try this:
delete pretrain and model_dir and restart W-Okada
Reopen him&
should reinstall all the models and pretrains
if in case one of the installs doesn't work, it throws that message
How?
Go to the folder and delete from there?
Delete the two folders and restart W-Okada
Ok
guys how do i fix when im using w okada and i press start in the command prommt it says pipeline not installed and generating pipeline and again not installed
oh shit
thanks
try this:
delete the pretrain and model_dir folders and restart W-Okada
theres two pretrain folders
delete em both then
i think i got this error beacus when i was installing w okada i didnt have python if your method works thank you
Ayo? @warped mural level 1 !!! 
I still can't hear myself
W-Okada doesn't need Python installed locally, it already has every file it needs in there
Is CMD still saying "Pipeline is not initialized"?
1 second
uhhh
how can i say this
the folder Vice mod has a space on it, that could be causing problems
also delete the stored_setting.json file and restart W-Okada
google colab works for a little time like 10 minutes and it disconnects
Maybe i must reinstall it?
are you using the one on the pins on #🔍│help-w-okada
i wasnt
use it
You're placed in Cover Generator Queue. Current position: 1
Hey, can someone confirm this training loss graph looks healthy? (0.99 smoothing, hide outliers off)
any can help with this? The index is not working for a certain model despite training it
hey, i have some questions about how to making a high quality path with RVC (i know how to make. just need to know what should be changed)
Can anybody say me best photo upscaler colab could anybody give me link pls
MDX23C
Ask :3
ola
Ayo? @limber trout level 1 !!! 
how to fix it
You need to upload the audio manually
Not selecting it from the list
Duplicate the space in ur account
guys, i accidentally deleted something in my Google Drive when i was cleaning it
and then
the RVC stop worked
it shows me TensorBoard with error
i don't know how to fix it, now i am sad((
noooooo 
doesn't anyone know what to do? ((
Did you also delete the recycle bin?
Ayo? @karmic bone level 1 !!! 
yep

You will have to retrain the model bro
download the latest pth and index file
i download another model
and still not works
or i need to delete the old zips too and make new ones?
-colab
- AICoverGen-NoWebUI, by Ardha Google Colab
- RVC Disconnected, Kit Lemonfoot Google Colab
- easyGUI, by rejects Google Colab
- Ilaria RVC, by thestingerx Hugginface Spaces
- RVC-HF, by r3gf Huggingface Spaces
- AICoverGen, by r3gf Huggingface Spaces
- RVC v2 Huggingface version, by Clebersla Huggingface Spaces
- Advanced RVC Inference, by neuclya Huggingface Spaces
Credits to Faze Masta and Antasma for compiling these links.
any recommendation for UVR model that will extract vocals perfectly?
MDX23C is generally the best separation model, and for more complete guide:
https://docs.google.com/document/d/17fjNvJzj8ZGSer7c7OFe_CNfUKbAxEh_OBv94ZdRG5c/edit#heading=h.929g1wjjaxz7
thanks everything works.
Which RVC is better W-Okada or Mangio-RVC?
Uhm those two are for different purposes
Okada is for real-time voice conversion. Like, for calls
And Mangio is for inference and training models
Like AI covers
where do i get the model
Uhh I think so. But if your device can't support running it locally there are different ways to use it
Even from your phone
Got it, thanks a lot.
You are welcome !!
helpClick on "Download Models" and input the URL of the desired model from Forum AI Voice Models and Model Link Sites like Weights.gg. (IF THE URL IS https://weights.gg/download?fileUrl=... OR https://models.weights.gg/…
help
Error: 'f' failed: could not open models\BarısAkarsu5555\added_IVF241_Flat_nprobe_1_BarìsAkarsu_v2.index for reading: No such file or directory
Need some help?
update to the latest patch then go to Download Center in the UVR settings
@grim rapids C'mon buddy, ask for help right here.
@viscid moss Tengo una amiga gringa que quiere instalarse el W okada.
GTX 1060 6 GB can still run
MDX23C + Voc FT = 🔥
i've i started the download process from a youtube video
In case of any issue, just ask right here to my friends like @molten pecan or Eddy
okiee i will thank you
uh
install python 3.9.8 first, or try copy python39.dll from the python dir to the UVR dir?
oh yeah no spaces
How am I going to make a voice model?
still nothing
oh wait
nvm it works
Hola amiguita.
@proud elbow what is the most recommended settings before processing?
Hi little buddy
for what model? MDX23C? it depends on your GPU spec, if it's budget/mainstream GPU, the default settings are enough
-colab
- AICoverGen-NoWebUI, by Ardha Google Colab
- RVC Disconnected, Kit Lemonfoot Google Colab
- easyGUI, by rejects Google Colab
- Ilaria RVC, by thestingerx Hugginface Spaces
- RVC-HF, by r3gf Huggingface Spaces
- AICoverGen, by r3gf Huggingface Spaces
- RVC v2 Huggingface version, by Clebersla Huggingface Spaces
- Advanced RVC Inference, by neuclya Huggingface Spaces
Credits to Faze Masta and Antasma for compiling these links.
I'm having trouble with my voice model. The access is denied whenever I put my pth file into a zip file!
In Google Drive? just configure the share options so that everyone wth the link can see
can anyone help me with this index problem
anyone know how to fix this?
i see you have problems, Wish i could help. But i have a question. Do these voice changers need a program like vb audio cable to work in real time in a game??
to work anywhere outside the app, yeah
does anyone know how to fix this?
it was so crazy frustrating for me. I followed all of the steps making certain devices default and others left ready but there is just no output . The input works but no output. I cant use the output for vb its dead
whats more frustrating is noone is helping
Unfortunately that's just Applio having issues at the moment
Not sure what happened, but the python packages are all fucked
is this where i get helpf or the voice changer?
Hey is it normal that Applio only updates the modelname\eval tensorboard log?
Is there any link to a guide on how to create an RVC-V2 Model using my own hardware, I dont want to use one of those collab spaces
how to get a file and download it please?
Use a GDrive link or HF link, no path
Ayo? @static gyro level 11 !!! 
how can i find the masculine and feminine out there?
I tried using Mangio rvc instead of Applio. When trying to use audio files for the dataset, clicking the Process Data button throws a value error.
Traceback (most recent call last):
File "C:\Users\Alexian PC\Desktop\Mangio-RVC-v23.7.0\trainset_preprocess_pipeline_print.py", line 8, in <module>
sr = int(sys.argv[2])
ValueError: invalid literal for int() with base 10: 'PC\\Desktop\\Mangio-RVC-v23.7.0\\datasets\\'```
Your username has a space in it's name
All the RVC stuff absolutely dies when there's any spaces in the file paths lol
In summary, the log provides information about the configuration, loading of pre-trained models, and errors encountered during the training process, specifically related to loading checkpoint files and a size mismatch in model parameters.
what checkpoint am i loading here?
im making a new model
it hasnt made it yet
im confused
why this error?, can anyone give me a solution, Thanks
why level?
Is there anything I can do to remedy this? Would putting the folder directly inside my C drive work?
Ayo? @sweet cradle level 2 !!! 
It could yeah
Unsure, there are issues sometimes but give it a shot
Looks like the error is gone. Thanks a bunch. :)
what are the best things to set in rvc2? like to get the best quality output aside from using uvr to clean the acapella thats being covered
Use algorithm rmvpe or mangio-crepe
If you try mangio-crepe lower the hop length until you find a sweet spot
By default set search feature ratio to 90
If there is some artifacting during breathing or exhalation, lower the "protect voiceless consonants" value
what does that do to it?
If there is artifacting overall, lower the search feature ratio and/or use rmvpe
You'll find out yourself what the best settings are when you try
i usually use rmvpe but it dosnt come out the best most of the time, sometimes crepe does but everything just sounds very hissy
The time it takes for the voice to reach a certain note. The lower, the more accurate it will sound to the original audio. But setting it too low sounds a bit off, in my experience
10-150 is usually where it sits best
i didnt even know this was a thing 😭
fuck now some of my shitty covers can sound good lol
Hm well 60% mangio-crepe sounded better than rmvpe to me
Lol you are welcome
It's all trial and error. Have fun and see it for yourself
hwo do I make an ai model do TTS?
usually i have to attempt to fix the sound with post processing 😭 but i will say using locally works far better than when i was using collab, even before google took it
Ilaria RVC has TTS, but not with custom models. Run the text through the TTS and then convert it using your model with RVC
Are you using mp3 format?
wav and flac now
this is what its usually at
Cool and where do you get the audio from?
can you add custom models to ilaria?
Unfortunately no
But that's not a problem
oh?
Run the text through the TTS and then convert the output with your model
audios i just do itunes loopback and then uvr to seperate the vocal bc the m4a from itunes has been best quality compare to other m4a files ive seen and tried
Ayo? @brittle wing level 2 !!! 
You can still do what you want to do, it only requires one extra step
but im more into the post processing ive made some rly cool sounding covers now compared to my first few😭
oh i thought u meant exporting 😭 i export in flac and wav just bc i think it sounds better than mp3, then the loopback i either save as flac or mp3 before seperating
where do i adjust the hop?
yea
It's best to have good quality audios, preferably in lossless quality
i do mp3 for like backing vocals
So RVC works best
alot of the covers i do have distortion added, so i dont rly try hard with the backing compression
i do the lead vocal in lossless and the instrumental seperately
So I'm just saying, if what you want is good results in RVC, avoid audio files with lossy quality
Select mangio-crepe first
The hop length setting should pop up
oki thxx
It should in theory
does anyone have advice on making a good ataset of my own voice? I made one of me talking for about half an hour but it sounds crackly and not like me
what does median filtering do?
like what should i set it at
and search should it be 0.90 or just 90
It only works if you use the harvest algorithm, which almost no one uses nowadays since there are better alternatives
So don't worry about kt
It*
ok
0.90
how to i make it sound less breathy? like it sounds breathy/metalic
Lower the "protect voiceless consonants and breath sounds" value
what do u think a good value for it is
To like, 0.25
oki lemme try
@brittle wing also remember, you can make the output sound lower or higher naturally
If you want it to
wdym
In "Transpose"
like pitch
ik that thats the only thing i ever changed 😭
Awesome
now it sounds less like shes blowing in the mic
i am im testinggg 😭
omg lol
thnk u this has helped alot, now i feel btr ab my covers n dont have to do as much filtering 😭
soo what if my other model sounds rly squeeky on the same one a different model was fine with, when they are both mangio-crepe models
Ayo? @brittle wing level 3 !!! 
Then I suppose the problem is the models
Every model sounds based on its dataset
If you trained the model using audios where the voice sounds squeaky, then the model will sound squeaky
ok, apparently i pressed the wrong thing 😭 thats why it sounded bad
bc i redid it and its fine now
how do i download the cover from the colab version of covergen
Check your local files on colab
is there a way to train online again? i wna update my model but dont have enough vram
-colab RVC Disconnected
Suggestion for @brittle wing
- AICoverGen-NoWebUI, by Ardha Google Colab
- RVC Disconnected, Kit Lemonfoot Google Colab
- easyGUI, by rejects Google Colab
- Ilaria RVC, by thestingerx Hugginface Spaces
- RVC-HF, by r3gf Huggingface Spaces
- AICoverGen, by r3gf Huggingface Spaces
- RVC v2 Huggingface version, by Clebersla Huggingface Spaces
- Advanced RVC Inference, by neuclya Huggingface Spaces
Credits to Faze Masta and Antasma for compiling these links.
refresh. i think it starts a new session.
refresh collab
thanks.
No
oh
@gentle helm did you duplicate the space?
https://rentry.org/HFguide_en here's my guide :3
Guide made by Julia
Credits to the user r3gm for the Hugging Face space.
( You can DM me on Discord if you have any question or encounter any issue: ailen2091 )
Notes: Works on mobile too. It's ideal if you have a slow device and you can't run RVC locally, since this software doesn't use the reso...
Ping me if anything!
TYSMM
Yw!!!!
okok, ill lyk how it goes!
how do i add my files to the huggingface space?
i have my dataset made i just dont know what 2 do next
your training?
Can’t train using HuggingFace spaces
You have to use RVC Disconnected
i keep getting this
It says that for every model you paste
It's really weird 😭
But don't worry it still acts as if it detected the index
and for the inferencing voice, the only thing that shows up is logs/weights/model.pth
is that right?
Aesthetic by r3gm
whenever i try and covert it, it gives me an error message, but it says “error, none”
Ayo? @brittle wing level 1 !!! 
can anyone help me? i'm having trouble isolating vocals on uvr5
You duplicated the space, right?
@violet heron
What’s the problem
hii, basically i've tried isolating vocals on 3 different songs already and they all somehow come out with instrumental residual
Try a different model
If not try X-minus pro
which one's best?
Really depends on the songs
ila rvc better
Hello, newbie here, i would like some help with few things.
I wanted to do some AI covers for fun and i started to follow a github guide and all by SociallyIneptWeeb. But i'm facing few problems, first of all, my python ver is 3.10 instead of 3.9 like it's recommended so i don't know if it will be troublesome at some point. Also, i'm at a moment where he ask :
Download required models
Run the following command to download the required MDXNET vocal separation models and hubert base model.python src/download_models.py
but i get somewhat an error in my commands
I'm not sure anymore if i should push all that, i feel very lost : (
3.10 works as well
What's the error you are getting ?
Duplicate da space
i did
Is the model in zip or rar
zip
works on all others that ive tried 😭
C:\Users\Clover>python src/download_models.py
python: can't open file 'C:\Users\Clover\src\download_models.py': [Errno 2] No such file or directory
Ayo? @burnt breach level 1 !!! 
Oh yeah, you have to do that from the correct directory
Only reason why I recommend r3gm to beginners is because it supports links from GD and Mega or upload the index and pth file manually
So they don't have to go through the whole process of uploading it to HF
it uses applio 😡
I'm too tired atm, I'm sure someone here will be able to point you in the right direction
ok, np, i'm not in a hurry. thank you already : )
fr 😭
the idea is just to have the command line in the RVC folder
they got my boy vidal doing 18 hour shifts 😭
mainline
oooh. but what is this folder lol. there's a word i can use for the files search ? RVC ?
a) no nvidia gpu
b) missing nvidia driver (for the CUDA stuff)
c) wrong torch install
how'd you set it up ?
I just installed drivers and torch yesterday 😭
how'd you install torch specifically ?
literally just did
https://github.com/SociallyIneptWeeb/AICoverGen this. The only thing i remember unzipping was the ffmpeg 🤔
is it a different version of CUDA?
I did lol
else you'd be installing the "stock" torch which is CPU only
lemme try again
pip3 install torch torchaudio --index-url https://download.pytorch.org/whl/cu121
without the extra url it fetches the CPU only build
extract_f0_festure.log error
I asked chatgot about this error that occurs to me everytim I try and train a voice model.
I can't find the file anywhere. Apparently, it's because it doesn't exist. It's supposed to be like a stamp log that keeps track. If it doesn't exist, it's simply created. It's a Unix thing, so the directory file paths syntaxes can be different. If there is spaces in a folder name, it does not read the lath correctly.
Apparently, all I would need to do is copy my file paths in quotes to solve this.
Anyone else have this issue?
But also it might be because I have an amd processor
hii sorry i’m so late 😞 yes i did!
Did you select your model after you downloaded it in HF?
Yes
Select it in the list on the right too
Keep following the guide
it’s not showing up in the one on the right
Ayo? @gentle helm level 2 !!! 
Did you hit Refresh?
Did you make yourself that model?
yes!
and no, i got it from the weights website
it’s still showing the error message
didnt work
The conversion cancels?
Or are the numbers still running?
Do you have tools such as nvcc or anything related to CUDA available from the terminal?
I dont think so
Click the three dots, go to Settings, and scroll until you find Restart this space
That might fix it
Might be missing the CUDA toolkit driver from nvidia then
Really don't know what's up with it, some users just don't have to install it
i think it’s working now, it has the numbers running!
thank you smm! 😭
yeah
omg you are welcome!!!! Ping me if anything!!!
How do you get better quality with covers?
Ayo? @ancient cloak level 3 !!! 
Use RVMPE
Use high quality accapella and high quality model
I have both already
But are there ways to increase quality in like uvr 5 or something? Also whats the best program to use for doing the actual model to song conversion
Yes. Increase the Batch Size
Or Windows Size. I don't remember the name
I think the maximum value available was 1024
Also make sure you use an audio in lossless quality and format. Avoid mp3s
still nothing 😦
idk if u know Rxhul but me and him have been trying for like a full 2 days lol
I have no clue at this point
what does this python script output ?
import torch
print(torch.cuda.is_available())
also IIRC when running pip to manage packages, it can just not update stuff, so it might've kept CPU only builds ot torch ?
yeah you gotta run it within python
should it not work within a python environment?
is there any way i can change the name of the ai models i import?
cmd doesn't interpret python
I'll have to install rq ive only got conda installed on my new pc
all the venv does is change the default python interpreter, the python packages, and where to find external software, to something that's not system wide
conda supplies python
if you just python, you'll get the python command line instead
yeah I just restarted lol
Thank you!
what
I dont understand what else I can even try at this point
What's your GPU again
4070
Shit's cursed somehow
Also is there any reason you are going the venv way with the RVC releases ?
The RVC100Nvidia archives available on the RVC-webui hugging face page
they bundle python and everything else RVC needs
Yup
the reason is just cos my friend Rxhul told me to loll
Ah lol
so I can just extract and then run goweb.bat?
You're supposed to go the venv way with the bare git repository (even though it should still work)
Yeah
Wait it's not extracted?
Might be why
yea it should work with the pre-included runtime
Ayo? @proud elbow level 10 !!! 
no it is lol
Oh yeah lol I wouldn't make any sense it if wasn't 
and if this happens what do I do 😭
wait why is that a wav lol
wait a sec
don't run as admin !
I tried it just does nothing lol
what does it do when executed normally ? Instantly close?
just sits like this
Now that's cursed
Maybe try letting it be for a while, but I doubt it'll do much
really not sure what to do from here
neither 😭
I'll try get a response from kalo ig lol
but rxhul knows rvc rlly rlly well and didnt know what to do so im not too optimistic tbh
...
no way 😭
thats funny as shit
Ew operagx
Not just that
as long as they give me workspaces im happy
and Aria is cool
saves me from keeping chatgpt open
aint no way are ppl mad about this
ok how do i do it
how do i put downloaded voice in here
alright no image perms
how to put voice into Inferencing voice:
Ok a random screamer when opening a web sounds fucked
helpppp
Put the pth file in weights and index in logs
Press refresh
On the AICoverGen web UI, i’ve been running self made models and downloaded ones as well to make covers of music, just experimenting. They all sound kind of crappy though. I think it has something to do with the “ConnectionResetError” that happens at the final step of the ai cover generation. Does anyone know anything about that or have any ideas as to how to fix it?
Ayo? @slate birch level 2 !!! 
Which one is best?
RVMPE
RVMPE > Mangio-Crepe > FCPE > Harvest > Crepe > Crepe-tiny > PM > DIO
So why crepe consume more resources as compared to other?
Something that consumes more resources is not gonna be 100% better
Yeh it's true..
WebUI is banned from Colab. Try No UI versions, I recommend my version (guide included)
https://colab.research.google.com/drive/1u1brjK8IZt647UsbZuGYfW29oFM2I4tk
Hi guys, what is the best current local rvc?
Ayo? @shy karma level 1 !!! 
even the mod?
You could go with the mainline one or Applio... or maybe even Mangio
it's still 6 am though
@proper shale thank you. What is the mainline? Or is it just the name of it?
well then goodmorning Aj
wait why dont you go to sleep bro
Basically the original RVC fork by the developers
thank you
Traceback (most recent call last):
File "C:\Applio-RVC-Fork\infer-web.py", line 55, in <module>
from lib.infer.modules.vc.modules import VC
File "C:\Applio-RVC-Fork\lib\infer\modules\vc\modules.py", line 12, in <module>
from lib.infer.infer_libs.audio import load_audio
File "C:\Applio-RVC-Fork\lib\infer\infer_libs\audio.py", line 3, in <module>
import av
File "C:\Users\aylin\AppData\Local\Programs\Python\Python39\lib\site-packages\av_init_.py", line 46, in <module>
from av._core import time_base, library_versions
ImportError: DLL load failed while importing _core: The specified module could not be found.
Press Enter to continue...
Please help appolio
hellp guys, I am having an error when trying to install mangio's requirements. could you help me?
note: This error originates from a subprocess, and is likely not a problem with pip.
error: subprocess-exited-with-error
nvm it is about python version i see now
is it just me or i cant sign into weights.gg i clicked on sign in and nth happened, can anyone download this model and send it to me please?
https://www.weights.gg/models/cln97qp02020ows17k44vsj1g
try clicking everything but meh. stuck on sign in options page
what is connet sid?
nothing relevant for you
same can't sign in 
i think model is deleted
nah I think they're having issues
nvm its actually bugged
anyways heres the link for that model
they patched the method im using to download models without logging in lol
found another way
@sand iris can ya help try making a script for this bypass?
sure ig
dm?
👍
If I have a primarily 20khz (target 40khz) dataset with one larger sample that's 16khz (so target 32khz) is that okay? or should I just throw out the 32khz sample
What do you mean by banned? Isnt it running locally?
I think Eddy got confused and thought you were running on Colab
just use 32khz
Yooo
i cant use the crepe
Is the tensorboard included with applio rvc?
It seems i cant use it
do i have to download it or smth?
It is but it doesnt launch by default
you have to run go-tensorboard.bat
its not working
HOWEVER... Applio doesn't update tensorboard properly for some reason
i got into and the cmd got instantly closed
no
but im gonna try that anyway
how can I open it with the cmd
any command?
just make sure youre not launching powershell, the issue iirc is to do with the python venv stuff
okay uh, try running the commands in the .bat file manually
Ayo? @crimson sand level 2 !!! 
make sure you're in the right directory
iirc it's a PATH issue with the venv and the script closes before it can show you the error
how can i solve it
So cd to the applio directory
then run cmd.exe
set CONDA_ROOT_PREFIX=%UserProfile%\Miniconda3
set INSTALL_ENV_DIR=%cd%\env
echo Activating Conda environment...
"%CONDA_ROOT_PREFIX%\condabin\conda.bat" activate "%INSTALL_ENV_DIR%"
if errorlevel 1 (
echo Failed to activate Conda environment.
pause
exit /b 1
)
echo Starting the Tensorboard with Conda...
cls
echo Starting Tensorboard...
python lib\fixes\tensor-launch.py
Then paste that
no the comman cd
oh lmao
applio moment
actually wait, easier way to do this
how do i change the disk
open up go-tensorboard.bat, and delete the exit at the end
and run it
it should flash the error but stay on screen now, IIRC it's the miniconda installation
delete the exit?
now run the bat, and screenshot the error
it shouldn't... wat
the pause should keep it open
okay, where is your applio installed
give me the full path
X:\Games\RVC\Applio-RVC-Fork
ok
ignore why is the file called games
Windows Key + R
cmd.exe
cd X:\Games\RVC\Applio-RVC-Fork
set CONDA_ROOT_PREFIX=%UserProfile%\Miniconda3
set INSTALL_ENV_DIR=%cd%\env
echo %CONDA_ROOT_PREFIX%
echo %INSTALL_ENV_DIR%
then show me the output
nothing happens
Ayo? @grizzled blaze level 3 !!! 
yeah it wont until you run echo
oh ok
set doesnt output anything, it just sets the local env
nothing happened
no something did happen
thats good
"%CONDA_ROOT_PREFIX%\condabin\conda.bat" activate "%INSTALL_ENV_DIR%"
now run that
with the " and the %?
okay
applio didn't set up your miniconda properly
one sec
"%CONDA_ROOT_PREFIX%\_conda.exe" create --no-shortcuts -y -k --prefix "%INSTALL_ENV_DIR%" python=3.9
then run
"%CONDA_ROOT_PREFIX%\condabin\conda.bat" activate "%INSTALL_ENV_DIR%"
k
it should change to say (env) before C:\Users\Admin
"System couldnt find the specified route"
the volume of the unit C doesnt have a label
The serie number of the volume is:
Cant find the file
wat
Ayo? @crimson sand level 3 !!! 
ok.. try
"%CONDA_ROOT_PREFIX%\condabin\conda.bat create --no-shortcuts -y -k --prefix "C:\Users\Admin\env" python=3.9
"The name of the file, name of the directory or the sintaxis of the label of the volume are not correct
are you running this all in the same terminal?
yes
because this clearly shows you have %CONDA_ROOT_PREFIX%\condabin\conda.bat
okay.. uh
"%UserProfile%\Miniconda3\condabin\conda.bat create --no-shortcuts -y -k --prefix "C:\Users\Admin\env" python=3.9
run that
same message
nah, no the Mod. yet 
yeah
okay so if you go to windows file explorer
and go to C:\Users\Admin\Miniconda3
what is there
what the fuck
okay
"C:\Users\Admin\Miniconda3\condabin\conda.bat create --no-shortcuts -y -k --prefix "C:\Users\Admin\env" python=3.9
run that
same message
bro what
is there a conda.bat in the condabin folder?
OH
WAIT
C:\Users\Admin\Miniconda3\condabin\conda.bat create --no-shortcuts -y -k --prefix "C:\Users\Admin\env" python=3.9
run that
fucking quotes
it answered




