#✨│ai-help

1 messages · Page 78 of 1

frosty kayak
#

ok no problem

spare shale
#

But I think you can say this to those who made the site? 😅

brittle wing
#

I've forwarded it just ye

fickle delta
#

all good lol, didn't mean to make it sound harsh or anything

spare shale
brittle wing
#

All good, thank you :)

brittle wing
fickle delta
#

awesome!

spare shale
brittle wing
#

all good

#

gonna go back to crying now

spare shale
frosty kayak
#

hey charlotte, have you ever continued training after collapses and gotten a good model? its set at batch size 6 rn but i already tried batch 8 and was having some too

lusty void
#

do i turn on passthrough for voice changer
i hear myself but my voice isnt changing

molten pecan
#

That's the old dead website

#

It's in early development

frosty kayak
#

new website is cool, easy to maneuver

vast forge
#

what if my dataset is 4 minutes long?

frosty kayak
#

if you can shoot for 15 mins - 30 mins

vast forge
#

what happens if i copy and paste

half cove
#

If you duplicate the same data it will have the same result

half cove
vast forge
#

ok

half cove
#

Get his permission nails

vast forge
#

the audio was 19 minutes long until i removed the silence and it brought down to 4 minutes

snow veldt
#

anyone know how to fix this D:\Program Files\Applio\Applio-3.0.4\env\lib\site-packages\torch\autograd\__init__.py:251: UserWarning: Grad strides do not match bucket view strides. This may indicate grad was not created according to the gradient layout contract, or that the param's strides changed since DDP was constructed. This is not an error, but may impair performance. grad.sizes() = [64, 1, 4], strides() = [4, 1, 1] bucket_view.sizes() = [64, 1, 4], strides() = [4, 4, 1] (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\builder\windows\pytorch\torch\csrc\distributed\c10d\reducer.cpp:334.) Variable._execution_engine.run_backward( # Calls into the C++ engine to run the backward pass

old oracle
#

what notebook do I use for traning?

vast forge
#

why dont i have a index file

full tundra
#

how to make ai cover with only vocal audio, but google collab considers part of the file to be instrumental and not vocals?Simply put, I want to turn off the separation of vocals and instrumentals(i use AICoverGen WebUI (Modded by Hina))

full tundra
#

or say where i can find it

forest sluice
#

-colab

azure marshBOT
# forest sluice -colab
☁️ Google Colabs
  • 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
  • RVC Disconnected, by Kit Lemonfoot Google Colab
  • easyGUI, by rejects Google Colab
🤗 Hugginface Spaces
full tundra
#

thx

rare gobletBOT
#

Ayo? @full tundra level 1 !!! lfg

eager condor
#

thanks

forest sluice
forest sluice
#

I'm sorry that I forgot to add the -L option in the curl command 😭

random ice
#

which path file do i grab for the models

frosty kayak
#

i usually make sure all 4 is in the zip....G, D, Model name file w/ last epoch, and index/added file

silent sun
#

Do you need any software programs to download the app? Like
Java or python

random ice
rare gobletBOT
#

Ayo? @random ice level 1 !!! lfg

silent sun
#

Why can't I open the App on Mac Os

rare gobletBOT
#

Ayo? @silent sun level 1 !!! lfg

frosty kayak
silent sun
#

Did I download the wrong app? MMVCServerSIO? for Mac OS?

#

Can someone help me for once?

frosty kayak
frosty kayak
random ice
frosty kayak
random ice
#

what which is rvc disconnected

frosty kayak
#

-colab

azure marshBOT
# frosty kayak -colab
☁️ Google Colabs
  • 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
  • RVC Disconnected, by Kit Lemonfoot Google Colab
  • easyGUI, by rejects Google Colab
🤗 Hugginface Spaces
random ice
#

yeah i dont use the disconnected one

frosty kayak
frosty kayak
random ice
#

can i get an image or something i am very lost here

random ice
# frosty kayak

im talking about getting the model.pth file from my existing model not in the disconnected

#

or do i have to use the disconnected to get the model.pth

stiff helm
#

@forest sluice I’m still having issues now though, I’m not sure if you’ve seen above

silent sun
#

do i need python to run the application on mac?

oak barn
#

I need help. I made the model but I am having trouble with the cover. I get this error:
~] Converting voice using RVC...
gin_channels: 256 self.spk_embed_dim: 109
<All keys matched successfully>
Traceback (most recent call last):
File "/content/FIX/src/main.py", line 291, in song_cover_pipeline
voice_change(voice_model, main_vocals_dereverb_path, ai_vocals_path, pitch_change, f0_method, index_rate, filter_radius, rms_mix_rate, protect, crepe_hop_length, is_webui)
File "/content/FIX/src/main.py", line 201, in voice_change
rvc_infer(rvc_index_path, index_rate, vocals_path, output_path, pitch_change, f0_method, cpt, version, net_g, filter_radius, tgt_sr, rms_mix_rate, protect, crepe_hop_length, vc, hubert_model)
File "/content/FIX/src/rvc.py", line 150, in rvc_infer
audio_opt = vc.pipeline(hubert_model, net_g, 0, audio, input_path, times, pitch_change, f0_method, index_path, index_rate, if_f0, filter_radius, tgt_sr, 0, rms_mix_rate, version, protect, crepe_hop_length)
File "/content/FIX/src/vc_infer_pipeline.py", line 571, in pipeline
self.vc(
File "/content/FIX/src/vc_infer_pipeline.py", line 424, in vc
npy = np.sum(big_npy[ix] * np.expand_dims(weight, axis=2), axis=1)
IndexError: index -1 is out of bounds for axis 0 with size 0

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File "/content/FIX/src/main.py", line 346, in <module>
cover_path = song_cover_pipeline(args.song_input, rvc_dirname, args.pitch_change, args.keep_files,
File "/content/FIX/src/main.py", line 316, in song_cover_pipeline
raise_exception(str(e), is_webui)
File "/content/FIX/src/main.py", line 85, in raise_exception
raise Exception(error_msg)
Exception: index -1 is out of bounds for axis 0 with size 0
1

forest sluice
silent sun
#

do i need python to run the application on mac OS?

#

i try to open the application but won't work unles this is the wrong app

#

i downloaded the app from the github page

forest sluice
silent sun
#

it doen't work both of them

#

do i need python or somthing?

#

i can only find window tutorials

#

no mac

#

both wont work

rare gobletBOT
#

Ayo? @silent sun level 2 !!! lfg

forest sluice
#

Eh, you can't double click the command file?

silent sun
#

i can double click

tall ocean
#

I made an RVC model and did the best I could to get a quality result (cleaning up dataset, trying different batch sizes, preventing overfitting w/tensorboard) and it is still a bit disappointing. The dataset that I am using is not long (~9 minutes), is 200 epochs the best that I am probably going to get?

silent sun
#

it just comes up with 2 command scripts

forest sluice
#

https://github.com/w-okada/voice-changer/blob/master/README_en.md#1-usage-with-pre-built-binaries
From the guides:

For Mac version, after unzipping the downloaded file, double-click the startHttp.command file corresponding to your VC. If a message indicating that the developer cannot be verified is displayed, please press the control key and click to run it again (or right-click to run it).

GitHub

リアルタイムボイスチェンジャー Realtime Voice Changer. Contribute to w-okada/voice-changer development by creating an account on GitHub.

proud elbow
smoky oxide
#

what feature retrival rate is optimal in order to get the best sounding audio, and which f0 method produces the best results?

#

I think that will just expand the existing flaws, since it will learn the flaws again

proud elbow
#

you used the TTS voice as dataset or just for inference? nails

smoky oxide
#

My guess is that youre better off uploading the original data set to eleven labs

rare gobletBOT
#

Ayo? @smoky oxide level 1 !!! lfg

tall ocean
#

I'll let you know how it goes.

smoky oxide
#

no defiantly try, I mean, I dont know what will happen lmao

rare gobletBOT
#

Ayo? @tall ocean level 4 !!! lfg

smoky oxide
#

lmao, ill hope for you too

random ice
#

in the ai voice changer how do you actually make it go through the output and not windows default

tall ocean
#

which voice changer are you using 🌲

#

MMVC?

random ice
#

sorry forgot to specify

tall ocean
#

Change that

smoky oxide
#

when cloning a voice, what feature retrieval rate do you use

random ice
#

its still coming out of the windows output device if i change it

rare gobletBOT
#

Ayo? @random ice level 2 !!! lfg

tall ocean
tall ocean
tall ocean
smoky oxide
#

im going to be honest, i have no clue lmao, its pretty janky. it runs through python on my computer, looks like this

random ice
smoky oxide
#

Ive found the most success though .4 but i haven't tested much

tall ocean
#

I don't want to make you change what software you are using but I personally use MangioRVC

random ice
#

what does the mangio one look like

smoky oxide
#

Honestly i have no attachment to any particular software

#

im pretty sure im just using a rudimentary interface with access to RVC

tall ocean
random ice
tall ocean
#

It's a lot more coherent then what you just showed me

#

there's a v2 option as well

tall ocean
random ice
#

looks pretty much the same to me

random ice
tall ocean
#

yes but minshin isn't using either of these

random ice
#

who is minshin

tall ocean
#

that's what I'm trying to say

#

@smoky oxide

random ice
#

oh yeah that guy

tall ocean
#

dude

#

lol

proud elbow
#

what's the dataset length? 5-10 mins of natural voice is enough imo

tall ocean
#

It's around 9 minutes with no silence

#

but it still has artifacts

random ice
#

btw what im trying to say with the ai voice changer the audio is coming out of this one instead of that one

tall ocean
#

idk restart computer LOL

random ice
#

ok ill try

tall ocean
#

good luck

#

hope it works

proud elbow
tall ocean
smoky oxide
#

between crepe and harvest which f0 method do you find most sucess with

random ice
#

wtf

old oracle
#

how many eps should I do for around 45 mins of data?

rare gobletBOT
#

Ayo? @old oracle level 4 !!! lfg

serene wigeon
icy umbra
#

how do i even use this rvc

rare gobletBOT
#

Ayo? @icy umbra level 1 !!! lfg

brave garnetBOT
molten pecan
#

There's a tutorial for it + more methods

#

;3

molten pecan
molten pecan
#

Second, there isn't a way to know the right epochs amount, as it depends on the length, quality, and size of it

keen peak
#

i need a 21 savage voice model can anyone help

hot lagoon
#

What dose Ignore outliners in chart scaling do just need a reminder

#

?

molten pecan
#

Third, inputting a semi-arbitrary amount makes you prone to underfitting/overtraining. Will influence the final quality

molten pecan
#

Do you remember?

molten pecan
azure marshBOT
#

RVC Guides (How to Make AI Cover)

Documentation
🇺🇸 English (main)

Translation by country

🇧🇷 Brasil (PT-BR)
torn seal
#

can anybody help me save my model in colab disconect?

#

i trained it up to 1000 epochs and could not figure out how to save to google drive. like it used to

#

i dont care about making a cover i was training

long scroll
#

May I ask how do I use the search voice models feature? I'm trying to find chevruse from genshin

thin stump
dawn nebula
#

or

#

do you have sth starts with D_xxxx.pth

#

and G_xxxx.pth

#

by any chance

brazen verge
#

how to add the files in voice.ai it shows that it is not the right type

dawn nebula
#

sorry this is not the server for voice.ai

brave garnetBOT
long scroll
rare gobletBOT
#

Ayo? @long scroll level 2 !!! lfg

thin stump
long scroll
brave garnetBOT
#

Local Forks 🖥️


Mainline RVC
Original project, suggested for advanced users,
by the RVC-Project team.

Applio
Simplified, suggested for all, by the Applio team.

RVC Studio
Simplified, suggested for all, by SayanoAI.

Mangio-RVC
Simplified, may not be supported anymore, by Mangio621.

AICoverGen
Simple yet great way to make covers, by SociallyIneptWeeb.

Replay
From the greators of weights.gg, excellent product for everyone.

thin stump
long scroll
pine ore
#

i need help

#

nvm

brave garnetBOT
civic onyx
#

Ai cover gen is shitting itself

#

"Traceback (most recent call last):
File "/content/Hina_RVC/src/webui.py", line 8, in <module>
import gradio as gr
ModuleNotFoundError: No module named 'gradio'"

#

@acoustic scarab

#

nvm it was the token thing that messed it up i think

#

nope its actually just fuckin broke

#

its not reading the vocal remover/seperator

hot lagoon
#

Karaoke vs BVE in uvr?
Wich and why would you use one of these 2

glad zealot
#

you can just use this

ngrok is not really needed unless google decides gradio wont work anymore

humble path
#

-colab

azure marshBOT
# humble path -colab
☁️ Google Colabs
  • 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
  • RVC Disconnected, by Kit Lemonfoot Google Colab
  • easyGUI, by rejects Google Colab
🤗 Hugginface Spaces
rain pawn
#

I was learning Rvc with the RVC-beta-v2-0618.7z model in the link above "https://huggingface.co/lj1995/VoiceConversionWebUI/tree/main" and I got an error. It says it can't create the file, but I thought it might be a permissions issue, so I ran it as administrator and still got the error. How can I resolve that error?

rare gobletBOT
#

Ayo? @rain pawn level 1 !!! lfg

rain pawn
proud elbow
# rain pawn

try not to have special characters (non-ASCII) in the path name, also you had the minibatch thing because of 1h+ long dataset, which could significantly reduce the indexing accuracy

rain pawn
#

The error has been resolved. Thank you for your help.

silent sun
#

guys i try to open the application on mac os and it won't open how to fix do i need to download somthing?

spiral trench
#

-download

#

Does anyone have the link I should be using for a 3070 rtx?

#

I feel like i downloaded the wrong one

#

for RVC

tranquil cliff
#

-rvc

azure marshBOT
tranquil cliff
#

-rvc

#

A comprehensive training guide for AI voice models. Goes through dataset creation & vocal isolation, training setup, Tensorboard, and vocal inferencing

Further Reading & Downloads:

Vocal Isolation - mvsep.com/en/home

Mangio RVC Installation - youtu.be/ixB9oalT3cQ?si=wLMTnFOqABQIeLBj&t=79

Tensorboard Installation - us.aihubfrance.fr/guide-to-...

▶ Play video
spiral trench
#

Im looking for the real time voice changer i might have been confused not the one that makes songs.

#

Would that be rvc2?

rare gobletBOT
#

Ayo? @spiral trench level 1 !!! lfg

tranquil cliff
#

ahhh I understand

azure marshBOT
#

🎙️ Realtime Voice Changer (Local)

Guide for W-Okada's RealTimeVoiceChangerClient

Description: This one has more options and is somewhat more convenient to use than Real-time RVC.
Link: Rentry
Credits: ravencutie21

How to use real time conversion with RVC (voice changer)

Description: More accurate than W-Okada's, but requires a decent GPU.
Link: Google Docs
Credits: teas.hi

RVC TTS

Description: Text to speech with RVC
Link: Rentry

tranquil cliff
#

these are the guides to change voice in real time

spiral trench
#

ty

#

/guides realtime

azure marshBOT
#

🎙️ Realtime Voice Changer (Local)

Guide for W-Okada's RealTimeVoiceChangerClient

Description: This one has more options and is somewhat more convenient to use than Real-time RVC.
Link: Rentry
Credits: ravencutie21

How to use real time conversion with RVC (voice changer)

Description: More accurate than W-Okada's, but requires a decent GPU.
Link: Google Docs
Credits: teas.hi

RVC TTS

Description: Text to speech with RVC
Link: Rentry

thin stump
#

I've been seeing this Ov2 (pretrained) in #1175430844685484042. How does this apply to rvc collab and when do you use it?

#

Nvermind, 6 minutes maximum and it's a setting in the colab

thin stump
#

I was planning to use rvc disconnected

tranquil cliff
thin stump
brave garnetBOT
azure marshBOT
#

RVC Guides (How to Make AI Cover)

Documentation
🇺🇸 English (main)

Translation by country

🇧🇷 Brasil (PT-BR)
brave garnetBOT
#

Local Forks 🖥️


Mainline RVC
Original project, suggested for advanced users,
by the RVC-Project team.

Applio
Simplified, suggested for all, by the Applio team.

RVC Studio
Simplified, suggested for all, by SayanoAI.

Mangio-RVC
Simplified, may not be supported anymore, by Mangio621.

AICoverGen
Simple yet great way to make covers, by SociallyIneptWeeb.

Replay
From the greators of weights.gg, excellent product for everyone.

jolly veldt
#

can i use the web rvc version to talk with the ai voice

#

and let anyone hear my ai voice?

errant barn
#

arkadaşlar kendi sesimi nasıl başka sese dönüştürürüm

brittle wing
#

why i start voice changer and people dont hear my voice, even tho i hear record and it works

errant barn
#

BRO I'M DONT UNDERSTAND ME

half cove
#

before asking questions about voice changer please read voice changer guide and if you have any problems after then ask

errant barn
#

NEREDE BULABİLİRİM ONU

half cove
#

the voice changer?

#

it does say in the guide

errant barn
#

THANK YOU BRO

crisp apex
#

Hello, does anyone have the colab link to train?

azure marshBOT
# half cove -colab

Suggestions for @crisp apex

☁️ Google Colabs
  • 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
  • RVC Disconnected, by Kit Lemonfoot Google Colab
  • easyGUI, by rejects Google Colab
🤗 Hugginface Spaces
half cove
#

use disconnected

crisp apex
#

ok

rare gobletBOT
#

Ayo? @crisp apex level 1 !!! lfg

warm beacon
#

How can i make custom lyrics to be transferred onto original song singing?

proper shale
#

you need someone to sing those lyrics so you can convert that audio with RVC

warm beacon
#

could text to speech be used somehow?

celest lantern
#

pls help me

proper shale
proper shale
fluid matrix
cosmic tide
#

This is the rvc that i made?

dreamy lynx
#

hey i can't seem to downloaded mangio

dreamy lynx
#

i click on the link but nothing happens

cosmic tide
#

Someone?

#

Help

proper shale
cosmic tide
dull orchid
#

Is there a way to fix the problem that i have at the moment, i am using RVC local and when i convert the audio to my model some parts have artifacting or its sounding robotic, mostly on high notes. all other parts sound good

cosmic tide
#

Now i need to publish it

dull orchid
#

i did remove a bunch of reverb and echo

proper shale
#

aka change pitch

dull orchid
#

Mhhh should i change the pitch in a DAW for example ?

#

or within RVC itself

dull orchid
#

and what do you mean with Transpose ?

proper shale
dull orchid
#

Alright

proper shale
dull orchid
#

Gottt it

#

Also is it better to convert small parts ?

#

right now i am doing 3mins

proper shale
dull orchid
#

should i just cut it and do max 30seconds for example ?

#

Alright

#

Thanks i will try that right now

#

hope it will work 😉

#

preciate you

proper shale
#

yw :)

dreamy lynx
#

is mangio the best rvc to use?

half cove
#

-links

azure marshBOT
#
All Working Local Forks 🖥️
Need some help? 🤔

You can find more info on the "❔┋guides" channel. If you can't find your answer, feel free to ask for help in "help-rvc". Credits to Faze Masta and Antasma for compiling these links.

half cove
#

original rvc

dreamy lynx
#

ooo the legendary poopmaster himself

rare gobletBOT
#

Ayo? @dreamy lynx level 1 !!! lfg

dreamy lynx
#

yooo

dull orchid
#

Poopmaster is AICoverGen any good ?

dreamy lynx
dreamy lynx
sand iris
#

Oh whoops

half cove
#

also its kinda old

dull orchid
#

Aright will do that 🙂

dreamy lynx
dull orchid
#

By the way will it make a difference if i make a dataset with only singing for a sing model ?

#

Right now i have a dataset that is only talking and i make it sing trough RVC

#

I did train that model ages ago, i think i can push way more out of it xD

#

And how long should my dataset be with singing only ?

#

10 - 30 mins ? or has that changed over the months

dreamy lynx
# half cove original rvc

oh i remember this i tried to use it before but i could only open the real time voice changer couldn't find anything else do you some sort of tutorial on this?

half cove
#

were you using the amd one?

dreamy lynx
#

yup

#

i have an amd not a nvida

half cove
#

they deleted it

dreamy lynx
#

oh

half cove
#

i dont even know why

dreamy lynx
#

w

#

w

#

wtf

#

then what do i do

proper shale
#

...depending on the type of singing ofc

#

talking datasets can sing but have limited range

half cove
#

i dont remember if mangio has amd/intel support

dull orchid
#

I will train a model on singing only 😉

#

how long should i make the dataset ?

dreamy lynx
#

first ai art now ai voice

sand iris
half cove
dreamy lynx
half cove
dreamy lynx
broken quartz
#

what is pretrain on RVC V2 disconnected ?

half cove
half cove
dull orchid
#

Alright i will get 15 - 20mins pure only singing

#

and see if that will change the outputs

#

compared to a dataset with only talking

broken quartz
cosmic tide
#

After i download that, what i need to do?

proper shale
dull orchid
#

Alright on 4 mins at the moment 😄

#

Have so much stuff laying around

half cove
proper shale
proper shale
#

just make sure it's only the .pth with ur model's name and index

cosmic tide
#

And what is that?

proper shale
cosmic tide
#

So its alright?

#

Im done?

#

I can publish it?

dull orchid
#

Should i add singing with a bit of reverb into the dataset or keep it clean and raw vocals only ?

rare gobletBOT
#

Ayo? @dull orchid level 3 !!! lfg

dull orchid
#

not sure if that would be better or not

proper shale
cosmic tide
#

It's different from that

#

Or that

dull orchid
proper shale
proper shale
cosmic tide
#

No

rare gobletBOT
#

Ayo? @cosmic tide level 5 !!! lfg

cosmic tide
#

Its not this folder

#

This is the folder

proper shale
cosmic tide
#

):

#

So i need to do it again

proper shale
#

...yeah

cosmic tide
#

Ok

sour dune
#

Can anyone help me? whenever i run the start bat file a error pops out it's saying "Error loading python dll"

oak barn
#

I'm having trouble making the cover? Can someone dm me?

dull orchid
#

Got 21 minutes of singing for my dataset 😄

#

with clean raw rocals some vocals with reverb

#

lets see how the outcome will be

dull orchid
#

Can my pc train a model ?

#

32GB ram 4800MHZ - intel i5 13th gen - RTX 3060 TI 8 GB

proud elbow
dull orchid
#

Alright first time training a model again since a long time lol

#

is there a guide ?

#

Target sample rate: 40K or 48K ?

#

Version V1 or V2 ?

proud elbow
dull orchid
#

Awhhh i asked that and someone told me that would be fine

#

now i have to clean up 21mins of audio xD

#

dayumm

#

i knew it had to be clean vocals

proper shale
proper shale
proper shale
dull orchid
#

no option for 32k

#

only 40 and 48 😄

proper shale
proud elbow
proper shale
#

and it should appear ;)

dull orchid
#

yeah truee

#

got it

proper shale
dull orchid
#

is 32k best yeah ?

proper shale
dull orchid
#

alright and you told me i can use a dataset with a bit of reverb vocals right 😮 ?

proper shale
#

most mics have a cut off at 15khz, which is 30k

dull orchid
#

yeah i will fix that soon

dull orchid
proud elbow
proper shale
proud elbow
#

foxjoy dereverb and then uvr deecho

dull orchid
#

Alright thanks both

#

should i train a feature index first or at what point you do that again

odd obsidian
#

hii, how to search models? it says did not respond

dawn nebula
proper shale
proper shale
#

and feature extraction

#

but before training

odd obsidian
#

idont know i just used /searcg then a model

#

im new btw

dull orchid
dawn nebula
#

show me a ss of bot broke

dull orchid
#

so i understand it correct

proud elbow
proper shale
proper shale
odd obsidian
#

oh its modelAI

rare gobletBOT
#

Ayo? @odd obsidian level 1 !!! lfg

dull orchid
#

another question lol, how many epochs should i do with about 18 - 21min dataset

dull orchid
#

decent to good quality singing vocals

proper shale
#

if it overtrains before, just stop training ;)

proud elbow
dull orchid
dull orchid
#

im a little rusty when it comes to training

#

been a while :X

#

had all my models i needed

proper shale
#

tbh i would not really recommend using them rn, wait until ya get used to training and then maybe try that

#

it is better for small datasets (0-10 mins) overall

proud elbow
dull orchid
#

Alright got it, going to eat dinner and start training, not sure how long a model will even take to fininsh on this pc 😮

proud elbow
#

rvc disconnected also has ov2 option tho

dull orchid
#

when i trained models that was still on Colab back when it used to work xD

half cove
#

it always shows 0

#

smh

odd obsidian
proud elbow
half cove
glad zealot
dawn nebula
glad zealot
#

then another 10+ on colab

half cove
glad zealot
#

ye

#

welp imma go add a counter of my model readme instead

odd obsidian
molten pecan
#

"Forsaken me"

#

A lil familiar, ain't it?

brittle wing
#

Yes, Jesus shouted it

odd obsidian
molten pecan
molten pecan
odd obsidian
dawn nebula
brittle wing
#

How many minuites of datasets for a human like model???

mortal delta
#

So i need help to find a software that can make AI Covers whitout paywall, and get AI models for Lucas Lee and Gideon Graves.

rare gobletBOT
#

Ayo? @mortal delta level 1 !!! lfg

cosmic tide
#

This is the rvc?

lusty willow
#

Hey there everybody! Currently trying to get to grips with the new easyGUI colab. I appear to be having issues with downloading and using voice models from huggingface? Either the model doesn't download or I get greeted with an error when I attempt to use it.

cobalt saddle
#

what do i do hhere

brittle wing
#

*Idk

#

Anyone in the chat?

cosmic tide
#

What im doing after i got it?

#

Someone

#

Help

half cove
#

dataset quality matters more

half cove
half cove
dull orchid
#

Is it still needed to cut the audio of the dataset in 5 - 10 seconds ?

cosmic tide
cobalt saddle
half cove
half cove
#

not go-realtime.bat

half cove
azure marshBOT
#

RVC Guides (How to Make AI Cover)

Documentation
🇺🇸 English (main)

Translation by country

🇧🇷 Brasil (PT-BR)
half cove
half cove
dull orchid
#

poopmaster :X

cosmic tide
dull orchid
#

do you need the dataset to be in 5 - 10 seconds parts ?

#

or it can be 5 minutes long

cosmic tide
#

I just need to make with the audio the voice model

half cove
half cove
dull orchid
#

Owhh thats nice

#

great

half cove
dull orchid
#

was looking at a tutorial from 8 months or so ago xD

cosmic tide
cosmic tide
half cove
#

you followed it that quickly?

cosmic tide
#

No

#

I mean when i tried to make the rvc

half cove
#

elaborate

cosmic tide
half cove
#

no

dull orchid
#

For feature extraction do i pick rmpve or rmvpe_gpu ?

rare gobletBOT
#

Ayo? @dull orchid level 4 !!! lfg

dull orchid
#

wich one has the best result

dull orchid
#

That was fast

#

you rock

#

😉

frozen osprey
#

hi, if the file is rar and I covert it to zip will simply work like that on google colab?

#

like the voice model

frozen osprey
#

oh ok, thx

dull orchid
#

Batch size per GPU: 4 or 6 with a RTX 3060 TI 8 GB ?

#

what is a good number to start with

#

i have gone with 5 just to start and see how it goes

proper shale
dull orchid
#

Yeah should i go with 6 next time ?

proper shale
#

if it aint broke... dont fix it

proper shale
dull orchid
#

wait batch size per GPU means higher is faster done training ?

dull orchid
proper shale
dull orchid
#

Owhh good to know

#

next time i will put it at 6

proper shale
#

so like, stick with 4-8

dull orchid
#

Will do

proper shale
#

I'd say 6/8 are perfect for 90% of models ;)

dull orchid
#

Sounds good, isnt it a problem that i did 5 than xD ?

#

since you said 6/8

proper shale
#

Actually that's a good finetune number, when you find the right batch number for your model 😭

proper shale
dull orchid
#

Yeah i will have to try things out again, Epoch 34 at the moment, so i will watch a movie and come back to my pc

#

going for 500 epochs like you both said 😄

#

one more thing, where can i see the Tensorboard

half cove
dawn nebula
#

lol tensorvenv

proper shale
half cove
#

yes

#

it will only download once

#

then you run it to open when you want

brittle wing
#

can someone train a voice model for me

brittle wing
#

im too dumb to do it myself

dawn nebula
#

u pay people then

brittle wing
#

oh ok

dawn nebula
#

or if someones kind enough they gonna train

dawn nebula
torn seal
gloomy quartz
#

I can’t send pics here but whenever I open rvc I don’t see any of the voices things like it’s hard to explain cuz u don’t have photo perms but all it says is server control and more stuff

torn seal
#

im trying to save the weights folder to my google drive. can anybody help me with this?

tall ocean
#

drag and drop right?

torn seal
#

can you drag and drop from collab?

tall ocean
#

ah

#

I do not use collab I'm sorry

torn seal
#

oh i see.

#

its alright

tall ocean
#

I had a question too but now don't want to put a huge picture that essentially blocks out your question... lol

torn seal
#

i found a prompt to using the collab ai but step 2 dont upload the ziped weights folder to my google drive.

#

whats you question

tall ocean
#

It's just about stopping training.

torn seal
#

oh.

#

you should stop it if it starts going up.

tall ocean
#

I trained for 1000 epochs. But it isn't actually worth using the 1000 epochs right? I should use whatever is at 60k.

torn seal
#

so i heard thats what u are supossed to do

tall ocean
#

Alright

torn seal
#

yea i train to 1000

#

sometimes i go for the 500 or 600 epoch

#

just depends i think, thats why i wanted the weights folder and listen to each one and pick the best one

tall ocean
#

when people post their RVC models at 1000 epochs, I wonder if they are stopping it when the sample rate is optimal or 1000 epochs no matter what

#

The best I got was 390

torn seal
#

i dont think it matters

#

390 is just the number of times it has been trained

#

you can always resume it

tall ocean
#

alright

#

yeah

rare gobletBOT
#

Ayo? @tall ocean level 5 !!! lfg

torn seal
#

kinda sucks i can import the weights folder to my google drive

tall ocean
#

you should be able to

#

maybe someone knows something I don't

torn seal
#

they removed auto save to google drive

#

so you have to do everything mannually or you will loose the files

tall ocean
#

want me to train something for you?

torn seal
#

no i have the model already

rare gobletBOT
#

Ayo? @torn seal level 7 !!! lfg

torn seal
#

its just the final model tho at 500 epoch

tall ocean
#

ah got it

torn seal
#

i was hoping to get the rest of them

jolly bone
#

yoo I HAVE A LOT OF DELAY is there any way to fix?=

#

i want to use this in fivem rp

tall ocean
#

These are the settings that I use

torn seal
#

but if you have any advise on cleaning up vocals from say a podcast or recording live from youtube be nice. sometimes there is echo in the recordings from his iphone, and there is music behind his podcast on youtube wich has the best audio qaulity of voice but the damn music behind it.

#

thats cool d1

tall ocean
tranquil cliff
#

Hi

torn seal
#

you do it live?

#

rx10?

#

whats that do?

tall ocean
#

if you send me the problematic audio I'll see if I can fix it for you

torn seal
#

alright add me?

half cove
torn seal
#

hi poop

half cove
#

spectral denoise is the goat rhe

tall ocean
half cove
torn seal
tall ocean
#

I have UVR as well, wanna send me the audio?

half cove
#

you could

#

try

torn seal
#

how should i send it?'

jolly bone
rare gobletBOT
#

Ayo? @jolly bone level 1 !!! lfg

half cove
#

downloading it from the left

tall ocean
half cove
#

but its slow

torn seal
#

how?

#

because i just wana be able to pick and choose get it over with

jolly bone
half cove
#

to make sure you havent overtrained

torn seal
#

fuck thats so gay

#

so there is a way to download the weights folder tho using the file explorer?

half cove
#

with colab u cant download folders but u can download everything inside

torn seal
#

ok how can i do that?

half cove
#

takes awhile tho

jolly bone
torn seal
#

ok thanks for the info poop, so if i right click there is no option to download. is there a botton i press instead?

gloomy quartz
#

I have bad delay and it dosent really pick up my mic well it just cuts out a lot and dosent pick up my word even if I yell can anyone send me something

half cove
torn seal
#

so im testing my model. is it possible to just through in the entire acapella to convert my model to, its the whole 3 min song. or do i have to cut it up ?

molten pecan
#

@half cove @dawn nebula @proper shale hai

#

one thing

dawn nebula
#

what

molten pecan
#

me and char revamped the troubleshoot command

#

use this one now

#

!howtoask

patent trellisBOT
# molten pecan !howtoask

How To Troubleshoot AIHC_WaitWhat

__**GIVE CONTEXT.**__ 📝
  • Don't simply mention your issue, like "my rvc is not working".
  • Describe the step you are on, what you're trying to do, the RVC you're using, a screenshot, etc.
  • The more context, the better.
__**BE POLITE.**__ <:matsuripray:1159685390156967936>
  • Don't be desperate. You can ping a Helper, but if they ignore, they aren't available/don't know the answer.
  • It's okay if you're frustrated, but don't take it into this server.
  • Don't DM without prior consent.
__**BE PRODUCTIVE.**__ 🤝
  • Don't ask for every little instruction. Put your own effort & test things by yourself.
  • Don't ask to ask.
  • Check if your answer is a Google search away/on our guides website.
half cove
dawn nebula
#

good

torn seal
#

so my model sounds pretty decent

#

it's not bad at all.

dawn nebula
#

good

torn seal
#

im thinking the pitch needs one down tho, wish i can show u guys

#

if you guys are familur with nopoleon from the outlawz sang with 2pac, turned muslim, he dont rap no more.

#

i havnt tryed training it with rin_e3 yet, i chose the ovr or what ever its called. my datasert is not 10 min but like 5 min, any adivese on wich pretrained i should use?

torn seal
#

yea thats the one ov2

brittle wing
dawn nebula
#

你好像没装python

brittle wing
#

有阿

torn seal
#

i heard one of those pretrained models are better for shorter datasets, does anybody know

#

?

dawn nebula
torn seal
#

for real like whats the shortest delik?

rare gobletBOT
#

Ayo? @brittle wing level 2 !!! lfg

dawn nebula
#

就行

torn seal
#

im almost tempted to go 1000 epochs i only went to 500 with 5 min dataset, high qaulity. or would that be over kill?

molten pecan
brittle wing
#

這樣應該是成功了吧

dawn nebula
brittle wing
#

dawn nebula
#

再试试

#

go-web.bat

brittle wing
#

還是不行

brittle wing
#

是還要再修改路徑嗎

dawn nebula
#

是啊

#

等一下

brittle wing
#

從這載的

dawn nebula
#

没问题啊

#

等一下

brittle wing
#

我英文有點問題 也看不太懂跟我有相關疑問的人是如何解決的

sand iris
#

@dawn nebula sorry for irrupting this way, but when using a fat zip of the Original RVC, you don't need to install python

sand iris
#

It comes provided with everything else

dawn nebula
#

how come this person cannot use the thing

sand iris
#

I think this happens when extracting with anything but 7zip

sand iris
#

WinRAR & the windows default thing have been buggy before

dawn nebula
#

@brittle wing 你用什么解压的

sand iris
#

7zip should work

brittle wing
dawn nebula
#

装个360压缩

#

左边那个下载,把所有捆绑安装的选项去掉

brittle wing
gloomy quartz
#

Why is no one helping me 😭😭

rare gobletBOT
#

Ayo? @gloomy quartz level 1 !!! lfg

brittle wing
sand iris
dawn nebula
#

随便你

dawn nebula
brittle wing
#

好的 謝謝 我看那個外國老哥 是說不用安裝python嗎

dawn nebula
#

如果点右边的下载就会装很多别的东西

dawn nebula
#

配置一下也好

brittle wing
#

那我配置之後有甚麼東西是需要用到我的環境

#

繪圖嗎 還是甚麼

dawn nebula
#

如果你需要后续开发的话

#

现在不用

brittle wing
#

好的

#

那我想問一下 ai的動作 您有涉略嗎

dawn nebula
#

animate anyone?

brittle wing
dawn nebula
#

那就animate anyone

#

你下个通义千问app就能搞

#

或者摩尔线程的开源版也行

torn seal
#

delik do you guys have manderin keyboards

#

?

dawn nebula
torn seal
#

like how do you guys type like that?

dawn nebula
#

type english letters then

torn seal
#

whats your keyboard look like

dawn nebula
#

it will display chinese characters

#

english keyboard lol

#

normal qwerty

torn seal
#

krazy

brittle wing
rare gobletBOT
#

Ayo? @brittle wing level 3 !!! lfg

brittle wing
#

這樣可以了嗎

dawn nebula
#

等一下

#

localhost出来以后再搞

torn seal
#

so each each box a word or letter?

dawn nebula
#

can be word or a part of a word

brittle wing
#

謝哥 成功了

torn seal
#

so how do you translate english keyboard to a character?

dawn nebula
#

没事,you should thank @sand iris lol

brittle wing
torn seal
#

pinyin ? turns into a character

brittle wing
#

I succeeded

dawn nebula
#

yeah

torn seal
#

oh i get it, so you type what your saying in the alphabet and it converts it

dawn nebula
#

yeah

torn seal
#

thats cool. im chicano, in america

dawn nebula
#

you dont need to type full ones, it can auto detect

torn seal
#

i had a homie that was from tiawan

#

his name was rick or at least thats what he says his parents named him, from some cartoon that is popular there,

#

he was an odd one, i loved picking on him. haha

brittle wing
#

我該如何選擇

half cove
#

fyi if you click v1 then v2 then 32k will magically appear

torn seal
#

are you trying to teach that fella how to train?

half cove
#

i dont wanna get it wrong

dawn nebula
#

然后选32k就行

dawn nebula
half cove
#

thx

#

🙏

dawn nebula
#

👍

#

cheers

#

i was heating up my breakfast

half cove
brittle wing
#

這邊如何使用

dawn nebula
#

ilaria rvc on colab

dawn nebula
dawn nebula
#

bro u faster gg

dawn nebula
#

这个东西还是吃数据集

rare gobletBOT
#

Ayo? @brittle wing level 1 !!! lfg

dawn nebula
brittle wing
#

你的顯卡是哪一張

cobalt saddle
half cove
cobalt saddle
half cove
half cove
#

just try using a colab

cobalt saddle
#

link?

#

pls

half cove
#

wait

#

@cobalt saddle u training or making covers?

#

what are you using?

cobalt saddle
half cove
#

for weights.gg models you need to reupload them as they need auth

#

for weights.gg models to use on ila rvc you need to reupload it

#

you can also

#

upload it to google drive

#

make it public

#

get the share link

#

and do that

cobalt saddle
half cove
#

at the top

cobalt saddle
#

oh alr

half cove
#

then click refresh

#

and it will show up

cobalt saddle
#

@half cove what does training voice do

#

i will sound more realistic or what

half cove
cobalt saddle
#

if i have existing model how do i make it more realistic tho

brave summit
#

how to place datasets in huggin face?

half cove
half cove
#

your using old applio?

#

or what

brave summit
#

i guess

half cove
#

i think there should be a folder called audios or dataset

#

applio updated so you should use that

#

or just mainline

dull orchid
#

My training is done but i dont see the model ? 😮

half cove
dull orchid
#

owh wait is the G_245555.pth ?

#

logs folder

half cove
#

check weights

dull orchid
#

you can change the index name right >?

#

its very long now

thin stump
#

bro copyright

sand iris
craggy brook
#

What!, is there copyright in this song?

spare shale
dawn nebula
snow veldt
#

anyone else here running a 4gb card, trying to get a gague on how fast an epoch should train

ripe void
#

is it a difficult task to get RVC up and running?

austere cairn
#

So many different RVC versions, are they all pretty much the same? Looking to run on a Linux WSL install, not even planning to train anything, just download a model and mod audio

snow veldt
#

on a clean gui

short pecan
#

hey rq how does one re dub audio with a voice model for Mangio RVC? never done that yet
Been only using it for the voice changer so far but I wanna know how to do audio files too

tired torrent
#

help

austere cairn
#

That'll let me download a model from here and change my pre-recorded audio?

tired torrent
#

me turk

#

me anlamamak

snow veldt
tired torrent
#

help

austere cairn
#

Cool, thank you!

snow veldt
#

np!

sand iris
#

pretty much always been a thing and never fixed

#

So not sure anyone would have an answer

sand iris
#

Might want to use colab for training instead

snow veldt
snow veldt
snow veldt
#

it works, but slow like you said, 20 mins an E

#

for a 16min data set

sand iris
#

But yeah you'll be in that kind of range

snow veldt
#

so that's expected, i can deal with that, its an old rig i only expect to get so much out of

#

just wanted to know i hadnt done something to make it that.. extra slow when i saw most people are doing an ep in like 30 seconds haha

#

i think what i should stick to is just doing up the datasets for anyone interested in training some voices we really should have by now, like Scott Weiland

sand iris
#

You'd have to upload them, if network is an issue nails

lethal robin
#

I am here lol

half cove
#

creating a cover or a model

lethal robin
#

I want to download songs on a mp3 file to extract the music and volcals

snow veldt
lethal robin
#

oh cover lol

half cove
snow veldt
rare gobletBOT
#

Ayo? @snow veldt level 5 !!! lfg

lethal robin
#

Well like i don't even have the songs or music in the first place to separate them in the programs

snow veldt
#

well with Replay, you can just provide youtube links if you like, ive done a few songs and it does the job, it might not be perfect in regards to bitrate, but it should sound good enough most of the time, if the idea is to just belt out a bunch of stuff or just have some fun playing around, its the way id go

brittle wing
#

It says "ModuleNotFoundError: No module named 'pydantic' when trying to open the start_http. bat
pls help 😭samsungsob😭skullsob

i have Nvidia Geforce GTX and AMD processor, idk if thats important. i downloaded python, and i think i installed that 'pydantic' thing but idk e.e. it still wont open

lethal robin
#

okay cool thanks man i appreciate that and all of your help

half cove
snow veldt
#

torrents are not just for pirates..

half cove
#

downloading free music 🤔

#

just do in dms

snow veldt
#

hundreds of thousands of legit songs and files are shared that way, BradSucks shares all their stuff that way

half cove
#

server will get in trouble for stuff like that

half cove
snow veldt
#

that's crazy, Discord have really gone the route of.. lets not even put words on it lol, its just soft

half cove
#

they nuked our asses last time

snow veldt
#

if youtube didn't exist, id probably get why discord give a shit. sucks you guys cant just have a nice thing with running a server freely

half cove
#

so im just not taking any chances nails

snow veldt
#

yeah i get hat

#

that&

#

omg lol

#

does anyone actually keep stuff underground tho, databases of converted stuff, vocal ai covers, any of that, cuz its becoming a joke not being able to talk about it or share the stuff anywhere but youtube, i want in on the convos lol

half cove
#

on youtube aswell they are cracking down on ai lmfao

rare gobletBOT
#

Ayo? @brittle wing level 1 !!! lfg

snow veldt
#

so like 3% of the problem on there? what about the album uploads ive been listening to for 19 years, taking away from the artists

sand iris
#

I doubt someone listening to a cover would listen to that instead of the original thing tbh

tacit grail
#

How do you refine an ai cover? You know where it sounds like its mumbling/robotic or something despite using a ton of data of a character from the entire show?

sand iris
#

Like most of the time I'm seeing covers it's "aha lmao", but I don't necessarily care about the original media

snow veldt
sand iris
#

¯_(ツ)_/¯

snow veldt
#

mad jump in karaoke's now too, yeah i don't think you're wrong, sounds like youtube to be that tunnelvisioned, thinking ai covers are their problem lol

brittle wing
#

Hello, does anyone know who the most brainy users are regarding RVC? I need help opening the program for the first time :T

lethal robin
#

Crazy lol but it was never my intention to use copyrighted material for my own financial gain rather for my friends and my own amusement lol

ripe void
#

ok so

#

i have the RVC webui open

#

an index file and a pth file

#

how do actually use those files with the RVC webui

half cove
#

then click refresh

keen peak
#

it says i dont have permition to send messages in the voice models channel

rare gobletBOT
#

Ayo? @keen peak level 1 !!! lfg

half cove
#

then it will appear on the dropdowns

ripe void
half cove
keen peak
half cove
cobalt saddle
#

any tip to make my model not emotionless

keen peak
half cove
#

you can see the models just not send messages

half cove
keen peak
half cove
fervent jetty
#

how do i make an ai voice model

rare gobletBOT
#

Ayo? @fervent jetty level 1 !!! lfg

glossy tartan
#

how many epochs do u guys recommend? i usually just set it to 1000 but idk if thats wasting time

austere cairn
#

So downloaded Replay and downloaded some models from this hub, but it's not sounding so great. What settings have largest impact on results? Stem and F0 method?

young halo
#

Yo, what is ov2 super?

half cove
half cove
half cove
young halo
young halo
dawn nebula
young halo
austere cairn
rare gobletBOT
#

Ayo? @austere cairn level 1 !!! lfg

glossy tartan
half cove
#

-links

azure marshBOT
#
All Working Local Forks 🖥️
Need some help? 🤔

You can find more info on the "❔┋guides" channel. If you can't find your answer, feel free to ask for help in "help-rvc". Credits to Faze Masta and Antasma for compiling these links.

half cove
#

original rvc

young halo
half cove
austere cairn
young halo
brittle wing
#

@brittle wing

brittle wing
#

OH