#✨│ai-help

1 messages · Page 58 of 1

inland swift
#

I tried that

#

It didn't help

#

Also I can't run smth

#

Let me show what I can't run

proper shale
toxic maple
#

the first output with train feature index: (2349, 768),60
training
adding
Successful Index Construction,added_IVF60_Flat_nprobe_1_stinos3_v2.index

#

INFO:stinos3:loaded pretrained pretrained_v2/f0G40k.pth
<All keys matched successfully>
INFO:stinos3:loaded pretrained pretrained_v2/f0D40k.pth
<All keys matched successfully>

#

then this in cmd

#

and then a load of text

#

about matplotlib loaded modules

inland swift
inland swift
toxic maple
#

ImportError: cannot import name 'api' from 'matplotlib' (C:\Users\XXXX\AppData\Roaming\Python\Python39\site-packages\matplotlib_init.py)

inland swift
#

I went to phone to make it easier

proper shale
#

never train on phone

inland swift
#

But actually how i do restart

proper shale
inland swift
#

I don't understand where this top right thing

toxic maple
rare gobletBOT
#

Ayo? @toxic maple level 2 !!! lfg

proper shale
inland swift
#

I'm looking at top right and I don't see anything there

#

I'm looking at where's my pfp

proper shale
#

T4

inland swift
#

T4

proper shale
#

There's a dropdown right near that

inland swift
#

Ok hold up

inland swift
#

Say from the memory which i need to choose

#

1-8

proper shale
inland swift
#

Oh ok thanks

#

Done

#

What's next

#

I need to re-do all stuff?

proper shale
#

now run all dependencies step at once

inland swift
#

Alright

toxic maple
inland swift
#

Btw

#

Thanks dor existing

#

For*

proper shale
proper shale
inland swift
inland swift
proper shale
#

thank you

#

i try my best

inland swift
#

Np you are good understanding person

#

I mean you didn't gave up on teaching me

#

And i like the way how u explain the stuff
It's chill

pure scroll
#

you mean i did gave up?!!

inland swift
#

You had some other job irl I think

pure scroll
inland swift
#

Your was busy etc i think

#

I mean no one does sit all day here only to help people

#

People has own mind and stuff

pure scroll
#

🐐

inland swift
#

?

pure scroll
#

you are the goat!

inland swift
#

Thanks

#

I'm understanding person so you didn't gave up

#

Maybe your was doing smth else while your was not in discord

brittle wing
#

Why is this not done yet

analog python
#

might seem like a dumb question but how/where do I turn my mp3 audiofile to pth and index files WKShibeThonk

inland swift
#

Top reasons why i didn't swear when i was angry:
1: because it's weak thing to do
2: haram
3: always trying to be positive even when i'm angry

rare gobletBOT
#

Ayo? @inland swift level 7 !!! lfg

inland swift
pure scroll
inland swift
pure scroll
fast swan
inland swift
fast swan
pure scroll
inland swift
fast swan
#

Literally good night

pure scroll
fast swan
pure scroll
inland swift
fast swan
#

Arabian even

inland swift
#

Can i dm

fast swan
#

I'm lonely

molten pecan
sand iris
molten pecan
pure scroll
#

lol

#

clem

left oasis
#

help please

rare gobletBOT
#

Ayo? @left oasis level 4 !!! lfg

pure scroll
sand iris
half cove
pure scroll
half cove
left oasis
#

Is that okay?

half cove
#

Yea

left oasis
#

oh

molten pecan
left oasis
#

thanks

molten pecan
#

Yea that

toxic maple
analog python
sand iris
toxic maple
#

File "C:\Users\xxxx\AppData\Roaming\Python\Python39\site-packages\matplotlib\projections_init_.py", line 4, in <module>
from mpl_toolkits.mplot3d import Axes3D
File "C:\Users\xxxx\Documents\RVC\Mangio-RVC-v23.7.0\runtime\lib\site-packages\mpl_toolkits\mplot3d_init_.py", line 1, in <module>
from .axes3d import Axes3D
File "C:\Users\xxxx\Documents\RVC\Mangio-RVC-v23.7.0\runtime\lib\site-packages\mpl_toolkits\mplot3d\axes3d.py", line 22, in <module>
from matplotlib import _api, cbook, _docstring, _preprocess_data
ImportError: cannot import name 'api' from 'matplotlib' (C:\Users\xxxx\AppData\Roaming\Python\Python39\site-packages\matplotlib_init.py)

worn stag
#

Can anyone help me? I've downloaded an AI model, but I don't know how to use it. Do I use it with RVC v2 in a classic way, and do I need to use Yandex Disk to upload it?

sand iris
#

This seems to be a Frankenstein'ed install of Mangio

#

are you sure you unzipped everything?

toxic maple
#

Yes, everything is unzipped

sand iris
#

why the hell is it looking for the system install of python

#

when it's using python provided by mangio ?

toxic maple
#

idk

#

thats why I'm here (:

analog python
#

The Mangio-RVC-Fork don't work, this what it says, any idea how to fix it?

To create a public link, set share=True in launch().
2024-01-02 18:04:21 | ERROR | root | Task exception was never retrieved
future: <Task finished name='evz68h83ifp_17' coro=<Queue.process_events() done, defined at C:\Users\Jani\Desktop\Mangio-RVC-v23.7.0\runtime\lib\site-packages\gradio\queueing.py:343> exception=1 validation error for PredictBody
event_id
Field required [type=missing, input_value={'data': ['48k', True, 'v...on_hash': 'evz68h83ifp'}, input_type=dict]
For further information visit https://errors.pydantic.dev/2.5/v/missing>
Traceback (most recent call last):
File "C:\Users\Jani\Desktop\Mangio-RVC-v23.7.0\runtime\lib\site-packages\gradio\queueing.py", line 347, in process_events
client_awake = await self.gather_event_data(event)
File "C:\Users\Jani\Desktop\Mangio-RVC-v23.7.0\runtime\lib\site-packages\gradio\queueing.py", line 220, in gather_event_data
data, client_awake = await self.get_message(event, timeout=receive_timeout)
File "C:\Users\Jani\Desktop\Mangio-RVC-v23.7.0\runtime\lib\site-packages\gradio\queueing.py", line 456, in get_message
return PredictBody(**data), True
File "C:\Users\Jani\Desktop\Mangio-RVC-v23.7.0\runtime\lib\site-packages\pydantic\main.py", line 164, in init
pydantic_self.pydantic_validator.validate_python(data, self_instance=pydantic_self)
pydantic_core._pydantic_core.ValidationError: 1 validation error for PredictBody
event_id
Field required [type=missing, input_value={'data': ['48k', True, 'v...on_hash': 'evz68h83ifp'}, input_type=dict]
For further information visit https://errors.pydantic.dev/2.5/v/missing

solar jacinth
#

@glad zealot

#

mr.hina san

#

mr. hina san

molten pecan
solar jacinth
#

Does kaggle mangio tweak can do vocal separtion ?

molten pecan
#

Do you know what that means?

worn stag
#

i don't know

glad zealot
#

hi

solar jacinth
#

yayyyy mr. hina san is here

glad zealot
#

thats why i used it for training only

molten pecan
# worn stag i don't know

RVC has quite a few "forks". A fork of RVC is a modified copy of the original software, where they add their own features and modifications

#

The most popular forks are Mangio, Applio, RVC Studio, AICoverGen, etc

#

And the base, original and unmodified version of RVC we call it "Mainline RVC"

solar jacinth
worn stag
glad zealot
#

but it should work

solar jacinth
molten pecan
#

The vocal isolation tool of RVC is a little broken in my experience

worn stag
rare gobletBOT
#

Ayo? @worn stag level 1 !!! lfg

solar jacinth
solar jacinth
#

thanks mr . hina san

molten pecan
molten pecan
solar jacinth
#

I will try it

glad zealot
#

note that takes forever for datasets

solar jacinth
#

ohh

#

is it slower on colab and thats whay it works on colab ?

glad zealot
#

no idea why but it takes longer than the first version

#

since idk how to set it up properly lol

#

heres the other one

solar jacinth
#

yrrrrr love you 3000

#

hina is the best

#

plus your big fan on github

glad zealot
#

agreed

#

i used it to do my datasets ngl

brazen sorrel
#

I'm having issues regarding to Ilaria_RVC after duplicating the space, what I only see is blank and nothing

#

any help is greatly appreciated

molten pecan
violet heron
#

It’s because cross site cookies are disabled so private spaces won’t show

#

So set it to public to solve that issue

proven hill
brazen sorrel
rare gobletBOT
#

Ayo? @brazen sorrel level 1 !!! lfg

brazen sorrel
fiery bramble
#

help, the zip file seems to be fine and all the settings seem normal by the tutorial but it never finished processing the audio, I was 800 seconds in at one point and still it did not stop.

#

i restarted the gui multiple times and when i entered the same settings the processing never stopped

brittle wing
#

You don't give it a ZIP file locally, just a folder with all of your audio files in it for the model you want to make currently.

fiery bramble
#

oh so you dont zip it?

brittle wing
#

Correct, that's only for the cloud based shit.

fiery bramble
#

ah okay

#

how long should the processing take?

brittle wing
#

Depends on how many audio files you give it, and the total length of it.

rare gobletBOT
#

Ayo? @brittle wing level 7 !!! lfg

brittle wing
#

More audio files the faster it'll go. Still depends on your hardware too though.

half cove
fiery bramble
rare gobletBOT
#

Ayo? @fiery bramble level 6 !!! lfg

fiery bramble
#

its still processing

#

700 seconds in

brittle wing
fiery bramble
#

i mean i can process all sounds separately but i would have to make a new folder for that

#

wouldnt take long but that is a possibility

proud elbow
half cove
brittle wing
#

You literally, have 1 folder that you point at, you don't put a / at the end of it, just ends when the folder name is hit. If you put the / after it'll end up looking at something that doesn't exist.

fiery bramble
#

i can do wav too but its just im wondering

brittle wing
cold raptor
half cove
#

That's one example where more files would matter I'm talking about most cases

brittle wing
proud elbow
rare gobletBOT
#

Ayo? @proud elbow level 16 !!! lfg

fiery bramble
brittle wing
half cove
#

🤔

fiery bramble
#

ok i have started processing again without spaces

brittle wing
# fiery bramble ok i have started processing again without spaces

Do you want me to make your life easier because I can, instead of having to copy the folder path to your audio files all the time, make a folder inside of the base part of your install, if it's called AUDIO, then all you type is AUDIO in the path to training folder, since it will always start where you launched the bat from. Which, is in the rvc folder.

cold raptor
fiery bramble
brittle wing
#

No one is questioning the fact that blud is running on a 4core CPU. So I will now point that out. It's going to take time.

fiery bramble
#

i dont even know how many cores my cpu has one second

brittle wing
#

its in the UI. unless mangio does something stupid and limits it to half

fiery bramble
#

YUP i have 4 cores...

#

my pc aint new

proud elbow
#

use 2 cpu processes, not full bar in order not to risk hanging or crashing the system

#

(esp in feature extraction)

fiery bramble
covert nacelle
#

Can someone go in voice with me and help me to fix my voice changer, idk why, it works like shit

craggy dagger
#

I'm having trouble finding a guide or general information on how to get audio to audio ai to sound better. Like an in depth guide to the settings.

Basically I have all the horsepower in the world and don't need to train a new ai, I just need to learn how to make any ai sound better by learning what to tweak.

#

Using rvc v2 mangio if that matters.

proud elbow
brittle wing
craggy dagger
#

I think I might have two separate issues.

One is sometimes the Model will break down, and in other spots on the same render it's fine. So that might be the model itself? Once I'm home from work I can post tiny clips of the type of artifacts/weirdness I'm getting. Hopefully that can have someone point me to what's going on specifically. Because I'm willing to bet it's user error. I.e. my fault. Lol

rare gobletBOT
#

Ayo? @craggy dagger level 1 !!! lfg

half cove
craggy dagger
#

Oh I don't mind training my own. I just haven't needed to as of yet.

brittle wing
half cove
craggy dagger
#

Second issue is 30 minute renders where the ai only needs to convert about 20 seconds worth of audio. (Audio book and every track is the same length for sake of my sanity in editing)

sand iris
#

what's the GPU being used ?

craggy dagger
#

4090

fiery bramble
#

it has been 1300 seconds i dont know if my 39 second dataset is supposed to be processed already or my cpu is THAT slow

sand iris
#

I believe it would crash if it failed to initialize it

fiery bramble
#

my cpu is not THAT slow

civic meteor
#

So basically i just got a new pc and finally installed the mangio-crepe 23.7 for training but when i try to train a model i get this can anyone help?

sand iris
#

Does it work fine on shorter inferences ?

tired scroll
#

hi rvc can't find the file "mute" in logs what should i do?

sand iris
civic meteor
#

so what should i do

sand iris
#

Use google colab or somehow get another GPU to train with

civic meteor
#

oh ok

#

thanks

craggy dagger
sand iris
#

ya

tired scroll
#

how can i send a screenshot ?

civic meteor
half cove
craggy dagger
#

So it works with long runs as well. I have a 30 minute track of narration that is great the whole way through.

But I'll test the other models that have been giving me issues in shorter audio files without the silence. Maybe that is messing up the Ai.

sand iris
tired scroll
sand iris
fiery bramble
#

1600 seconds

craggy dagger
#

To be clear my workload looks like

All tracks are 30 minutes.

Track 1: Narrator talking
Track 2: character
Track 3 character
Track 4: character

I render all of them separately. The narrator is just fine, but the characters who are mostly silence in the tracks have weird ducking and Artifacts.

thin slate
#

Hii, i'm trying trying to use the google collab and it disconnect:

Runtime disconnected
Your runtime has been disconnected due to executing code that is disallowed in our free of charge tier. Colab subsidizes millions of users and prioritizes interactive programming sessions while disallowing some types of usage as outlined in the FAQ. If you believe this message is in error, file an appeal. Please include any relevant context about your usage.
Your compute unit balance is 0. Purchase more


To connect to a new runtime, click the connect button below.

But i didn't could use more than 1 minute, anyone can help me?

sand iris
#

Oh I thought you were having issues with processing times

half cove
tired scroll
#

FileNotFoundError: [WinError 2] Sistem belirtilen dosyayı bulamıyor: 'C:\Users\Samet\Desktop\RVC-beta-v2-0618/logs/mute/0_gt_wavs/mute40k.wav'

I think i accidentaly deleted something that i shouldn't...

rare gobletBOT
#

Ayo? @tired scroll level 1 !!! lfg

sand iris
craggy dagger
#

Naw. Artifacts and such, so I want to learn what I need to tweak.

#

If the shorter audio files with no long periods of silence don't fix it up I'll try training a few models and if the problem persists I'll post about it again.

sand iris
craggy dagger
#

You're good.

sand iris
craggy dagger
#

But as a general rule, if I don't care about render times and just want the best output quality, what should my settings look like?

thin slate
sand iris
#

colab is the google platform, on it you can run any "notebook" people made

#

There are a lot of different ones for this tech

sand iris
thin slate
rare gobletBOT
#

Ayo? @thin slate level 1 !!! lfg

half cove
#

Just send the link of the notebook

sand iris
#

Just share the link of the page you loaded lol

sand iris
#

Oh yeah

half cove
#

Use the hina modified one

sand iris
#

that one's detected & actively blocked by google kek

thin slate
sand iris
#

Seeing the error message you got, you might need to use another google account

thin slate
sand iris
sand iris
#

It's not blocked... yet, but it really should be lol

#

abuse it while it still works

half cove
thin slate
half cove
#

Yes i am too lazy that I just copy and pasted

thin slate
#

that's ok

quartz fog
#

Hey Guy's, What's the best Easiest way to make the voice ai thing? since Colab is banned?

rare gobletBOT
#

Ayo? @quartz fog level 1 !!! lfg

thin slate
#

thank you guys

#

i was trying sooooo much

azure marshBOT
# sand iris -colab

Suggestions for @quartz fog

☁️ 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
sand iris
#

all of those aren't banned !

#

(yet kkkkek)

quartz fog
#

(lets see how long they stay) xd

#

Since Colab was like

#

how long active?

#

some months

#

I dunno Tbh

#

I just randomly saw that collab does not exist anymore

thin slate
#

so what happens if I get banned? I will just can't use colab, or other things too?

thin slate
#

ok fine, ty 🙌 😊

quartz fog
#

well how can you get banned lol

sand iris
quartz fog
#

oh lol

sand iris
tired scroll
#

yep, i'm trying that rn

thin slate
#

But also I just wanted to play a little so I wouldn't mind 😀

quartz fog
#

Is there a Tutorial for Doing it on Colab?

#

I just use this For my FNF Voices

#

they kiiiinda actually work

quartz fog
#

Ahh Thank you bud!

toxic maple
full falcon
#

Guys does it affect the ai if when i run rvc it shows cuda 0 even if i have nvidia gpu do i need to install cuda ?

quartz fog
#

I don't see the drive Folder?

half cove
#

Did you connect to Google drive?

quartz fog
#

it didn'T show me a massege like usual

#

is that a problem?

plush compass
#

What does this photo during training tell us?

half cove
quartz fog
#

uhhh

rare gobletBOT
#

Ayo? @quartz fog level 2 !!! lfg

quartz fog
#

ai cover?

half cove
#

What tutorial are you using

half cove
half cove
azure marshBOT
#

Hey, @plush compass!

👇 Here are some resources to help you identify if your model is overtraining

How do I know if my model is overtaining?

All-In-One Guide on how to make a good model

This guide explains how the D and G files works and much more: https://rentry.org/RVC_making-models

Credits: LUSBERT lusbertmoment

Automated Overtraining Detection (AOD)

Will be available soon in #1159513888199540817

Credits: grvyscale

half cove
#

After that refresh the page

#

Not the page

#

The uhh

#

File Explorer or whatever its called

quartz fog
#

OOhhhhhhhhhhh

#

that makes sense

#

xD

#

thanks buddy!

sand iris
sand iris
#

Removing matplotlib from the global python install could help I guess

#

But if anything relies on it, they'll stop working

full falcon
sand iris
warm fiber
#

for training, does volume matter?

rare gobletBOT
#

Ayo? @warm fiber level 1 !!! lfg

inland swift
#

do someone want help with rvc

#

i learned how to use it properly

toxic maple
# sand iris From the top of my head right now, no

It didn't work, but I got this error, could this be the problem?: Note: you can still call torch.view_as_real on the complex output to recover the old return format. (Triggered internally at C:\actions-runner_work\pytorch\pytorch\builder\windows\pytorch\aten\src\ATen\native\SpectralOps.cpp:867.)
return _VF.stft(input, n_fft, hop_length, win_length, window, # type: ignore[attr-defined]
C:\Users\xxxx\Documents\RVC\Mangio-RVC-v23.7.0\runtime\lib\site-packages\torch\functional.py:641: UserWarning: stft with return_complex=False is deprecated. In a future pytorch release, stft will return complex tensors for all inputs, and return_complex=False will raise an error.

sand iris
#

that shouldn't be an error

toxic maple
rare gobletBOT
#

Ayo? @toxic maple level 3 !!! lfg

sand iris
#

yeah, all the time when training if I remember right

#

just says "oh the code here does things which will be removed in the future, be careful"

quartz fog
#

well i think the Song output isn't working?

#

everything is checked

#

uh

#

i refrashed everything on the Data thing

#

still not showin up

#

any idea what could be the issue @sand iris ?

#

Becouse the thing is everythings also checked

sand iris
#

idk

quartz fog
#

and i cannot see whats wrong

vapid jasper
#

Anyone know the fix ? (Applio)

  File "C:\Users\Dators\Desktop\Applio-RVC-Fork\infer-web.py", line 26, in <module>
    import fairseq
ModuleNotFoundError: No module named 'fairseq'
Press any key to continue . . .```|
quartz fog
#

i refrash The webside and try again

#

still not working

#

wth

#

ok got this error

#

what the hack

#

ive putted in Luigi

#

ANd not fucking Gradio

#

who even is that

brittle wing
#

Things not installing properly challenge very easy.

neat cosmos
#

I downloaded Mangio-RVC and am following a video tutorial that uses TensorBoard but when I follow the link to get TensorBoard it appears to be broken. Is there a working link to get TensorBoard currently?

quartz fog
#

but how in the world does that makes sense it gives me A error of a Way different module Name ive installed xD

brittle wing
quartz fog
#

Ohh

#

alright i try again

brittle wing
#

You can manually edit whatever the cell is and add "!pip install gradio" i believe is the command

quartz fog
#

where do i have to put it in?

rare gobletBOT
#

Ayo? @quartz fog level 3 !!! lfg

junior patio
#

-colab

azure marshBOT
# junior patio -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
rare gobletBOT
#

Ayo? @junior patio level 1 !!! lfg

quartz fog
#

@brittle wing ?

junior patio
#

-rvc

azure marshBOT
# junior patio -rvc
Documentation

📚 All-In-One English documentation

https://docs.aihub.wtf/

❔ English FAQ

https://docs.aihub.wtf/faq

✨ More guides

Full AI Voice Model Training Guide (Local)

Link: YouTube
Credits: Christopher Villanueva

Model training with Mainline RVC

Link: Rentry
credits: Raven (ravencutie21)

AICoverGen Colab Guide

Link: Google Docs
Credits: Eddy (Spanish Helper)

Create a model with RVC disconnected (colab)

Link: Google Docs
Credits: Angetyde

How To Make an AI Cover With Ilaria RVC

Link: Rentry
Credits: 👽 Julia (ailen2091)

brittle wing
#

1sec ill open the colab

quartz fog
#

Alright :)

#

(i'm doin this since 2 hours now just for making that thing into another voice xD)

brittle wing
#

If i'm not mistaken it's just this, you add to the top of dependencies and re run it

quartz fog
#

i don't see that one

#

"dependencies"

velvet robin
#

I have a question.
On a scale of 1-10, how easy is it to make voice models?

brittle wing
#

what one are you using, bc this is from RVC Disonnected.

brittle wing
quartz fog
#

The English Version of the AiCoverGen

brittle wing
#

Oh covergen

velvet robin
brittle wing
quartz fog
#

mhm

quartz fog
brittle wing
#

same thing just on the first most cell

quartz fog
#

Ahhhhhh

brittle wing
#

any time it tells you, that you are missing something, you add the thing its missing

quartz fog
#

alright hold on let me try it

grand crest
#

hello, i last used models many months ago
can you please tell me what is the best colab link for training a model

junior patio
#

Why do the hugging face versions don't show my model in the interface when It's says Download successful?

#

Wait Is there a way to zip a file in My drive?

violet heron
violet heron
#

Or reload

#

Depending on which HuggingFace your using

junior patio
junior patio
quartz fog
#

@brittle wing yo got this error:

ERROR: pip's dependency resolver does not currently take into account all the packages that are installed. This behaviour is the source of the following dependency conflicts. lida 0.0.10 requires kaleido, which is not installed. tensorflow-probability 0.22.0 requires typing-extensions<4.6.0, but you have typing-extensions 4.9.0 which is incompatible. torchdata 0.7.0 requires torch==2.1.0, but you have torch 2.0.1+cu118 which is incompatible. torchtext 0.16.0 requires torch==2.1.0, but you have torch 2.0.1+cu118 which is incompatible. torchvision 0.16.0+cu121 requires torch==2.1.0, but you have torch 2.0.1+cu118 which is incompatible. Hit:1 https://cloud.r-project.org/bin/linux/ubuntu jammy-cran40/ InRelease Hit:2 https://developer.download.nvidia.com/compute/cuda/repos/ubuntu2204/x86_64 InRelease Hit:3 http://security.ubuntu.com/ubuntu jammy-security InRelease Hit:4 http://archive.ubuntu.com/ubuntu jammy InRelease Hit:5 http://archive.ubuntu.com/ubuntu jammy-updates InRelease Hit:6 http://archive.ubuntu.com/ubuntu jammy-backports InRelease Hit:7 https://ppa.launchpadcontent.net/c2d4u.team/c2d4u4.0+/ubuntu jammy InRelease Hit:8 https://ppa.launchpadcontent.net/deadsnakes/ppa/ubuntu jammy InRelease Hit:9 https://ppa.launchpadcontent.net/graphics-drivers/ppa/ubuntu jammy InRelease Hit:10 https://ppa.launchpadcontent.net/ubuntugis/ppa/ubuntu jammy InRelease Reading package lists... Done Building dependency tree... Done Reading state information... Done 24 packages can be upgraded. Run 'apt list --upgradable' to see them.

violet heron
#

Or reload

#

Right below the choose a voice

junior patio
#

I know that

#

But the name I put in not there

#

Evenn when I search the name

viscid moss
#

-colab

azure marshBOT
# viscid moss -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
violet heron
junior patio
#

nope

rare gobletBOT
#

Ayo? @junior patio level 2 !!! lfg

quartz fog
#

used the AICoverGen-NoWebUI [English] one @viscid moss

viscid moss
junior patio
violet heron
#

Right below choose a voice or next to it

quartz fog
violet heron
#

There is a refresh button

#

Or reload

viscid moss
junior patio
viscid moss
#

I tried it yesterday and it worked very well idk2

junior patio
#

I refreshed thousand times

toxic maple
junior patio
#

The name isn't there

quartz fog
#

this is a custom command i tiped in from ain

junior patio
#

There are just 4 other models that I didn't put

violet heron
quartz fog
#

becouse before i got a erro that "Gradio" isn'T installed

viscid moss
violet heron
#

I’ll tell you what to click

junior patio
sand iris
quartz fog
#

yup

violet heron
quartz fog
#

hm

junior patio
#

still the same

#

the name I used is this

violet heron
junior patio
#

what is even that

violet heron
quartz fog
#

what am i supposed to do now

junior patio
#

what do you mean by top bar to be exact

quartz fog
#

since it shows me the erorr

junior patio
viscid moss
violet heron
#

3 little dots in a button

#

Click it

quartz fog
#

hell naw i am not using hf space

#

this sht is needing like 30 mins to load

junior patio
#

oh right

violet heron
quartz fog
#

The easy gui one

violet heron
#

Wrong person

#

Lol

#

Talking to @junior patio

junior patio
#

I'm building one

quartz fog
#

(eddy said the same thing)

#

(he said i should use HF space)

#

i'm trying this thing now since 2 hours and 30 mins lol

viscid moss
quartz fog
#

Just for one thing

#

xd

viscid moss
#

Installing idk2

#

Lemme test xd

quartz fog
#

ok

craggy dagger
#

Just fyi, I got home and tried short clips instead of the long silence with the audio clips dispersed and it works great. So yeah, silence really messes the AI up.

rare gobletBOT
#

Ayo? @craggy dagger level 2 !!! lfg

junior patio
#

But I'm uploading it in pth

junior patio
#

yep

violet heron
#

Model should be public

#

Otherwise it won’t work

junior patio
#

you mean the my drive link?

violet heron
junior patio
#

It is public

violet heron
#

Also it might not work since your using a drive link

neat cosmos
#

what does it mean when trying to run the training if my output information is like this? 训练结束, 您可查看控制台训练日志或实验文件夹下的train.log ?

junior patio
viscid moss
quartz fog
#

wth

#

i retry it

neat cosmos
#

In this video i found for a tutorial, the guy shows that during the training the terminal should show a lot of INFO: with logs and such. my terminal just gets stuck here

E:\Audio\AI-Voices\Mangio-RVC-v23.7.0\runtime\lib\site-packages\torch\functional.py:641: UserWarning: stft with return_complex=False is deprecated. In a future pytorch release, stft will return
complex tensors for all inputs, and return_complex=False will raise an error.
Note: you can still call torch.view_as_real on the complex output to recover the old return format. (Triggered internally at C:\actions-runner_work\pytorch\pytorch\builder\windows\pytorch\aten\src\ATen\native\SpectralOps.cpp:867.)
return _VF.stft(input, n_fft, hop_length, win_length, window, # type: ignore[attr-defined]
INFO:torch.nn.parallel.distributed:Reducer buckets have been rebuilt in this iteration.

rare gobletBOT
#

Ayo? @neat cosmos level 1 !!! lfg

junior patio
viscid moss
junior patio
#

But still nothing comes up

quartz fog
#

1 and it's not a song its for a fnf chromatic

viscid moss
#

I'll do it for u

quartz fog
#

Thanks but i still wanna try it myself again

#

if its not working than i send you ^^

#

I just want to be sure if it was just an one time error or not

quartz fog
#

My one is like this

#

where have you putted in !pip install gradio

viscid moss
#

Gradio isn't nedded

quartz fog
#

for me it is

rare gobletBOT
#

Ayo? @quartz fog level 4 !!! lfg

quartz fog
#

i get everytime a error that "Gradio isn't installed"

#

when i do the File thing

quartz fog
#

The Generate Cover one

neat cosmos
quartz fog
#

With the Content drive ect.

viscid moss
#

Try this:
Go to this part >>
Environment or something maybe

sand iris
#

How long have you waited rn ? Also how much time worth of audio files did you give it as dataset ?

quartz fog
#

I cannot speak Spanish

viscid moss
quartz fog
#

idk where that is lol

sand iris
#

runtime > disconnect and delete runtime

yeah

viscid moss
quartz fog
#

i just see that

viscid moss
quartz fog
#

ok i try it again

lunar iron
#

Hi! I just found out that RVC GUI is outdated, and now I'm not sure which one I should download lol
which fork would be the easiest to use that doesn't take up too much space?

neat cosmos
#

anyone know what this error means?
RuntimeError: The expanded size of the tensor (1025) must match the existing size (513) at non-singleton dimension 0. Target sizes: [1025, 368]. Tensor sizes: [513, 368]

viscid moss
lunar iron
#

Thank you!

violet heron
#

-local

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

You can find more info on the #1159513888199540817 channel. If you can't find your answer, feel free to ask for help in #✨│ai-help. Credits to Faze Masta and Antasma for compiling these links.

neat cosmos
#

Im continuously getting this error when trying to do the training. any help would be greatly appreciated. 🙂 #✨│ai-help message

unreal nest
#

Hello is anyone here so i want to add my own voice to the select model maker thing how do i do that

unreal nest
#

i cant really send an image

#

lemme dm you]

violet heron
unreal nest
#

so did you see it

rare gobletBOT
#

Ayo? @unreal nest level 1 !!! lfg

unreal nest
#

white one did i use then

meager silo
#

-colab

azure marshBOT
# meager silo -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
quartz fog
#

Damn it needs really god damn long @viscid moss

#

The uh Clone and install thing

viscid moss
#

15 minutes exactly

#

But it's not my fault

#

Is that Colab sh1t

quartz fog
#

Worked now :O

half cove
full falcon
#

Can someone help me install cuda cus it always tells me i don't have microsoft visual studio , is it mandatory to have it ?

rare gobletBOT
#

Ayo? @full falcon level 1 !!! lfg

unreal nest
#

can someone help me boot up applio

#

anyone?

brittle wing
#

What does applio even offer that makes it worth using over the official rvc.

half cove
wise moss
#

my laptop blue screened while doing the feature extraction and it’s at 100% but won’t restart

rare gobletBOT
#

Ayo? @wise moss level 1 !!! lfg

violet heron
#

Green UI

wise moss
#

I have a nvidia GeForce rtx 3050 I’m not sure what I did 😭

#

It hasn’t changed though after like 5 minutes so I’m a little concerned

half cove
violet heron
half cove
#

Ah yes

#

Green ui

#

Thr pinnacle of rvc

lunar iron
#

Hi, I seem to have a problem unzipping Original RVC, I keep getting an error that it cannot be extracted and cancels everything. Is there someone who knows on how to fix it?

rare gobletBOT
#

Ayo? @lunar iron level 1 !!! lfg

violet heron
#

Or a different program

craggy sonnet
#

I’m new to this but I’m using Ilaria RVC on Chromebook and getting “runtime error” I’m confused it loads on my phone but I can’t upload any files but it wont even load on Chromebook

rare gobletBOT
#

Ayo? @craggy sonnet level 1 !!! lfg

neat cosmos
fiery bramble
#

i have no idea why this isnt loading...

#

i saved the audio as a .wav in 48k sample rate

#

and replaced the old audio in the folder

neat cosmos
#

change speaker id to 0

fiery bramble
#

same issue

proper shale
neat cosmos
proper shale
#

oh that's

#

yeah honestly I'm unsure how you'd solve that

neat cosmos
#

when i change the sample rate before training and everything, sometimes it'll switch the numbers like so

32k -
RuntimeError: The expanded size of the tensor (513) must match the existing size (1025) at non-singleton dimension 0. Target sizes: [513, 368]. Tensor sizes: [1025, 368]

48k -
RuntimeError: The expanded size of the tensor (1025) must match the existing size (513) at non-singleton dimension 0. Target sizes: [1025, 368]. Tensor sizes: [513, 368]

40k -
RuntimeError: The expanded size of the tensor (1025) must match the existing size (513) at non-singleton dimension 0. Target sizes: [1025, 368]. Tensor sizes: [513, 368]

rare gobletBOT
#

Ayo? @neat cosmos level 2 !!! lfg

neat cosmos
#

for some reason 32k comes out flipped from the others

grand crest
#

hello, how do i package the .pth files into a model zip? do i just put them in a zip?

pure scroll
grand crest
#

i did that but the replay app says that it couldnt find the pth files in the zip

rare gobletBOT
#

Ayo? @grand crest level 1 !!! lfg

grand crest
#

i put them as model.pth and model.index
in model.zip

proper shale
grand crest
#

i saw in other zips that there was only one pth so i put the bigger one of the two, D pth

#

should i put both?

proper shale
#

nope

#

wrong pths

#

G/D are for training

#

the one that u can use is the one with your model's name on it

#

it's on the weights folder

grand crest
#

ohhh

#

thank you

full falcon
#

guys can anyone tell me how to get cuda to work for rvc i tried installing visual studio and cuda and pyton and anaconda and conda

fiery bramble
#

i have no idea what could cause the problem help

#

1700 seconds in and nothing

pearl loom
#

I am trying to add the link for the voice model from the voice model channel, any idea what I may be doing wrong

rare gobletBOT
#

Ayo? @pearl loom level 2 !!! lfg

pearl loom
#

I am in a duplicated tab

proper shale
pearl loom
#

When I put that into the search bar it did download a model winRAR Zip archive file

pearl loom
proper shale
#

they had the name with spaces

pearl loom
#

I apologize I am very new

proper shale
pure scroll
pearl loom
pure scroll
#

yup, try making a zip file with just, the 2 .pth files and just added__.index

#

if 2 .pth zip file gives error, try with 1.pth file and added___.index

#

the trained___.index file is of no use

pearl loom
#

So just delete the trained one

pure scroll
#

yes.

pearl loom
#

then those 3 in a new .zip

pure scroll
#

yup try now

fiery bramble
#

help it says that Unfortunately, there is no compatible GPU available to support your training. on my laptop. does this mean im gonna have to do the google colab stuff?

hybrid spire
#

I'm noticing on weights gg that there's a msg about "copyright claims" & removing the audio sample

Am I doing something wrong, or is it simply bc the samples posted on here don't transfer to the other website?

fiery bramble
#

LMAO i got a chinese response which says "After the training is completed, you can view the console training log or train.log under the experiment folder" when i pressed the train model button

pure scroll
#

sadly you have to use colab

fiery bramble
fiery bramble
#

it just loads and loads and loads

#

im sticking with this because it somewhat works and i get the issue

pure scroll
#

what's the gpu?

fiery bramble
#

its okay but uh

#

i cant shove it into my laptop

#

soo i have to use google colab

#

i have no idea why on my pc it just loads and loads non stop

#

and i get why nobody can help cuz uh thats an odd error

#

theres just no way my cpu is that slow

fiery bramble
#

im getting somewhere

pearl loom
pure scroll
rare gobletBOT
#

Ayo? @pure scroll level 18 !!! lfg

pure scroll
#

this is the error @pearl loom

pearl loom
#

I had used it on a colab yesterday, but was informed that would only work a few times. Trying to use Ilaria_RVC now

pearl loom
#

This one I can just download then?

pure scroll
#

you can port the voice models into the app

#

and use them to create ai covers

#

if you don't want to install any app

#

use this google colab

pearl loom
#

Thanks a ton!

#

Downloading Replay (hopefully my computer doesn't get sick lol jk jk)

topaz peak
#

Is there a newer guide on just text-to-speech?

fiery bramble
#

man im gonna need help on this colab shit tommorow probably in like a vc or something

#

its starting to get confusing

#

i figured out the google drive links but now i need to understand how to actually save the models and train them

#

🙃

topaz peak
#

Anyone

brittle wing
#

I was using the software normally for a month, but now the voice no longer comes out in discord or other applications, I already checked and in the application my voice is "changing", but in games or discord it doesn't come out, I'm using the "cable "software, anyone have any idea what is?

rare gobletBOT
#

Ayo? @brittle wing level 1 !!! lfg

pure scroll
#

if yes

#

here do this

brittle wing
#

I'll take a look! ty

brittle wing
pure scroll
#

for the upper half, do these settings

molten pecan
#

what gitbook page is that?

pure scroll
brittle wing
pure scroll
brittle wing
pure scroll
brittle wing
#

everywhere

brittle wing
pure scroll
#

i don't think photoshop would have done changes

half cove
#

and input is the vac

#

you should put your mic as input

#

then your virtual audio cable as output

#

then on discord put your virtual audio cable as input

cold raptor
#

output is virtual cable and input mic

half cove
#

I was saying what they had it as

cold raptor
#

output virtual cable and input mic

half cove
half cove
half cove
#

Fek u

cold raptor
topaz peak
# pure scroll

Why is it taking so long to build after copying the space?

rare gobletBOT
#

Ayo? @topaz peak level 1 !!! lfg

topaz peak
#

nvm

pure scroll
#

(ilaria is the person that created the space)

topaz peak
#

So i shouldn't have copied the space?

#

Was following the guide

pure scroll
#

duplicating the space will let you first in the queue

#

so don't worry, you did it correctly

burnt saffron
#

-colab

azure marshBOT
# burnt saffron -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
rare gobletBOT
#

Ayo? @burnt saffron level 2 !!! lfg

violet heron
stiff current
#

when i try to extract the file my file app just crashes

hybrid spire
#

I forgot to bring this up earlier.

I recall with Uberduck (& I think maybe Fakeyou) that they had like blacklists of specific VA names to avoid in re-making.

Is there anything like that here? If so, I'll remove any of mine that coincide with such names ASAP

violet heron
hybrid spire
hybrid spire
violet heron
#

So you can upload them all unless they go out and say “ay I don’t want my voice cloned”

hybrid spire
# violet heron Yeah

Cool, thanks for clearing all that up

Btw I just submitted my 15th model now, so am I expecting to get the Model Master status afterwards?

violet heron
glass oar
#

-colab

azure marshBOT
# glass oar -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
rare gobletBOT
#

Ayo? @glass oar level 2 !!! lfg

toxic maple
toxic maple
#

yeah

sand iris
#

You removed it from the global python install right ?

toxic maple
#

yes, I uninstalled it via cmd

sand iris
#

what does python --version display in cmd ?

toxic maple
#

Python 3.9.13

sand iris
#

And the matplotlib error is the exact same ?

toxic maple
#

Yes

sand iris
#

can you re-share the new one ?

#

I'd be super confused if it's still looking for matplotlib on the system side

toxic maple
#

I'll show you a bit more of the logs

hybrid spire
toxic maple
#

Process Process-1:
Traceback (most recent call last):
File "multiprocessing\process.py", line 315, in bootstrap
File "multiprocessing\process.py", line 108, in run
File "C:\Users\xxxx\Documents\RVC\Mangio-RVC-v23.7.0\train_nsf_sim_cache_sid_load_pretrain.py", line 225, in run
train_and_evaluate(
File "C:\Users\xxxx\Documents\RVC\Mangio-RVC-v23.7.0\train_nsf_sim_cache_sid_load_pretrain.py", line 507, in train_and_evaluate
"slice/mel_org": utils.plot_spectrogram_to_numpy(
File "C:\Users\xxxx\Documents\RVC\Mangio-RVC-v23.7.0\train\utils.py", line 220, in plot_spectrogram_to_numpy
import matplotlib.pylab as plt
File "C:\Users\xxxx\AppData\Roaming\Python\Python39\site-packages\matplotlib\pylab.py", line 35, in <module>
from matplotlib import cbook, mlab, pyplot as plt
File "C:\Users\xxxx\AppData\Roaming\Python\Python39\site-packages\matplotlib\pyplot.py", line 43, in <module>
from matplotlib.figure import Figure, figaspect
File "C:\Users\xxxx\AppData\Roaming\Python\Python39\site-packages\matplotlib\figure.py", line 18, in <module>
from matplotlib import docstring, projections
File "C:\Users\xxxx\AppData\Roaming\Python\Python39\site-packages\matplotlib\projections_init
.py", line 4, in <module>
from mpl_toolkits.mplot3d import Axes3D
File "C:\Users\xxxx\Documents\RVC\Mangio-RVC-v23.7.0\runtime\lib\site-packages\mpl_toolkits\mplot3d_init_.py", line 1, in <module>
from .axes3d import Axes3D
File "C:\Users\xxxx\Documents\RVC\Mangio-RVC-v23.7.0\runtime\lib\site-packages\mpl_toolkits\mplot3d\axes3d.py", line 22, in <module>
from matplotlib import _api, cbook, _docstring, _preprocess_data
ImportError: cannot import name 'api' from 'matplotlib' (C:\Users\xxxx\AppData\Roaming\Python\Python39\site-packages\matplotlib_init.py)

sand iris
toxic maple
#

with at the end the actual error

sand iris
#

why the the hell is it using the system matplotlib

toxic maple
#

should I uninstall python?

sand iris
#

Do you use it for anything else ?

toxic maple
#

at this moment I'm not using it

#

But I can reinstall it when I need it again

sand iris
#

At this point it might be worth trying

#

But I really don't understand why it's still grabbing the globally installed matplotlib when you've uninstalled it

#

or why it's even prioritizing that in the first place

proud elbow
toxic maple
toxic maple
sand iris
toxic maple
proud elbow
sand iris
#

somehow

#

and since the global matplotlib is too new for what the runtime packages expect, it just errors out

proud elbow
sand iris
plush compass
#

Are there any posts for these options? Or can anyone explain what these options are?

glass oar
#

Can I ask why does the output volume is way lower than thhe original volume? I almost can't hear it.

untold ridge
#

how do i install RVC in the first place.

#

its confusing to me

plush compass
#

Is there a reason to default the index setting to 0.75 instead of 1? If I set it to 1, will the mechanical sound become worse?

toxic maple
proud elbow
proven hill
#

HIGH QUALITY FEMALE VOICE MODELS AIHC_poggies

Are you searching girl voices like e-girl, mommy, v-tuber and more?
You find them here: https://ko-fi.com/ilariaowo/shop Kofi

And for paid items, if you DM me, you will get a 20% discount if you pay with PayPal

I also accept steam Steam gift cards as last resort LC_WhiteCat5

Grab yours today!!! DL_egirl_kiss

Ko-fi

Support Ilaria on Ko-Fi!

toxic maple
proud elbow
toxic maple
#

Again this matplotlib error

forest sluice
brittle wing
#

My voice can’t be transferred to Discord

sand iris
#

this shit's weird

#

removing %Appdata%\..\Roaming\Python\Python39

Could potentially help

#

...But again I'm assuming you don't have anything else that requires python lol

sand iris
#

If you set it to 1 it should stick 1:1 to the original voice (which isn't good in case you need sounds that it doesn't know about)

forest sluice
sand iris
#

¯_(ツ)_/¯

#

Somehow uninstalling python 3.9 didn't get rid of the site packages

#

Or was it 3.9 that got removed Hmmmm

#

@toxic maple did you ever attempt to install "Applio" ? Also when you removed python, did you reinstall it afterwards?

toxic maple
rare gobletBOT
#

Ayo? @toxic maple level 4 !!! lfg

sand iris
#

could it be that you had multiple python versions installed ?

#

so when you uninstalled one, the problematic one remained ?

toxic maple
#

Where can I check that, cause I think that could be the solution

#

In the "Control Panel" there are no other python programs active, but when I check python --version, python 3.9.13 is active

#

I uninstalled python from the windows settings -> Apps menu

#

I think that was the python 3.9.13 version

toxic maple
sand iris
#

AAAAA

#

There is no other python version on the system ?

toxic maple
#

With the output information: 训练结束, 您可查看控制台训练日志或实验文件夹下的train.log

sand iris
#

Because yet again it's still complaining about something on the global python install

toxic maple
#

cause I already checked control panel and windows settings

sand iris
#

python --version in cmd once more

#

just for good measure, it should tell you python is not installed or something along those lines

toxic maple
#

python isnt found

prime harness
#

help me guy why i cant upload this yuumi model

toxic maple
sand iris
#

Does this folder exist ?

C\Users\xxxx\AppData\Roaming\Python\Python39\

pure scroll
toxic maple
prime harness
toxic maple
prime harness
#

i just want a yuumi voice to play LOL game

sand iris
#

Else you'll have to re-get the packages and stuff

toxic maple
sand iris
#

I still don't know why it's looking there instead of the Mangio folder though

toxic maple
#

wiat

toxic maple
#

When I want to delete the map it said: Map is used. So when I close Mangio, I could delete python

#

so its connected with eachother

sand iris
#

Yeah it's looking for stuff there somehow

#

if it's Mangio it's complaining about it's fine

toxic maple
#

I'm currently trying to make a pth file to test if it works

silk aurora
#

Hi guys, i started training a model on mangio and my cmd is doing this. Is this supposed to happen.

toxic maple
sand iris
#

Seems like it's working now

#

Sorry this took a while lol

toxic maple
#

doesnt matter, I sincerely want to thank you very much for your help

#

Otherwise this still wouldn't work

forest sluice
#
brittle wing
#

How install rvc

proper shale
#

-local here's some install links for forks too

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

You can find more info on the #1159513888199540817 channel. If you can't find your answer, feel free to ask for help in #✨│ai-help. Credits to Faze Masta and Antasma for compiling these links.

forest sluice
#

Should have auto-reply

blazing garnet
#

I tried to continue training but it is running from start

#

@proper shale

proper shale
#

ur d/g files may not have saved properly

#

or u inserted different settings

blazing garnet
#

Rip

blazing garnet
#

Wait so do I put step count 2333333?

#

@proper shale tell fast I need to train thissss

proper shale
blazing garnet
#

Bruh why didn't they tell that in the guide

proper shale
#

The Colab says it tho

blazing garnet
#

Thx

proper shale
#

You're welcome

blazing garnet
blazing garnet
proper shale
#

I'm aware

#

But I don't like to risk it ngl

hybrid spire
# violet heron Shows in DMs

So I got the msg saying they're not gonna give me a Model Master status.

Is it possible I could ask what could be the reason? Like if it had something to do w/ the model quality?

blazing garnet
#

Why did ur name change

#

Is the accopolipse coming

proper shale
#

I use it only for like

#

Inference

#

Wouldn't train on it

proper shale
pure scroll
blazing garnet
blazing garnet
proper shale
#

-colab

azure marshBOT
# proper shale -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
blazing garnet
#

Btw what kinda GPU does google have it's literally running so many colabs

proper shale
#

150 one*

cold raptor
#

That's why

blazing garnet
#

K

blazing garnet
#

And why does the ai hub only consist of voice changing lmao

blazing garnet
proper shale
proper shale
blazing garnet
#

What is demo and link in it???

proper shale
ionic delta
#

any guides on how to

dusty jewel
#

I dont know in which channel to ask - how do I install a virtual audio cable?

marsh jay
#

hey the voice changer wont pass though my mic

#

ive installed the audio cable

proper shale
#

should be easy

proper shale
marsh jay
#

yea ive tried that

#

still wont work

pure scroll
#

try increasing in and out

#

at GAIN

marsh jay
#

yea it still wont work

rare gobletBOT
#

Ayo? @marsh jay level 2 !!! lfg

pure scroll
proper shale
#

change ur f0 to rvmpe too

blazing garnet
#

Like what demo?

marsh jay
#

this is my discord too

#

and discord is not picking it up

proper shale
#

An audio

tribal sorrel
#

Uh I Have A Problem with downloading RVC

pure scroll
#

problem

tribal sorrel
#

So when I download it and start the program it just stays on the command prompt forever

#

no window defender thing pops up

#

so im confused

pure scroll
#

you are talking about w-okada right?

tribal sorrel
#

oh yeah

#

srry

rare gobletBOT
#

Ayo? @tribal sorrel level 1 !!! lfg

pure scroll
#

send a screenshot

tribal sorrel
#

alr

marsh jay
#

alright i just restarted

#

and it still dosent work

prime harness
#

can someone make me a yuumi voice for vocie ai. my head is about to go bald when i figure out how to create a yuumi voice