#š§¬āai-chat
1 messages Ā· Page 212 of 1

anyways it seems as eating a material that is almost identical to literal diamond is quite hard
wait why is my name purpl
I gotchu my dude
š
Vote Booster: Vote now for a 10% boost. https://arcane.bot/vote
If you want your guitar back just ping a mod and type that command ^
well I keep the level and the green role
wdym my guitar
ok but I donāt think thatās a guitar
It is
Can I play science blaster with it
just in case I would like to play āthe show must be goā instead since that doesnāt have it
also how do I play a song with a purple role
can i friend someone and talk to them aobut the voices please idk what im doing TvT

truly unbelievable stuff happening right here
The guitar means the role icon
dang I didnāt get to see it
still no good latina e-girl voice model 
haha !!!
how does you being a minor even remotely
I tried to do the ai trainer thing but my PC blew up in my face and put me in the hospital and now Iām pregnant what do I do
Become an astronaut and go in the ocean
I turned my grandma into a AI voice model just so I can roast her
WAIT WHAT
FELT IS BACK? 
One message removed from a suspended account.
can some tell me how to use conpiled version of applio. What should i have to download. .exe or .zip or both
i need help with the google code thing (its giving me an error every time i try to paste in a link
brings a tear to my eye how cleanly delivered it was, and how long it was in the making
#1159290752195633273 if you want to promote it
What is this clown avatar border stuff going around
i need a good female voice changer and settings
ufo porno
hi
Anyone have a deep voice eboy model for experimental purpouses
Anyone have a deep voice eboy model for experimental purposes
ello
I want next models: chad kroeger, neil fallon, mikhail gorsheniov, david hasselhoff, Josey Scott
Bonjour
hi l am new
hello !!!
-colab
- Applio, by IA Hispano Google 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
- Ilaria RVC, by thestingerx Google Colab
- RVC Disconnected, by Kit Lemonfoot Google Colab
- easyGUI, by rejects Google Colab
- Applio, by IA Hispano Huggingface Spaces
- Ilaria RVC, by thestingerx Hugginface Spaces
- RVC-HFv2, by r3gm Huggingface Spaces
- AICoverGen, by r3gm Huggingface Spaces
- Advanced RVC Inference, by r3gm Huggingface Spaces
- RVC v2 Huggingface version, by Clebersla Huggingface Spaces
Smug appears and here to ruin days
wich are good e girl voices
which pre trainer is best? ov2 or rin_3
Hi xin chĆ o mn :))
how do i get the voice changer?
hi
[fq
if i provide someone with vocals, would you mind doing a cover?
hiiiiiiii
Bonjour :3
hi
ai tool to desgin logos?
Provided to YouTube by CRYPTON FUTURE MEDIA, INC
Alive (2024 FULL.ver) (feat. éé³ćć) Ā· ćć¹ććÆć Ā· éé³ćć
Alive (2024 FULL.ver)
ā 2024 ćć¹ććÆć
Released on: 2024-04-01
Auto-generated by YouTube.
Looks like there's a global realtime voice changer outage.
hi
Hello
He's saying his age makes him dumb (or at least inexperienced)
š
yo
Henlo chat
Hai
Bros whatās the best way to make an audiobook using AI?
Just getting AI to read line after line?
I look like and say that
a
Please dont promo out of #1159290752195633273 .
Audio reposter
could u ping it perfavore
Non sta più nel server l'hanno rimosso
perche
PerchƩ repostava anche audio che avevano problemi di copyright creando altri problemi ancora
ohh
Ayo? @elder willow level 1 !!! 
Non credo che lo rimetteranno mai più nel server
ma ci sta il link del bot?
Sinceramente non me lo ricordo pero puoi cercare su google tipo "audio reposter discord bot" e ne dovresti trovare bot cosi
non lo vedo :(
Se vuoi puoi provare bot tipo questo ma non so sinceramente
Prego
h
GRAZIE, FUNZIONA
Prego
Is weights.gg down?
Ayo? @elder willow level 1 !!! 
Can't log in
@hallow mantle 
š
ni hao
hlo
hi !
every ai voice sounds horrible
i think that you have to speak english? lol
i dont think it works in italian
Fix the tune maybe
which pre trainer is best?ov2 or rin_3
Guys how to fix voice ai stuck on 0% loading screen?
the ai models work great and sound clear enough even for non-English speakers
but can we do something to make the ai sound more expressive I wonder? Or it is something not possible at the moment?
For help ask in help channels and be specific pls
k
guys how can i train a voice (colab)
How and where I can train a voice model?
same question
Ayo? @jagged geyser level 2 !!! 
Yeah
I have already tried using Google colab, BUT it constantly gives an error
same too T_T
hello
^._.^Hi
how is everyone(:
Ayo? @dusky pebble level 1 !!! 
Ayo?
hello
same
hi
NickDiscord
Check https://docs.aihub.wtf
Last update: Mar 10, 2024
?
Check https://docs.aihub.wtf
Last update: Mar 10, 2024
Does DirectML work for Nvidia GPU's aswell?
Hey yoo
Yes
Not recommended but it does
hi
Oh wait run it natively then !
it can not see CUDA and runs on CPU currently so ill try that
w-odaka, only mac and windows it seems
What are you trying to run ?
yeah the binary releases are only that
oh is there a way to build it to be have a linux native?
it's python software underneath. You can set up a dev env manually & just have it work
oh it has a docker
get python 3.10 (extra workaround required on 3.11+)
setup a virtual env (or use conda to create one, your choice)
clone code
cd voice-changer/server
pip install -r requirements.txt (might require some further tweaking to get onnxruntime-gpu to compile against cuda 12 if you're running that)
pip install fairseq pyworld==0.3.4 (they forgot to tag those two deps...)
python MMVCServerSIO.py
Enjoy ! Voice changer instance is available on http://127.0.0.1:18888 (or might be https, not sure what the default is)
could I also set up a docker?
I mean the docker might or might not work, idk about it considering the stability of the code
damn that does look simple, cool
Lastly : virtual audio cable script for pipewire :
#!/bin/sh
pactl unload-module module-null-sink
# Virtual output that will played back on the virtual input
pactl load-module module-null-sink media.class=Audio/Sink sink_name=Virtual-Out channel_map=mono
# Virtual input
pactl load-module module-null-sink media.class=Audio/Source/Virtual sink_name=Virtual-In channel_map=mono
# Loopback from virtual output to virtual input
pw-link Virtual-Out:monitor_MONO Virtual-In:input_MONO
only needed if i want to transfer audio to microphone to send over, right?
Ayo? @golden mango level 1 !!! 
Yup
cool
very comprehensive actually, thanks
didnt expect to get an answer immediately lol
What i sthe best prompt course?
-colab
- Applio, by IA Hispano Google 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
- Ilaria RVC, by thestingerx Google Colab
- RVC Disconnected, by Kit Lemonfoot Google Colab
- easyGUI, by rejects Google Colab
- Applio, by IA Hispano Huggingface Spaces
- Ilaria RVC, by thestingerx Hugginface Spaces
- RVC-HFv2, by r3gm Huggingface Spaces
- AICoverGen, by r3gm Huggingface Spaces
- Advanced RVC Inference, by r3gm Huggingface Spaces
- RVC v2 Huggingface version, by Clebersla Huggingface Spaces
is it just me or is rvc disconnected being really really slow
oh nvm
it loaded just now DKJSHKJG
bro applio has been slow down?
i mean i can't play the upload song and the generated voice
and can't download it either

rvc are deed, i can't use
Hello, how can I make a voice suitable for RVC?
can anyone help me clone a voice model,my pc trash like even i cannot open the traning webui
-colab
- Applio, by IA Hispano Google 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
- Ilaria RVC, by thestingerx Google Colab
- RVC Disconnected, by Kit Lemonfoot Google Colab
- easyGUI, by rejects Google Colab
- Applio, by IA Hispano Huggingface Spaces
- Ilaria RVC, by thestingerx Hugginface Spaces
- RVC-HFv2, by r3gm Huggingface Spaces
- AICoverGen, by r3gm Huggingface Spaces
- Advanced RVC Inference, by r3gm Huggingface Spaces
- RVC v2 Huggingface version, by Clebersla Huggingface Spaces
CAN SOMEONE HELP me i cant find the chamber voice from val
What's the advantage of training a tts model over rvc?
We can just record our own voice instead of converting audio of tts right?
hi
How about..this stuff?
Song: Russian Girl(by Jenia Lubich)
SVP: https://www.mediafire.com/file/jh8oy6nx1y3ic0v/Russian_girl_SVP.zip/file
Art by åćÆćć¤ć«é¦¬é¹æć ćŖ
Original: https://youtu.be/x9MNAtd9hFE?si=eHZDMlrk91ACSjXb
wav: https://www.mediafire.com/file/jv826o6xs38ci64/Kasane_Teto_SV_-_Russian_girl.wav/file
Donation: https://www.donationalerts.com...
is bsroformer your first step or one of many?
My current setup is:
voc ft (UVR)
bandit plus (MVSEP)
might add bsroformer to it, if it works great with sfx etc.
is there any way of removing vocals from a song
Try UVR5
alr
NUH UH
use bsroformer. Literally the best seperation model in the entire world, as of now
Never heard of it. Will give it a go thanks.
can someone tell me where the chamber voice is i cant find it ):
Ayo? @light hinge level 1 !!! 
if you have a decent GPU use UVR locally otherwise Use cloud version Of UVR on Colab or mspv also you can try vocalremover.org or xminus
hey
hey does anyone have any recommendations for a deep male voice character? Playing around with using AI VO in a game
Rvc doesn't natively support tts thats why, so might look weird on using a rvc model over a tts file for some langauges, its your choice tho, its js for some models
hii
I've heard tts struggles pronouncing certain words or intonation correctly like unique names, whereas rvc can convert our own voices. So there should be less chance of pronouncing words wrong.
Ayo? @iron girder level 2 !!! 
Mmm honestly haven't heard abt that, the difference is some people dont want to talk and then convert it to rvc bc maybe they dont got a good mic or other reasons, but yea you can also just use your voice, its more a thing of your choice tbh
hi ! im new here
Alright thanks
Hey
-overtrain
All-In-One Guide on how to make a good model
This guide explains how the D and G files works and much more: https://rentry.org/RVC_making-models
Credits: LUSBERT 
Automated Overtraining Detection (AOD)
Will be available soon in #1159513888199540817
Credits: grvyscale
I'm on Chromebook
Is there anyway I can make my Rvc audio in key when I change the pitch
Up a little
I can't use toneshift
-colab
Suggestions for @elder willow
- Applio, by IA Hispano Google 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
- Ilaria RVC, by thestingerx Google Colab
- RVC Disconnected, by Kit Lemonfoot Google Colab
- easyGUI, by rejects Google Colab
- Applio, by IA Hispano Huggingface Spaces
- Ilaria RVC, by thestingerx Hugginface Spaces
- RVC-HFv2, by r3gm Huggingface Spaces
- AICoverGen, by r3gm Huggingface Spaces
- Advanced RVC Inference, by r3gm Huggingface Spaces
- RVC v2 Huggingface version, by Clebersla Huggingface Spaces
What?
I mean cloud spaces for rvc
use colab notebook to do it
Ik. I'm saying my audio is out of key when I turn the pitch up in rvc
well it should be
Not for juice wrld models
use +12/-12 to keep it in same key j
Thereās gotta be a better cloud service
āYouāve been disconnected
hey atleast colab is free...never complain abt free gpu
Yes 12 semi tones is one octave. If you pitchy any less you are changing the key
Then it sounds really high pitch
This is why I need svc rn
If you change the audio by letās say 5 semitones youāll have to pitch the backing aswell
same man i miss SVC
Whatās svc?
and juicewrld got some serious gd SVC models
The juice wrld svc model sounds crazy
it was b4 RVC
Damn. Whatās better about it I just got hereš
Ayo? @gilded egret level 1 !!! 
See?
It just sounded good
it used to be good if trained on very very large clean studio dataset
All the svc colab don't work tho
u got the svc model?
Yes
i might have a svc notebook then
Iām trying to get good at this.
Iām a tenacious d nut so I trained jack blacks voice every album he has for 500 steps (I was told thatās good).
I just struggle with getting harmonies to pitch well and to make any use of the inferencing parameters
Like itās weird. Jammable.com lets you āsubtractā the backing vocals from a song but no tool in the audio engineering community can do it .-.
Send
Like itās weird. Jammable lets you āsubtractā the backing vocals from a song but no tool in the audio engineering community can do it .-.
UVR BVE can do extract backing vocals
BVE?
v2 better but it's paid š¦
backing vocal extractor
U want the juice model?
What the shit?
nah i have all models
Does someone have a link to where to buy? The models?
It's now Incorporated into DIFFSINGER
bvev2 is in X-minus premium
ya lol
? I canāt believe they charge by the minute what the shit is that
They donāt sell the model files?š
If you're going to pay for ai voices you might as well go with professional legal software. Open source rvc is free
I already do that. Iām talking about extracting vocals for inference
Ayo? @gilded egret level 2 !!! 
well the creator said he'll release the model later
Try mvsep's new bsroformer
but it doesn't seperate lead tho...but vocals r crazy gd specially the viperx model
I render the lead from scratch, but that different software
Usually in small knit communities like this. You guys would be using some weird program to make it easy with there being an alternative in the music production community like a plug-in or VST thatās way better. In this case, almost every high end product of tried has been worse than UVR.
Mods?
There's multiple speech vst programs. fl studio stem separator works pretty good
@ancient swan twist his nuts
If the vocals have a lot of modified effects the ai uvr will struggle
I know Iāve tried isotope, which is supposed to be industry standard. Iāve also tried to ripx which is a daw all in itself, made for extracting. It just sucks.
Oh yeah, waves plug-ins are good for removing reverb and delay
Once I get the vocal track relatively clean I convert to midi and then tune manually by hand
the multi stem separator in RX? but demucs ht could do it better
i twisted
Vocal extractor. It sucks. I use uvr rn.
Thatās an FL plug-in?
FloridaMan plugin? Does crazy stuff on occasion?
It's a speech synthesizer VST plugin compatible with flstudio
Oh
for vocal-inst separation, use BS roformer, or probably combined with MDX23C
I still use UVR first to extract vocals but with this software you can manually fix any errors
FR?
Different than melodyne
No...
Ok Iāll play with it
Feel free to support me on Ko-fi: https://ko-fi.com/adamedmond
Uploading this first because DEATH cover got blocked many times, probably because of the music video thing so I'm doing the plan B video right now š
SVP distributed as well if anyone would like to try it out with other voicebank! Feel free to use it and don't forget to give credit w...
Whatās it called?
Oh I see
The free open source version is called openutau DIFFSINGER
Rvc does not have an editor
Iāll get the paid stuff if itās better
Teto is the best selling ai voice right now for a reason.
Rus:
ŠŠæ-оп, а Ń Š³Š¾Š²Š¾ŃŠøŠ»Š° вам не ŃŠ°Š·Š±ŠµŠ³Š°ŃŃŃŃ~ Š Š²Š¾Ń Šø мой Š½Š¾Š²Ńй кавеŃ, ŃŠ°Š±Š¾Ńа наГ ŠŗŠ¾ŃŠ¾ŃŃŠ¼ Š½Š°ŃŠ°Š»Š°ŃŃ, на ŃŠ°Š¼Š¾Š¼ Геле, еŃŃ Š»ŠµŃŠ¾Š¼. ŠŠ·Š½Š°ŃŠ°Š»ŃŠ½Š¾ ŠæŠ»Š°Š½ŠøŃŠ¾Š²Š°Š»Š¾ŃŃ ŃŠ“елаŃŃ ŠµŠ³Š¾ полноŃŃŃŃ Š½Š° ŃŃŃŃŠŗŠ¾Š¼, но ŠæŠ¾ŃŠ¾Š¼ Ń ŠæŃŠøŠ“ŃŠ¼Š°Š»Š° кое-ŃŃŠ¾ полŃŃŃŠµ(Š½Ń Š»Š°Š“Š½Š¾, мне ŠæŃоŃŃŠ¾ ŃŃŠ°Š»Š¾ Š»ŠµŠ½Ń ŃŠ°Š±Š¾ŃаŃŃ Š½Š°Š“ ŃŃŃŃŠŗŠøŠ¼ Š¢ŠµŃŠ¾, ŠæŃŠøŠ·Š½Š°Ń)
Eng:
Oop-op, I told you not to run away~ And here is my n...
Do you use the same models that I trained for RVC?
You have to retrain but You can use the same dataset.
Can you do it with collab?
No that's local only
That's plenty
Does anybody know where to find Arabic voice models?
They should all work fine as far as I know
Hey guys, i have question, where KITS ai voice models?
xD
que paja weon
why so?
ŠæŃŠøŠ²ŠµŃ
Never use kits
Can someone suggest me a setting for realistic girl voice?
Š»
Dont trust this guy
I got the best one for you
are you telling me?
can you send me?
åę²[Original] ļ¼Utana
https://twitter.com/bear_utana
https://www.youtube.com/watch?v=lXHOIlCrr3I
é³ę„½[Music]ļ¼ćććć/Mellowcle
https://twitter.com/Mellowcle
ć¤ć©ć¹ć[Illustration]ļ¼ć®ćć¾ć
https://twitter.com/norrimm
åē»[Video]ļ¼å
https://twitter.com/RIN_39_
X(Twitter)
https://twitter.com/Mellowcle
Instagram
https://www.instagram.com/mellowcle_pop/
Tiktok
ht...
Please don't promo out of #1159290752195633273 .
https://discord.com/channels/1159260121998827560/1192133006350098502
Use this one for the realtime voice changer
We aren't affiliated with kits.ai, its greedy, we use rvc which is all free, check our docs https://docs.aihub.wtf
Last update: Mar 10, 2024
How much should "chunk" be?
Or do I need to make any extra adjustments in addition to "tune"?
#šāhelp-w-okada is where this conversation should be
I looked into those programs. They don't seem to be what I thought.
Synth V doesn't seem to support training models.
Bruh
Hi
Hello
disregard what I said.... I'm an idiot.
Ayo? @gilded egret level 3 !!! 
What's you're workflow? Do you edit before and after the swap?
like if something isn't detecting right... What could you even do...
bro whywont the voices download
SynthV is studio recorded paid professional singers. diffsinger is open source and can make your own voices
You edit after. It's pretty easy if you are familiar with DAW instruments.
What we creating here
Beautiful music
https://youtu.be/ijOVfRGOAno?si=b0akPqo2QfZf0oJ4
Made this with it
ćéé³ććććć©ćÆć«ćć„ć¼ćøć«ć« ā Labyrinth by Miracle Musical Cover Ft. Kasane Teto
Special thanks: https://youtube.com/@mr.fiffles
https://www.youtube.com/watch?v=MdAzl3sOwmY
Weird song to set that character to
Next make it sing hardware store
I'm at work. I'm gonna try the trial.... It's pretty cool and blows melodyne out the water....
But I'm just confused how you use this in your work flow... Like when you get an artifact.. does it allow you to change the voice thats recorded? Like I only use jack blacks voice... Would it be helpful to me at all?
eyyy
Itās a lie, do not trust the shadows
truly the synthv cover of all time
I think this was suppose to be intended as input for an ai cover of something but i forgor who to put so i guess i'll just upload the input lol
You can draw the pitch by hand to correct the artifacts. Try solaria lite
lol thats so wrong XD
Anyone know what model can change the voice a littl bit to lets say british accent
do you gotta link?
pick a british celebrity...
holddddd on
Googling BVE UVR just brings me to the UVR website with no further info
the server just disappeared off my server list
Hi
Hi
hi
hi
hi
Hi.
Hey yall
How do I locally train fictional character voice samples I have for a XTTS (chat LLM use)? I can't seem to find anything on this...it's all RVC/streaming stuff...
.
Ah yes, a single dot
I used the ai thing then I started talking to "another person" not sure if it was a person but is that normal??
hello
is every voice model safe?
ILL DO IT WHEN I WANT TO DAMN IT
anyways are the voice model downloads safe ( iv never done this and im kind of an idiot so im making sure)
henlo?
e
Hello :)
yes

another person ? which ai thing are you talking abt? rvc (tool mostly used for making ai covers) wokada (realtime voice changer) ?
hi
you could check #1212368971127590922
old server got banned for copyright like in october
ŠŗŠ»Š¾ŃŠ½Ń в ŃŠ°Ńе
как Šø Ń
Hi
do the voice models still work?
slm
yes
hey
Hello

selam ArkadaÅlar kick platformunda yayın aƧmaya baÅladım destek olmak iƧin takip edebilir misiniz
kick/sazfe
anyone have the duckus voice?
also would anyone be able to help me download and set it up while i stream?
ubisoft is shutting down the crew. if you have bought the crew this means you won't be able to play the game anymore, even the singleplayer mode
https://youtu.be/w70Xc9CStoE?si=229KjOeOF01SfdxC
i don't have embed permissions ;~:
yo do u know how to do the opposite, like turn a song into your voice?
wdym song to voice?
realtime voice changer ?
like yk how it turns my voice to like travis scotts voice for example
turkce ses nerden yabıcaz
hi, mi name is fivecero. i come from chile.
hi
Hi
why is there no kikimon
Heyooooo
anyone got a free voice changer i can use a jet voice in?
hello
What program should I use to play RVC voices?
Howdy Iām Icee iām just a guy that wants to make funny Ai covers lol
idk what ur doing but it seems likely to be outdated colab
can anyone help me switch it so it uses my gpu insted of cpu it just says gpu dm
i`m new š
bro can someone tell me what pitch to use in voice ai?
if your model is a boy with a deep voice, and your voice is rather high, you go down to -12, your voice must resemble your model as much as possible, so if you want to convert to a girl model, you goes to +12
Ayo? @uneven quiver level 4 !!! 
ima a boy minor and my voice is not so deep and my model is a girl with a rather high voice
Hello
well you get closer to +12 and you will see what is best
ahk
Ayo? @north compass level 1 !!! 
guys how do we deactivate the bot that spams me every time I send a message?!
does anyone have any good realistic voices
Ayo? @molten knot level 1 !!! 
does it take like hours or something to train a voice?
what does training do?
idk but it doesnt let me select any voices
so thats why i thought i had to do some kind of training or something
or maybe my things just broken
like i cant select any voices i can only "train" them and no matter how many times i click "train" nothing changes
Ayo? @left pivot level 1 !!! 
i think the app is just broken for me, does anyone else have this issue?
do anybody got realitic voices or wat
Ayo? @signal valley level 1 !!! 
gl with that, app doesnt even work for me so youre way ahead hah
Tts
i feel like im beign gutted
is there a way to fix the delay?
Hi~ Im looking for some Anime voice to use on a dnd campaign
can somebody make voise changer
do we know of good self hosted music gens
murder
Why does it keep saying error
Ayo? @primal relic level 1 !!! 
ERROR: Could not open requirements file: [Errno 2] No such file or directory: 'requirements.txt'
why
i have a lot of res ms. How u can i fix it
hi
https://youtu.be/P7eN8s2CbVk?si=eSq5sJbnqYshWFKB this my new video watch this its my ai cover
it seems cant find any single rvc or anything for izuna uchiha
hello, I'm new to everything. My question is what's the best website or software to make a Drake AI cover. I'm a seasoned engineer with more than a decade of pro tools and want to experiment with this.
What's with the weights training thing?
has anyone here done a drake ai cover before?
All you need is to install mainline
-local
- š Applio, by IA Hispano GitHub
- Mangio-RVC-Fork, by Mangio621 Huggingface
- RVC Studio, by SayanoAI Huggingface
- AICoverGen, by SociallyIneptWeeb GitHub
- Replay, by Replay Team Website
- Original RVC, by the RVC-Project team GitHub
- GPT-SoVITS, by RVC-Boss GitHub
You can find more info on the #1159513888199540817 channel. If you can't find your answer, feel free to ask for help in #āØāai-help. Credits to Faze Masta and Antasma for compiling these links.
my application stuck on loading screen can anyone help
guys why my voice so chunky bruh
my audio keeps looping with the voice changer and echoing
hi
anybody know how to fix still being able to hear themselves
call tech support
is anyone else experiencing horrible latency when using the DirectML version ?
my latency increases by 200-500ms with no end
hii! there's a zeb89 model? i didnt find anything about it
mhanz
mhanz you too
amo secondo me avresti più fortuna nella chat ita
tieni pur ragion, ma non lo sapev, grazie :3

urge un problema: dove sta? twt
hey anyone want to hired video editor
vc is so epic rn
XD
why
Ayo? @elder willow level 1 !!! 
huggingface wen I am trying to test the rvc model on T4
its showing error
.
oml im so excited to try out neons voice in valorant
like š
can somebody help me on w-okada, I only hear a robotic voice
I'm currently using
CPU: Ryzen 2600x
GPU: Radeon 6600
possibly a bad changer or its just the tuning thats bad
Ayo? @sinful mason level 2 !!! 
can i hear rq
I tried tuning it, It sounds the same
join in the vc rq
try it in vcccc
vc parties are epic
how much VRAM do you have
8 gb
Ayo? @lavish stratus level 1 !!! 
try different versions but yeah doesn't work
There is a currently an issue with pyworld not building and won't allow for the voice changer to work. This was brought to my attention and is an issue as of 9/11/2023.
The fix, found from AI hub:
After this line in the code:
print("\033[92mSuccessfully cloned the repository")
Copy and paste this line:
!sed -i 's/pyworld==0.3.3/pyworld==0.3.4/' requirements.txt
Together, it should look like this:
print("\033[92mSuccessfully cloned the repository")
!sed -i 's/pyworld==0.3.3/pyworld==0.3.4/' requirements.txt
yo how do i make models
How can I run this? I just found this on a youtube comment
Hey y'all, can someone help me with some issue?
Can I send an image in any chat here?
Hi
On RVC
hi
bro why im getting error when downloading
Hey guys I am vecna
bro someone help
Gilbert
My name is Gilbert
Downloading what
my trained model
Ayo? @elder willow level 1 !!! 
Weird
it just say "Error" in gradio website
When i click download model
Hey everyone, I can't find the April fools tool posted recently. Anyone knows where it is?
Ayo? @winter cradle level 2 !!! 
hi
hello
hey guys is there a way to get unlimited credits ?
you on pc or mobile
@lost vortex ive missed you in voicechat!! š„ŗ
Can someone pls say yes
how can i get more coins in voice.ai ?
i just downloaded it but cant use more voices ><
HI!!!!!
Hey!
we arent affiliated with voice.ai
we prefer using wokada which is an open source all free voice changer that works even with rvc voice models (the ones in our server)
OK
which one is good and for which purpose i can use them all. Pre-trained :: Orignal, Rin_E3, itaila, SnowieRU
GG
oooh where can i get it ?
-realtime
This interaction has expired, use the command
/guides realtimeif you wish to see it again.
first link
read that guide and if you need some help ask in #šāhelp-w-okada or #1192011222023950368 pls
which one is good and for which purpose i can use them all. Pre-trained :: Orignal, Rin_E3, itaila, SnowieRU. which one is for longer dataset or shorter dataset or samole rate etc. and which one is actually usable for 30-40 Minutes of dataset.
Just use the original
Hey
- Original: multilingual and long datasets all sample rates
- Ov2: english short datasets all sample rates
- Itaila: italian only and short datasets only 32k sample rate
- Rin e3: 40k sample rate english pretrain short datasets
Tbh never heard abt snowieRU, from the name it looks like russian but idk if i missed it from #š°ādev-updates but i dont see it here
me too #š°ādev-updates has no information about it. but it is Available RVC disconnected
hey is there a b1 battle droid voice pack
One message removed from a suspended account.
Mmm idrk at the moment if i know smt i will tell you
You are using gpt so vits?
sure. I am very excited to know about it
One message removed from a suspended account.
how do i create models
Mmm maybe you could check #1212368971127590922 , those aren't very much deep explained at the moment tho
To know how to create rvc ai voice models check https://docs.aihub.wtf
Last update: Mar 10, 2024
@covert lake Hi, nice to meet you! Would you mind telling me whom to contact for business collaborations?
I couldn't find a channel for tickets.
If this topic is prohibited, please let me know, and I will delete my messages.
Links referenced in the video:
Github - https://github.com/JarodMica
Hardware for my PC:
Graphics Card - https://amzn.to/3pcREux
CPU - https://amzn.to/43O66Ir
Cooler - https://amzn.to/3p98TwX
RAM - https://amzn.to/3NBAsIq
SSD Storage - https://amzn.to/42NgMFR
Power Supply (PSU) - https://amzn.to/430bIhy
PC Case - https://amzn.to/447499T
Mother ...
^ Tortoise TTS
Hello! for partnerships you could dm the admins, usually the ones taking care of this type of collaborations are @ tea and @ menhguin from what i know
Hi, thanks for your answer! I will contact them, thank you very much!
Ayo? @hallow kernel level 1 !!! 
You're welcome
.
One message removed from a suspended account.
I think you can create a brand new tokenizer for non latin characters
Chinese?
One message removed from a suspended account.
iirc he has made thai language which uses non latin characters
that make sense
I dont think Hindi have some... standardized romanization?
right I am wrong
I live in a place where it is most Indians are Tamil-speaking community region (Malaysia) so tbh I am more familiar with Tamil than Hindi
is there a google colabs rvc notebook that can let me train a model then resume training later?
One message removed from a suspended account.
Ayo? @frozen heath level 2 !!! 
which he need a notebook with save feature
I remember we did have some notebook link having that feature
One message removed from a suspended account.
One message removed from a suspended account.
Gotta love it when you shart yourself and it hardens throughout the day till it's rock solid at the end if the day
Yes its possible with the D and G checkpoints
what
U may dm .tea
She is an admin
Thank you and I will contact her!
Huh
Yeah ofc it does
Man I just wanted the new agent clove voice damn
you can search:
- #1175430844685484042
- #šāfind-models
- https://weights.gg/
- https://huggingface.co/models (but watch out cus in hugging face there arent only rvc ai voice models)
- https://applio.org/models
if there isnt one, #1159289738314919936 or make it yourself with our docs guides https://docs.aihub.wtf
so i should use okada more
Ayo? @high wedge level 2 !!! 
cause main reason im ddoing all this
is to troll in scp sl
as a b1 battle droi from star wars
And I wanna clove voice to troll people on Brazil valorant server
I mean for the colabs we have on our docs, we have written ways to continue resuming, for example heres one for rvcdisconnected colab https://docs.aihub.wtf/rvc/cloud/rvc-disconnected/#resuming-
Last update: Mar 8, 2024
STOP SENDING
And I searched a lot
On them and I canāt find clove
From valoran
I linked you all the ways to find the model
Then for using jt
hey nick
This interaction has expired, use the command
/guides realtimeif you wish to see it again.
First guide
If you get any error ask help channels like #šāhelp-w-okada or #1192011222023950368
Hey
which voice changer can i use for scp secret labratory
cause voice ai
doesnt pick up my mic at all
voicemod sketchy af
And i dunno of w okada supports my voicelines
This interaction has expired, use the command
/guides realtimeif you wish to see it again.
The first guide
coul you send me the link
We arent affiliated with either voice ai or voicemod, the rvc voice models in this server work for wokada and rvc
Its the first guide in the bot message
This one
Please read the guide, its specified based on the gpu you have
some AI application need it.
If your pc doesnt got a good gpu you can use wokada colab
i just YOLO w-okada without setup those
what is this?
and that explain why
A meme
Hi
new here whats a good app to use the custom voice, preferably free ones 
can anyone send me latest rvc link??
-realtime
This interaction has expired, use the command
/guides realtimeif you wish to see it again.
Ayo? @narrow estuary level 1 !!! 
hi
Hey everyone I took a break from training back when the old server went down. Last colab I used was titled Easy 10/25 using mangio-crepe. Which colab notebook currently has the best output for training, and does rmvpe have better results than mangio-crepe?
Hi
Last update: Mar 8, 2024
this one
and yeah rmvpe have better results than mangio
Thanks, I'm on it!
Quick question- does RVC disconnected auto-save D/G, weights, and index or did I read somewhere that I need to stop training before it times out then export the model to continue training?
Ayo? @pliant grail level 1 !!! 
i guess this is what you asking
it has seperate index training before starting training
weights are here
yes, except I meant auto-saved to "My Drive"
auto-saving to drive will export the target epoch
Any ideas how i can convert a 13GB video to a discord link? Cus idk
it has 'save to huggingface' too, i just enter the best training epoch point there
and it exports, .pth + index file to straight huggingspace
making it easy
w
Heyo
Ayo? @vivid acorn level 1 !!! 

w
does anyone have any settings for #1198491983442878545? cant get it to work without sounding weird
Can I use this on iPhone if so can anyone tell me the instructions
wwww
Hello, as you know, rvc gui works with recording. Is there a real-time conversation? If so, how can I do it ?
hi
Hmm..
Where is that Utushimi girl anyway?
She said she'd be-
There you are!
Let's begin, shall we?
I only need you to run with me today
You can stand up and fight, or be afraid!
It's your choice
When we're together we've got nothin' to fret,
'cause the only way you'd live a life with any regrets,
is if you never knew it's easy as you want it to be...
So stay within that box or set yourself free,
for me!
Let the sound of it guide you!
The beautiful sound,
that stems from the depths of your soul
We're here to stay,
We'll never go away!
We see the brave tomorrow, best the challenges today....
Today!
Wow, I gotta say
You kept pace really well there Girl!
I knew you had it in you!
We should try this again sometime!
When you're feelin' more up to it
me need help
Ayo? @stiff whale level 1 !!! 
Hi
What
Hello
hi
is this normal?
hi
Domain expansion: expansion domained
hi
hola
helloooo
Hello
anyone got experience with this ai cover vocal stuff? i've never done it before
there is a guides channel here and there is also this: https://docs.aihub.wtf/
Ayo? @rotund hatch level 1 !!! 
when i try importing custom model it says warning file not found
hey guys, how much time does it take the ai model i suggested to be created
the tiktok cat covers are not ai
https://youtu.be/40aZTpbXk5Q?feature=shared
Guys, check out please the ai cover that I made⦠please
there is no guarantee anyone will make what you suggest
is the ted nivison model good?
Would there be people interested in the history of AI? I created a special thread that highlights the most important moments in the history of AI in music! Will appreciate some engagementš
hello
Hello
h
hello
Yo friends
yo guys i got question what to do if they told you the voice isn't suctesfully instalized, please try again. should ichange it in option or what?
if i actually instalized what i seen in tutorial
shouldi unzip folder or something?
Ayo? @edgy flint level 1 !!! 
sorry
you know what to do if none of voices are working
and i get the comunicat (voice was not sucestuff instalized, please set it again!)
random question, is it supp9osed to take awhile to load the voice changer thingy
I donāt thatās the same issue I got for voice ai (just stuck ātrainingā then)
Reasoning?
so i have to wait then it trains or the app its just broke and i have to give up?
I'll try Okada then
Idk stuck training too
so just give up then i think
and what is this okada?
maybe u would try it
Stop using voice.ai
you got any better options?
Music or realtime voice changing?
realtime
-realtime
This interaction has expired, use the command
/guides realtimeif you wish to see it again.
thanks i guess
is there a help page for onnx
Better quality realtime voice changer without delays, 100% free (which Voice.ai isn't)
If you're gonna pay go with professional software
btw where to dowland this okada?
200% free ! 
I see, I just heard someone using voice ai in a vid and it sounded 100% realistic
You could have thought they were just a voice actor
No like this https://youtu.be/3jGJYVT6KOE?si=IZPij5gNPvpceq3c
.
Ayo? @edgy flint level 2 !!! 
so what other app its cool to change your voice?
Okada
Iāll give voice ai a shot when I can finally figure out how to work it and if itās not as good as I thought Iāll try okada, and if thatās not as good as I thought then Iāll just try and learn voice acting or something lmao
lol
Thanks?
but where to find okada
don't even open their web page they are using the same exact free open source software and charging for it
thx
Damn tough, what I said still stands thanks tho
Ayo? @left pivot level 2 !!! 
your loss ĀÆ_(ć)_/ĀÆ
I got a timeshare to sell you...
Damn yāall are dead set on trying to get me to use okada š
With that being said ID like to introduce you to todays sponser, Nord vpn
I use proton vpn
anyone know a good deep voice model
гав
Your mom lol
Ayo? @full bison level 1 !!! 
bro is there somone who can help me with onxx
Ayo? @fickle olive level 1 !!! 
Eric holloway
a
link
bruh please somone answer my question
No, use dio's voice
good then
im dumb, i didnt realize onxx was w okada lol
what ?
a
wait so im watching a tutorial on w okada for google colabs, the colabs is different in the video
the always use colab gpu and optional cells arent there for me
wrong channel mb
Ayo? @exotic rock level 1 !!! 
helloš
hy i used omen voice and creds to train and it vanished and creds wasted
- Applio, by IA Hispano Google 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
- Ilaria RVC, by thestingerx Google Colab
- RVC Disconnected, by Kit Lemonfoot Google Colab
- easyGUI, by rejects Google Colab
- Applio, by IA Hispano Huggingface Spaces
- Ilaria RVC, by thestingerx Hugginface Spaces
- RVC-HFv2, by r3gm Huggingface Spaces
- AICoverGen, by r3gm Huggingface Spaces
- Advanced RVC Inference, by r3gm Huggingface Spaces
- RVC v2 Huggingface version, by Clebersla Huggingface Spaces
I replied to you in the helpforum you made btw
Hi everyone, I am Nazim. Working on a FashionAI startup. Lokking to share knowlege and learn new things.
š±
can anyone help me in #šāhelp-w-okada
Hugo Boss perchance ?
lmfao
heyoo
Is there any way that I can use Rvc for free on my android?
what up
Looking for people who create AI Rap/Pop/HipHop songs from current mainstream artists for a business opportunity š“ š° šµ . Please get back to me!
I Keep getting this code when i try to input an AI Model
JSONDecodeError Traceback (most recent call last)
<ipython-input-7-c3a94fc37506> in <cell line: 31>()
31 if os.path.exists(config_path):
32 # File exists, proceed with creation of creds and client
---> 33 creds = Credentials.from_service_account_file(config_path, scopes=scope)
34 client = gspread.authorize(creds)
35 else:
5 frames
/usr/lib/python3.10/json/decoder.py in raw_decode(self, s, idx)
353 obj, end = self.scan_once(s, idx)
354 except StopIteration as err:
--> 355 raise JSONDecodeError("Expecting value", s, err.value) from None
356 return obj, end
JSONDecodeError: Expecting value: line 1 column 1 (char 0)
How do I use the files from Applio?
Idk how this works
Need administrator for marketing
Me leaving
Even I am looking for a bot to create Rap, did a lot of search but didnt find anything.
Weāre also looking for people who have consolidated all the AI songs out there! We will pay for a clean playlist for a variety of artists and genres
Hi
Whats wrong with this link?
https://huggingface.co/thezoenicole/Melanie_Martinez_CryBaby_Al/resolve/main/Melanie_Martinez_Crybaby.zip
for some reason your link doesnt work but this one does: https://huggingface.co/thezoenicole/Melanie_Martinez_CryBaby_AI/resolve/main/Melanie_Martinez_Crybaby.zip
i cant tell the difference but the one i gave you works
is there a general help channel?
...that explains it
oof yeah that works lol
yo
where do i get rvc?
Ambasing
e
does anyone has a good travis ai?
travis what?
travis scott
I got a good list for you from the most popular ai singer
Helloooooo
i just need travis my G
Ayo? @summer ore level 1 !!! 
DMād you
yall know any ai websites where they can make guns that wont get bsannrd
the bing ai is good but bans anything that has a gun in it
Sir we make music and stupid memes here
yeh im js askin bc the server has ai in the name
They do image generation too
#šāhelp-ai-art
Ayo? @quartz roost level 66 !!! 
I responded to you
Ultimate Vocal remover
at least try to advertise in the right channel
Which channel is best?
iād delete your messages in this channel cause you could get in trouble
Also how to get in touch with discord owners
Done
Doing it 1 time won't get any trouble
Just after being verbally warned
ācouldā :3
Ty
Like accidently ofc
Poopmaster are u the person to contact for marketing?
I am a staff member but if your talking about a partnership talk with an admin
And i dont do any marketing for people
If its non server related
Got it, sounds good, where do I find admin
Ayo? @polar moon level 2 !!! 
Look at the members tab on the right
If its not server related don't contact them
š«”
FEINNNNNN
hai i have a question
-1 valo
whatās the question
a question



in help :c
who can help me w ai voice changer
bam
Hello
bello
hello
I was wondering if there was a spcific ai software that would work while gaming where it doesnt get choppy
hello
Hello somebody is here?
Google Collab is not working, what do you use to change the voices?
Google colab is working, please tell ur issue in help channels
I want to change my voice in real-time using Google Colab and w-okayda, but when I try, my voice doesn't transmit in Discord.
Ayo? @half geyser level 1 !!! 
Hello
hello
Anyone have any suggestions on how I can clean up the vocals on a song for an AI cover? I want to try doing one of Tommy the Cat by Primus, but the fast vocals and the radio effect I think is muddying the results š¤
whoops
yo are all these links and files 100% safe?
yeah
hi
Frequent errors occur. Please check if the model of the framework being targeted is loaded.
i get this when using w okada on google colab
anyone know what to do?
hi
Ayo? @weary thunder level 1 !!! 
could someone help me plz
Hey! I'm tryna make an AI cover. I have targeted vocals recorded and now the google colab thing is giving me some credential errors :\
hola
hola
como estas
i am looking for partner for Deep learning, NLP
guys why is the files not working
helo
hello
im such a mgk fanboy

