#✨│ai-help
1 messages · Page 52 of 1
RVC v2 Disconnected
have u run set training variables?
I'm the blindest of the blinds, I was doing it again and for some reason I jumped over several steps
THIS WAS ALL TESTED ON THE Mangio-RVC-Fork WITH THE F-RVC-exp CONTINUATION FORK OF Mangio-RVC-Fork
(From what I know, each fork logs differently for TensorBoard)
Things you may need for this guide:
Audacity
iZotope RX Audio Editor
Adobe Audition
Spek
TL;DR is at the bottom of the page
Mangio logs...
Hope that helps
thanks but this guide only explain what tensorboard does, it doesn't show on how to start it on the first place
https://docs.aihub.wtf/guide-to-create-a-model/tensorboard-rvc this might be outdated
it is
Thought so
A tensorboard is a way to graphically display a graph of a model's parameters and how they change over the time of training. This way you can know what the optimal number of epochs is. Usually the only values that are monitored are G_loss and D_loss for RVC models.
Thanks Alex for that
An someone please help me with the bots? I’ve been struggling with it for weeks ☹️
I’ve been trying out the Wordband cover bot, and when I use it, I don’t know where my covers are. Like when it finishes, how do I know? It doesn’t message me with a link to the result or tell me when it’s done and I’ve been so confused trying to use it!
ok thanks its working
"/content/drive/MyDrive/project-main
NameError Traceback (most recent call last)
<ipython-input-1-59a7acf51464> in <cell line: 79>()
77 )
78
---> 79 training_log = train_index(model_name, 'v2')
80
81 for line in training_log:
NameError: name 'model_name' is not defined" this keeps happening on Train Index
never had this issue
Ayo? @wanton knot level 7 !!! 
did you log in on wordband first?
you gotta do it or else it won't give you the covers
here's a guide on it :3
qué 😦
Ohhhhhhh ok ty
Ayo? @brittle wing level 2 !!! 
did you try reloading the colab page?
trying to extract features when training a model floods me with such errors:
x = self.cnn(self.unet(mel)).transpose(1, 2).flatten(-2)
File "C:\Users\jkier\AppData\Local\Programs\Python\Python39\lib\site-packages\torch\nn\modules\module.py", line 1501, in _call_impl
return forward_call(*args, **kwargs)
File "D:\Applio-RVC-Fork\lib\modules\infer\rmvpe.py", line 426, in forward
x, concat_tensors = self.encoder(x)
File "C:\Users\jkier\AppData\Local\Programs\Python\Python39\lib\site-packages\torch\nn\modules\module.py", line 1501, in _call_impl
return forward_call(*args, **kwargs)
File "D:\Applio-RVC-Fork\lib\modules\infer\rmvpe.py", line 303, in forward
x = self.bn(x)
File "C:\Users\jkier\AppData\Local\Programs\Python\Python39\lib\site-packages\torch\nn\modules\module.py", line 1501, in _call_impl
return forward_call(*args, **kwargs)
File "C:\Users\jkier\AppData\Local\Programs\Python\Python39\lib\site-packages\torch\nn\modules\batchnorm.py", line 171, in forward
return F.batch_norm(
File "C:\Users\jkier\AppData\Local\Programs\Python\Python39\lib\site-packages\torch\nn\functional.py", line 2450, 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)```
for some reason i can't train anything in applio
feature extraction does this
and then training the model does very quick epochs and leaves gpu usage on 0%
esentially not training the model at all
i've even tried a full clean windows installation
Please help..I feel like Sisyphus right now 💀
When I hit train model, it says it's done but doesn't even show up in the weights folder
And it finishes weirdly fast so I know I probably did something wrong
yeah i feel like ive got a similar issue rn
Ayo? @frozen iron level 1 !!! 
God what are we going wrong.
Ayo? @brittle wing level 4 !!! 
idk it randomly stopped working
if someone could help me work on this model/say how to make one using voice clips, thatd be awesome
i figured out it was the audio file, somehow
I've tried using a smaller dataset, still comes up with cracks. I've already ensured it was clean, I do not understand what could be disrupting it..
I suppose this isn't making my life easier either
It sounds worse, even
Ayo? @rancid pine level 4 !!! 
RVC Guides (How to Make AI Cover)
Translation by country
I'm currently playing around with training with RVC, specifically with RavenCutie21's modification, and I have nvidia cuda 1.17 installed on my computer, but when I launch the webapp the console says no compatible nvidia gpu found. Is there a minimum gpu that can be used or did I install the wrong version of cuda
any one know how to download our model in keggle?
It's a 2060 super, but I might test it with a 3060 to see if it works
Off of https://github.com/RVC-Project/Retrieval-based-Voice-Conversion-WebUI/releases/tag/updated1006v2 downloading the amd package, as I have a 6600 as my primary gpu in my system.. Actually I think I might have maybe found the solution
Ayo? @brittle wing level 1 !!! 
Oh yeah that's the thing
The AMD release doesn't contain (most of) the CUDA packages
You'd need the Nvidia release
Don't really know what went through my mind to download the amd version ¯_(ツ)_/¯
Thanks for the help!
Why can this happen? If you don't !chmod 775 <path>, it's just permission denied. it's Google Colab.
Hi there, is there a way to hear myself in a discord call while talking?
I wanna be able to hear the voice changer version of me talking
which notebook is that ?
It's a test one, I just loaded the applio in there to test it.
I don't think you need to make anything executable
you might have screwed up something
setup goes something like :
clone code
install requirements via pip
python infer-web.py (maybe needs a one line change to get a public url, or use ngrok)
Definitely did not spoil anything, because in the same Kaggle everything works without any problems
Ayo? @bleak yacht level 3 !!! 
Thank you, fixed the problem 
can you send the code over so I can check ?
Yeah, just a minute.
first cell:
import codecs
appl = codecs.decode('uggcf://tvguho.pbz/VNUvfcnab/Nccyvb-EIP-Sbex', 'rot_13')
!git clone $appl
cdd = codecs.decode('Nccyvb-EIP-Sbex', 'rot_13')
%cd $cdd
!pip install -q -r assets/requirements/requirements.txt
second cell:
import codecs
runapp = codecs.decode('vasre-jro.cl', 'rot_13')
!python $runapp --colab
This uses the Caesar cipher and the usual fork of the applio.
ya
I'm more interested in why it runs via bash/sh without using the python interpreter
where run.py is my fork made from applio, it does the same thing as the original applio, then it doesn't see the files, then no permissions at all
last time I checked it (locally), I didn't need to change any permissions
stock git clone just worked
That's the thing, it works locally, but it won't work on google colab.
Wait how is it running infer-web.py yet also trying to run it afterwards
XD, I'm just now realizing
- he's trying to do it through sh instead of the python interpreter
the name speaks for itself
while training something accessed the memory without permission, which resulted in an error
check your antivirus
I took a big look at it but I don't understand why it's doing that
Ayo? @sand iris level 53 !!! 
Only thing that could be happening is that the python command magically got symlinked to sh
Somehow
can you !bash -c "ls -all $(which python)"
google's a funny guy.)
Shitty idea :
put
#!/usr/bin/env python
on the very first line of every python file
This way even if it's sh that somehow runs it
it'll use the python interpreter
should I fork applio and write it in every file?))))))
it's a very crazy idea.
But I'm still confused: why does it properly launches infer-web.py and then tries to run it via shell
maybe try installing python 3.9 and making it the main interpreter?
3.10 works
Heyo, need help getting a index file for my voice model on colab
Well, then I don't know what to do. :/
I had made one of my own voice and have the pth, but I also wanna redue it and also have the index
I'm as confused as you are about this lol
while in the same kaggle the same version of python and set of libraries and everything works.
that's exactly what google colab does.
Can the --colab flag do that?
wait can you link me your fork ?
it doesn't differ anything from the latest version of applio except the name of the startup file, how does it help you?
name of the startup file ?
Did you remove infer-web.py
I renamed it to run.py to prevent Kaggle from blocking startup, in previous versions of the fork it didn't have any impact
Oh wait no the thing you sent earlier is the original Applio code, nevermind
yea, original applio
Ayo? @bleak yacht level 4 !!! 
lol, if you run the file without the --colab flag and listen to port 7865 through local tunnel everything works, what's wrong with the flag).
Is index files suppose to be over 800mb?
Cause the managed to find it and the whole file was over 800MB
I*
I realized how to solve the problem, just instead of --colab write --paperspace and --pycmd python, the script will work without listening to the port
Are you talking about .index? If yes, the index size depends on the dataset size
Yeah
I'm just tryna add index to my pth so I can rezip it and use it again
But trying to just add the folder itself, then the voice.pth itself and see if that works instead of just adding the files but if that doesn't I'll just take the files out of the folder and rezip the whole model
what should I do if my voice repeats itself as an echo after I have spoken a phrase?
it's supposed to be for 1-1.5 hour dataset
can someone give a hint about whats the menu for the thing i pointed with red mark, i understand everything else
oops should be in #1159290066074607626
but it won't let me send pic
why the fuk im getting tenserboard not found when i try to install applio
RVC Guides (How to Make AI Cover)
Translation by country
@hidden drum
so what do i do on the folder
Open up a command prompt in the folder.
If you're on Windows 11, just right-click and click "Open in Terminal"
oh okay
Just to make sure, you have Python installed and in your PATH right?
it take me to powershell
yeah
Okay sweet. Powershell is just the default set, it's okay.
Run python -m venv [insertnamehere] (I just call it venv lol)
okay so i do that cmd
wait so i copy the brackets or no
no
okay
it gave me blank now
can you copy the run i have to put in the cmd
wait i dont get it i get a red error code
Take a screenshot.
.\venv\Scripts\activate : File C:\Users\jayce\Downloads\Retrieval-based-Voice-Conversion-WebUI-main\Retrieval-based-Voi
ce-Conversion-WebUI-main\venv\Scripts\Activate.ps1 cannot be loaded because running scripts is disabled on this
system. For more information, see about_Execution_Policies at https:/go.microsoft.com/fwlink/?LinkID=135170.
At line:1 char:1
- .\venv\Scripts\activate
-
+ CategoryInfo : SecurityError: (:) [], PSSecurityException + FullyQualifiedErrorId : UnauthorizedAccess
this one
Ohhh you have to edit your policies, one sec.
Set-ExecutionPolicy Unrestricted -Scope Process
no but i did the policie cmd
this
okay now it shows venv with green bracket
Sweeto!
Now run pip install -r .\requirements.txt
That will install the requirements inside of your venv environment.
what do i run for 3060 graphics card
Just that will be fine
like how much do i run when im making ai
Wdym by that?
any reason y'all are setting up using a venv rn ? Do the provided releases not work ?
like what do i set the settings to on local while making ai on a 3060 graphics card
Yes, I'm showing them how to run mainline so that their requirements installed don't mess with any other requirements in case they install anything else.
bc i remember when i was making ai my pc was overheating asf
It's good practice to run different projects in venvs.
There's runtime releases with mainline
which is why I'm wondering
Yes I know
But as I say it's good practice to do this inside of a venv due to that reason.
why when i make ai on local my pc overheats asf
it feels like a oven
We'll get there when you got it open xD
when making like ai on a 3060 graphics card lol
are you running the requirements installation command?
yup i am
shows this rn Using cached pywin32-306-cp39-cp39-win_amd64.whl (9.3 MB)
Using legacy 'setup.py install' for ffmpy, since package 'wheel' is not installed.
Using legacy 'setup.py install' for antlr4-python3-runtime, since package 'wheel' is not installed.
Using legacy 'setup.py install' for future, since package 'wheel' is not installed.
Installing collected packages: rpds-py, attrs, urllib3, typing-extensions, sniffio, six, referencing, pycparser, pyasn1, numpy, mpmath, markupsafe, llvmlite, idna, h11, exceptiongroup, colorama, charset-normalizer, certifi, zipp, uc-micro-py, tzdata, tqdm, threadpoolctl, sympy, scipy, rsa, requests, PyYAML, pywin32, pytz, python-dateutil, pyreadline3, pyasn1-modules, platformdirs, packaging, oauthlib, numba, networkx, multidict, mdurl, jsonschema-specifications, joblib, Jinja2, httpcore, fsspec, frozenlist, filelock, cffi, cachetools, anyio, yarl, websockets, torch, toolz, tabulate, starlette, soundfile, scikit-learn, resampy, requests-oauthlib, regex, pyparsing, pydantic, portalocker, pooch, Pillow, pandas, omegaconf, markdown-it-py, lxml, linkify-it-py, kiwisolver, jsonschema, importlib-resources, importlib-metadata, humanfriendly, huggingface-hub, httpx, google-auth, fonttools, decorator, cycler, contourpy, click, audioread, async-timeout, antlr4-python3-runtime, aiosignal, Werkzeug, uvicorn, traitlets, torchaudio, tensorboard-data-server, semantic-version, sacrebleu, python-multipart, pygments, pydub, protobuf, orjson, mdit-py-plugins, matplotlib, Markdown, librosa, hydra-core, grpcio, gradio-client, google-auth-oauthlib, future, flatbuffers, ffmpy, fastapi, Cython, coloredlogs, bitarray, altair, aiohttp, aiofiles, absl-py, tornado, torchcrepe, tensorboardX, tensorboard, pyworld, python-dotenv, praat-parselmouth, onnxruntime-gpu, matplotlib-inline, json5, gradio, ffmpeg-python, faiss-cpu, fairseq, av
That's fine, it'll install those things.
never use ai in a very long time
Ayo? @hidden drum level 4 !!! 
how do i fix this
Ayo? @karmic canopy level 2 !!! 
okay done whats next?
yup
okay well, do python .\infer-web.py and then that should start RVC
what does the warning pip version mean
It's nothing to be concerned about, just tells you there's a new pip version.
2023-12-24 07:50:51 | INFO | configs.config | No supported Nvidia GPU found
overwrite preprocess and configs.json
2023-12-24 07:50:51 | INFO | configs.config | Use cpu instead
is_half:False, device:cpu
2023-12-24 07:50:54 | INFO | main | Use Language: en_US
Running on local URL: is this bad or no
im on the site btw just deleted the link
but is the no supported Nvidia GPU found bad @brittle wing
Not a bad thing, but I need to find the command to enable your GPU processing.
pip install numpy --pre torch torchvision torchaudio --force-reinstall --index-url https://download.pytorch.org/whl/nightly/cu118
this
No results found for the search arjit singh...
do i close the site @brittle wing
Awesome it's running then, you just have to sort out the gpu acceleration thing with that cu118 thing and it should be fine
I have found 2 results for the search anuv jain...
Press CTRL + C in your command prompt and it'll turn off the script
you don't need to exit and re-enter :)
the gradio interface you can close for now tho if you'd like.
bet K
@ancient arch #🔍│find-models.
is there any way to find older ai voice models? because i remember there being a cloaker voice model that i used the crap out of but its gone now..
There's a model tracker somewhere, I'd have to ffind it though LOL.
found one, but it doesnt have 350 epochs like the folder i extracted it to..
when your running an ai model does your pc feel like a fucking campfire inside your pc
Not necessarily.
i deleted the contents for some reason and now i am regretting everything
why for me it does
Maybe you need to sort out your fan curves
Is this good
idk if its curve
nono I mean the fan curves in the BIOS Jace.
like the speed your fans go at with certain temps
xD
oh lol mb
How's the cu118 thing coming along?
(It may take a while sometimes because NVIDIA's download servers are dogwater)
@brittle wing
I'm not on about that mate, the fan speed is fine ig tho
|█████████████ | 1082.4 MB 3.3 MB/s eta 0:08:11 its almost done lol
just a half more pain to suffer on the loading screen
bc im using bell its the best wifi in canada
but not sure if it has to do with anything im doing rn tho XD
I'm using like 750mbps download internet
It's the NVIDIA servers though on their end, not yours.
Sometimes their download servers just suck.
True
im running 22.22 download speed on a 2.4 ghz internet bc im inside the room and my wifi router is outside the living room LMFAO
alrighty whilst that's doing, lemme zip some files up for you that you will need to shove in the assets folder for inferring to work.
This is my phone but idk why my pc is this bad
idk its this bad on my pc
@brittle wing
Just uploading ssomething for you to download.
@brittle wing wdym?
The assets folder inside the zipped archive just shove into the RVC folder
There's a few pretrains, rmvpe and hubert you need for inferring (and training) to work.
They don't come in the mainline package and you have to get them yourself, but since I have them I'll just send em.
why is my pc internet like that and my phone speed is damn fast
Possibly because your connection is poor to the PC?
is this good 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.
numba 0.56.4 requires numpy<1.24,>=1.18, but you have numpy 1.24.1 which is incompatible.
huggingface-hub 0.20.1 requires fsspec>=2023.5.0, but you have fsspec 2023.4.0 which is incompatible.
Successfully installed MarkupSafe-2.1.3 certifi-2022.12.7 charset-normalizer-2.1.1 filelock-3.9.0 fsspec-2023.4.0 idna-3.4 jinja2-3.1.2 mpmath-1.2.1 networkx-3.0rc1 numpy-1.24.1 pillow-9.3.0 requests-2.28.1 sympy-1.11.1 torch-2.3.0.dev20231224+cu118 torchaudio-2.2.0.dev20231224+cu118 torchvision-0.18.0.dev20231224+cu118 typing-extensions-4.8.0 urllib3-1.26.13
WARNING: You are using pip version 21.2.4; however, version 23.3.2 is available.
You should consider upgrading via the 'C:\Users\jayce\Downloads\Retrieval-based-Voice-Conversion-WebUI-main\Retrieval-based-Voice-Conversion-WebUI-main\venv\Scripts\python.exe -m pip install --upgrade pip' command.
or naw
It's fine
Try running RVC using the infer-web.py command I gave you earlier to see if it runs with the GPU detection
if so then use CTRL+C to cancel the script temporarily and shove in the files I will send you into the RVC folder.
Then you should be good to go after downloading some models.
what they doin?
I am guiding them to install RVC locally.
Mainline specifically.
ohhh
https://we.tl/t-PzQVjy1iYa @hidden drum alrighty shove those files into your RVC folder if you can confirm it works then should be sweeto
1 file sent via WeTransfer, the simplest way to send your files around the world
ye no idea i use mainline but online
(I've verified MD5 hash of the file downloaded so I can be certain it's safe btw)
K thanks and also on pc what does it mean abt link speed/recieve/transmit it shows for me 72/72 MBPS
Is it running?
Not going to lie I have no clue lol
No im just checking my network connection bc my pc network connection is trash asf
i need help
does anyone have a remote idea what might be causing these errors when trying to extract features when training in applio-rvc? 😭
ive tried conda and manual, system disk and not
even a clean windows install with all the prerequisites needed
I'm halfway drunk so I'm just tryna get you good to go before I become completely wankered to be transparent with ya.
😛
is anyone helping me
helpppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppp
BTW @hidden drum just for the record, when running RVC again in future you will have to enable the venv environment again to get it to run
Use @shy zealot in #🔍│find-models.
If there's a model there it should be there.
thats him
Ah shit okay
It's only just .\venv\Scripts\activate and python .\infer-web.py anyways so it's fine xD
When they update it or when i dont use it for a few years again i have to run the evironment again
not like it's that complicated tbh
As long as you do not mess with the venv or reinstall windows for example if you come back to it later it should just run perfectly normally. :P
Lol 😂 tbh rug roh but like 👍
Ayo? @hidden drum level 5 !!! 
When an update happens though, just re-do the steps n stuff but it was not as hard as you thought it'd be.
K thanks it gave me error is it bc i have to put the asset in the folder first lol 😂
Mainline updates aren't often though so not a thing to worry about for a while.
What error?
When i run the python infer web cmd
Yeah but what does it say?
Traceback (most recent call last):
File "C:\Users\jayce\Downloads\Retrieval-based-Voice-Conversion-WebUI-main\Retrieval-based-Voice-Conversion-WebUI-main\infer-web.py", line 8, in <module>
from infer.modules.vc.modules import VC
File "C:\Users\jayce\Downloads\Retrieval-based-Voice-Conversion-WebUI-main\Retrieval-based-Voice-Conversion-WebUI-main\infer\modules\vc\modules.py", line 11, in <module>
from infer.lib.audio import load_audio, wav2
File "C:\Users\jayce\Downloads\Retrieval-based-Voice-Conversion-WebUI-main\Retrieval-based-Voice-Conversion-WebUI-main\infer\lib\audio.py", line 4, in <module>
import librosa
File "C:\Users\jayce\Downloads\Retrieval-based-Voice-Conversion-WebUI-main\Retrieval-based-Voice-Conversion-WebUI-main\venv\lib\site-packages\librosa_init_.py", line 209, in <module>
from . import core
File "C:\Users\jayce\Downloads\Retrieval-based-Voice-Conversion-WebUI-main\Retrieval-based-Voice-Conversion-WebUI-main\venv\lib\site-packages\librosa\core_init_.py", line 5, in <module>
from .convert import * # pylint: disable=wildcard-import
File "C:\Users\jayce\Downloads\Retrieval-based-Voice-Conversion-WebUI-main\Retrieval-based-Voice-Conversion-WebUI-main\venv\lib\site-packages\librosa\core\convert.py", line 7, in <module>
from . import notation
File "C:\Users\jayce\Downloads\Retrieval-based-Voice-Conversion-WebUI-main\Retrieval-based-Voice-Conversion-WebUI-main\venv\lib\site-packages\librosa\core\notation.py", line 8, in <module>
from ..util.exceptions import ParameterError
File "C:\Users\jayce\Downloads\Retrieval-based-Voice-Conversion-WebUI-main\Retrieval-based-Voice-Conversion-WebUI-main\venv\lib\site-packages\librosa\util_init_.py", line 77, in <module>
from .utils import * # pylint: disable=wildcard-import
it says this
yup
If so, try pip uninstall numpy and pip uninstall numba, apparently this does something?
oh boy do I love python errors

ohh okay numba makes sense because it failed at initialization of a numba package
did it but it says no numpy in cmd
huh
ModuleNotFoundError: No module named 'numpy'
how do i do that?
same commands but replace "uninstall" with install lol
pip install numpy and pip install numba
i need help
Ayo? @bleak radish level 1 !!! 
okay did it what i do next @brittle wing
help
@brittle wing what do i do now
do i put assest in folder now
charlotte what do i do now
Traceback (most recent call last):
File "C:\Users\jayce\Downloads\Retrieval-based-Voice-Conversion-WebUI-main\Retrieval-based-Voice-Conversion-WebUI-main\infer-web.py", line 8, in <module>
from infer.modules.vc.modules import VC
File "C:\Users\jayce\Downloads\Retrieval-based-Voice-Conversion-WebUI-main\Retrieval-based-Voice-Conversion-WebUI-main\infer\modules\vc\modules.py", line 11, in <module>
from infer.lib.audio import load_audio, wav2
File "C:\Users\jayce\Downloads\Retrieval-based-Voice-Conversion-WebUI-main\Retrieval-based-Voice-Conversion-WebUI-main\infer\lib\audio.py", line 4, in <module>
import librosa
File "C:\Users\jayce\Downloads\Retrieval-based-Voice-Conversion-WebUI-main\Retrieval-based-Voice-Conversion-WebUI-main\venv\lib\site-packages\librosa_init_.py", line 209, in <module>
from . import core
File "C:\Users\jayce\Downloads\Retrieval-based-Voice-Conversion-WebUI-main\Retrieval-based-Voice-Conversion-WebUI-main\venv\lib\site-packages\librosa\core_init_.py", line 5, in <module>
from .convert import * # pylint: disable=wildcard-import
File "C:\Users\jayce\Downloads\Retrieval-based-Voice-Conversion-WebUI-main\Retrieval-based-Voice-Conversion-WebUI-main\venv\lib\site-packages\librosa\core\convert.py", line 7, in <module>
from . import notation
File "C:\Users\jayce\Downloads\Retrieval-based-Voice-Conversion-WebUI-main\Retrieval-based-Voice-Conversion-WebUI-main\venv\lib\site-packages\librosa\core\notation.py", line 8, in <module>
from ..util.exceptions import ParameterError
File "C:\Users\jayce\Downloads\Retrieval-based-Voice-Conversion-WebUI-main\Retrieval-based-Voice-Conversion-WebUI-main\venv\lib\site-packages\librosa\util_init_.py", line 77, in <module>
from .utils import * # pylint: disable=wildcard-import
File "C:\Users\jayce\Downloads\Retrieval-based-Voice-Conversion-WebUI-main\Retrieval-based-Voice-Conversion-WebUI-
what do i do now 😦
@brittle wing
what have y'all done up until now ?
idk but im what do i fix for this FileNotFoundError: [WinError 3] The system cannot find the path specified: 'assets/uvr5_weights'
and when i add the assests it dosent work
charlotte's zip archive didn't have the uvr weights?
do you have one that has uvr weights
For me it worked without them lol
I do have it, I can't upload it atm
Traceback (most recent call last):
File "C:\Users\jayce\Downloads\Retrieval-based-Voice-Conversion-WebUI-main\Retrieval-based-Voice-Conversion-WebUI-main\infer-web.py", line 8, in <module>
from infer.modules.vc.modules import VC
File "C:\Users\jayce\Downloads\Retrieval-based-Voice-Conversion-WebUI-main\Retrieval-based-Voice-Conversion-WebUI-main\infer\modules\vc\modules.py", line 11, in <module>
from infer.lib.audio import load_audio, wav2
File "C:\Users\jayce\Downloads\Retrieval-based-Voice-Conversion-WebUI-main\Retrieval-based-Voice-Conversion-WebUI-main\infer\lib\audio.py", line 4, in <module>
import librosa
File "C:\Users\jayce\Downloads\Retrieval-based-Voice-Conversion-WebUI-main\Retrieval-based-Voice-Conversion-WebUI-main\venv\lib\site-packages\librosa__init.py", line 209, in <module>
from . import core
File "C:\Users\jayce\Downloads\Retrieval-based-Voice-Conversion-WebUI-main\Retrieval-based-Voice-Conversion-WebUI-main\venv\lib\site-packages\librosa\core__init.py", line 5, in <module>
from .convert import * # pylint: disable=wildcard-import
File "C:\Users\jayce\Downloads\Retrieval-based-Voice-Conversion-WebUI-main\Retrieval-based-Voice-Conversion-WebUI-main\venv\lib\site-packages\librosa\core\convert.py", line 7, in <module>
from . import notation
File "C:\Users\jayce\Downloads\Retrieval-based-Voice-Conversion-WebUI-main\Retrieval-based-Voice-Conversion-WebUI-main\venv\lib\site-packages\librosa\core\notation.py", line 8, in <module>
from ..util.exceptions import ParameterError
File "C:\Users\jayce\Downloads\Retrieval-based-Voice-Conversion-WebUI-main\Retrieval-based-Voice-Conversion-WebUI-main\venv\lib\site-packages\librosa\util__init__.py", line 77, in <module>
from .utils import * # pylint: disable=wildcard-import
File "C:\Users\jayce\Downloads\Retrieval-based-Voice-Conversion-WebUI-main\Retrieval-based-Voice-Conversion-WebUI- it shows this tho
i have this error
indeed
AAAAAAA
how to bork stuff 101
numpy will make other packages bitch
It worked fine for me daroche 😭
PS C:\Users\jayce\Downloads\Retrieval-based-Voice-Conversion-WebUI-main\Retrieval-based-Voice-Conversion-WebUI-main> python .\infer-web.py
2023-12-24 08:49:54 | INFO | configs.config | Found GPU NVIDIA GeForce RTX 3060
is_half:True, device:cuda:0
2023-12-24 08:49:55 | INFO | main | Use Language: en_US
Traceback (most recent call last):
File "C:\Users\jayce\Downloads\Retrieval-based-Voice-Conversion-WebUI-main\Retrieval-based-Voice-Conversion-WebUI-main\infer-web.py", line 143, in <module>
for name in os.listdir(weight_uvr5_root):
FileNotFoundError: [WinError 3] The system cannot find the path specified: 'assets/uvr5_weights'
which do i download it took me to github page
its says press key or something
yeah my bad, the script is worse than I had anticipated
what do i download
Okay, I think a manual install is leading nowhere
Unless continue with the manual install by downloading the -win archive at https://github.com/aria2/aria2/releases/tag/release-1.36.0
and unzip it in the RVC folder
OR
Just reinstall everything from scratch with one of the RVC releases rather than setup manually
wdym abt that
which model do i download anyways
😭
setup is as simple as
- download file
- unzip file
- click run
What y'all have been doing is a manual install which is way more trouble and work
oh okay
https://github.com/RVC-Project/Retrieval-based-Voice-Conversion-WebUI/releases
Just grab the file from the "for nvidia gpu users" link
Voice data <= 10 mins can also be used to train a good VC model! - RVC-Project/Retrieval-based-Voice-Conversion-WebUI
That's pretty much the intended way for non-developers to use RVC on windows
Okay
C:\Users\jayce\Downloads\Retrieval-based-Voice-Conversion-WebUI-updated1006v2\Retrieval-based-Voice-Conversion-WebUI-updated1006v2>runtime\python.exe infer-web.py --pycmd runtime\python.exe --port 7897
The system cannot find the path specified.
C:\Users\jayce\Downloads\Retrieval-based-Voice-Conversion-WebUI-updated1006v2\Retrieval-based-Voice-Conversion-WebUI-updated1006v2>pause
Press any key to continue . . .
what does this mean
Did you unzip it first ?
i did
is everything else also unzipped?
yes it is
What the hell is up with it
You sure you did not grab the "source code" archive ?
no
i got urs
the one you link
RVC1006Nvidia.7z ?
but the run when i click on it disappers
7z i didnt got that
okay downloading it
its done downloading
Ya that seems more like it lol. You got the source code last time lol
what now
oh okay
Unzip, and just run go-web
how do i unzip
You on windows 10 or 11 ? updated windows 11 machines should be able to unzip
it shows extract it thats how it unzips the folder
https://www.7-zip.org/a/7z2301-x64.msi
It requires 7zip then
im on windows 11
what abt for 11
also
if it's updated I'm like 90% sure windows natively supports 7zip
else, just get it from where I linked up above
where do i see if it supports 7zip for me
Ayo? @hidden drum level 6 !!! 
oh okay
mines like updated updated
g
how tf it download fast for you but not me 😭
big files
fr
also im using winrar is it fine or use 7zip
winrar also works yeah
okay
ok its done dowloading what now
so when it downloads do i run bat and it works
after
yeah
brb i hope the msg dosent get full when i comeback lmfao
I don't do model training or inference, I'm not gonna be really useful there lol
But I can help with any issues related to python
ah okay
Why lol 😂
Ayo? @bleak radish level 2 !!! 
@sand iris why does my thing say unsupported please help
it says like while extracting the file the file is unsupported
Ah
So that's what it is. We've seen that before but didn't understand why
it's winrar
so what do i do
can you try with 7zip instead ?
sure
can someone help me please
it says some files are currently being used to for 7zip @sand iris
if you extracted in the same place yes, it's gonna tell you the files already exist
if that's what you meant
with what ?
when i load my dataset i have this :Dataset folder already found. Wiping...
Temporary folder already found. Wiping...
Archive: /content/drive/MyDrive/RVC-Disconnected/zipfile.zip
creating: /content/temp_dataset/zipfile/character_name/
inflating: /content/temp_dataset/zipfile/character_name/data.wav
inflating: /content/temp_dataset/zipfile/character_name/Recording (4).mp3
inflating: /content/temp_dataset/zipfile/data.wav
inflating: /content/temp_dataset/zipfile/Recording (4).mp3
Sanitizing...
Dataset Type: Multispeaker
FileNotFoundError Traceback (most recent call last)
/usr/lib/python3.10/shutil.py in move(src, dst, copy_function)
815 try:
--> 816 os.rename(src, real_dst)
817 except OSError:
FileNotFoundError: [Errno 2] No such file or directory: '/content/temp_dataset/zipfile/character_name' -> '/content/dataset/character_name'
During handling of the above exception, another exception occurred:
FileNotFoundError Traceback (most recent call last)
3 frames
/usr/lib/python3.10/shutil.py in copyfile(src, dst, follow_symlinks)
252 os.symlink(os.readlink(src), dst)
253 else:
--> 254 with open(src, 'rb') as fsrc:
255 try:
256 with open(dst, 'wb') as fdst:
FileNotFoundError: [Errno 2] No such file or directory: '/content/temp_dataset/zipfile/character_name'
nvm
it works
what do i extract with it still show winrar
for extract
@sand iris
msi version
It's installed right? not only downloaded
fuck
but still shows winrar
its npt working
@sand iris
if you right click you can choose "open with"
nvm
idk, I don't use colab
you did fill in everything right?
I think there's a field you forgot to change
i had to do show more options
its working fine so far
what can i use instead of colab
for training, other than locally, I don't think there are other free versions
your a legend
Ya great
sorry this took a while lol
its fine lmfao
which is good to add on the album of juice wrld rental
like which ai person is good
kevin im guessing but theres so many
Oh boy, yeah, there's a whole lot of choice
yup just dont abuse ai lol
you can unless browse #1175430844685484042 , use the search bot in #🔍│find-models or https://weights.gg/
ima link the discord channel on my yt so ppl can know
you need an nvidia gpu or amd work ?
Ayo? @steel saffron level 1 !!! 
how do import models in here
to create voice models or use them ?
for create
nvidia only
ahh thats why it dont work
(unless you happen to use linux then AMD also works)
@sand iris how do i like import the ai models of ppl models in the file of rvc im using
there should be a weights folder under assets\
the .pth models go there
and put .index files in the logs folder
K thanks
if i host a virtual machine with linux it would work ?
(everything is found where you unzipped RVC)
Unfortunately no
ahh
can i delete the sample pth or dont delete it
?
don't
K
abt metadata file
it shows
wdym
it shows a metadata file of a jason file
@sand iris where do i put the vocals of songs in the rvc folder
Uh I think you give it the file path
nvm know how
I don't think the vocals need to be anywhere specific
does anyone know what this error means??
@sand iris for training it says put the path of the training folder but idk where to put it tho
it's the usual stuff, it's working as far as I'm seeing
I don't train models, idk
and for the training which batch do i put it for bc i have a 2.0/8.0 GB of GPU memory
What do you mean by 2/8 ?
Which GPU is it
3060
Oh all good then lol, you scared me for a sec
K
Gl on my pc overheating and feeling like a campfire
overheating?
As long as it doesn't go 90°C+ it's rated for it
90 is the dangerous range and 100+ is the no go zone
when im training it feels like its overheating
Ayo? @hidden drum level 7 !!! 
broo... true, i stopped it 😭
Okada or RVC
If it’s w-Okada #🔍│help-w-okada message
Need some help with RVC, My Corsair Hs80 worked a few hours ago perfectly, worked in discord calls, could hear myself
Ayo? @simple igloo level 1 !!! 
Then now, its broken
It like mutes my mic when I turn on RVC, cant hear anything and mic only works on discord if i set it to my normal one
I reinstalled VC Cable, but that didnt seem to help
Any open suggestions?
Just tested it, it completely broke my mic this time
I cant even hear myself with both input/output combined
Neither can discord detect any audio, nor can RVC detect any
It fixes when I restart my headset, but when I try to change anything on RVC it just mutes again
That’s not RVC
That’s w-Okada
Its not realtime voice changer?
Real-time voice changer is Okada
OH
RVC is for making covers
Sorry for making that mistake then
But RVC models work on Okada
Aren't they both built with RVC?
Okada is built with a bunch of different things
It has support for SoVits, RVC, Beatrice, and a few others
I see
I've gotten it to work and let me monitor the voice, But discord isnt detecting my input, any advice? @violet heron
i need the web site
Ayo? @simple igloo level 2 !!! 
VB Control Panel says that its detecting input
and it matches with the delay of the ai voice
But discord isnt detecting ir
Ill try restarting discord
For what
RVC Guides (How to Make AI Cover)
Translation by country
Shit, there are still cracks, and the model sounds different than intended
hey im having an issue where i can hear my changed voice in the changer client demo but its playing my normal voice in obs and stuff
idk if this isthe right place please assist me if im wrong
do the same thing with discord
change mic input to whatever virtual thing ur using
OBS should pick up on that
anyone in the chat?
.
is there any tut for facefusion?
Is there a better alternitive to jukebox ai the software that can extend songs?
@molten pecan
No clue
this chat feels empty
ModuleNotFoundError: No module named 'mega'
Ayo? @pliant remnant level 1 !!! 
anyone can help?
try reuploading that model somewhere else
hey im having trouble with rvc. whenever i train the model if gives me this error: " [WinError 3] The system cannot find the path specified: 'C:\Users\pat\Downloads\rvc\Mangio-RVC-v23.7.0/logs/mute/0_gt_wavs/mute40k.wav'
-colab
- 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
- Ilaria RVC, by thestingerx Hugginface Spaces
- RVC-HF, by r3gf Huggingface Spaces
- AICoverGen, by r3gf Huggingface Spaces
- RVC v2 Huggingface version, by Clebersla Huggingface Spaces
- Advanced RVC Inference, by neuclya Huggingface Spaces
did you manage to fix this?
if i remember correctly I just deleted v1 and installed v2 instead, got no solution
When I launch applio there is written no module named 'torch' can you help me please
Is there a fork of mangio RVC that doesn't need fairseq? cause that god damn thing always fails to build for me, even if I have the build tools necessary and in the environment variable.
I don't wanna rely on colab when I have a good GPU to do the work
Nope unfortunately
Can you screenshot your c++ build tools installation ?
you need two optional components to have it working
also note that python3.11 and newer will not work, also because of fairseq 😆
when training, its been stuck at the message "Reducer buckets have been rebuilt in this iteration." for like 5 minutes. is this normal
Ayo? @flat nacelle level 1 !!! 
thanks
I've been using 3.9. one sec lemme open the installer cause i might've went a bit overboard installing random shit i dont need cause i've nearly lost my sanity the last time i attempted to get it working.
Also question: Are the 2022 build tools the right ones for RVC?
yeah, just make sure you have the "C++ Build Tools" selected, and also the two following optional componentx :
- MSVC v14*
- Windows 11 SDK (even on windows 10)
uh can I dm you the screenshot and we can go from there?
Ayo? @steep halo level 1 !!! 
oh bruh
LMAO
now i can post images
this is what it looks like
I have this and... I have this
is it something wrong with my environment path? @sand iris
huh yeah it should be working the way it currently is
It fails building the wheel for Fairseq
everytime I try to install the requirements, it always fails on that
really not sure what could be up with it
theres a chance it might not be reading the build tools right. could you show me your environment variable paths for it?
I don't have a windows machine on me rn
welp that sucks
last time I did try though, it was on a fresh win10 install, I narrowed down the deps to those two components I sent
wait i just remembered I also have the 2019 build tools installed
should i get rid of them?
I really can't think of any reasons why the old ones would conflict
wtfffffff
when training, its been stuck at the message "Reducer buckets have been rebuilt in this iteration." for like 5 minutes. is this normal
well is there any branch of rvc that is up to date and doesn't use fairseq?
Ayo? @steep halo level 2 !!! 
yesn't
they all use fairseq, only diff is that you don't have to build it
Please help, I keep trying to extract vocals/intrumentals using UVC, It takes me couple tries to successfuly extract, but it fails most of the time weirdly even though it was working fine couple months ago, i get a Make sure you've selected right GPU, and I do have selected the right one, i tried running from admin and making sure i selected the right gpu
what can i do?
Did you reinstall it already?
ive just installed it couple days ago, should i still try reinstalling?
RVC Guides (How to Make AI Cover)
Translation by country
**Method 1 🔎: ** The search accuracy is 100% 💕
Upload the <t:1685523409>
Server uploaded: AI HUB (RIP)
Channel uploaded: AI HUB (RIP) Post
Profile Owner: analogspiderweb
analogspiderweb
analogspiderweb
121
EN 🇺🇸
RVC V2
273 MB
N/A
500
0
@quiet glen #1159290666019471421
Is rvc still the best way to make ai covers or are there better alternatives/simpler?
Rvc is the way to go
Ayo? @hard chasm level 1 !!! 

uhhh
how do I fix this?
@viscid moss @honest pond
? What do you mean?
okay? I don't exactly understand how to fix the problem..
clic in your path and type cmd
CUDA is a technology developed by NVIDIA that uses the power of graphics cards to perform calculations that require great processing power. It is especially useful for AI tools, such as RVC.
If possible, we recommend using CUDA to optimize the process of training models.
CUDA is downloaded automatically as a part of the NVIDIA driver.
ok?
te actuerdas de como activar un env?
ni idea de que hablas
what now?
weit
okay..
eddy todo tuyo
idk how to install Applio, too much steps and errors 
no recuerdo como se activa el env
nah
en cmd
too many*
yo peor
Applio so hard to install
@proper shale @copper pebble
okay?
sabes cuando se usa too many or too much?
nop
you have this app @buoyant saddle ?
yes
too many see usa cuando el objeto en inglés se puede escribir en plural. too much se usa cuando el objeto solo existe sin una palabra en plural
- too many steps
- too much money
too many GPU's
too much Applio
what do I do with this?
no, normaly it works but they delate de activate scritp
I will pretend that I understood what you just said
type conda env list
and sendme sc
on the anaconda prompt, correct?
yes
\
I think he meant "no, normally it works, but the activation script is delayed because of it (Applio installer/Windows)"
I think
so I type this in to the anaconda prompt again?
yes but your path
got it
now tipe pip install tensorboard
okay?
No tengo ni idea acerca de esto
Apenas se abrir cmd
Yo soy helper por otros motivos, no por ser experta en RVC desafortunadamente xd
fixed it
Ayo? @buoyant saddle level 3 !!! 
I said stop doing that
what now?
try to open the go-appilo
ok!
if that dont work ping me
Raid, que está instalando exactamente?
el transboard
Hmmmmm y es todo ese rollo para hacerlo, interesante
el env es util pa no tener diferencias de versiones
uhhh
ok you steel have the conda open?
I still have the anaconda prompt open, yes.
ok type cd .assets\requirements
with the env thing activated?
may you show an example?
done
ok try pip install -r requirements-amd.txt
weit ...
should I press enter?
type ls
uhh
what do I do with this?
download this and put in the folder
got it?
good news: One of them was pasted
ok try again
ok now try
why does this keep happening😭
why does this happen😭
I should have never updated💀
yeh
idk
I had like some rvc thing idk
and it said that "Applio is better" when looking at the new guides at that time, so I upgraded to that. Then, today I tried to use it, and it said "New Update!" or something idk. Got the .bat, and I thought everything was fine, then it said that it didn't work.. and here we are
Ayo? @buoyant saddle level 4 !!! 
Arcane I said stop
mainline training doesnt have rmvpe or crepe right?
to see is given a lot of support and if you are in their chat they help you and add things, the bad thing is that they update things and then it stops going.
I don't even adjust hop length bc Idk what that is
I might or may not tell someone to install mangio/applio since mainline doesnt have rmvpe training
wait does mainline.. well make the ai covers, or just models? BC I need both from it.
(this is a stupid question oml)
thank heavens
yup pretty much almost everything ai voice related in this server comes from mainline first
Mainline 
ok
finally set up mainline
I hope that I can actually make a cover and not get any errors
FINALLY
IT WORKS
THANK YOU ALL
OMG
nice
Ayo? @cloud finch level 4 !!! 
if i want to continue to train my already existing model, what do i have to do?
Why when training did it make so many
no idea but those should be fine... tried searching my models and its not there tho
@glad zealot can you help me?
thanks. wondering if you have a good Donald Trump model. Also, if we want to continue training our model after we're done training it once, what do we do? Thanks in advance.
to continue training you need to have the generated G and D pth files and the original dataset iirc
can i train an already existing model?

-colab
- 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
- Ilaria RVC, by thestingerx Hugginface Spaces
- RVC-HF, by r3gf Huggingface Spaces
- AICoverGen, by r3gf Huggingface Spaces
- RVC v2 Huggingface version, by Clebersla Huggingface Spaces
- Advanced RVC Inference, by neuclya Huggingface Spaces
Ayo? @fossil glen level 15 !!! 
RVC Guides (How to Make AI Cover)
Translation by country
yeah i am but its not working even tho i only have one mic
https://www.tiktok.com/@vee_vrchat/video/7307443351329049899
This vrchat user has a very convincing ai model
What model do they have? 
Ayo? @brittle wing level 1 !!! 
Nice
bro idk why whenever i open voicemeeter i cant hear my AI voice and then my ai voice doesnt work and it messes up my audio stuff like it was working before but idk what happened can someone help me please. and i think this problem is because of voicemeeter
i need help
you trying to use it for discord?
no for fortnite
oh okay
still need help?
yes
the download dont work
RVC Guides (How to Make AI Cover)
Translation by country
when I try to train a model, the PTH file doesnt get saved in the weights folder, anoyone know how to possibly fix that? feel free to @ me
Ayo? @green parrot level 1 !!! 
it takes a while depending on your save epoch count
and dataset length prob
the strange thing is that it is not generated even after the end of all the procedures...
the dataset only contains 8 files so I don't think that's the problem
sure, I will be back in a sec
oke
here are my training tab settings
what gpu do u have btw
nvm it shows up there
@sand iris halp its local
gtx 1660 super, should be 6GBs
btw is the weights folder in assets>weights?
Exactly
is there a way to do this on mac?
no idea, i use online
ya weird
whats the website you use
kaggle
can u send link
How long did it train for ?
oh wait i c
I should try to reinstall it completely when I have time and see if the issue persists, maybe trying to read the logs for further error notifications
about 3 minutes iirc
do you know how to use kaggle?
never used it
doeos it give you a index file and pth
mhhh so it did not generate the PTH file because of the process not ending ?
yes
do I do click to make new dataset?
screenshot of what im training rn
do I click on make new dataset
yes
https://www.kaggle.com/code/hinabl/multinotebook-ai-public heres the one i use
you can just mess around to figure it out
What can I do to get rid of the Robotic voice after generating the vocals with model? using Mangio RVC
batch size 16 could use around 11 GB vram, in order not to have heavy bottleneck with 6 GB vram, should instead go batch size 3
I think ur right, I read the logs and the program was allocating more memory than the one available, so I lowered to 6 and It now seems to be progressing fine, thanks!
Ayo? @green parrot level 2 !!! 
did you duplicate the space
Still the same
click the 3 lines
How to do that?
click the three lines top right
And...?
@round fog
Holy shit this is complicated
it should say duplicate space with other options
yeahhhhh
it aint lookin too great for me haha
let me get on mobile rq
done i put my path down and processed it.
one sec
i’ll be back in 5
oki
