#✨│ai-help

1 messages · Page 193 of 1

quasi dagger
#

So RVC first check for F0 and if it's not it decides it's a breath/sibilance?

simple ore
#

well, the generation consists of using an encoded spectrogram + f0 "helper" to produce a slice of audio

quasi dagger
#

Hopefully your modified training improves that as well

analog obsidian
#

yea robotic breaths/sibilances are extremely annoying on small datasets

simple ore
#

I guess it is a balance of overtraining for voiced parts vs undertraining non-voiced

#

you either get one or the other

distant turtle
#

-colab

azure marshBOT
# distant turtle -colab
📒 Google Colab Notebooks
ℹ️ Note

While the Colab free plan provides up to 12 hours of daily usage, the GPU is typically available for only about 4 hours each day on average.

quasi dagger
#

I'm thinking on inference part

quasi dagger
#

@simple ore Also I think it would be better if RVC skipped breath sounds during inference and leave the original one as it would sound more natural and you don't get much benefit of cloning a "breath sound" in my opinion

flint solar
quasi dagger
#

That can be done manually but it's a ton of work of replacing the breaths

flint solar
simple ore
flint solar
simple ore
#

it learns to produce S sound, since it is non-voiced sound without harmonics, the source of it is a white noise that is shifted in frequency

#

it takes much longer to shape such sounds into right shape comparing to voiced sounds

#

you can see on the screenshots above, the 'wavy' parts come into shape much sooner

simple ore
#

a short burst of high frequency white noise

flint solar
simple ore
#

so yeah, it is just a column of noise on the spectrogram that is thru trainig shaped to match a desired sound

quasi dagger
#

I've been always wondering how RVC did that

#

But about the breath sounds I still think it should leave the original when inferencing instead of trying to reproduce or maybe make that opt in if there's a use case where the breath sound is very different (like a robot character or something like that)

flint solar
#

I’ve been wondering

quasi dagger
flint solar
simple ore
quasi dagger
#

Original RVC developers when they said about v3 they were thinking of implementing it using vocos instead of hifigans but I think it didn't turn out well and also they gave up on the project. But @simple ore is working on improving the current RVC, that's the far we're gonna get I assume

quasi dagger
simple ore
#

we are dabbling with different discriminator replacements to make it possible to train better models, but it requires a creation of a pretrain

#

which is expensive

#

also a better model takes way too much vram making it impossible for most people to use it

flint solar
#

Would replacing Hubert make any difference?

simple ore
#

audio needs to be coded.. it does not need to be hubert

#

just some other quantization method will do

terse juniper
#

yo where can i find the download link

flint solar
terse juniper
flint solar
azure marshBOT
terse juniper
#

the gui thing

#

oh thanks

broken summit
#

hey, im pretty new to RVC and stuff, and im trying to make a voice clone of myself, and I need assistance training custom model of my own. im using Applio v3.7.2. I put in the directory of the samples i have and it says i have preprocessed the dataset sucessfuly, pitch extracted sucessfully, but when i try to use the training thing it says it completed but the terminal window says it had an error. heres a screenshot:

#

can anyone help me??

azure marshBOT
left sky
#

Anyone got a good youtube tutorial or general idea on how to train my own voice, so I can hit different notes without it cutting out or freaking out

rare gobletBOT
#

Ayo? @left sky level 1 !!! lfg

zealous depot
low shard
#

There's only written guides

#

What's ur PC gpu

low shard
#

your audio sample rate is 44.1 Khz

#

what are you using to train?

#

ilaria audio analyzer doesn't work since sooooo many months

crude flame
#

ight

low shard
#

and well, idk if there's a cloud option for people who train on mobile

#

is there?

crude flame
#

i dont know of any

low shard
crude flame
#

thx for letting me know btw

low shard
vernal lava
#

-rt

azure marshBOT
# vernal lava -rt

Interaction has expired, use the command again for a new interaction.

⚠️ Notes
  • Colab free plan GPUs tipically works for about 4 hours each day
  • Kaggle restricts GPU usage to 30 hours per week
  • These options may not work on mobile devices due to the lack of a Voice Audio Cable (VAC)
brittle wing
#

Is it okay if I use lead vocals from an inverted Acapella for the dataset?

crude flame
brittle wing
crude flame
#

it would be better if you used studio sessions

brittle wing
crude flame
#

then what you have is fine

brittle wing
crude flame
brittle wing
modest parcel
#

What’s the delay if I use GeForce RTX 4060 Ti VRAM16GB?

brittle wing
#

Idk

#

I have tried and it leaves out bv

crude flame
#

so you have to use 1 less spereration model

brittle wing
crude flame
#

then either dont use those parts or use a bv seperation model on those parts where it didnt take it out fully

brittle wing
crude flame
brittle wing
#

Litsa suggested that before a while also some other people

knotty moth
knotty moth
brittle wing
#

keeps cutting out

#

like mid sentence it cuts out, then continues, then cuts out, etc

blazing geyser
#

I'm new, can someone please help me with a very good RVC model of a black American voice. Thanks

brittle wing
knotty moth
spiral finch
#

how to solve this ? :

#

Running with the system Python.
Traceback (most recent call last):
File "C:\Users\Gaia simper\Desktop\RVC-GUI-main\rvcgui.py", line 4, in <module>
import soundfile as sf
ModuleNotFoundError: No module named 'soundfile'
Press any key to continue . . .

golden walrus
#

can i ask what is the cause of this issue ?

brittle wing
#

But it's still an official model.

#

Also it can be demudded by applying highpass filter.

knotty moth
# brittle wing Mhm what.

and although BS roformer 2024.04/08 is one of my SOTA, it sometimes causes top line noise in the spectrogram, or when I tried normalizing DC offset to 0, it may either removes the top line or adds/enhances it

spiral finch
#

help :c..

brittle wing
#

Mhm bsroformer is a blessing it also removes fx out of the vocals making the dataset creation easier

knotty moth
modern osprey
#

Hello, can anyone tell me where can i find a. I voice of everglow?

simple ore
golden walrus
simple ore
#

it shows 0 files

#

do things in the right order my dude

#
  1. preprocess, check the output, should say
#
  1. run extract features, the log should show x/x files twice
golden walrus
#

interesting

simple ore
#

with 2 hours of audio I expect ~3-4k chunks

golden walrus
#

then do you know why it doesn't cut properly ?

#

or the audio too long so it run into crash ?

simple ore
#

your log shows you ran 2) then 1)

#

or you did not wait until 1) finished

golden walrus
#

so 1 done then 2 ?

simple ore
#

yes, wait until preprocess is done

golden walrus
#

kittypawbite i was too hasty then

simple ore
#

it is faster if your source files match the sample rate of the model

golden walrus
#

i don't get the 40 48k parts. cuz my file is 44k

#

i did make a small 30s file and used someone tool

simple ore
#

resample it first in Audacity to 40 or 48k

#

whichever model sample rate is

golden walrus
#

ah okay

#

kittyblush thank you btw

dreamy seal
#

how do i make ai cover locally

agile lynx
dreamy seal
agile lynx
dreamy seal
agile lynx
hallow thistle
#

-rvc

azure marshBOT
hallow thistle
#

A download link for Applio should be somewhere on its guide.

#

If you have a very fast GPU that's faster than Nvidia GTX 1000 in your PC, you should be able to run it. But if you don't have a very fast PC, you can run it on cloud like Colab instead or visit Weights.gg.

rare gobletBOT
#

Ayo? @dreamy seal level 1 !!! lfg

dreamy seal
#

is it good or nah

hallow thistle
#

This is a minimum, so it should be able to run it fine but not very fast.

dreamy seal
#

like how long does it run

hallow thistle
#

What are you asking about? I said it should be able to run fine. Follow the guide the bot sent here to run this program.

dreamy seal
#

also it doenst do anything after this

#

does this mean its finished or nah

simple ore
#

why the f you're not using a compiled version on windows?

#

and you probably also using python 3.13 or something

dreamy seal
#

doe

simple ore
#

to avoid all this nonsense

#

like if you got the right python version, vc++ build tools, sure you can install it manually using pip install

#

but why

#

with compiled version you dont even need python installed

dreamy seal
#

alr

hallow thistle
#

Non-compiled source code of Applio is for developers who wanted to customize it for their fork, it cannot be run for general use.

dreamy seal
#

i only wanna use ai cover

#

so do i use compiled?

simple ore
#

non-compiled version requires skills slightly above those the ipad generation posess

hallow thistle
#

The compiled Applio files should look like this.

simple ore
#

as long as you unzip the compiled version to a folder that is not captured by OneDrive, any troglodyte can run it

hallow thistle
#

And make sure you download one of these compiled ones instead of download one by one from the space.

#

If a compiled Applio launched successfully, it should launches your web browser for its GUI, like this.

dreamy seal
#

its blank

#

dawg what installation

simple ore
dreamy seal
rare gobletBOT
#

Ayo? @dreamy seal level 2 !!! lfg

simple ore
#

oh boy

dreamy seal
#

so i ran it with admin

simple ore
#

why

dreamy seal
simple ore
#

and now you have a screenshot where you selected a text on a console output and by doing it froze the program

#

Esc

dreamy seal
#

nvm it run

simple ore
#

press Esc

dreamy seal
#

yeah it run

#

how do i upload voice models

glacial pollen
#

where?

#

I don't hear any " cut outs "

#

you should upload the audio directly or a spectrogram instead of phone recorded audio

knotty moth
low shard
#

yesterday i was talking with @crude flame about the docs that need to update how to see spectorgrams, replacing the not working ilaria audio analyzer with Spek

#

but we didn't know what to put for people who don't got a pc and train on mobile

#

@hot veldt it's better to not upload anything with copyrighted instrumentals here btw

knotty moth
low shard
#

razer could add it to the docs then

#

the AI HUB by Weights docs trolley

flint solar
low shard
flint solar
low shard
flint solar
#

what a conscience

low shard
#

lol

distant turtle
#

-colab

azure marshBOT
# distant turtle -colab
📒 Google Colab Notebooks
ℹ️ Note

While the Colab free plan provides up to 12 hours of daily usage, the GPU is typically available for only about 4 hours each day on average.

lethal barn
#

when i download the models and upload then into the rvc, They don't work properly and keep crashing, anyone knows why?

crude flame
inner jungle
#

does it need to be on harvest?

low shard
lethal barn
#

RX 7600

low shard
lethal barn
#

use some voice models

#

the models that come in the app works nice

#

but when i download one it doesnt work

inner jungle
low shard
inner jungle
low shard
#

what program and tutorial did you follow?

inner jungle
#

i didnt

rare gobletBOT
#

Ayo? @inner jungle level 1 !!! lfg

inner jungle
#

i just downloaded rvc

low shard
inner jungle
low shard
inner jungle
#

nope

#

@low shard

low shard
inner jungle
#

ahh

#

It worked good

low shard
#

its better to not use that one

inner jungle
low shard
# inner jungle 1650 super

Your GPU is good enough to do inference (use models) locally (on ur pc), you won't be able to train (make models) but use them

You can:

  • Locally (runs on your pc so the speed depends on that, you will have to set it up with the guides):
    • Applio: A fork of RVC with some extra features like Applio TTS, kinda faster and simpler but same quality tho
    • Mainline: The original RVC
  • Cloud (remote good pc, easier and faster than ur PC but it's limited):
    • Ilaria RVC Zero: fastest and simplest that you can get for free
    • Weights.gg: Partnered with AI Hub, lets u do them easily but u may be in a queue
    • Applio Colab: max 4 hours, not granted, of GPU
#

It's better u don't use rvc gui tiget, is really old and never updated

inner jungle
#

what do you reccomend

#

@low shard

low shard
inner jungle
#

i cant figure out how to download

low shard
abstract flame
#

how do i make a AI voice?

tame mica
azure marshBOT
brittle wing
#

Will RVC V3 ever come out?

rare gobletBOT
#

Ayo? @brittle wing level 18 !!! lfg

crude flame
brittle wing
crude flame
twin stump
#

either I am an Audiophile, or the voice models on the entire internet suck.

No matter how well it is, in my voice or samples, it sounds robotic, most at the times at the end of a word.

Does anybody have the same experience? Or am I just dumb and not using some kind of filter?

brittle wing
#

@crude flame I don't see anything about RVC V3 being confirmed

crude flame
brittle wing
crude flame
brittle wing
#

Someone's making a fork I saw...

distant turtle
#

-colab

azure marshBOT
# distant turtle -colab
📒 Google Colab Notebooks
ℹ️ Note

While the Colab free plan provides up to 12 hours of daily usage, the GPU is typically available for only about 4 hours each day on average.

tranquil blaze
#

On applio is batch size considered per gpu? Like, if I have 2 gpus, should I put 4 to get batch size 8?

rare gobletBOT
#

Ayo? @tranquil blaze level 6 !!! lfg

tranquil blaze
#

Okie, thank you so much :)

tranquil blaze
#

I just noticed I can train on fp32, my dataset is really clean, should I go for it?

simple ore
#

dont train with fp16, it is fast way to get garbage output

tranquil blaze
knotty moth
tranquil blaze
knotty moth
#

is beatrice a person/character name or the model type in the original wokada?

#

so ur using normal rvc, I suppose?

#

I have no idea how that beatrice character model screws it, unless you show the error messages in the console window

rare gobletBOT
#

Ayo? @thorn prawn level 1 !!! lfg

knotty moth
#

no you could post here

knotty moth
#

how about try moving the entire application to a directory path with only alphanumeric name and no spaces?

#

I mean like D:\MMVCServerSIO

tranquil blaze
#

@warm shell sorry for ping, just wanted to let you know that maybe there's a bug in cover maker, whenever I try changing the pitch of both the instrumental and the vocals, the instrumental's pitch stays the same, while the vocals' pitch changing works as intended

#

Also, whenever I try adding some reverb the vocals sound so low compared to when there's no reverb, could it be because it's applied after the normalization, and not before?

knotty moth
#

usually you may want to slow down (- pitch) for the case of high-pitched female vocals or keeping the track fullband

tiny hatch
#

Kaka

tranquil blaze
#

And sometimes I need a lower pitch because some male voices I work with can't go that high, or just sound bad when going that high

knotty moth
tranquil blaze
#

Well, it depends on which songs you use lol, I lowered the pitch of so many songs because of what I said above and they actually sounded better than the original :P

#

I mean, better than the original with the AI vocals, of course lol

#

Like, you can't really make a baritone guy sing a taylor swift song with the same pitch as hers, as a dumb example LMAO

knotty moth
tranquil blaze
#

I can't be bothered though LMAO

#

I usually make songs on the fly, when I'm out with my friends I just pull up colab and make it quick with cover maker lol

knotty moth
#

too bad I have no idea on the easy way for mobile users shrug

tranquil blaze
tranquil blaze
knotty moth
#

somehow -5 pitched instrumentals while having zero formant shift can sound decent, it sounds warmer and a bit old school-ish

#

while, +5 pitched up instrumentals may sound a little childish

tranquil blaze
#

I don't even know what's formant shift lol

knotty moth
tranquil blaze
#

Ah I see, got it, thank you :)

knotty moth
tranquil blaze
#

Ah heck, too expensive lol

knotty moth
#

I just went ||ahoy||

tranquil blaze
#

Ah yes, I know the ||ahoy|| way myself, I just didn't trust the source even if it was one of the websites on ||fmhy||, if you know what I mean (arrrgh) lol

grim slate
#

my settings r messed up atp completely i cant hear myself where i turn on a voice from voice.ai

#

how do i make it where i hear myself guys?

#

when i turn off the voice changer i can hear myself

knotty moth
grim slate
rare gobletBOT
#

Ayo? @grim slate level 1 !!! lfg

grim slate
#

alternatives?

#

where can i add my own custom voice in

#

like what programs let that

knotty moth
grim slate
#

and this will let me imp voices from the internet?

cyan arrow
grim slate
#

hey there

#

i'd be happy to help

#

dms @maras

#

@cyan arrow

grim slate
#

@knotty moth

#

how do i make it where i hear myself

knotty moth
tranquil blaze
cyan arrow
rare gobletBOT
#

Ayo? @cyan arrow level 1 !!! lfg

cyan arrow
#

shut up

tame mica
#

theyre p hard to make

cyan arrow
#

I've read something about "distorting it the right way"

uneven tartan
#

hi! i can't access the making ai covers with rvc # on the info channel, it says i don't have permission, can someone help me please?

azure marshBOT
uneven tartan
#

!howtoask

patent trellisBOT
# uneven tartan !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.
uneven tartan
#

oh

olive crest
#

Im having a rtx 4050 laptop with intel, where should I download rvc and what version should I download? I downloaded applio one (newest version) but it seems to support AMD only

simple ore
#

it supports nvidia by default like any other AI application

#

you're probably missing cuda toolkit installation, get 12.1

olive crest
simple ore
#

other than TTS there are some performance improvements and bugfixes

olive crest
rare gobletBOT
#

Ayo? @olive crest level 1 !!! lfg

final bobcat
#

how the fuck do i use this

low shard
#

and what's ur pc gpu?

#

there's tons of ai programs

low shard
#

what are you looking for? and what's ur pc gpu?

odd shale
patent trellisBOT
# odd shale !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.
odd shale
#

Also, what's your GPU?

copper acorn
rare gobletBOT
#

Ayo? @copper acorn level 1 !!! lfg

copper acorn
#

This is an issue I've had since the first "new" release of Applio and I decided to come back to it to see if this issue would stop but it hasn't

simple ore
#

is it a male or female voice?

#

@copper acorn

#

if it is a singing set, it will be really bad for normal speech

#

if it is a speaking set it may fail on songs with multiple voices merging

olive crest
#

I don't see run-install.bat in applio v3.2.7, I tried to turn off anti virus and redownload it

knotty moth
olive crest
#

ok I found it, my folder has space

copper acorn
#

It's a singing set for singing

simple ore
#

ah... okay

copper acorn
#

Is there some sort of setting I need to check for training? It was pretty straightfoward on the og rvc repository

simple ore
#

well, your set is severely lacking a content variety

copper acorn
#

because I can train with RVC and not have that issue

simple ore
#

also try turning off process effects in preprocess

copper acorn
#

specifically rvc by RVC-Project

#

their repository I can train the same dataset

#

Is there a difference between how theirs and this one works that won't let me get a workign result

simple ore
copper acorn
#

My dataset has 18 minutes of singing though

#

no silence

simple ore
#

so here the pitch is a bit weird but it does clearly speak the test sequence

#

yours seem to miss a few sibilant consonants

#

and some other issues, generally that's because the dataset is missing some of the phonemes

copper acorn
#

I'm training off an old vocaloid, which has bad consonants so I did expect it

#

but still

#

this is the result being trained off of the same dataset, but in RVC1006

#

So I'm still confused as to what's causing this

knotty moth
copper acorn
rare gobletBOT
#

Ayo? @copper acorn level 2 !!! lfg

copper acorn
#

but I can't train anything on applio for some reason

simple ore
#

yeah, try skipping process effects

copper acorn
#

alr

simple ore
#

and dont use slices > 3s

copper acorn
crude flame
copper acorn
#

I have 16 gb Vram

simple ore
#

batch 4 my dude

#

14 is way too high for your <20 min

crude flame
#

b8 is better

copper acorn
#

Huh

#

Well that's something I didn't know

#

I thought that it was the same, but just larger chunking with audio

#

Alr

#

I'll run it

knotty moth
simple ore
#

also check 'save every weight'

copper acorn
slim wadi
#

whats the best of these to use with a 4070ti super

rare gobletBOT
#

Ayo? @slim wadi level 5 !!! lfg

simple ore
copper acorn
#

Using the dataset creator?

simple ore
#

dataset creator is for colab mainly

#

you just point preprocess to a folder with your source .wav file

#

type the path and that's it

copper acorn
#

Oh okay

#

Yeah I should do that

#

I had all 3 min songs in there

knotty moth
slim wadi
copper acorn
#

Btw I know the instructions say to have Applio on the C: drive but could I move it to my D: drive without issue?

#

Cause It's just "D:\AI" That I'd be placing it in

simple ore
#

D is fine

#

what is not fine is using OneDrive folder or some weird non-english folder with spaces

copper acorn
#

Oh okay

#

I just have a folder where I keep all my AI stuff

simple ore
#

that's mostly an issue with other libraires

#

technically it should have no issues with utf-8 names if you enable that in regional console settings

copper acorn
#

Training seems to actually be closer to the time of rvc1006 which I think is a good sign

#

since this one used to train incredibly fast for some reason

#

I'm talking 500 epochs in 7 min

#

but that also gave me the bad result

simple ore
#

500 epoch is 7 minutes does not seem right

#

unless you forgot to slice audio and it is just training on two mute files

copper acorn
#

I have no idea honestly

#

I'll see what happens after I finish training at 300 epochs

velvet needle
#

Hello, I need help with the program. Every time I try to start the program I get this error. discardvirtualmemory procedure entry point not found boohooh

#

I already tried everything but nothing worked for me

wet valley
#

it does not even open for me

rare gobletBOT
#

Ayo? @wet valley level 3 !!! lfg

velvet needle
wet valley
#

@dusty rampart some help here (sorry for the ping i'm new here)

glacial pollen
#

And if you get no immediate response, you gotta be patient

glacial pollen
#

Also

#

It's a good habit to include a full log

wet valley
#

the app didnt even start there was no crash log nothing

#

so yeah

glacial pollen
#

app?

wet valley
#

the program i mean

glacial pollen
#

just so we're clear, you refer to rvc right

#

or the voice changers

wet valley
#

rvc

glacial pollen
#

and is it rvc or applio specifically

wet valley
#

rvc

#

wait does it have seperate ver for amd?

#

i guess i downloaded intel one

glacial pollen
#

oh, amd

#

well

rancid sluice
#

link

wet valley
#

honse

wet valley
glacial pollen
#

@simple ore Is the amd now supported on applio or not yet?

velvet needle
# rancid sluice link

I know that ugly meme, it's from the Chilean Mapuche. Hi, I'm German. "I'm referring to the horse Juan."

rare gobletBOT
#

Ayo? @velvet needle level 1 !!! lfg

copper acorn
#

@simple ore everything worked and sounds exactly like it should. Thank you for the help!

glacial pollen
wet valley
glacial pollen
#

Alr, should be supported ( supposedly )

#

that's how it looks for the first glance

#

specifically ^

#

@wet valley

wet valley
#

yessir

glacial pollen
#

Or actually, first read the readme and then decide what you gonna do, that's all I can really say

#

as I ain't a specialist in zluda or, well amd anymore

#

( ps, if you have below 6 or 8 gigs of vram, forget about training )

#

and if making covers / using models is your concern then you don't really need anything specific, cpu will do

wet valley
#

i have enough ram

glacial pollen
#

Alrighty then. In that case, have a read and best of luck! I gotta go back to work

#

wet valley
#

wait do i need to "train" models?

glacial pollen
#

I mean, cause it sounded like you intended to train

#

that's typically when people ask about amd or mac M chips

wet valley
#

no i just want a voice changer lmao

glacial pollen
#

....

wet valley
#

omg

glacial pollen
#

Bro I asked you

#

if you mean rvc or realtime voice changer

wet valley
#

yes

#

YES

#

oh right

#

im dumb

#

im dumb as fuck

glacial pollen
simple ore
#

RVC does not mean Realtime Voice Changer

#

🙂

glacial pollen
#

oh man 🤦‍♂️ Up til now I still wonder

#

who the fuck spread that confusion god damn

wet valley
#

im sorry

glacial pollen
# wet valley im sorry

Nah dw, whoever started the mess quite a while ago is to be pointed at lol

just for future:
realtime voice changers = W-okada or rvc's realtime voice changer ( contained in the rvc's code )

applio / rvc are for voice to voice inferencing ( inferencing means using a model, in a short, for covers, in a static way )

analog obsidian
crude flame
#

rvc means retrieval based voice conversion

glacial pollen
#

tf

rare gobletBOT
#

Ayo? @crude flame level 32 !!! lfg

wet valley
#

so what do i do which one do i download

#

i need for amd

analog obsidian
#

he named wokada as realtime voice changer in prior versions

velvet needle
# analog obsidian wok himself lmao

Hi Mod, every time I try to open the program I get this error, well it's not the same but it's similar, I've already tried everything to fix it and nothing

simple ore
#

stop using admin account ffs

velvet needle
azure marshBOT
analog obsidian
#

😭

glacial pollen
#

Rvc's

#

but that's cause I subjectively get better latency and I like to tweak more / play with more explicit settings

wet valley
#

is it available for amd?

glacial pollen
#

I think, onnx should be?

#

don't remember sadly
Been a while last time I used AMD

analog obsidian
wet valley
glacial pollen
#

yet, wonder if it has enough tweaking options like rvc's own one does

#

cause like, 2 sliders ish isn't enough

analog obsidian
glacial pollen
#

uuuuu

analog obsidian
#

even the formant thingy

#

formant uuuh cant remember the name

glacial pollen
#

and that thing is shit ( don't mind me

#

truth is, it doesn't work that well

#

and doesn't change your voice's / input's formant but the models' output ( or, well, at least in rvc's native it worked that way )

analog obsidian
#

also index is extremely fast there

#

like

#

i have 10% cpu usage

#

index 0.7 on fork

rare gobletBOT
#

Ayo? @analog obsidian level 55 !!! lfg

glacial pollen
#

index was never an issue for me really 🤔 but then, it shouldn't really be used anyways
higher chance of artifacts

analog obsidian
#

index 0,7 on rvc is like 90% cpu usage for me

crude flame
analog obsidian
glacial pollen
#

anyways, I really like amount of stuff I can tweak

#

doesn't have any clogging uis, just simple tweaks n go

#

and I'm a simple guy 👀 I see sliders, I like

analog obsidian
#

fork sliders are truly a pain in the ass

#

only bad thing about it lol

glacial pollen
#

well

analog obsidian
#

the only reason i choose the fork is merely for gpu accelerated extra anyways

glacial pollen
#

Ooo, in that case I could try it as soon I'm free from pretrains

#

thanks for letting me know actually

analog obsidian
#

yeah no prob give it a try

crude flame
#

fork is also a ton better for amd

glacial pollen
#

that's like a year or half a year too late 😢

analog obsidian
#

😭

glacial pollen
#

now I am a proud 3060 user, so

#

( removed the link, people gonna try it and cry over the bugs lol - jk, don't take it serious new people. I'm friendly )

analog obsidian
#

best thing about the fork is that debloated every unnecesary shit wokada has like checking if huggingface is up and downloading those cringe anime voices

glacial pollen
#

lmao

analog obsidian
#

so u can use it even if huggingface is ded

glacial pollen
#

Yet, in far future, I plan to integrate the voice changer directly into the ui / rvc
just a concept but eh, we'll see

analog obsidian
glacial pollen
#

tho ye, I gotta go for now. Still need to figure out all-speakers-at-once processing

dire gulch
dire gulch
#

Ok. I'm not tripping. ty ty

#

Can I get a download link to a RVC that does work?

analog obsidian
#

both give the same results

velvet needle
#

Hi, does anyone know how to fix this? It appears every time I try to open the program. I'm using the latest version for Windows.

analog obsidian
#

applio has its own applio exclusive bugs
original rvc is pretty stable but training times might be slower in some gpus compared to applio

dire gulch
#

I guess I'll do the original RVC.

rare gobletBOT
#

Ayo? @dire gulch level 1 !!! lfg

dire gulch
#

Wasn't there an RVC 2?

dire gulch
#

Ok ty.

dire gulch
#

I'm having a lot of trouble trying to separate vocals from a song.

#

I get an error message "No such file or directory." and it's trying to target my computer's TEMP folder?

#

Idk what I'm doing wrong.

brittle wing
#

-colab

azure marshBOT
# brittle wing -colab
📒 Google Colab Notebooks
ℹ️ Note

While the Colab free plan provides up to 12 hours of daily usage, the GPU is typically available for only about 4 hours each day on average.

heavy kestrel
#

[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...

#

wtf is?

pastel oak
pastel oak
heavy kestrel
rare gobletBOT
#

Ayo? @heavy kestrel level 1 !!! lfg

pastel oak
heavy kestrel
#

delete folder again installed

pastel oak
#

Yes

heavy kestrel
young halo
#

does someone know how to remove background vocals with UVR?

flint solar
simple ore
#

wrong application

#

"GPT-SoVITS"

#

in case you somehow missed it

brittle wing
simple ore
#

nty

brittle wing
rare gobletBOT
#

Ayo? @brittle wing level 1 !!! lfg

brittle wing
#

i want to sent prog screen

simple ore
#

it is a different software

#

so-vits is outdated as f

rocky ember
#

can't even send a voice message

#

useless

azure marshBOT
#
📒 Google Colab Notebooks
ℹ️ Note

While the Colab free plan provides up to 12 hours of daily usage, the GPU is typically available for only about 4 hours each day on average.

#

Hey, Delta! Please use the command !howtoask to increase your chance of getting help by structuring your question in a way others can understand better. Also make sure you're asking in the right help channel:

patent trellisBOT
#

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.
gleaming steppe
#

Error: 'NoneType' object has no attribute 'host_api'

knotty moth
fading lodge
#

can anybody help me with a voicemodel? not sure why its doing it but i need some help with it

round shuttle
#

yo, it keeps saying "source not found" when opening cmd

steep halo
# knotty moth -svc

ive never used that before but wanted to. what do people use nowadays instead of so-vits?

unique rock
#

Hi friends, what should I remove from my singer's voice datasets for training?

dire gulch
#

What's speaker/singer ID?

knotty moth
dire gulch
#

Ok ty

silent stratus
#

yo is ov2 super still good with like a 7 min dataset

brittle wing
#

Who are you planning on training?

distant turtle
#

-colab

azure marshBOT
# distant turtle -colab
📒 Google Colab Notebooks
ℹ️ Note

While the Colab free plan provides up to 12 hours of daily usage, the GPU is typically available for only about 4 hours each day on average.

unkempt slate
#

does UVR5 (downloaded from official site, not running via Colab) comes with BS Roformer-Viper-X model? i tried refreshing the list but still couldnt find it

#

only found MDX23C models instead

odd shale
#

If you want i can send you an invite to the audiosep server where you can get the update.

unkempt slate
thick dagger
#

-colab

azure marshBOT
# thick dagger -colab
📒 Google Colab Notebooks
ℹ️ Note

While the Colab free plan provides up to 12 hours of daily usage, the GPU is typically available for only about 4 hours each day on average.

brave garnetBOT
sonic spire
#

when I click the start button in voicechanger, I get an error in the command line. returned while running Pad node. Name:'/rmvpe/mel_extractor/Pad' Status Message: CUDA error cudaErrorNoKernelImageForDevice:no kernel image is available for execution on the device

rocky kelp
#

I don't know which version to install, I have 2 graphics cards and I don't know which is the most powerful

jagged coral
#

hello guys, i have a problem, my i7 13700 is loading up to 90% by vc, while im using my 4070 in vc. who knows, how can i fix it?

fierce dagger
#

is there a way to train models without Nvidia GPU?

crude flame
#

intel gpus cant train at all

#

but if you dont have a gpu or your gpu is to bad just use a cloud service

earnest parrot
#

The IA weight no longer works well, the cover does not come out well 😦

fierce dagger
willow gulch
#

what is best girl voice model

crude flame
#

it all depends on what you like

#

and your voice

willow gulch
#

This donald trump voice changer is the best thing ive ever seen

crude flame
crude flame
azure marshBOT
#

Not available yet

knotty moth
willow gulch
#

how do i train my own ai voice model

flat depot
#

would this spec be able to run RVC locally?

#

oh i cant send images

#

my processor is amd ryzen 7 8745h, my gpu is radeon 780m graphics

simple ore
#

zluda + gfx1103 libraries can run pytorch 2.3.1 cu118

#

peformance will be trash

flat depot
#

does ram amount matter? i have 24 gigs, 4 of which is dedicated to vram

simple ore
#

gpu uses shared memory, it is not good

#

you can run inference on CPU, would not make much difference vs gpu

flat depot
#

i see, thank you

simple ore
#

you can always try

low shard
brittle wing
#

Can vocals with auto tune be used in a model dataset or not?

brittle wing
flint solar
#

u dont have studio vocals?

#

its best to use them but if they arent available its alright

knotty moth
soft palm
#

yo anyone know how to retrain my model

#

having a little trouble w/ errors

#

[no gpu version]

soft palm
#

nvm i solved it myself

limber epoch
#

hey! just came across Beatrice VST, which works realtime in a DAW for instant in-line vocal conversion.

this is a dream, but I'm hoping to use RVC models with this, and cannot for the life of me figure this out -- mostly because everything's in japanese.

does anyone have experience with this?

#

I see that there's a standalone realtime implementation of beatrice, which does have options for RVC as well as training your own models, but does that tie into the VST version? can you convert RVC to .toml that Beatrice uses? thank you !

brittle wing
#

-colab

azure marshBOT
# brittle wing -colab
📒 Google Colab Notebooks
ℹ️ Note

While the Colab free plan provides up to 12 hours of daily usage, the GPU is typically available for only about 4 hours each day on average.

brittle wing
olive pendant
#

HELLO

#

CAN ANYONE HELP ME TO SETUP MY VOICE CHANGER

azure marshBOT
olive pendant
#

!howtoask

patent trellisBOT
# olive pendant !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.
knotty moth
edgy tangle
#

hii

#

is this overtraining?

#

i'm new at this

simple ore
#

likely yes, depends on other graphs (fm, mel)

#

but again the bump only looks high while in reality it is +0.4

edgy tangle
#

hmm

#

Do I let it continue?

simple ore
#

what do other charts show?

#

how big is the dataset?

edgy tangle
#

almost 13 minutes

#

aprox.

edgy tangle
rare gobletBOT
#

Ayo? @edgy tangle level 5 !!! lfg

simple ore
#

not those, loss g mel, loss g fm

edgy tangle
#

ooh ok

#

i dont have them

#

I'm using RVC disconnected

simple ore
#

they are probably on the last page

#

use a filter

edgy tangle
#

ooh

simple ore
#

the usual picture with fm going to stratosphere

#

well, not stratospere, but up and up and up

edgy tangle
#

ouh

#

so, it's overtrained?

simple ore
#

you can take a model saved around 8k steps

edgy tangle
#

ok

#

thanks!

dire gulch
#

Can someone send me a link to the viva la vida vocal file

rare gobletBOT
#

Ayo? @dire gulch level 2 !!! lfg

dire gulch
#

Nvm I'm just gonna download vocals the vocals off of Youtube. lol

#

I'm like hella new to this, but idk what an index does.

low shard
brittle wing
candid meteor
#

what is the best graph tool for seeing what is the best epoch of my model?

azure marshBOT
candid meteor
#

i tried tenserbord and it sucks

simple ore
candid meteor
#

But its so hard to install and start it i tried and failed

simple ore
#

what

#

run_tb.bat:

tensorboard --logdir=C:\RVC\logs
#

you can skip the virtual environment completely, just install it into the global environment

candid meteor
candid meteor
#

can someone come help me in vc?

severe monolith
#

i have virus in new version of uvr5

knotty moth
odd shale
candid meteor
#

i know the win defender says its a virus its not an antivirus but its safe

odd shale
candid meteor
#

no,click run anyway

severe monolith
#

that good guys

candid meteor
keen fossil
#

размуть

#

брат

#

оле

severe monolith
#

why uvr5 UI don't working

candid meteor
#

come to vc i will help you

simple ore
#

you're missing python installation

candid meteor
#

i already have python

simple ore
#

try regular 'python' instead of 'python3'

candid meteor
candid meteor
#

i don't know what I'm doing

simple ore
#

just python

#

not py

#

you probably dont have tensorflow installed either

candid meteor
#

i do

simple ore
#

just ``python -c "code"

#

but again it seems that you either dont have python, did you check the box to add it to paths?

candid meteor
simple ore
#

there's a checkbox when you install python

candid meteor
#

i didn't check anything

simple ore
#

that says '[ ] Add Python to system PATH' or something like that

#

if you dont, then you need to do it manually

candid meteor
#

so i need to install python again?

simple ore
#

if you had it installed, then you need to edit environment variables and add it to the path

candid meteor
#

?

simple ore
#

path at the top

#

double click it to open the edit menu

candid meteor
simple ore
#

so you have a path to python311\scripts

#

but not just python311

#

C:\Users\USER\AppData\Local\Programs\Python\Python311

candid meteor
#

ok i added it

simple ore
#

click ok, ok to close the editing

#

then try that code again in a new window

candid meteor
#

still doesn't work

patent zodiac
#

Try py instead of python or python3 maybe

candid meteor
simple ore
#

hm... maybe move python paths to the very top

#

you're hitting microsoft's hijack for store python

candid meteor
simple ore
#

where python should not list one under windows as 1st output

candid meteor
simple ore
#

C:\Users\USER\AppData\Local\Programs\Python\Python311\python.exe should be the 1st and only output

candid meteor
simple ore
#

in a new window

#

env variables changes do not apply to previously opened command prompts

candid meteor
#

?

simple ore
#

still does not look right

#

did you save the screen when you moved the python path up?

candid meteor
#

can we go to a vc?

candid meteor
simple ore
#

being at the top of the list

candid meteor
#

done

simple ore
#

well, pythn works, but what the f you're doing with it I dont know

candid meteor
#

trying to run tensorboard

rare gobletBOT
#

Ayo? @candid meteor level 4 !!! lfg

simple ore
#

tensorboard --logdir=c:\rvc\logs

#

all you need to do bro

#

change the path to your logs

#

pip install tensorboard if you have not done it

candid meteor
#

i have a model how do i load it

simple ore
#

change the path to the actual logs folder

#

before you run it

scarlet wedge
#

How can i make inference with kaggle without using applio notebook?

#

i don't like applio's inference

#

and i have the x2 t4 gpu

knotty moth
scarlet wedge
scarlet wedge
knotty moth
hoary steeple
#

chat what do i need for the ai voice to actually work on games/discord, it still picks up my normal voice not the ai voice

candid meteor
#

how do i create a .bat file for tensorboard?

simple ore
#

if you installed it without virtual environmen, you dont need a bat file

#

just use it like I shown on the screenshot

candid meteor
#

yeah but i can put a file in the start menu folder

simple ore
#

okay, just make a .bat file with the very same command

#

in notepad and save it as .bat

scarlet wedge
blazing solar
#

-colab

azure marshBOT
# blazing solar -colab
📒 Google Colab Notebooks
ℹ️ Note

While the Colab free plan provides up to 12 hours of daily usage, the GPU is typically available for only about 4 hours each day on average.

fathom crater
#

Traceback (most recent call last):
File "C:\Users\haris\Downloads\rvc\Mangio-RVC-v23.7.0_INFER_TRAIN\Mangio-RVC-v23.7.0\infer-web.py", line 27, in <module>
import gradio as gr
File "C:\Users\haris\Downloads\rvc\Mangio-RVC-v23.7.0_INFER_TRAIN\Mangio-RVC-v23.7.0\runtime\lib\site-packages\gradio_init_.py", line 3, in <module>
import gradio.components as components
File "C:\Users\haris\Downloads\rvc\Mangio-RVC-v23.7.0_INFER_TRAIN\Mangio-RVC-v23.7.0\runtime\lib\site-packages\gradio\components.py", line 34, in <module>
from gradio_client import media_data
File "C:\Users\haris\Downloads\rvc\Mangio-RVC-v23.7.0_INFER_TRAIN\Mangio-RVC-v23.7.0\runtime\lib\site-packages\gradio_client_init_.py", line 1, in <module>
from gradio_client.client import Client
File "C:\Users\haris\Downloads\rvc\Mangio-RVC-v23.7.0_INFER_TRAIN\Mangio-RVC-v23.7.0\runtime\lib\site-packages\gradio_client\client.py", line 24, in <module>
from huggingface_hub import CommitOperationAdd, SpaceHardware, SpaceStage
ImportError: cannot import name 'CommitOperationAdd' from 'huggingface_hub' (C:\Users\haris\Downloads\rvc\Mangio-RVC-v23.7.0_INFER_TRAIN\Mangio-RVC-v23.7.0\runtime\lib\site-packages\huggingface_hub_init_.py)

#

i get this error

#

how do i fix this

#

?

simple ore
fathom crater
#

oh okay

#

i updated it

#

i fixed it

simple ore
#

apparently not enough

#

since the build was done over a year ago and the libraries are outdated, that's what you get

fathom crater
#

ah okay

#

issue

#

FileNotFoundError: [Errno 2] No such file or directory: 'pretrained/f0G40k.pth'

simple ore
#

and since the author did not freeze specific version installing using requirements is not gonna happen

#

yes, it tries to download pretrain models from huggingface

fathom crater
#

how do i fix this

simple ore
#

use RVC build or Applio

fathom crater
#

i use mangui

#

mangio

simple ore
#

well, good luck figuring how to update requirements

fathom crater
#

it worked before

rare gobletBOT
#

Ayo? @simple ore level 42 !!! lfg

fathom crater
#

wtf

#

i want to run it on my pc thi

#

tho

#

and train

brittle wing
#

Is it a problem if some samples are flacs, others wavs?Do they all have to be the same audio format?

crude flame
brittle wing
crude flame
#

That's fine

brittle wing
#

Should I use the mvsep aggressive one?

true ravine
#

zir

fathom crater
#

what the hell

true ravine
#

iz there any indian ai voize zanzer

crude flame
#

Just make sure it's quiet

brittle wing
fathom crater
#

yo wtf is this error

#

i never seen this error

brittle wing
#

And melrof Denoise takes away from the vocals

crude flame
#

If not just be more aggressive

#

Or get better audio

brittle wing
crude flame
fathom crater
#

yo

brittle wing
crude flame
brittle wing
crude flame
fathom crater
#

oh okay

crude flame
brittle wing
brittle wing
#

Still noisy

#

Uvr Denoiser on MVSEP?

crude flame
brittle wing
crude flame
brittle wing
#

(it adds it's own noise tho, it has been proven)

brittle wing
shadow crest
#

tgha amd

low shard
#

@ivory sundial do NOT upload instrumentals for copyright reasons

marsh schooner
#

these the best settings for uvr?

#

for backround removal

knotty moth
marsh schooner
#

thought it was going slow for a 4090 does anyone know why my training not using 100%

knotty moth
vale osprey
#

-colab

azure marshBOT
# vale osprey -colab
📒 Google Colab Notebooks
ℹ️ Note

While the Colab free plan provides up to 12 hours of daily usage, the GPU is typically available for only about 4 hours each day on average.

simple ore
blazing solar
#

-colab

azure marshBOT
# blazing solar -colab
📒 Google Colab Notebooks
ℹ️ Note

While the Colab free plan provides up to 12 hours of daily usage, the GPU is typically available for only about 4 hours each day on average.

fathom whale
#

Is there something such as if i train a model on lets' say only 500 words and 15 minutes of audio the model would produce those 500 words better then the other English vocabulary. AND if yes could i merge 2 models trained on lets say slang and formal English so would the merged model produce both the formal and slang speech better than compared to the formal model producing slang ?

marsh schooner
knotty moth
blazing crane
#

anyone know what

ValueError: 32000 SR doesn't match target 40000 SR means

#

using Ov2 40k model for a dataset set to 40k

knotty moth
covert anchor
#

ok here

#

just does that and doesn't train at all

knotty moth
# covert anchor ok here

check if you might have had issues on preprocess and feature extraction, or perhaps completed too fast with nothing processed

covert anchor
#

i think nothing is wrong, idk

#

let me do it all again

#

preprocess

knotty moth
#

(or wait till the index training finished)

covert anchor
#

i was trying, it just won't start

#

let me extract

knotty moth
covert anchor
#

extract

covert anchor
#

i didn't had this problem before so, im blank, sowy

#

what i am doing wrong? or there is some uncompatibility issue?

#

im using a "flac" file btw

knotty moth
covert anchor
#

i should export it to wav?

#

and try again?

knotty moth
covert anchor
#

i have adobe audition, that will do it

rare gobletBOT
#

Ayo? @covert anchor level 2 !!! lfg

knotty moth
covert anchor
#

preprocess with wav

#

it's right?

#

this on extract

covert anchor
#

i'v got some @ to me but i didn't see where :c

#

same error :c

knotty moth