#✨│ai-help

1 messages · Page 65 of 1

lime sorrel
#

is it overtraining? i looks like it was going up, but now its going down

warped hedge
#

thank you

molten pecan
#

So no, I don't think it's overtraining

blissful timber
#

bro can anyone help please

raven osprey
#

i got you

lime sorrel
raven osprey
#

public as in upload it to here?

molten pecan
# lime sorrel

It might be overtraining now. Keep an eye if the line is going straight indefinitely

raven osprey
#

i put it in rvc testing

lime sorrel
#

i think its overtraining, do i take the lowest point?

desert niche
#

-colab

azure marshBOT
# desert niche -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
raven osprey
#

how do i fix wee not defined

storm rose
#

i've been having some problems with using RVC on Google Colab. when i go to download the model it keeps showing the following error:
"Cannot retrive the public link of the file", but I know that's not the issue cause i used these models until a couple days ago

#

does anyone know how i can fix this?

glad zealot
#

It seems to still be going down so it's fine

lime sorrel
#

@glad zealot i think this should be enough

glad zealot
#

Still going down but you can get the model and test it out while still training

lime sorrel
#

i set the epochs at 300 and it started overtraining at around 3k, which means i kept going until i reached 6k

#

you sure its going down?

glad zealot
#

Yup

lime sorrel
#

im pretty sure it kept going up and down

rare gobletBOT
#

Ayo? @lime sorrel level 3 !!! lfg

lime sorrel
#

damn i stopped it cuz i thought it was overtraining

glad zealot
#

I mean it seems to already be good

lime sorrel
#

alright

#

this is confusing

glad zealot
#

I mean this is what I have and it sounds amazing so don't depend too much on the graph

lime sorrel
#

do i click the "skip models" for best results?

glad zealot
#

No clue

noble wyvern
#

PLEASE HELP i cant hear anything

rare gobletBOT
#

Ayo? @noble wyvern level 2 !!! lfg

noble wyvern
#

after i use VAC

viscid moss
#

Put the same name as the first time you trained the model

slate lagoon
#

index -1 is out of bounds for axis 0 with size 0 when i try to generate

slate lagoon
#

?

viscid moss
#

Is that Hugging Face?

slate lagoon
#

yes

#

i used a different hf model and it works fine is it just a bad model

viscid moss
#

send me that model

slate lagoon
#

ok

viscid moss
#

lemme test

brittle wing
slate lagoon
#

oh

viscid moss
slate lagoon
#

will try different model

rare gobletBOT
#

Ayo? @slate lagoon level 3 !!! lfg

slate lagoon
viscid moss
violet heron
brittle wing
slate lagoon
#

is there any way i can use that model

lime sorrel
#

I dont see the addex.index file, where is it?

#

the tutorial says its an important file

violet heron
lime sorrel
viscid moss
azure marshBOT
#

RVC Guides (How to Make AI Cover)

Documentation
🇺🇸 English (main)

Translation by country

🇧🇷 Brasil (PT-BR)
brittle wing
#

what should I rename these?

rare gobletBOT
#

Ayo? @brittle wing level 2 !!! lfg

rigid light
#
    featur_pit = self.compute_f0(inp_path, f0_method)
  File "/mnt/personal/AI/Audio/Applio-RVC-Fork/lib/modules/train/extract/extract_f0_rmvpe.py", line 52, in compute_f0
    f0 = self.model_rmvpe.infer_from_audio(x, thred=0.03)
  File "/mnt/personal/AI/Audio/Applio-RVC-Fork/lib/modules/infer/rmvpe.py", line 660, in infer_from_audio
    hidden = self.mel2hidden(mel)
  File "/mnt/personal/AI/Audio/Applio-RVC-Fork/lib/modules/infer/rmvpe.py", line 641, in mel2hidden
    hidden = self.model(mel)
  File "/mnt/personal/AI/Audio/Applio-RVC-Fork/.venv/lib/python3.10/site-packages/torch/nn/modules/module.py", line 1518, in _wrapped_call_impl
    return self._call_impl(*args, **kwargs)
  File "/mnt/personal/AI/Audio/Applio-RVC-Fork/.venv/lib/python3.10/site-packages/torch/nn/modules/module.py", line 1527, in _call_impl
    return forward_call(*args, **kwargs)
  File "/mnt/personal/AI/Audio/Applio-RVC-Fork/lib/modules/infer/rmvpe.py", line 468, in forward
    x = self.cnn(self.unet(mel)).transpose(1, 2).flatten(-2)
  File "/mnt/personal/AI/Audio/Applio-RVC-Fork/.venv/lib/python3.10/site-packages/torch/nn/modules/module.py", line 1518, in _wrapped_call_impl
    return self._call_impl(*args, **kwargs)
  File "/mnt/personal/AI/Audio/Applio-RVC-Fork/.venv/lib/python3.10/site-packages/torch/nn/modules/module.py", line 1527, in _call_impl
    return forward_call(*args, **kwargs)
  File "/mnt/personal/AI/Audio/Applio-RVC-Fork/lib/modules/infer/rmvpe.py", line 426, in forward
    x, concat_tensors = self.encoder(x)
  File "/mnt/personal/AI/Audio/Applio-RVC-Fork/.venv/lib/python3.10/site-packages/torch/nn/modules/module.py", line 1518, in _wrapped_call_impl
    return self._call_impl(*args, **kwargs)
  File "/mnt/personal/AI/Audio/Applio-RVC-Fork/.venv/lib/python3.10/site-packages/torch/nn/modules/module.py", line 1527, in _call_impl
    return forward_call(*args, **kwargs)
  File "/mnt/personal/AI/Audio/Applio-RVC-Fork/lib/modules/infer/rmvpe.py", line 303, in forward
    x = self.bn(x)
  File "/mnt/personal/AI/Audio/Applio-RVC-Fork/.venv/lib/python3.10/site-packages/torch/nn/modules/module.py", line 1518, in _wrapped_call_impl
    return self._call_impl(*args, **kwargs)
  File "/mnt/personal/AI/Audio/Applio-RVC-Fork/.venv/lib/python3.10/site-packages/torch/nn/modules/module.py", line 1527, in _call_impl
    return forward_call(*args, **kwargs)
  File "/mnt/personal/AI/Audio/Applio-RVC-Fork/.venv/lib/python3.10/site-packages/torch/nn/modules/batchnorm.py", line 171, in forward
    return F.batch_norm(
  File "/mnt/personal/AI/Audio/Applio-RVC-Fork/.venv/lib/python3.10/site-packages/torch/nn/functional.py", line 2478, in batch_norm
    return torch.batch_norm(
RuntimeError: Expected tensor for argument #1 'input' to have the same type as tensor for argument #2 'weight'; but type torch.cuda.FloatTensor does not equal torch.cuda.HalfTensor (while checking arguments for cudnn_batch_norm)

erm

stuck bane
#

shit is dumb asf

lime sorrel
#

why does it take too long to upload on huggingface?

stuck bane
#

and still no luck with reinstallling numerous times

latent yew
#

what do epochs mean

#

do I need to do anything for the voice changer

brittle wing
#

basically in the easy rvc gui google colab thing when i do the second step which is to put the link to the model it doesnt work when its literally worked every time before

#

it says it couldnt access it even tho on google drive the model is set to everyone can access

violet heron
finite galleon
brittle wing
finite galleon
#

You would need to switch to huggingface

finite galleon
brittle wing
finite galleon
#

They just added it like about 3 days ago

finite galleon
azure marshBOT
brittle wing
#

thank you

rigid light
stuck bane
#

install windows installer

#

i think i got it to work

#

make sure u have vc red and build tools

#

and python 3.98

finite galleon
stuck bane
#

and probably some conda errors

#

it just doesnt install properly...

stuck bane
#

im installing it rn

#

and ill update if it fixed the issue

#

which i dont think it will...

lusty willow
#

I’m currently having issues when trying to download zip models via the Easy GUI.

Although I get the notification that the download is sucessful, when I go to the model inference, it’s not there. I refresh the voice list and index path, but still it doesn’t appear.

Furthermore, when I go to the GUI cell, this message pops up:

“Access denied with the following error:

Cannot retrieve the public link of the file. You may need to change the permission to 'Anyone with the link', or have had many accesses.”

However, when I go back to the zip folders, they are indeed set to “Anyone with the link”. So why am I getting this error?

Complicated to say the least, can anyone help me out here? 😕

rare gobletBOT
#

Ayo? @lusty willow level 2 !!! lfg

rigid light
rigid light
finite galleon
rigid light
finite galleon
rigid light
#

I decided to just switch to the original RVC repo, it works

#

OR NOT

#

WHAT

finite galleon
rigid light
stuck bane
#

its actually a pytorch error

rigid light
#

best part is it doesn't matter what version I use

stuck bane
#

i guess the installer didn't install pytorch properly

rigid light
rigid light
stuck bane
rigid light
#

why cu113

stuck bane
#

also if it doesnt work

#

do pip cache purge

rigid light
#

torch is at like version cu118 for nvidia gpu support

#

and even newer like 12.1

stuck bane
#

ill see if these work

rigid light
stuck bane
#

do that

#

see if it works

rigid light
#

I already have

#

I've tried python3.11 with torch using cu117, cu118 and even the newest version

#

as well as python3.10, rinsed and repeat

stuck bane
#

ill see if it works for me

#

what prerequisites did u install

#

@rigid light

rigid light
#

all of them

stuck bane
#

name them

rigid light
#

lol

#

do you mean what packages I installed before installing packages in venv?

stuck bane
#

it seems like we're at the same step

#

i just wanna make sure we're on the same page

rigid light
#

well I have python3-venv

#

instead of using python -m venv .venv to create the venv though, I have to use virtualenv --copies .venv

#

otherwise it throws symlink errors

stuck bane
#

i just have python 3.98, git, build tools, and then the other thing, and it installed miniconda thru the installer for me

#

and i installed runtime, but it still gives me a pytorch error, so if this works ill let u know

rigid light
#

I never have had miniconda

stuck bane
#

what system r u on

rigid light
#

I could never figure out how to install it properly

#

Debian

stuck bane
#

what even is debian

rigid light
#

it's a linux distro

#

I don't use windows

warm hawk
#

this sure was a way to start out my morning

#

alr

#

I'll change it

stuck bane
rigid light
#

bet he uses winrar

stuck bane
#

maybe thats why my shi aint installing correctly

#

python doesnt have full access to my network

lime sorrel
#

hello, i got this error

#

the thing is i trained using the RVC v2 colab

#

so this shouldn't even happen

stuck bane
#

let's see if it works

#

it did not

silver bobcat
#

im getting warn cpu in hina ai gen cover can someone help me fix?

merry cedar
#

anyone know why i cant use crepe?

#

only rmvpe_onnx

forest sluice
#

Look at CUDA Version

forest sluice
#

See if "T4 GPU" is selected

#

If not, select it

lime sorrel
#

is there anything i did wrong?

rigid light
stuck bane
#

mines 12.3

#

what is compatible?

rigid light
#

I'm runnin an RTX 3090

forest sluice
#

And are you running on a VM?

rigid light
#

Yes

forest sluice
#

I looked at your home dir, it says "personalvm"

stuck bane
#

im on rtx 3070

forest sluice
winter holly
#

Mine wont do the conversion at all, how do I run properly? I am on a 3060 with the most recent version on hugging.

rigid light
#

Proxmox

rare gobletBOT
#

Ayo? @winter holly level 1 !!! lfg

rigid light
#

I have a server computer I put together running multiple VMs, this one primarily for AI

stuck bane
#

return F.batch_norm(
File "C:\Users\chrus\Desktop\Applio-RVC-Fork\env\lib\site-packages\torch\nn\functional.py", line 2478, in batch_norm
return torch.batch_norm(
RuntimeError: Expected tensor for argument #1 'input' to have the same type as tensor for argument #2 'weight'; but type torch.cuda.FloatTensor does not equal torch.cuda.HalfTensor (while checking arguments for cudnn_batch_norm)

rigid light
#

I've been moving my various AI things over to it, and so far everything has worked except for RVC

stuck bane
#

do yk how to fix @forest sluice

rigid light
#

I've gotten Stable Diffusion and UVR5 working no problem, but this one makes me want to REEEEE

forest sluice
stuck bane
rigid light
stuck bane
#

we get the same error

winter holly
#

@forest sluice Mine wont do the conversion at all, how do I run properly? I am on a 3060 with the most recent version on hugging. How do I fix this?

rigid light
#

I GOT that error in python 3.11 and 3.10 in Applio

stuck bane
#

mines 3.98

rigid light
#

on the og RVC repo, I get this crappy socket error

stuck bane
#

i tried like 7 repo's

#

they all do the same thing

#

either a runtime, torch, or a tensorboard error

#

there's no in between

#

nothing else

stuck bane
forest sluice
rigid light
#

something's not being passed correctly to the rmvpe .py

rigid light
rigid light
#

On Debian 12

stuck bane
#

do i need that except for windows

#

@forest sluicei got rtx 3070, windows 11, which cuda toolkit do i need, and which pytorch version

forest sluice
stuck bane
#

im on 12.3

forest sluice
stuck bane
rare gobletBOT
#

Ayo? @stuck bane level 9 !!! lfg

rigid light
stuck bane
rigid light
#

SD still works

forest sluice
#

Maybe downgrade to Cuda 12.1 then

rigid light
#

I'm already using cu118 for UVR5, SD uses cu121

forest sluice
#

I can't provide much help, as I don't have an NVIDIA GPU locally

rigid light
#

also wdym downgrade

stuck bane
#

kk ill try that, for a sec i thought you meant on pytorch

#

oh that's the latest it supports

#

HAHA

#

found my issue i think

#

thanks

rigid light
#
  File "/usr/lib/python3.11/multiprocessing/queues.py", line 244, in _feed
    obj = _ForkingPickler.dumps(obj)
          ^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3.11/multiprocessing/reduction.py", line 51, in dumps
    cls(buf, protocol).dump(obj)
  File "/mnt/personal/AI/Audio/Retrieval-based-Voice-Conversion-WebUI/.venv/lib/python3.11/site-packages/torch/multiprocessing/reductions.py", line 429, in reduce_storage
    df = multiprocessing.reduction.DupFd(fd)
         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3.11/multiprocessing/reduction.py", line 198, in DupFd
    return resource_sharer.DupFd(fd)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3.11/multiprocessing/resource_sharer.py", line 53, in __init__
    self._id = _resource_sharer.register(send, close)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3.11/multiprocessing/resource_sharer.py", line 76, in register
    self._start()
  File "/usr/lib/python3.11/multiprocessing/resource_sharer.py", line 126, in _start
    self._listener = Listener(authkey=process.current_process().authkey)
                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3.11/multiprocessing/connection.py", line 447, in __init__
    self._listener = SocketListener(address, family, backlog)
                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3.11/multiprocessing/connection.py", line 590, in __init__
    self._socket.bind(address)
PermissionError: [Errno 1] Operation not permitted
#

welp

forest sluice
#

first, use python 3.10. 3.11 just don't work

rigid light
stuck bane
stuck bane
#

It ain’t even letting me extract the toolkit to download

#

Lmaooo

#

Fucking applio man, gonna do all this shit just for them to release a whole new client next week

rigid light
stuck bane
rigid light
#

I don't think they're gonna fix the socket issue

zinc anchor
stuck bane
#

Yeah it’s a whole new client

rigid light
#

If it's windows only, I'm shit up a creek

#

Because I don't use windows at all

stuck bane
#

Lmfao

#

They use Linux

#

It’ll prob be Linux only

forest sluice
#

Are you still running A1111?

forest sluice
#

User actually ran proxmox, and I don't know whatever the hell does proxmox do in Client-Socket intervention

#

Might as well running sudo as a last ditch effort

rigid light
rigid light
#

no luck

rigid light
carmine osprey
#

-rvc

azure marshBOT
# carmine osprey -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)

stuck bane
#

@forest sluice quick question, do you even need to install nvidia runtime for applio in order to train with gpu

#

what will it even do

brittle wing
#

hello who can teach me to gender images with AI

#

??????

brittle wing
#

Thank you

rigid light
#

@forest sluice

  File "/home/personalvm/.pyenv/versions/3.10.13/lib/python3.10/multiprocessing/queues.py", line 244, in _feed
    obj = _ForkingPickler.dumps(obj)
  File "/home/personalvm/.pyenv/versions/3.10.13/lib/python3.10/multiprocessing/reduction.py", line 51, in dumps
    cls(buf, protocol).dump(obj)
  File "/home/personalvm/.pyenv/versions/3.10.13/envs/.venv/lib/python3.10/site-packages/torch/multiprocessing/reductions.py", line 429, in reduce_storage
    df = multiprocessing.reduction.DupFd(fd)
  File "/home/personalvm/.pyenv/versions/3.10.13/lib/python3.10/multiprocessing/reduction.py", line 198, in DupFd
    return resource_sharer.DupFd(fd)
  File "/home/personalvm/.pyenv/versions/3.10.13/lib/python3.10/multiprocessing/resource_sharer.py", line 53, in __init__
    self._id = _resource_sharer.register(send, close)
  File "/home/personalvm/.pyenv/versions/3.10.13/lib/python3.10/multiprocessing/resource_sharer.py", line 76, in register
    self._start()
  File "/home/personalvm/.pyenv/versions/3.10.13/lib/python3.10/multiprocessing/resource_sharer.py", line 126, in _start
    self._listener = Listener(authkey=process.current_process().authkey)
  File "/home/personalvm/.pyenv/versions/3.10.13/lib/python3.10/multiprocessing/connection.py", line 448, in __init__
    self._listener = SocketListener(address, family, backlog)
  File "/home/personalvm/.pyenv/versions/3.10.13/lib/python3.10/multiprocessing/connection.py", line 591, in __init__
    self._socket.bind(address)
PermissionError: [Errno 1] Operation not permitted

Same result

stiff goblet
#

Can i use new pretrained models for 32khz training?

stuck bane
forest sluice
#

sample rate

stuck bane
#

Fuck applio all my homies hate applio

rigid light
#

IT BEGINS

#

I had to completely butcher my virtual environment and .bashrc BUT I DID IT

reef pasture
#

2 things:
But how do you create a voice like you do?

How do you speak with those voices or take a vowel and put those voices?

scarlet relic
#

Bringing this up again cuz i rlly need help

proper shale
#

Does CMD say anything

azure marshBOT
# proper shale -rvc

Suggestion for @reef pasture

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)

proper shale
#

These guides should explain what you need to know

forest sluice
sand iris
#

Ah nevermind. I thought this was training under radeon cards

#

Still can't figure out why it becomes so slow for no reason sometimes

elder cape
#

hello

forest sluice
elder cape
#

I am a korean.
I'm currently training voices using AI and making songs with it, but an error suddenly occurred in Colab. (Error PTH file not found.)
Can you tell me why?

rare gobletBOT
#

Ayo? @elder cape level 1 !!! lfg

rigid light
# sand iris What happened there ?

I have to enter root to prevent the OS screaming at me about opening ports, but in order to access the python container for 3.10 (pyenv), pyenv usually can only run in non-root situations

#

so I had to force run pyenv under root, then create the virtual environment for RVC under root, and then enter it as root

#

While also getting pyenv to be detected while I'm in root (that's where the bashrc fuckery comes in)

elder cape
#

Sorry, but can you lower your English to kindergarten level?
I am a korean. I do not speak English well. Sorry.
I was making a song using Colab.
Starting yesterday, education through Colab suddenly stopped working.
I entered and proceeded normally, but the same error appears.
Google Drive - Share - No link restrictions - Step 2. An error continues to appear in Download The Model. PTH file not found. saying..
Is there any way to solve this?

worn glacier
#

How to make RVC TTS? I can make only songs with Colab, not the TTS, how do i do that?

shy dagger
#

Hello

forest sluice
azure marshBOT
#

RVC Guides (How to Make AI Cover)

Documentation
🇺🇸 English (main)

Translation by country

🇧🇷 Brasil (PT-BR)
scarlet relic
forest sluice
elder cape
scarlet relic
proper shale
#

But idk, I suggest using W-Okada for realtime

runic stump
proper shale
#

Google Drive models r broken

#

Well if it ain't that try using other Colabs

#

-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
runic stump
#

Do any of these work with already completed RVC V2 zip models? I went through them earlier and couldn't find what I was looking for on the colab side. I tried the huggingface one and couldn't get that one to load zip models either (unless I just don't know what I'm doing, it's very late where I am, maybe i just need sleep first)

proper shale
#

They're way slower in inferencing speed though, because it's CPU only

runic stump
#

Alright, I'll look into that more when I wake up. Thanks for your help! Do you know if there are plans to fix Drive models soon?

scarlet relic
proper shale
proper shale
#
  • W-Okada has more options
scarlet relic
#

thanks anyhow!

runic stump
rare gobletBOT
#

Ayo? @runic stump level 1 !!! lfg

proper shale
proper shale
#

what's CMD saying

scarlet relic
proper shale
#

did u open start https? hmm

rare gobletBOT
#

Ayo? @brittle wing level 1 !!! lfg

proper shale
#

u should use start_http yeah

#

hmmm i honestly have no clue

check this though, might help: https://rentry.co/W-Okada-FAQ

gusty kestrelBOT
#

I have found 2 results for the search skaven...

Skaven

Owner: Jack Harriss
Uploaded: <t:1696002628:R>

Information

This model can be found on the Kits.AI platform, visit their page for more information.

#

I have found 1 results for the search spacemarine...

spacemarine

Owner: ace gear
Uploaded: <t:1697721073:R>

Information

This model can be found on the Kits.AI platform, visit their page for more information.

tired elk
#

Oops, wrong channel

proper shale
#

It's alright

frosty night
#

why does latest rvc realtime gui freeze and crash when i click "start audio conversion"

minor juniper
#

Who can tell me, when playing a voice in Voice changer it makes a Trale sound
How to remove this sound during a conversation

finite flicker
#

Anyone else unable to select downloaded models in RVC v2 huggingface..? Even after refreshing

proper shale
#

If so, I suggest downloading the zip and reuploading as a model on Huggingface

finite flicker
finite flicker
proper shale
#

-huggingface

azure marshBOT
proper shale
#

Here's the tut for it

#

You're welcome 🤗

finite flicker
#

wow, thank you so much!!!

stray iris
#

training voice model in colab, then download .index and .py files to the properly directories. Local web-ui can see my model, but feed error

#

Traceback (most recent call last):
File "D:\RVC_and_others\RVC-beta0717\runtime\lib\site-packages\gradio\routes.py", line 321, in run_predict
output = await app.blocks.process_api(
File "D:\RVC_and_others\RVC-beta0717\runtime\lib\site-packages\gradio\blocks.py", line 1007, in process_api
data = self.postprocess_data(fn_index, result["prediction"], state)
File "D:\RVC_and_others\RVC-beta0717\runtime\lib\site-packages\gradio\blocks.py", line 953, in postprocess_data
prediction_value = block.postprocess(prediction_value)
File "D:\RVC_and_others\RVC-beta0717\runtime\lib\site-packages\gradio\components.py", line 2076, in postprocess
processing_utils.audio_to_file(sample_rate, data, file.name)
File "D:\RVC_and_others\RVC-beta0717\runtime\lib\site-packages\gradio\processing_utils.py", line 206, in audio_to_file
data = convert_to_16_bit_wav(data)
File "D:\RVC_and_others\RVC-beta0717\runtime\lib\site-packages\gradio\processing_utils.py", line 219, in convert_to_16_bit_wav
if data.dtype in [np.float64, np.float32, np.float16]:
AttributeError: 'NoneType' object has no attribute 'dtype'

#

what`s wrong?

#

Do i need download some more files from drive?

#

okaaay, magic reboot fix that lmao

finite galleon
#

Never mind

finite galleon
stray iris
rare gobletBOT
#

Ayo? @stray iris level 4 !!! lfg

harsh island
#

im having trouble adding a model in the voice changer can someone h elp me

#
  File "restapi\MMVC_Rest_Fileuploader.py", line 92, in post_load_model
  File "voice_changer\VoiceChangerManager.py", line 161, in loadModel
  File "voice_changer\RVC\RVCModelSlotGenerator.py", line 37, in loadModel
  File "voice_changer\RVC\RVCModelSlotGenerator.py", line 43, in _setInfoByPytorch
KeyError: 'config'
paramDict {'voiceChangerType': 'RVC', 'slot': 20, 'isSampleMode': False, 'sampleId': None, 'files': [{'name': 'G_Snowie_RuPretrain_EnP.pth', 'kind': 'rvcModel', 'dir': ''}], 'params': {}}
RVC:: slotInfo.modelFile G_Snowie_RuPretrain_EnP.pth
[Voice Changer] post_load_model ex: 'config'
Traceback (most recent call last):
  File "restapi\MMVC_Rest_Fileuploader.py", line 92, in post_load_model
  File "voice_changer\VoiceChangerManager.py", line 161, in loadModel
  File "voice_changer\RVC\RVCModelSlotGenerator.py", line 37, in loadModel
  File "voice_changer\RVC\RVCModelSlotGenerator.py", line 43, in _setInfoByPytorch
KeyError: 'config'```
sand iris
#

From what I can guess from the name, it's the pretrain which is meant to create new models but not change voice

dusk brook
#

Yoo

#

Anyone on??

grave plaza
#

hey i had a quick question for yall, is there any benefits of using ngrok over gradio?

rare gobletBOT
#

Ayo? @grave plaza level 1 !!! lfg

nocturne mural
#

question , who has had problems with google drive links?

rare gobletBOT
#

Ayo? @nocturne mural level 5 !!! lfg

molten pecan
nocturne mural
#

but this chat is english

#

and I was just asking because I fixed the problem

molten pecan
#

Good job Vidal

nocturne mural
#

because google now puts to the files the error Google Drive cannot scan this file for viruses.

molten pecan
stray swift
#

I'm I overtraining ? 400 epochs..

nocturne mural
molten pecan
#

Set smoothing to 0.90

stray swift
stray swift
#

Maybe wait it out ? Maybe it should come down ?

ionic roost
#

Damn your chart is hella smooth

stray swift
ionic roost
#

Check the loss/d/total

#

For me it's first thing on first page

rare gobletBOT
#

Ayo? @ionic roost level 4 !!! lfg

stray swift
ionic roost
#

Yeah might be overtraining

#

Looks like it's smoothed out right?

nocturne mural
#

en general todos los q utilizan la dependencia gdown

#

solo porque la dependencia no estaba preparado ante eso

stray swift
half cove
nocturne mural
half cove
nocturne mural
#

but for now I already fixed it in the applio

#

but if you want I can fix the others

half cove
half cove
nocturne mural
#

Which one do I start with or is it more commonly used here?

half cove
#

ig

#

and uhh

#

eddys colab

#

noui

half cove
proven hill
azure marshBOT
#

RVC Guides (How to Make AI Cover)

Documentation
🇺🇸 English (main)

Translation by country

🇧🇷 Brasil (PT-BR)
torn wasp
#

-colab

azure marshBOT
# torn wasp -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
spark adder
#

the RVC Crepe v2 colab gives me an "access denied" message when trying to load a model, despite the model being public and working beforehand, anyone else had this? It does the same when trying to use a reupload

spark adder
#

Yes

half cove
spark adder
#

Oh my bad, thank u !

molten pecan
#

@torn wasp que querías saber?

torn wasp
dusky fiber
#

yo i need help making a drake x travis scott music

#

could some help me in that

brittle wing
#

any RVC which works on Mac M1 yet?

sand iris
#

model training doesn't though from what I've been told

mint tendon
#

what's the difference between this one and w-okada's?

half cove
#

think of it like

#

this for audio files

proper shale
half cove
#

they mean

#

also the go realtime on things that arnt okada is goofy

molten pecan
#

@torn wasp La página regresa a sus valores predeterminados cuando reinicias el espacio.

  1. Ve a Settings arriba a la derecha
  2. Baja hasta encontrar Restart this Space
  3. Toca restart a la derecha. Volverá a cargar de cero
mint tendon
high nebula
#

alguien con el modelo de randy? de jowell y randy

spare shale
#

O pedir una voz

agile lynx
#

Whats epochs meaning?

acoustic light
#

How do you make backing vocals change to the voice models voice, I put the instrumental + backing vocals into rvc and it isnt changing

acoustic light
agile lynx
violet heron
#

No

#

@agile lynx an epoch is how much the AI looks over the dataset

#

So like if a model was 300 epochs the AI looked over it 300 times

#

More/less does not mean better

agile lynx
violet heron
#

Many people train 250-500

fathom fog
#

I was wondering if anybody else was having issues downloading their voice models to spaces for voice conversion like the Illaria RVC tool on hugging space or any others? None of them are downloading my voice models no matter how many times I might download and refresh the model list.

fathom fog
stray iris
#

Are there any guides to improve the output audio? Cause I trained voice model today, everything is ok, but when I let it revoice song, it sound absolutle bad. Yeah, we can hear some words in song and voice model really works, buuuuut sound..............

violet heron
fathom fog
# violet heron That’s why

Ah thanks, the drive links worked until today for me specifically, any reason for that? I'm going to change but just curious yknow.

rare gobletBOT
#

Ayo? @fathom fog level 1 !!! lfg

fathom fog
#

Classic google manuever

#

Thanks again!

young jasper
#

Hope it's the right channel and doesn't sound weird, but has anyone had the issue when using rvcs in a voice changer that most of the time it seems to "add" a slight British accent? I'm not British and not using voice models of British people...

errant helm
rare gobletBOT
#

Ayo? @spare shale level 17 !!! lfg

molten pecan
#

@hexed panther we don't recommend RVC GUI

#

It's really outdated

#

Use Mainline or Mangio

#

-rvc

azure marshBOT
# molten pecan -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)

molten pecan
half cove
copper acorn
#

How do you properly merge models in rvc? Everytime I've tried I got a result that sounds extremely broken

stray iris
violet heron
#

Google of course had to butcher it

stray iris
#

Damn

molten pecan
timber apex
#

GOD I NEED HELP

molten pecan
#

Or at least that's what colab says

#

If you look over the internal files it says "mangio-rvc-fork"

#

Plus it has mangio-crepe too

violet heron
timber apex
#

I try to put my dataset name in rvc disconnected ant it gave me an error that it didn't find it

violet heron
molten pecan
timber apex
#

im gonna get the dataset 1 sec...

half cove
molten pecan
proper shale
timber apex
#

there

proper shale
#

What about your experiment name

timber apex
#

whats a experiment name?

vapid wren
#

Hey, can someone help? I'm trying to do the training.

proper shale
proper shale
timber apex
#

shirtsandpants.zip

proper shale
vapid wren
timber apex
#

thats the model

proper shale
#

The step right after preprocessing

proper shale
vapid wren
#

Oh

timber apex
copper acorn
#

Is merging models easy or is my rvc just broken?

glass garden
#

Can someone help me out with using a voice for a project

#

I’m trying to use BMO from adventure time but I don’t know how to

vapid wren
#

How long does training take?

proper shale
glass garden
#

First time using this

timber apex
proper shale
glass garden
#

How do I set this up

rare gobletBOT
#

Ayo? @glass garden level 1 !!! lfg

vapid wren
proper shale
proper shale
timber apex
#

"shirtsandpants"?

vapid wren
#

Oh, what's this now? Is it a bad thing?

timber apex
#

yeah i did that

glass garden
#

Tbh I don’t know what to do I mainly want to train an ai to sound like BMO from adventure time

proper shale
azure marshBOT
# proper shale -rvc

Suggestion for @glass garden

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)

half cove
proper shale
#

check Create a model with RVC disconnected

glass garden
#

Thank you

timber apex
proper shale
proper shale
timber apex
#

why

proper shale
#

Are you sure that both the Colab and the Drive are using the same account

vapid wren
#

Wait what

timber apex
proper shale
vapid wren
#

It has to do every single Epoch? Damn, my patience..

#

Yeah no, Ima do this tomorrow

#

Literally 11 pm for me rn

#

I suppose this will take hours

proper shale
#

You can train a lil bit every day though

vapid wren
#

Does it like save?

#

Like

timber apex
vapid wren
#

And get back on,

#

Actually, nvm.

proper shale
timber apex
#

it says cannot find the dataset in rvcdisconnected foldergoofy

proper shale
timber apex
half cove
#

silly question but

#

did you write .zip at the end

vapid wren
#

How can I be able to not lose my training progress?

timber apex
proper shale
half cove
timber apex
#

yes

half cove
#

shirtsandpant.zip

#

hmm

#

idk

timber apex
#

what why

half cove
#

do you have uhh

#

so it can find it

timber apex
#

whats uhh?

vapid wren
molten pecan
#

Multiple audios?

timber apex
#

yes

half cove
#

also 1 audio works

molten pecan
#

Did they contain spaces or special characters?

timber apex
#

i used instant dataset maker??

half cove
timber apex
#

as .zip

proper shale
timber apex
#

yeah

half cove
vapid wren
half cove
timber apex
#

THE AUDIOS HAVE TO BE ZIP INSTEAD OF WAV?!

proper shale
half cove
#

then it will automatically be zipped

timber apex
#

ITS IN THE ZIP FOLDER

#

shirtsandpants

half cove
timber apex
#

what

molten pecan
half cove
#

send me the google drive link

#

leme try

vapid wren
jaunty shale
#

It is there, but still showing up this error. Any ideas?

rare gobletBOT
#

Ayo? @jaunty shale level 5 !!! lfg

timber apex
#

@half cove ? You there

half cove
half cove
timber apex
#

what?

jaunty shale
half cove
#

Dependencies

uneven nacelle
#

So I was streaming with the rvc. And I had rtx turned on. And at some point when my game stuttered the program ceased to work. I guess my gpu just couldnt handle all of that work. But is there a way to get around this? Like how can I be sure that the program doesnt break?

timber apex
proper shale
half cove
#

Dependencies haunt my dreams after that ov2super 32k shit

proper shale
vapid wren
proper shale
uneven nacelle
jaunty shale
#

thanks

half cove
#

i already told em

timber apex
proper shale
vapid wren
#

Okay

#

Thanks

proper shale
#

You're welcome :)

half cove
timber apex
#

huh?

#

i used edge and it gave me a error

half cove
#

that shouldnt matter

timber apex
#

ok

proper shale
timber apex
proper shale
#

I'm thinking it could be maybe just G Drive being broken or something, or the Load dataset step being broken 😭

half cove
timber apex
half cove
timber apex
timber apex
half cove
#

bro what tf is this dataset 😭

#

this shit aint making a good model

timber apex
#

show me the screenshot bruh💀

half cove
vapid wren
timber apex
proper shale
#

stop*

#

woops lol

half cove
proper shale
#

H wait im dumb

half cove
#

and uhh questionable quality

timber apex
half cove
#

what?

#

😭

timber apex
#

mono audio

half cove
#

i mean

#

multiple

#

different

#

people

#

speaking

proper shale
#

Or well, continuing to train

#

People use the term retraining for that lol

timber apex
#

then just choose person that you like and then get the split the vocals for the person and then i will have a good ai model

#

sounds good @half cove ?

half cove
#

😭

timber apex
half cove
#

can i send the vocals here

#

so i can tell you

timber apex
#

Whoops

proper shale
#

;)

vapid wren
#

Alr thx

timber apex
#

WHAT IS IT THIS TIME AGAIN bruh @half cove

half cove
#

your dataset wont make a good model drakepain

timber apex
#

what will it sound like??

half cove
#

like shit

timber apex
#

show me a audio what will it sound like

half cove
#

😭

#

i dont have things liek that saved

timber apex
#

uhh ok?

#

just use this ->FLand increase the quality so it can be better

#

NOT AGAIN

vapid wren
proper shale
lean owl
vapid wren
#

Ah

#

Yes they are

timber apex
proper shale
#

Yeah that's it, ya can close the thing

lean owl
vapid wren
#

Okay

#

Ty for the help, cya

timber apex
#

@half cove ?

half cove
#

😭

timber apex
#

What

half cove
#

im telling you

#

that aint making a good model

timber apex
#

could you turn it into a good model

rare gobletBOT
#

Ayo? @timber apex level 7 !!! lfg

half cove
#

no

stray iris
timber apex
#

how do i make it into a good model??

stray iris
timber apex
stray iris
#

Cause it's basic?

proper shale
#

💀

timber apex
#

OK

#

i making a new ai model

lunar gale
#

when i talk with a voice model it is alway saing it again like in a loop but getting quiter each time how do i fix this?

proper shale
timber apex
#

im now doing 1 speaker now...

brittle wing
#

anyhelp

timber apex
#

YAY

#

I DID IT

#

wait how do i find my step count

azure marshBOT
#

RVC Guides (How to Make AI Cover)

Documentation
🇺🇸 English (main)

Translation by country

🇧🇷 Brasil (PT-BR)
brittle wing
#

tensorLaunch.py", line 2, in <module>
from tensorboard import program
ModuleNotFoundError: No module named 'tensorboard'

#

any help

fluid topaz
# brittle wing tensorLaunch.py", line 2, in <module> from tensorboard import program Module...

need to install tensorboard first

@echo off
setlocal

REM Check if tensorboard_venv exists in the root directory
if not exist "%~dp0\tensorboard_venv\" (
    REM Print the step to the terminal
    echo Installing virtualenv...

    REM Install virtualenv
    %~dp0\runtime\python -m pip install virtualenv

    REM Print the step to the terminal
    echo Creating a virtual environment named tensorboard_venv...

    REM Create a virtual environment named tensorboard_venv in the root directory
    %~dp0\runtime\python -m virtualenv %~dp0\tensorboard_venv

    REM Print the step to the terminal
    echo Activating the virtual environment...

    REM Activate the virtual environment
    call %~dp0\tensorboard_venv\Scripts\activate

    REM Print the step to the terminal
    echo Installing TensorBoard into the virtual environment...

    REM Install TensorBoard into the virtual environment
    pip install tensorboard

    REM Downgrade problematic packages
    echo Downgrading packages for troubleshooting...
    pip install markdown==3.0
    pip install tensorboard==2.1.0
    pip install protobuf==3.11.0
    pip install numpy==1.19.5

) else (
    REM Print the step to the terminal
    echo tensorboard_venv already exists, skipping creation and activation...

    REM Activate the existing virtual environment
    call %~dp0\tensorboard_venv\Scripts\activate
)

REM Print the step to the terminal
echo Launching TensorBoard...

REM Launch TensorBoard
tensorboard --logdir="%~dp0\logs"

REM Print the step to the terminal
echo Keeping the command prompt open...

pause
endlocal
fluid topaz
brittle wing
fluid topaz
brittle wing
fluid topaz
#

right, run inside the rvc folder

brittle wing
#

ok

tight ibex
#

idk if this question suites this channel but is vcclient legit?

sand iris
#

yes it is

tight ibex
#

thank you

rare gobletBOT
#

Ayo? @tight ibex level 1 !!! lfg

brittle wing
#

@fluid topaz

jaunty shale
#

I do not know if this is the appropiate chat for this topic, but I know instrumental is not allowed for audio examples (posting models).
Is noise in the background audio allowed (outdoors, street sounds)?

fluid topaz
brittle wing
proud elbow
fluid topaz
#

yea i just downgraded to 3.9 rather than fixing those things

brittle wing
#

how downgrad

proud elbow
#

delete and recreate the venv w python 3.9, then install again

brittle wing
#

how do i do this help me please @tired kraken @acoustic scarab

brittle wing
#

like, can you guide me thru how to get the voice changer i seen on tiktok.

#

please...

acoustic scarab
tired kraken
#

Sorry I'm an AI image art helper not a Voice Changer helper.

acoustic scarab
brittle wing
rare gobletBOT
#

Ayo? @brittle wing level 1 !!! lfg

violet heron
#

No

#

They blocked it in verified and. General

acoustic scarab
violet heron
#

Raven

azure marshBOT
violet heron
#

First one

brittle wing
#

im js downloding the rvc one

#

(2nd) one

violet heron
brittle wing
#

okay nvm

#

ts js crached

#

crashe

#

i got this 1

#

ts

#

this one, but its so shit

#

idk how to fix it

violet heron
#

Change chunk to 192 iirc

#

Change audio to client

violet heron
#

Turn down index to 0

brittle wing
#

oh cs idk the tiktok showed

#

server

violet heron
brittle wing
#

ik.

#

lesson learned.

#

how bout these

violet heron
brittle wing
#

i want it to go thru my discord

violet heron
violet heron
brittle wing
#

i got one

#

the vb shit

violet heron
brittle wing
#

outpit to vp input or vp out

violet heron
brittle wing
#

thereeee

#

looks rightg?

violet heron
brittle wing
#

then here should be?

violet heron
brittle wing
#

mmk

#

one sec

#

lme test

jade hornet
#

hi, I select my mic in the app but i dont know why the voice isnt detected

cloud cradle
#

"the system cannot find the path specified" when i try to run gui_v1

lime sorrel
#

hi i need help

lime sorrel
#

why does it throw this error, ive used RVC v2 "the disconnected colab"

brittle wing
#

why this dont work

#

@violet heron bro my gpu not even bad

#

why aint this running good./

#

:/

violet heron
lime sorrel
#

am i doing something really dumb?

brittle wing
rare gobletBOT
#

Ayo? @brittle wing level 2 !!! lfg

brittle wing
#

how do i add like custom ones, like famous youtubers and shi

cloud cradle
#

""PS E:\RVC1006Nvidia> & C:/Users/fazbe/AppData/Local/Microsoft/WindowsApps/python3.11.exe e:/RVC1006Nvidia/infer-web.py
Traceback (most recent call last):
File "e:\RVC1006Nvidia\infer-web.py", line 3, in <module>
from dotenv import load_dotenv
ModuleNotFoundError: No module named 'dotenv'
PS E:\RVC1006Nvidia> "" is a error i get?

#

tried pip installing it but no luck

rare gobletBOT
#

Ayo? @cloud cradle level 1 !!! lfg

violet heron
#

Scroll down until you find a empty model slot

#

Upload the models .pth and .index file

lime sorrel
#

why does it throw this error despite me using the rvc v2 colab?

violet heron
lime sorrel
half cove
lime sorrel
#

that's what i did

#

i copied the download link of the zip

half cove
#

I'm gunna kill my autocorrect

lime sorrel
#

oh

half cove
lime sorrel
#

is it not inside of that?

half cove
#

Screenshot

violet heron
#

Your model should be in the weights folder

lime sorrel
violet heron
#

Being whateveryounamedthemodel.pth

#

The file you select is a file used for training

lime sorrel
rare gobletBOT
#

Ayo? @lime sorrel level 4 !!! lfg

lime sorrel
#

i hope im blind

violet heron
#

On the colab you used to train

#

Did you run export model weights cell

lime sorrel
#

smh im blind am i right

violet heron
#

Or whatever it’s called

#

Or

lime sorrel
violet heron
#

On the colab you trained it on

half cove
violet heron
#

Find your way to the weights folder

#

That’s the file

lime sorrel
#

im so retarded

#

the weight ive exported, ive exported yesterday because i trained yesterday. now i cant find it because the website has restarted

#

idk if i lost the model ive exported but im pretty sure i did.

half cove
lime sorrel
#

gonna restart again

#

epic fail

dawn vigil
#

I'm new to RVC, go-realtime-gui.bat and go-realtime-gui_new.bat seem to be in chinese? Is this right?

dawn vigil
#

go-web.bat is in english, but I am just running the Mangio RVC Fork with the kalomaze fixes

rare gobletBOT
#

Ayo? @dawn vigil level 1 !!! lfg

brittle wing
#

um

#

how do i add my

#

own

#

sound

#

@violet heron hey partner./

#

i may need a lil hand.

violet heron
brittle wing
#

this

violet heron
brittle wing
#

likeeeeeeeee

#

model

#

like ykk

#

how theres that anime, i wanan add a

#

youtuber orrr

#

someone

violet heron
brittle wing
dawn vigil
#

Do RVC models have a 'safetensor' equivalent. Or are there safety concerns to be aware of when downloading models? Is there a reliable site that scans models like civit does for SD?

forest sluice
#

nah

#

Just dl from AI Hub for weights.gg, it should be fine

spare shale
#

Day #100

ionic roost
#

Ok, I have a fairly unique problem that needs solving

#

I'm trying to make a decent model for a TTS

#

Getting clean audio isn't an issue, but the AI mimicks the TTS so well that it gets all the voice artifacts the TTS creates

#

So I would think that I somehow need to mix a human voice into the dataset that can hit the high and low notes

#

Has anyone else done something along these lines before, or have any ideas on how to help me?

#

I know of someone who did this before but he won't share his secret

forest sluice
#

@rigid light Can you run this command on mainline python path/to/mainline-rvc/infer/modules/train/extract/extract_f0_rmvpe.py 2 0 0 path/to/mainline-rvc/logs/test True

#

Shit's literally 1-1 port from mainline

#

Wait, I need to change True to False

forest sluice
cyan pilot
#

where and how can i make my own voice model yall

forest sluice
#

-guide

azure marshBOT
# forest sluice -guide
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)

cyan pilot
#

ty 🫡

rare gobletBOT
#

Ayo? @cyan pilot level 1 !!! lfg

cyan pilot
#

what do i need in my zip folder? just the ai voice right?

brittle wing
#

Does anyone know why the program does not recognize my gpu? what is the solution?

viscid moss
brittle wing
#

i have a rx5600xt

rare gobletBOT
#

Ayo? @brittle wing level 1 !!! lfg

brittle wing
#

spanish moddd te viii

viscid moss
viscid moss
brittle wing
#

holaa

viscid moss
#

voice changer?

brittle wing
#

¿debo enviar screenshot?

viscid moss
#

is not necessary

brittle wing
rare gobletBOT
#

Ayo? @brittle wing level 1 !!! lfg

heavy shuttle
#

does anyone know why the google colab rvc v2 crepe + persistent storage / autosave hasnt been updated with the new pretrains?

#

im tried of uploading them myself and waiting for it to load.

viscid moss
#

that colab it outdated

#

use the rvcDisconnected

heavy shuttle
#

with the same dataset it takes 20 seconds per epoch

#

and on the disconnected it takes 40 - 50 seconds per epoch

viscid moss
#

idk2
but disconnected have the new pretrains

#

send me the link of ur colab

#

lemme see

heavy shuttle
#

alright give me a sec

modern stag
#

can someone help with an error

#

"/content

FileNotFoundError Traceback (most recent call last)
<ipython-input-8-71023684ee54> in <cell line: 16>()
31 get_ipython().system('rm /content/srv.txt /content/srvr.txt')
32 elif tunnel == "gradio":
---> 33 for line in fileinput.FileInput(f'Easier{weeee}.py', inplace=True):
34 if line.strip() == 'app.queue(concurrency_count=511, max_size=1022).launch(quiet=True)':
35 # replace the line with the edited version

1 frames
/usr/lib/python3.10/fileinput.py in _readline(self)
355 pass
356 # The next few lines may raise OSError
--> 357 os.rename(self._filename, self._backupfilename)
358 self._file = open(self._backupfilename, self._mode,
359 encoding=encoding, errors=self._errors)

FileNotFoundError: [Errno 2] No such file or directory: 'EasierGUI.py' -> 'EasierGUI.py.bak'"

modern stag
#

nevermind I restarted the runtime thing and it fixed

heavy shuttle
#

to test my model

brittle wing
#

Hey guys, what do I use to make AI Voices

#

not make a model*

forest sluice
#

Still, the usual

#

-guide

azure marshBOT
# forest sluice -guide
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)

forest sluice
#

Look at the All-In-One Documentation

stray bloom
#

PYTHON:3.10.11 (tags/v3.10.11:7d4cc5a, Apr 5 2023, 00:38:17) [MSC v.1929 64 bit (AMD64)]
Activating the Voice Changer.
('Connection aborted.', ConnectionResetError(10054, 'An existing connection was forcibly closed by the remote host', None, 10054, None))
('Connection aborted.', ConnectionResetError(10054, 'An existing connection was forcibly closed by the remote host', None, 10054, None))
('Connection aborted.', ConnectionResetError(10054, 'An existing connection was forcibly closed by the remote host', None, 10054, None))
('Connection aborted.', ConnectionResetError(10054, 'An existing connection was forcibly closed by the remote host', None, 10054, None))
('Connection aborted.', ConnectionResetError(10054, 'An existing connection was forcibly closed by the remote host', None, 10054, None))
('Connection aborted.', ConnectionResetError(10054, 'An existing connection was forcibly closed by the remote host', None, 10054, None))

#

whhen i run start_http

#

im also running onnxgpu

#

because my pc has an nvidia gpu

#

anyone know how to fix?

azure marshBOT
#

RVC Guides (How to Make AI Cover)

Documentation
🇺🇸 English (main)

Translation by country

🇧🇷 Brasil (PT-BR)
scarlet wharf
#

its getting stuck here

#

dang i cant send link

#

its stuck at the step MMVC_SocketIOAPP initializing... done.

#

it doesnt open the little menu

potent edge
#

can someone help me?
i have this folder, but i dont know what to use it for

#

it has a file that ends with ".pth"

#

?

earnest jasper
#

how do i export this point?

#

@modern oxide sry for the ping 😭

modern oxide
#

wassup

earnest jasper