#✨│ai-help
1 messages · Page 323 of 1
you should set the chunk just a bit more higher than the perf value
you could also try vonovox latest stable or beta version
Hi everyone, sorry but I just can't find the solution. I would like to change the words of a famous song. The voice and the singing must be the same, I just want to change the words he says. How can I do it? I can't find it anywhere, but I've seen videos of it being made.
Which AMD Ryzen or AMD Radeon RX?
Why would you prefer dms? Btw I might not be able to help much atm
Nothin sketchy I'm hoping
what's your pc gpu? realtime?
this is a general ai server, elaborate first what you're talking about
!howtoask
- Check Docs & Guides: Your answer may already be in the AI Hub Docs or the https://discord.com/channels/1159260121998827560/1159513888199540817 channel.
- Search the https://discord.com/channels/1159260121998827560/1192011222023950368 : Look for existing posts that solve your issue. Do not invade someone else's post.
Tell your:
- Full GPU Name: (e.g.,
NVIDIA RTX 4060 8gb vram desktop) - Operating System: (e.g.,
Windows 11) - Detailed Description: What were you trying to do and what went wrong?
- Tutorial Used: Link to the guide you were following.
- Screenshot: A picture of the full error message.
To maintain a legal, safe & ethical community, we will NOT provide help for:
- ANY illegal activities.
- NSFW/Porn.
Requests for these topics may be ignored, not helped and result in moderation action.
- Be Polite & Patient: Our helpers are volunteers. You may ping the
Helpersrole once. - English Only: Please keep all conversations in English.
- Don't Ask To Ask.
What is "this"?
this is a general ai server, elaborate more:
- your pc gpu
- your pc os
- what's happening / what are you trying to do
- the issue
- the tutorial / download link
I am trying to create a slay the spire anime but having a lot of trouble with basically everything. I think if I learn a workflow and how this clip was made I can edit the work flow and prompts to fit all the other scenes I have in mind. Can someone please create or guide me to be able to make this short clip.
Cinematic fantasy battle scene in a dark swamp environment, fog rolling over shallow water, twisted trees and hanging moss. The camera starts at a medium distance.
Ironclad stands confidently holding his sword. Ten feet in front of him stands entomancer
ironclad smirks mockingly and says: I'll help by hitting myself.
He jokingly punches himself in the chest
1 second pause.
Suddenly ironclad lunges forward through the swamp water. As he runs, his sword magically transforms into a heavy spiked mace, metal shifting and expanding with glowing red energy.
The camera tracks forward with ironclad in a dynamic action shot.
ironclad swings the mace in a brutal sideways BASH, striking entomancer across the torso.
The impact sends entomancer flying backward through the swamp, crashing violently into a large twisted tree. The tree shakes and bark explodes outward on impact.
Water splashes everywhere, insects scatter, fog swirls dramatically.
End with ironclad standing in the swamp with the mace still raised while entomancer is embedded against the tree.
Style: dark fantasy, dramatic lighting, cinematic camera movement, high detail, dynamic motion, game-cinematic style, 4K, realistic physics, slow motion on the impact.
The realtime in question is W-Okada voice changer. Download Tg Develop's W-Okada fork from this link. https://github.com/tg-develop/voice-changer/releases/download/b2397/voice-changer-windows-amd64-dml.zip
realtime voice changing
you can do either realtime on like discord or just swap the voice out of a pre-recorded audio file
GTX 1660TI 6GB
WINDOWS 10
Wokada Deiteris Fork
while using it, should i turn on HAGS (Hardware accelerated GPU Scheduling) on my windows? or off?
wokada deiteris fork is no longer suggested
-realtime
Guides for Programs that use RVC Models in Realtime for Calls/Games
A Realtime Voice Changer with similar performance to Wokada Tg-Develop Fork, with extra features, but it supports only Nvidia GPUs on Windows 10/11 unlike other options that have wider support. and without cloud options
A personal fork (modified version) of Wokada Deiteris Fork, it just adds some Quality of Life improvements to it like supporting Spin Embedder and Audio Effects. Don't expect too much about it since the creator made it originally as a personal project.
A Realtime Voice Changer with similar performance to Vonovox & Wokada Tg-Develop Fork, with extra features.
Deiteris' fork (modified version) of wokada that doesn't get updates anymore.
These options are not recommended for use.
Not suggested, older versions in youtube tuts are even way worse. GUIDE
The program is worse compared to the ones above, and much less updated. GUIDE
if you need only realtime voice changing, check the pros and cons of both vonovox and wokada tg develop fork and try one of them
okay thanks but can you answer my question, do i need to turn on HAGS or off?
if you need an all in one (realtime voice changing, inference on audio file, rvc training), then try Applio but it's heavier
I seen some cases where HAGS could be helpful for running Local AI, you could try turning it off and check if it helps you
but I would really suggest switching to vonovox or wokada tg develop first
Wokada Deiteris Fork isn't getting updates since a long while
okay thanks
what do harmonic strength and voice texture do in vonovox?
well thats unfortunate

hi i got problem
2026-03-14 21:07:56,543 ERROR [VoiceChangerManager]
Traceback (most recent call last):
File "voice_changer\VoiceChangerManager.py", line 300, in change_voice
audio, vol, perf = self.vc.on_request(receivedData)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "torch\utils\_contextlib.py", line 116, in decorate_context
return func(*args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^
File "voice_changer\VoiceChangerV2.py", line 190, in on_request
result, vol = self.process_audio(audio_in)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "voice_changer\VoiceChangerV2.py", line 133, in process_audio
audio, vol = self.vcmodel.inference(audio_in)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "voice_changer\RVC\RVCr2.py", line 265, in inference
audio_model = self.pipeline.exec(
^^^^^^^^^^^^^^^^^^^
File "voice_changer\RVC\pipeline\Pipeline.py", line 238, in exec
index_audio = self._search_index(index_audio.float(), 8).unsqueeze(0)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "voice_changer\RVC\pipeline\Pipeline.py", line 173, in _search_index
score, ix = self.index.search(audio if self.use_gpu_index else audio.detach().cpu(), k=top_k)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "faiss\contrib\torch_utils.py", line 254, in torch_replacement_search
AssertionError
2026-03-14 21:07:56,606 INFO [VoiceChangerManager] update configuration serverAudioStated: 0
2026-03-14 21:07:58,751 INFO [VoiceChangerManager] update configuration modelSlotIndex: 0
2026-03-14 21:07:58,752 INFO [VoiceChangerManager] Model slot is changed 1 -> 0
2026-03-14 21:07:58,753 INFO [RVCr2] Initializing...
2026-03-14 21:07:58,753 INFO [export2onnx] Exporting onnx...
2026-03-14 21:07:58,754 INFO [export2onnx] Exporting to ONNX on cpu
2026-03-14 21:08:03,337 ERROR [MMVC_Rest_VoiceChanger] module 'onnxslim' has no attribute 'simplify'
Traceback (most recent call last):
File "webserver\restapi\MMVC_Rest_VoiceChanger.py", line 98, in post_update_settings
File "voice_changer\VoiceChangerManager.py", line 251, in update_settings
self.initialize(val)
File "voice_changer\VoiceChangerManager.py", line 216, in initialize
self.vc.set_slot_info(slotInfo)
File "voice_changer\VoiceChangerV2.py", line 54, in set_slot_info
self.vcmodel.initialize()
File "voice_changer\RVC\RVCr2.py", line 67, in initialize
self.export2onnx()
File "voice_changer\RVC\RVCr2.py", line 297, in export2onnx
output_path = export2onnx(modelSlot)
^^^^^^^^^^^^^^^^^^^^^^
File "voice_changer\RVC\onnx_exporter\export2onnx.py", line 37, in export2onnx
_export2onnx(modelFile, output_path, metadata)
File "voice_changer\RVC\onnx_exporter\export2onnx.py", line 146, in _export2onnx
onnx_model = onnxslim.simplify(onnx.load_model_from_string(io.getvalue()))
^^^^^^^^^^^^^^^^^
AttributeError: module 'onnxslim' has no attribute 'simplify'
i am running tg-develop / voice-changer
i hope this is the correct channel for this
What is your PC GPU? And which W-Okada (CUDA or DirectML) variant?
Rx 6500, DirectDL
ML*
Send your screenshot to here.
What screenshot
Logs?
I fixed it, I downgraded to the previous version now it works. somehow?


Which Tg Develop's W-Okada version? What I mean by screenshot is an image of your voice changer interface.
oh! okay hold on
b2397 is the version i had problem with
Try set sample rate to 48000 Hz, Extra 2.7 s. Also, some people have observed the ONNX model is quite buggy in some Tg Develop's W-Okada versions, DirectML variant especially, only native "pth" files seemingly worked for most.
How do i fix this AttributeError: module 'onnxslim' has no attribute 'simplify'
When i first downloaded it it worked fine now it just shows this every time i start
Guys
Huuuuu:3
Hiu:3
I have a question.
How do I create an AI cover model?
For the song
I don't know who sent this message, but the tutorials written here are very confusing and I understood almost nothing.
I looked it up for help. It just says things like "vocal eparation," but I already know that. Other than that, it doesn't explain anything.
I'm pretty sure I'm using urs
the top one was onnx and the bottom one was normal and I didn't want to override the original one
Wdym it's onnx? I have never made an onnx model in my life
Did you convert it?
The top one is def mine but now I'm confused
just updated the docs on this: https://docs.aihub.gg/realtime-voice-changer/local/vonovox/#advanced-settings
Last update: March 14, 2026
thanks 
im guessing default values are fine for most models?
it's best to keep their default values
if you really want to, you could try small adjustments and trust your ears if it helps or not
It was kinda hard to explain them in the docs, but yeah generally it's just best to not mess up with them
ty 
-rvc
Yes I need help
Can someone tell me how to use it?
I'm put the links for the Hug models I want, but it's giving me an error.
And testing in a different way, I can get it to work, but it always says that the Index file is missing.
I even tried using a ready-made template that someone had already uploaded, adding audio, configuring it, etc., but in the end, when I click "convert," it gives an error "none"
Hi
hey
that's an extremely outdated version of Applio, what's your PC GPU & OS?
!howtoask
- Check Docs & Guides: Your answer may already be in the AI Hub Docs or the https://discord.com/channels/1159260121998827560/1159513888199540817 channel.
- Search the https://discord.com/channels/1159260121998827560/1192011222023950368 : Look for existing posts that solve your issue. Do not invade someone else's post.
Tell your:
- Full GPU Name: (e.g.,
NVIDIA RTX 4060 8gb vram desktop) - Operating System: (e.g.,
Windows 11) - Detailed Description: What were you trying to do and what went wrong?
- Tutorial Used: Link to the guide you were following.
- Screenshot: A picture of the full error message.
To maintain a legal, safe & ethical community, we will NOT provide help for:
- ANY illegal activities.
- NSFW/Porn.
Requests for these topics may be ignored, not helped and result in moderation action.
- Be Polite & Patient: Our helpers are volunteers. You may ping the
Helpersrole once. - English Only: Please keep all conversations in English.
- Don't Ask To Ask.
One message removed from a suspended account.
sorry for late reply, yeah i converted it to onnx for it to be faster.
we have the same gpu w
Strange. I am using W-Okada's Fork for AMD GPU's.
And the server no longer functions for it.
But if I do it via Client it works, but there's no output.
<@&1159293204038955078> If any of you wizards or warlock's know what's happening. ❤️
CPU: Ryzen 9 7900x
GPU: AMD 9070 XT
RAM: 64 GB DDR5.
Whenever I try to run it on the Server, this is the error I get.
The other window just closes.
There also seems to be zero documentation on this error as well. Looked through the chat logs here and nobody seems to have a solution to the xhr poll error.
Server mode just stopped working at one point
no reason for it
it just stopped for everyone basically
Bruh.
So it's useless now.
From my knowledge, basically yeah 😭
I moved on to Applio.
Since I don't know what else is around.
That explains why this Discord is deader than a doornail.
Real lmao
what were you using
W-Okada.
-# im about to go to bed but curious
I used the fork.
Which fork
Deit's fork I think?
@hallow thistle
HELP ME TWINNN
HOW TO DELETE SHIT IN KAGGLE FOR MORE FILE SPACE
<@&1159293204038955078>
hello can anyone help do rvc locally I wanna train but kaggle always glitches for me I have a 10 minute audio file but I wanna speak and then the ai goes over it. I've been trying to do this for months..... lol
So it seems AMD users are being hung out to dry with this stuff. Lmao.
bro what do you want 😭
HOW TO DELETE SHIT IN KAGGLE FOR MORE FILE SPACE
AMD support is limited because so is people's experience with it. Hopefully someone will be able to help, but it is what it is
how am I supposed to know, it's not like I'm a kaggle dev or some shit
you are a helper
The only issue I have is that it was working fine yesterday then it just stopped working today.
Doesn't it reset each time you start a kernel?
It does so for me
kaggle applio doesnt work like that to me
They're not a developer.
Are you comitting the kernel or running it manually?
In the latter case, it will depend on the settings
idk wtf is bro is talking

I believe there is a file persistence setting
This will be fun to watch.
Very weird indeed, I wish i could help but I haven't ever seen your error before.
I suppose you've tried the obvious solutions like PC restart?
Tried a PC Reset.
Tried Reinstalling it.
Tried Using an alternate Browser.
In the settings bar on the right. I can't guide you precisely yet because I'm not at my PC at the moment
yes i see the bar
The other issue I have with the Deitreis fork or w/e.
For some reason now.
Client and Server no longer work.
Which effectively makes the fork useless.
and i have persistence variables and files only
Well, persistent files means it won't clean them up each time. I don't know the exact rules on how it behaves, I don't run notebooks manually but instead commit them. That means, when you press save version in the top right, you can choose to run it then. In that case, it should start fresh and it will run on its own (you can close the browser). But it's only to be used when your notebook is complete, because it's not editable once you start it, you would have to cancel it and start over with any changes
BTW, while tinkering manually, you can just make a cell and run a command to remove the files
damnnnnn!!! thanks i didnt understand
rm -r /kaggle/working/* would remove all contents from that directory
Yeah, it's not very obvious, I feel like my navigation around kaggle is still wonky but that's how I do it and it serves my purpose
come vc i will screen share
I'm just getting up, not available
Can you describe your issue precisely?
Can you add "pause" command as a last line in the app start script? And then make this crash happen again. If the terminal window closes, that means it crashed abruptly. Maybe there's an error log there that you can't see because it closes. If it's auto-paused after exiting, we'd get to see that error.
BTW xhr poll error is just a result of the browser losing communication with the app. Which makes sense because it stops suddenly
jus make a new notebook bruh
How do I add the Pause command?
Oh wait, perhaps my mistake here. What is the voicechanger started with? Is it a .bat file or an exe?
My suggestion only makes sense for a bat file
Let me check.
it's an exe, you can instead open a command prompt in that directory and enter a command to run the exe. After the program stops, the logs will still be visible (if there are any)
How would I go about doing that. I'm not very tech savvy, apologies.
If you can ELI5 then I can do it easily.
you can shift+right click the white area below vcclient. Then open a command prompt/terminal/PowerShell, should have at least one of these
Yeah, now enter MMVC, hit tab, it should write the exe file name
Then just hit enter and cause it to crash. See if any info appears in the blue window at the moment it crashes
Ok. I'll give it a go!
Not sure if it actually will with this fork but it it does, that could show us what's potentially going wrong
😭 it's silent, won't be able to debug it that way then

I wonder, I've seen people mention using a previous version of tg develop and that it supposedly worked better for AMD. But I'm not sure I remember this correctly, need to search for that discussion
Guides for Programs that use RVC Models in Realtime for Calls/Games
A Realtime Voice Changer with similar performance to Wokada Tg-Develop Fork, with extra features, but it supports only Nvidia GPUs on Windows 10/11 unlike other options that have wider support. and without cloud options
A personal fork (modified version) of Wokada Deiteris Fork, it just adds some Quality of Life improvements to it like supporting Spin Embedder and Audio Effects. Don't expect too much about it since the creator made it originally as a personal project.
A Realtime Voice Changer with similar performance to Vonovox & Wokada Tg-Develop Fork, with extra features.
Deiteris' fork (modified version) of wokada that doesn't get updates anymore.
These options are not recommended for use.
Not suggested, older versions in youtube tuts are even way worse. GUIDE
The program is worse compared to the ones above, and much less updated. GUIDE
Ooh. For some reason I was convinced you were using Tg. In that case try it
Deiteris is much older IIRC
I wanna take my 10 minute audio file and train it so I can speak and it sounds like the audio file voice I trained. kaggle was always glitching for me though and I gave up on it. also voicemod is a terrible voice changer even if its live
Is there an up to date TG Fork?
Yeah, see https://docs.aihub.gg/realtime-voice-changer/local/tg-develops-w-okada-fork/ for download links
Last update: March 14, 2026
I mean, tg is not as fresh and maintained as e.g. vonovox, but IIRC it's the best of the AMD-supporting apps
Vonovox doesn't have AMD support.

I'm gonna do a fresh install.
I'm on a 9070 XT
They all say AMD
Yeah, I meant that tg develop is the best of AMD ones because vonovox is not available for AMD users sadly
(although it's worth monitoring the vonovox discord, the dev recently has shown some AMD interest... Obviously wouldn't expect it to be implemented soon, but I think it's on the roadmap)
amd64-dml. I think it's described in the guide I sent above
amd64 is CPU architecture, not the target GPU
Yeah it just breaks on a new install.
The same issue, you mean?
Here. Let me record it.
I assume you do have an Nvidia GPU? Which one?
If you don't, I'd advice sticking to kaggle
Is your audio data clean and of decent quality? This will heavily influence the chance of getting a good model. Also 10 mins is not a lot, but it can still work.
As a first step i'd recommend reading the guides:
https://docs.aihub.gg/rvc/resources/dataset-isolation/ (general info about preparing dataset and what should be avoided)
https://docs.aihub.gg/rvc/resources/training/ (general info about training)
Last update: March 11, 2026
Last update: March 13, 2026
Then, get Applio:
https://docs.aihub.gg/rvc/local/applio/#introduction-
Last update: March 7, 2026
You have a nice guide how to start the training there
With the specifics:
- sample rate: this'll depend on your input audio. You can check the frequency spectrum with e.g. Spek and double that to reach your minimum target sample rate. If in doubt, 32000 is a nice go-to.
- embedder: contentvec
- pitch extraction algorithm: rmvpe
- batch size: 4
- epochs: you can choose something like 200, it should be more than enough
- save every epoch: 10
Also in advanced check "Save only latest ..." and "Save weight models" or whatever it was called
This'll be a fine starting point, but keep in mind that it doesn't ensure you'll get a model that works and sounds great. This depends on a ton of factors (also massively influenced by your input data)
@hardy yew
I'm afraid I don't have any other ideas for now on this
Maybe someone with actual AMD experience will comment later
My biggest concern is that you said it stopped working randomly and worked before
I wonder what could've changed suddenly
A windows update? Some driver change?
This might be tough to locate
hello, since i saw a little discussion in #🧬│ai-chat message because there was a confusion between the help and the guides channel, I can help ya right now
You just want to make ai covers like goku sing a song?
It would help me if you tell me your PC Operating System and GPU, so I can tell you your options
I just don't want any drama and help everyone
uninstall vb audio cable, get vac lite instead: https://docs.aihub.gg/realtime-voice-changer/local/tg-develops-w-okada-fork/#virtual-audio-cable
have you tried:
- swapping to rmvpe onnx
- use another rvc v2 model
- use another browser
- use client audio processing
- be sure your windows version is up-to-date
- Yes.
- Yes
- Yes
- Yes
- Yes.
The issue is the program just closes upon execution.
is there any possible way to remove the delay when talking?
Nope, some delay is inevitable
it does depend on some stuff, including GPU performance, chunk size etc
but it always will be delayed
the cmd window seems to be still opened in the video, or did you change something to keep it open?
you could also try downloading the older wokada deiteris fork and see if it still happens
there's no such thing as 0 delay in anything
I pulled it over also do you have a link to an older version?
And I'm guessing it's supposed to close?
-realtime
Guides for Programs that use RVC Models in Realtime for Calls/Games
A Realtime Voice Changer with similar performance to Wokada Tg-Develop Fork, with extra features, but it supports only Nvidia GPUs on Windows 10/11 unlike other options that have wider support. and without cloud options
A personal fork (modified version) of Wokada Deiteris Fork, it just adds some Quality of Life improvements to it like supporting Spin Embedder and Audio Effects. Don't expect too much about it since the creator made it originally as a personal project.
A Realtime Voice Changer with similar performance to Vonovox & Wokada Tg-Develop Fork, with extra features.
Deiteris' fork (modified version) of wokada that doesn't get updates anymore.
These options are not recommended for use.
Not suggested, older versions in youtube tuts are even way worse. GUIDE
The program is worse compared to the ones above, and much less updated. GUIDE
Last update: March 14,2026
Wait. This is updated.
Holy..
nope, just the doc page got updated with some troubleshooting
this version is what tg develop is based on, it's older and might miss some features, but I just want to check if it works for your hardware or it closes too
you were using tg develop in the screen recording
this is deiteris, a bit older but just testing if it works for you
How can I tell which version I am using?
by the UI and folder name
this is the UI of Wokada TG Develop fork
in fact you downloaded it before
So which is the one I need then?
try the older wokada deiteris fork, just to see if it works for you
we aren't sure, it's just a test
Okay. What link do I need for the older one if you don't mind me asking.
Last update: March 14,2026
Oh the green one. I used this for months and then it stopped working.
@low shard
When I try to run it.
can you show the folder name of both programs? are you sure you're using the DirectML version?
yeah you got both right versions
open again the deiteris one, wait for the error appear if it happens on start up, and show what happens on the CMD window
can you copy paste the path of where you have stored your folders?
perhaps there's a special character in your windows name or the whole path?
That looks like an older version of w-Okada, you should try Wokada tg fork
I saw it wasn't working for you earlier but maybe just reinstalling it fresh could fix any issues
@low shard Was helping me out trying to figure out what was causing it to crash.
They were having me try out both versions.
Alrighty!
what if you click the path in the file explorer inside the deiteris folder, then write CMD instead of the path so it opens a cmd at that path
then you write MMVCServerSIO.exe
then you try to start it
this way, it should keep the CMD open
Mind giving me an example of how to do this?
is there a way for me to use UVR 5 without removing the back vocals of a song? (only the main)
never seen such issue before and I can't even replicate it since i don't have an AMD GPU
What if you select your CPU instead of GPU and run it?
Let me try.
is there any free way to remove reverb from vocals without having to pay subscriptions for dumb sites
if your vocals are already separated from music, you can use the dereverb model directly
like this
also possible to chain it all together, separating vocals from music -> splitting into lead & backing vocals -> dereverbing lead vocals
not perfect, but pretty nice, especially for free software
you need a good pc to run such local heavy tools btw
don't try it on like super old laptops
good point, i never really paid too much attention to how heavy it is on my PC, all i know is that it works fine xD
yeah i always care a lot about the user's hardware because I have seen common cases with people running on the oldest shit possible (literally early pcs built in early 2010s for like cs2)
i feel like most tech people forget that the average person doesn't spend much on a PC unless they play heavy games, so that's why i always suggest staffers/helpers to check the user's hardware first
just saying bc it happened i spent an hour trying to help someone just for him to have intel celeron 😭
yeah, definitely a good thing to mention, eliminates some problems in advance
good habit
what voice changer are you using? @fleet grove , I saw ur message before u deleted it
TG, the ai doc had recommended settings but I'm not sure how good those are
personally chunk depends on ur gpu but I use theses settings and it works great
second image is in advanced settings
thanks
you're welcome
guys I am back after a long time are there new ai innovations like rvc stable diffusion
how to make realistic ai images and videos rn what do people use to make ai slop videos
vibe code websites
can i infer a voice onto an audio while simultaneously training another voice on the side
or can applio only do one thing at a time
u can have a voice training and do infering as well yea
What's the difference between rvmp and rvmp onnyx?
regular one is better
rmvpe_onnx is a variant of rmvpe that's exported in ONNX format to work on non-NVIDIA GPU (Intel Arc, AMD Radeon RX) or CPU scenarios, it can also work on NVIDIA GPU but here's the thing; rmvpe is simply an original one that generally works better on NVIDIA GPU.
thanks 👍
@low shard I GOT IT WORKING!
With the help of ChatGPT.
I deleted the "stored_settings" folder and it reset everything.
Then it began working again.
If I ever feel lazy, I might use ChatGPT. 
I'm at a loss. If anyone else is on an AMD GPU who thinks they know, feel free.
onnx is for amd gpu users
are you perhaps using any audio effects? I would suggest trying to remove any
Nope. This is a fresh install.
this seems like a bug in the code, I think I gotta check it out later that part of code or if i can replicate it
not sure if @hardy yew or @hallow thistle ever saw it before
meanwhile i can only say to play out different settings and browsers and gpu drivers versions, i’m not sure
what method is the lowest latency and best quality for Realtime Voice Changing? It's been a while since I checked in here, but I have the local okada still.
Any one?
Vonovox beta if you have an nvidia GPU. Tg develop w-okada fork is also nice (+ has an AMD version if needed)
I have a GeForce RTX 4070ti
I wouldn't really bother about the frontend errors that occur when e.g. setting the GPU etc. This looks like bad code that has no impact on functionality
And the errors that occur when you start server are due to connection lost because the app crashes
So nothing new I'm afraid
Still quite puzzling why it does that
Can't see a way to do it other than manual build + debugging
Because the prebuilt clearly crashes without any error so it's impossible to find the cause from the release
Unless someone just knows about particular reasons why it could fail. But there has been no progress since yesterday so it seems to not be a known issue
So vonovox would be better than the Tg develop w-okada fork?
might be helpful to reset gpu drivers just to test, might be a too new version that caused an issue
Yeah, the beta version has nice improvements
I think im still running the old W-okada fork, the original. so anything should be an improvement atp lol?
Yeah, the issue appeared suddenly and the app worked before that IIRC. Windows update/automatic driver update was my suggestion as well.
Has to be something that was done by the OS in the background, i think
here's a link for latest vonovox beta
- command that needs to be run to fix index (if you want to use index at all)
That command is needed because of a specific issue on that beta version right?
not sure if to add all that info in the docs, since beta versions change a lot and frequently
No need to, there will be a polished release soon anyway and this beta won't be useful anymore
If there's anything new that comes out for AMD, feel free to ping me about it.
Since W-Okada doesn't work any more.
this is mostly just a frontend bug, it happens for me too at start up (but not when i try to connect to the server) but it wouldn't solve the issue since your program actually closes:
- try again other browsers, and in every browser, switch multiple times between different input and output devices and between client and server audio processing, and try also switching between GPU and CPU
did you use this program before and one day it randomly stopped working? if so, do you remember anything you did before it stopped working correctly?
I've tried with other browsers. Even Microsoft Edge.
If I use Client, it will work.
But there's no output.
you tried also all the switching I said? sometimes it could get stuck
try switching the output device to something else and then back to Line 1
then try Line 1 as a microphone in discord, and do a microphone test
let me know
No dice.
I tried using Client and it doesn't work.
Then on Server it just crashes like usual.
I can't create AI Models anymore.
I tried on Colab, Hughing Face and Applio.
are you trying to train RVC v2 Voice Models? what's your pc gpu & os and what you're trying to do?
do you have any other PCs to try the program on? do you remember any changes you did before it stopped working?
i havent used anything related to rvc in a WHILE. is it possible to do TTS with rvc?
update: nvm
RVC is meant for STS, the only way you could do TTS with it is by using another TTS to make the audio input
like Applio does, but it won't be expressive
nah its fine, im doing one of those "nightmare chill OUT" videos
but where do i put the audio? im very rusty at this so i dont remember anything
oh lol, do you want to still use RVC + TTS that wont be that expressive or do you just want to try other TTS options?
im just trying to figure out how this works because im super rusty
alright, can you tell me your PC GPU, OS and what program / link are you using to check if you're using the right one?
ive just got your average pc, and i downloaded the model. im not training one
your average pc
there isn't really an average pc, the software depends a lot on the specific hardware you got, so that's why I asked
even a different GPU model/branding would cause a totally different guide, AI is more advanced than running a game
i have a 5070 ti, Windows, and i dont know what program or link to use
I'm guessing Windows 11
yea
I would suggest you a Local Program so you don't have to depend on the free tier of sites that are limited, you can use Applio
Last update: March 7, 2026
if you downloaded other software from youtube tutorials, it's better to uninstall it
how do i download applio? theres no exact link i can find
you need to read the guide carefully, here's the exact step for your specific PC: https://docs.aihub.gg/rvc/local/applio/#nvidia-on-windows-precompiled
but be sure to read below also to understand how to use it for TTS
Last update: March 7, 2026
so thats how to set it up, got it
I'm gonna pivot and attempt to set up Applio.
Does it have the same features as W-Okada?

Oh hey you play VRC. Pog.
it recently added realtime and similar features, but since it's an all-in-one the installation might be bigger
I do ya :>
it's harder to install for AMD GPU users on Windows 10/11
Last update: March 7, 2026
Nvidia GPUs really have a monopoly 😭, especially about AI
which specific Nvidia GPU?
3060 Ti.
Wait sorry.
Let me check something.
Oh my 2nd PC has a 1660 Super in it.
1660 Super and a Ryzen 7.
New PC has a 9070 XT and R9.
that's older than your main, but since it's Nvidia it might be easier and work, especially to use it in a 2 PC setup only for AI
if you want, you can still try to use Applio only on your AMD GPU
if u wanna add me my user is the same as my display here :]
or you could directly just use Wokada Tg Develop or Vonovox on that Nvidia PC
the 2 pc benefit is that there will be more load to play games and stream on your main one
you can do the 2 PC setup just with the software in the guides, no need for external devices
Yes, I'm trying to train RVC Models (there are some of them that I need to create the dataset).
My GPU 0 is Intel(R) Iris(R) Plus Graphics
My GPU 1 is NVIDIA Geforce MX250
Basically, I'm going to make AI Covers (I have Applio Local to make them), but, as I am a gamer and a AI enthusiastic, I will use some of the Models (Spoken Voices) for having fun only for myself.
On that way, for esxample, making people to say like a law while I am playing Pokemon or something like that.
both of those gpus are too weak to use them for Local AI
your only way is using one of the cloud versions of Applio in the AI HUB Docs
Colab?
yeah you can use applio colab https://docs.aihub.gg/rvc/cloud/applio-colab/
Last update: March 14, 2026
or also applio kaggle and lightning.ai
the only difference is the free gpu time and the setup between the 3
you could check the differences between all 3 services and decide what fits you best
I said that I can't on Colab
Cloud is your only way, your PC is too weak to do any local AI
you got an integrated gpu and an extremely old nvidia gpu
I can also train Spoken Models?
On Applio?
Cause I was trying back in 2024 I think, and I was founding like the pitch error.
pitch can be adjusted, so not sure what issue you're talking about
anyway, you can easily train speech/singing models with applio
and if you haven't tried yet, kaggle does the job for me
30h weekly for free
possibly they were using crepe or smth that was not rmvpe
that looks gooood
is it normal for me not to have extra time and crossfade duration im using the bata version of vonovo
gotchaa any suggestion on settings even advanced
I am already training the model which I posted on request models.
It's going fast
You can train on Applio Colab yeah, tho Kaggle or Lightning.AI would be suggested more since they give more free gpu time especially for training
You are training on Applio Colab?
On Kaggle
you usually wouldn't want to touch advanced settings on vonovox, at max you can just play and test
let me know
p
Okay.
In 37 minutes I am on the epoch number 415
do you need any help?
I'm looking for furina voice
thanks!! they for sure have ups and downs both tg and vonovo just playing around see what i like better appreciate the help thoo!
furina from genshin impact? try to search in #1175430844685484042
okeyy
yw, lmk for any issues
thankss
yw
Yeah, but I'm dowloading the 400 epochs file (PTH and INDEX for testing.
Cause now I'm not going to be at home
Hey! I've been using Deiteris' W Okada Fork for a few days and had no problems at all. I don't know why but since today it isn't working anymore. I've tried switch inputs/outputs, different models, cpu instead of gpu but it doesn't work. Tested if my mic doesn't work or anything, but that's also not the case. I even tried to install it on another windows installation, same thing. Any ideas what it could be?
Also tried another microphone..
have got the same problem on Tg Develop's W Okada Fork aswell
elaborate:
- your pc gpu
- your pc os
- what you're trying to do
- the tutorial link you're using
- the issue
GPU: AMD RX 9070XT
OS: Windows 11
What I wanna do: Trying to use the voice changer like I normally do.
Tutorial?: To install it, I used the following tutorial. It worked the last week though without any problems, it's an issue that just started. (https://docs.aihub.gg/realtime-voice-changer/local/deiteris-w-okada-fork/)
My Problem: I've been using Deiteris' W Okada Fork for about a week now without any problems, but since today it's not working anymore. I tried different input devices and it seems like it doesn't get any audio from the input since the gpu utilization doesn't change at all when talking. I tried different microphones and a new installation of Windows 11, this didn't solve the problem.
sounds familiar
The weirdest thing is that I changed nothing haha
wdym with it doesn't work? what's the exact issue that shows in the UI or cmd?
you got this issue before?
I get no error or anything from the UI or cmd. But I simpy get no audio back.
And it seems like the audio from the microphone isn't processed
(tried different outputs)
can you show a full screenshot from the wokada tg develop ui? or like a screen record of you trying to run it
yea sure
what program do you guys recommed to use the models on?
Not me, but it's 9070XT and the "it used to work and suddenly it doesn't anymore no matter what i do" scenario. Sounds very much like what loamy has
Another reason to believe it's either a wIndows update issue or (more likely) AMD driver update that screwed it up
I'd try downgrading the GPU driver and see if it helps at all
Yea I might try that, though there was no new driver update I downloaded, so that would also be wird.
Something changed for sure, considering it worked and suddenly doesn't. The problem is finding what changed exactly
yea...
But your issue seems similar to someone else's, this is the second case like that. It might be a different problem, but maybe it's not
yea I wish I'd have even the smallest clue
However, the other person had the VC crash upon starting conversion
Your case is different
Because you said there's just no sound but nothing else happens
Yea for me everything works like normal, I just get no output or conversion happening
In tg develop, does the graph in top right appear at all?
When the conversion is running
I have only tried it once to test it since I was confused why it didn't work. Will redownload it.
it does, can't send images in here sadly.
So the curve goes up at the beginning when u start it, but after it's just a straight line even when talking.
alright, this is definitely a different issue than the one i mentioned before
alright
in your case everything seems completely fine but there's just no sound for whatever reason
if it would receive id atleast see some processing going right?
yeah, it should probably be more wavy
yea
I'd try two things for a test:
- set input to VAC and output to your speakers, then play some audio sample with e.g. audacity (in audacity set output to VAC)
- set input to your mic and output to VAC and record the VAC in audacity
but I also tried it without the vac
same problem
so even if my vac would have some problems, this is sadly not the issue
yeah i'm kinda thinking out loud as it's a weird issue
😮
tried running my mic through steelseries
and then that input to vc
worked, then I changed it back directly to my mic and that also worked
like nothing happened
this makes no sense and is so confusing
If you need urgent help, please checkout our AI Hub Docs or ask for help here following the [Guidelines](#1402790586028789830 message)
So if anyone ever gets the same problem, what I did: Start Steelseries Sonar, use the Steelseries Mic Input as an input for Okada W and change your input back.
RVC is not using my gpu jest spiking my cpu my system processor: amd ryzen 7 8700f and my GPU is a Amd Radeon RX 9060 XT https://docs.aihub.gg/realtime-voice-changer/local/deiteris-w-okada-fork/ is the guide i used and i have the dml version downloaded but my gpu is still at idle while my cpu spikes while running it
did you pick your gpu in it?
yep
even reseleted the cpu then back to the gpu
cant post screen shots(in this channel) but the setting blow chunk and extra say my gpus name and i have swapped it back and forth
and stopped working again 
let me know
Can someone direct me to a video or walkthrough of how to install vonovox please
@tame oracle
I can't get it to work i went through the download im not sure whats wrong
how do i use tg develop i got it started on my cloud notebook using kaggle and everything but i dont know how to start the real time conversion
There is a button that says start server but i dont think thats how you start the real time conversion
cause it says Warning
Select an audio input device. if i press start server
even tho i have selected
to my microphone
do u have your audio settings setup correctly?
yes the output its set to my vc cable
my input is set to my microphone
its checkmarked on client
the server checkmark is greyed out
saying Server audio not available.
oh, client mode might not work as it stopped working for me back in November
bruh
did u put your mic settings wrong?
I ended up changing what i was using
Im now using Vonovox and trying to get the hang of it
but im struggling a bit with all of the settings its all new to me @viral mason
nice!
sometimes it still sounds robotic
Im new to all of this i don't really understand settings too well
there'ss nothing really to it, all u gotta do is change pitch tbh, block size at 0.30 is good
Yeah i tried .30 but it seems like its working better for me at .50(?)
nvm i think i set it up wrongly im gonna set it up again
u sure? test between both and see if it sounds any better or worse
yes i tried between .30 and .50 , .50 seems to pick up more and cut out some of the robotic ends
interesting
but if i go above .50 it gets worse
because i tried .70 after and it was much worse than .50 and .30
weeird
yeah
but it also seems to vary by voice @viral mason
what would you say is the best way to get the robotic feel out?
tbh not sure, it depends on what models you're using
do you have any that i could try?
sure, what kinda of models do u use? I mainly make game characters and stuff so most don't sound human
i was just wondering if you had any i could test because
u would most likely know the model better than me since you made it
so if i experiment with it, if our voices are drastically different and certain block sizes work better for different things
maybe it might give us more insight

i am having some trouble getting the vonovox 1.7 to link to my discord audio though @viral mason
it worked with 1.69 not 1.7
strange, did u put ur headset to line 1?>
Follow this guide on how to run the voice changer on Kaggle instead. Running W-Okada either CPU only or an integrated GPU is not recommended. https://docs.aihub.gg/realtime-voice-changer/cloud/tg-develops-w-okada-fork-kaggle/
Last update: September 6, 2025
thx! 💙
Is there any way to get audio effects similar to Tg-Develop fork? Tg-Develop works great (quality wise) but it keeps producing crackles (like VoIP crackles) as I'm using it from Kaggle so I'm stuck with using Deiteris fork
switching sio/rest protocols in Tg-Develop does not help
and yes I'm using the T4 GPUs
How difficult is it for me to train my own model if i wanted to train it on like 2 hours worth of talking
or more
not hard at all
-rvc
use the applio docs and ask here
Has nobody figured out why it stopped working?
I am confused, is the GPT-SoVITS-WebUI the one you can use rvc model to create voice from text?
Hi everyone, I’m new to AI and recently became curious about Agentic AI and automation systems. My background is in operations, and I’m trying to understand how AI agents are built for real workflows.
Could anyone suggest a good learning path or course to go from beginner to advanced in building AI agents? I want to follow a structured roadmap instead of randomly learning things.
Any guidance would really help
Hey everyone 👋
I'm experimenting with Local AI and trying to run models locally on a GPU with 8GB VRAM.
Right now, when I try to use 4096 context, the model needs around 11GB VRAM, which is too much for my setup.
I'm looking for recommendations for a good uncensored / unrestricted model that can run locally with decent speed on 8GB VRAM.
What I'm trying to achieve:
- uncensored or low-restriction model
- works with 8GB VRAM
- good performance (not too slow)
- 4k context if possible
- support for quantization / partial offload / CPU+GPU
What tools or models would you recommend?
llama.cpp, koboldcpp, ollama, LM Studio, or something else?
Thanks 🙏
<@&1159293140440723499> What do y'all think of this one?
While RVC voice model cannot be directly used in GPT-SoVITS since these models are of different types (RVC is speech-to-speech, GPT-SoVITS is text-to-speech), RVC can be used to apply one's vocal over generated TTS audio from GPT-SoVITS. While the pipeline isn't all-in-one solution, Applio RVC would be involved. 
Of course, you still cannot directly use GPT-SoVITS models in a dedicated RVC program like Applio RVC, vice versa, unless you were able to integrate GPT-SoVITS features into Applio itself.
elaborate more
!howtoask
- Check Docs & Guides: Your answer may already be in the AI Hub Docs or the https://discord.com/channels/1159260121998827560/1159513888199540817 channel.
- Search the https://discord.com/channels/1159260121998827560/1192011222023950368 : Look for existing posts that solve your issue. Do not invade someone else's post.
Tell your:
- Full GPU Name: (e.g.,
NVIDIA RTX 4060 8gb vram desktop) - Operating System: (e.g.,
Windows 11) - Detailed Description: What were you trying to do and what went wrong?
- Tutorial Used: Link to the guide you were following.
- Screenshot: A picture of the full error message.
To maintain a legal, safe & ethical community, we will NOT provide help for:
- ANY illegal activities.
- NSFW/Porn.
Requests for these topics may be ignored, not helped and result in moderation action.
- Be Polite & Patient: Our helpers are volunteers. You may ping the
Helpersrole once. - English Only: Please keep all conversations in English.
- Don't Ask To Ask.
For Applio realtime is there any way to make it save settings like chunk size? I have looked everywhere but cannot find a way to do it
I don't think there is, but you probably can just hardcode your settings as a workaround.
The realtime feature in applio isn't widely used as there's much better solutions for that purpose
It seems to work better than the other options I’ve tried (Vonovox and tg-develop). Or, well, it seems to work as well as but doesn’t seem to use as much of my GPU based on performance while gaming. I haven’t updated either in months though, so I suppose I’ll do that.
Thank you
Nope
Its okay i figured it out
Hello everyone, can you please help, there is Tsukuyomi-chan a popular project in Japan, I would like to try it for the re-voice of Piper TTS
Oh okay I see
does more epoch = better as far as less ai glitches
It has more ranges to work with and is less likely to glitch out?
If so I could probably just work on my own and train it for hours or days that way it has little issues
be aware to not follow any youtube video tuts, if you followed any video tuts you prob got outdated software
Tell me, please, otherwise I couldn’t find it, it seems to me that I did something wrong
no, there's no way to check if a model is good unless you listen to samples and try it
longer explaination:
epochs are a unit of measuring the training cycles of the AI model
basically the amount of times the model went over its dataset and learned from it
they don't mean how good is the model, it's just an info provided on how they trained the model by the model maker
More ≠ better
Less ≠ better
There's no way to determinate how good the RVC model is until you try it out or listen to the audio samples if there are
it's not that easy that you just let it train till it reaches 100K epochs lol
wdym? never heard of this tsukuyomi chan project, if you need to know how to install piper tts you could check https://github.com/rhasspy/piper but it's archvied and abbandoned
Eh, very sad 
But thanks a lot anyway
yeah i went to the official vonovox server and got the 1.7 beta version and premium
So I would have to go through all the audio samples in #1175430844685484042 and try them all?
The biggest issue i've noticed is that some of the models i find work really well, and others of them sound robotic at times
i just want one that doesnt have that robotic feel so i thought i could make my own but its probably not that simple
It's pretty easy to make your own models if you know what you're doing, just gather audio using YouTube or anything really, use a site like MVSEP or you can use UVR (ultimate vocal remover) locally which idk how to setup since I use web stuff
i mean you need to search the character you want, like marceline from adventure and then check and try all models
you could also just try the ones with the most reactions and positive comments
but there isn't really a golden rule or parameter to know which model is best unfortunately
most likely the more recent models of whatever character you're lookin for is the better model
not always
but most of the time
Yeah I don't know anything else that's feasible with AMD right now.
I tried updating my Python to the latest version.
Updated Pip and Pytorch too.
Still getting xhr poll error.
have you tried downgrading your GPU driver?
Hold on.
Let me actually try that.
Wait a minute.
You might be onto something.
It stopped working after I downgraded my Drivers.
we've mentioned tinkering with the driver a couple times before
but maybe it got lost between the messages
if i were you, i'd just downgrade even further
Let me try out the latest update first.
Then if need be I'll downgrade.
Nope.
It just crashes still.
Something might just be broken with the code.
Which would mean I'd need to build it from scratch.
I'm going to downgrade my drivers and see what I can do.
Yeah.
So I officially throw my hat in with the W-Okada program.
It's broken on AMD systems and doesn't seem to work.
Client works but doesn't relay audio at all.
Server crashes in it's entirety and doesn't give an error code
the only thing it does is give out the Xhr Error which nobody knows about.
- I've rolled back drivers.
- I've used up to date drivers.
- I've swapped audio devices.
- I've updated Python, Pytorch and Pip.
- I've tried resetting/rebooting my PC multiple times.
- I've run the Deit Fork and the Tg Fork, both crash.
- I ran Applio and Applio works for real time, but it's bad.
The only things I did not try.
- Using someone else's version of the clients.
- Build the client from scratch via code.
@low shard
well, building it manually and debugging is pretty much the only way to precisely locate the issue
but I imagine it's probably not an option for someone who's never done that before
and TBH "it's broken on AMD systems" is a bit of an overstatement, it doesn't work for you in particular
but that's just a comment, not like it matters
Just a wee bit of salt. That's all. Lol.
I just like to keep things clear, especially that this is a help channel and some newcomer with AMD GPU could hop in, read the false statement that AMD systems are not supported and come to wrong conclusions
Not trying to be rude or nitpick
That's the thing though, multiple people had this same error, and no solution has been found yet.
If you search "xhr" in the server, you'll see people who came before me, who had my issue, no solution found.
I'm not mad at anyone but myself tbh.
I just wish I knew what it was, been racking my brain for a solution.
Even asked some coding buddies of mine. They don't know either.
If I understand correctly, the xhr poll error is meaningless really, it's a side effect of the app crashing because the browser can't connect to it anymore.
It's not the actual issue to solve
The problem is finding out why the app crashes
Yeah, and that's the issue. Nobody knows why.
Sadly, yeah
So someone would need to essentially re-fork the tool.
And fix the issue.
There's other solutions out there. Vonorox I think is one.
Vonovox is for Nvidia only
Might support AMD some day but definitely not anywhere in the nearest future
The only thing I could think of is if someone uploads their version of the fork for me to use.
The only thing I can think of is that something happened with the original forks, but that's a far stretch.
Why would both programs old and new fork break respectively when I go to boot them up.
you can use your 2 PC setup
or try with other AMD Drivers Versions, you said Wokada TG Develop Fork used to work before right? so you might need to downgrade more and remember the version you used before
I'm glad my other PC is Nvidia. I'll buy stuff for it when I get paid next month.
hey guys, is something wrong with wokada? It looks like the voices are lagging or cutting off all the time, this is not an issue I ever had it just happened randomly?
Can also insert the Nvidia GPU into your main PC if there's room in your PC case
Then you can use the Nvidia one for RVC and AMD for everything else
Just need to make sure there's room for it and that you have all required PSU connectors
But usually PSU is bundled with more than enough cables and you should be fine
Oh and also obviously the PSU needs to be powerful enough
Some of the models work great for me its just a subtle hint of ai in the voice on the ends of sentences that make it sound meh
like it could work good for the first half of the sentence
then near the end it turns into like
a slur of words and noises
Might check the max power usage of both GPUs, the motherboard and CPU and take it all into account with some headroom
This for sure will be influenced a lot by the model
What index rate are you using?
A high value makes issues more likely too
Im using vonovox index rate 0/ the default because I don't know much about the index rates and don't wish to mess it up
Vonovox seems to be working the best for me so far
but the robot-yness is an ongoing issue for me
I've had multiple friends help me test across calls. They said some of them sound extremely good except for the parts where the words just start to slur and sound automated and i agree
so that's the biggest issue im having
That's fine, disabling index should be the most robust. Index makes the conversion sound more biased toward target voice but it's more prone to glitches
anyone help me with this?
Yeah, but there are also other settings I see like Harmonic Strength and Voice Texture. I also have premium version so I was hoping some settings over there would help me be able to fix the sometimes Robot Sounding issue but im not sure what most of the settings mean.
Some things are also just influenced by the way we speak. Trying to alter it in various ways sometimes helps learn how to make the model more consistent
But also as I said robotic sound is often caused by the model itself too
Like low quality mic, Compressor,Low pass filter, high pass filter, Eq band 3 and 4. I have access to these but im unsure what they mean
Yeah this one sounds good a majority of the time. Im going to go through more models in #1175430844685484042 and try to see which ones i can find are clearest with the least robot sounding issues
Its just the fact that it randomly devolves mid sentence at times
Premium in vonovox just enables the effects you mentioned here, it can't help solve any conversion issues like robotic tones
I see
My harmonic strength and voice texture are default
I know those can make a difference but i heard its easy to mess up also
It can improve the sound though, especially the "low quality mic" part, I think (although I haven't ever used it so can't tell precisely). If the model sounds too clean it is more obviously artificial for listeners, so making it sound more like a generic microphone helps make it more genuine sometimes
And the remaining things like EQs, compression etc are typical voice processing effects just to tune the sound to your liking. Like adding or reducing some lows or highs etc
yeah that's definitely true. my only concern is that it will make the sentences where it does sound robotic worse
i might want to reduce some highs and keep my voice low
hello???/
point me out a tutorial at least something
I don't know how to fix it im sorry
i wanna reinstall wokada at least, maybe they had an update?
but i cant find any tutorials im using the browser version
the newer one
Those are in the advanced section, right? In that case they most likely shouldn't be touched and are defaulted to some good values. But can't tell exactly what they do, I don't know. If you want details on it, feel free to ask in Vonovox discord, lots of help available there!
Yes advanced settings
what do you use instead of vonovox?
What's your hardware, what w-okada are you using and with which settings?
So far with the ones i've used, vonovox picks up and sounds the best (1.7 beta)
my hardware (idk whats up with the multiple cpus...) using version b2332
b2332? Is that the mainline w-okada?
In that case that's quite old, I'd recommend vonovox or tg develop fork
can you send me a link of where these are and preferably a tutorial to download it? and which one should i?
Vonovox is currently the best quality-wise so I'd recommend that in the first place
The beta is available here: https://huggingface.co/dr87/vonovox/resolve/main/Vonovox_beta_17_11.zip
(if you want to use index, it also needs to be patched with the following command: runtime\python.exe -m pip install faiss-cpu)
does using a index make it sound better
Makes it try sound more like the target voice (especially useful if it's a model of some particular character and you want it to sound more legitimate), but quality-wise it's usually worse, prone to glitching and weird issues
I think most people keep it low or off
nothing programming related so no worries. Anyway, you can just not import the index file or keep the index rate at 0 and it will work fine
i dont use index anyway
dont remember ever touching it
so you reckon is the version? its weird to me because up until yday when i last tried it, it was working smooth as always
Yeah, in that case you can just extract the zip and use the app right away
I mean, I don't really know what's behind your particular issue, but those old releases from mainline w-okada are very outdated
so more prone to various issues as well as just worse quality-wise
i installed it, anything specific i need to press here?
i run ffmpge.exe?
Is vovonox better than TG?
just run start.bat
yeah, it should be, had some nice quality improvements added recently
(nvidia-only FTR)
Thanks 👍
says the publisher could not be verified, then brings me to a cmx.exe that tells me to press any key to continue, then closes
oh wait let me extract
oh, you need to extract the zip for sure
Hey everyone
I'm experimenting with Local AI and trying to run models locally on a GPU with 8GB VRAM.
Right now, when I try to use 4096 context, the model needs around 11GB VRAM, which is too much for my setup.
I'm looking for recommendations for a good uncensored / unrestricted model that can run locally with decent speed on 8GB VRAM.
What I'm trying to achieve:
uncensored or low-restriction model
works with 8GB VRAM
good performance (not too slow)
4k context if possible
support for quantization / partial offload / CPU+GPU
What tools or models would you recommend?
llama.cpp, koboldcpp, ollama, LM Studio, or something else?
Thanks
check taskmanager
👍
i mean is it maybe my actual microphone? did it suddenly go low?
and it cant detect my voice?
but no theres literally no way
How come the precompiled vovonox from the guide only has up to 1.7 beta? I thought 1.7 beta 11 was the newest.
possibly the creator hasn't updated it yet
if you want the download to the newest beta tho I have it
there is a big possibility that my mic could have the issue all along, mainly because it is INCREDIBLY too low out of nowhere
Nevermind i found it, i was just being stupid
Thanks though
check the gain in advanced sound settings in windows. Windows tends to sometimes lower it for random reasons
How do I have the priviledge to upload my AI models?
I can't do it on the respected channel from this server.
bruh 😭 i guess it makes sense why it wasnt working, thank you
although for the record i never reduced it
but oh well
Last update: February 28, 2026
yeah, as i said, Windows does it on its own sometimes... It sucks
worth keeping in mind whenever something's off about input volume
newer version looks nice, any settings recommended on it?
you mean in vonovox?
Defaults, really
Might slightly lower the block size if you want to improve delay but that'll affect the quality as well
(talking about general settings of course, model settings like pitch etc. should be adjusted to your liking)
Hi Hi
I use the web version, and there's no lag.
It's only when I try to convert the code that this "Error: None" message instantly appears on the screen.
you shouldn't use that huggingface space, it uses an ancient Applio version
it's useless to try to fix it
it's better you tell your PC GPU and OS and what you're trying to do so we can give alternatives
are you talking about RVC v2 voice models? https://docs.aihub.gg/extra/model-maker-role/
Last update: February 28, 2026
Hi anyone could help me with this please?
I fixed the error
but idk, the voice changer is not opening as app, its only as website
and it yapps about something with my graphics card

if you're using either Wokada tg or Deiteris fork it will launch on browser
do unknow what one u have?
wokada
so wokada no longer opens as app?
cuz like 3 months ago it was app (website app) now I have it as new tab in my browser
it's specific versions that do and don't
okiii
could i create my own model and train it???
yea
how
applio ok
yep, read through the docs
since u have a 507o I'd recommend switching to Vonovox
what abt me
if u want to, Vonovox tho is for realtime voice changing since they're asking for smth different
ok ok
hello
Hi Marcy
The best way is to go to the official vonovox server
The best version is the beta version 17
you can either go to their own server or I can just send the recent download to the current Beta
ask for the most recent beta btw since it's better than the current non beta
most recent beta is version 17? 17.11
my file folder is vonovox_beta_17_11 pretty sure thats the most recent
I just posted it
oh-
thats the most recent beta
If you want their discord
https://docs.aihub.gg/realtime-voice-changer/local/vonovox/
go here and go to communities at the very bottom
it has their discord and patreon linked
no problem
theres also instructions for the download and installation
pretty much the same
what do these do?
Just extra settings
not necessarily a must have/need for a voice to sound good
whats feature retriaval rate
how do I get that tho?
Im on vonovox gihtub
And I cannot find that shi

lemme send it
do u have Vac lite also or no, if not https://software.muzychenko.net/freeware/vac470lite.zip you'll need it to connect vonovox with discord or games
?
are you talking about applio?
idk what i have
oh
its RVC GUI
i run a btch file and it opens
normally converts but now it just crashes
I have virtual cable, but idk about the lite
I js downloaded some driver
it's recommended to use the lite one over vb cable
whats the difference? 
okiiiii
RVC AI Cover Maker UI
Github
what could i use instead for covers
Are you trying to do e girl trolling / catfishing?
if sage voice changing is considered that

Are you using https://docs.aihub.gg/rvc/local/aicovermaker/ ? That's made by @viscid moss , the last update was almost a year ago, what's the issue that it gives you?
Last update: March 14, 2026
Also what's your PC GPU and OS?
Ohh that seems like a valorant character, have fun roleplaying
https://docs.aihub.gg/realtime-voice-changer/local/vonovox/ here's the direct guide to Vonovox
Last update: March 14, 2026
Might be easier to understand since it has inages
okiiiiiiis thank you <3
Btw nice job helping people :)
And fortunately that beta doesn't have any issues from what I have seen recently
thank u :D
i just scammed myself, i bought the membership for vonovox and canceled it after so i wont get automatically renewed, turns out that completely revokes my membership
can anyone contact the guy in charge of that server and tell them to... do something about it?
i got kicked out their server too wtf
if u got kicked from their server you must have been spamming or saying a bunch of bad things
on my life i didnt lol
check general literally
i just asked how to unlock premium and then was like ''didnt know i lose membership if i cancel it did i scam myself''
I just saw you say the same message in the Vonovox server, I'm not sure how the licensing works since I didn't buy it but you need to contact dr87
He actually didn't and got kicked out a few minutes after saying this, strange
im not sure if he will accept my fr, i really didnt know that cancelling it revokes it too though
yeah its a joke
lol
im flaming patreon
not dr87
like i supported the fella, gave him money, ofc im not gonna flame him
common sense
Perhaps a mod kicked him for that? Because automod would have acted instantly
i got kicked like a minute after i cancelled membership
maybe it was automatic?
i dont think anyone on their right mind would kick over ''wtf is this 2010 ahh subscription trick''
like jeez
no clue
RuntimeError: CUDA error: out of memory
CUDA kernel errors might be asynchronously reported at some other API call, so the stacktrace below might be incorrect.
For debugging consider passing CUDA_LAUNCH_BLOCKING=1.
Compile with TORCH_USE_CUDA_DSA to enable device-side assertions.
i guess... someone pls contact dr87 idek his discord
You can contact him on discord via it's username dr877
Please elaborate more
!howtoask
- Check Docs & Guides: Your answer may already be in the AI Hub Docs or the https://discord.com/channels/1159260121998827560/1159513888199540817 channel.
- Search the https://discord.com/channels/1159260121998827560/1192011222023950368 : Look for existing posts that solve your issue. Do not invade someone else's post.
Tell your:
- Full GPU Name: (e.g.,
NVIDIA RTX 4060 8gb vram desktop) - Operating System: (e.g.,
Windows 11) - Detailed Description: What were you trying to do and what went wrong?
- Tutorial Used: Link to the guide you were following.
- Screenshot: A picture of the full error message.
To maintain a legal, safe & ethical community, we will NOT provide help for:
- ANY illegal activities.
- NSFW/Porn.
Requests for these topics may be ignored, not helped and result in moderation action.
- Be Polite & Patient: Our helpers are volunteers. You may ping the
Helpersrole once. - English Only: Please keep all conversations in English.
- Don't Ask To Ask.
Full GPU Name: GEFORCE RTX 5090
Operating System: Windows 11
Detailed Description: trying to convert vocals with rvc gui with ai model.
Screenshot:
@shy spruce praying u see this... i didnt know cancelling it via patreon would remove my access
Rvc gui? What YouTube video or tutorial link are you using?
That's extremely outdated asf
Uninstall everything from it
It doesn't even support your GPU lol
It's too old
Last update: March 7, 2026
Probably on CPU, which is way slower for AI
It's better you just stop using that outdated version
And use more updated programs that can go faster supporting your GPU
That program was made even before your GPU was out, so it's impossible for it to run on GPU for you
If it's hella slow it's not on GPU, you got an rtx 5090 which is a beast
ik man
You shouldn't have any waiting issue on such powerful GPU
Unfortunately all YouTube tuts are outdated since the AI Cover trends died in summer 2023
i downloaded applio just dosnt work
Did you download the compiled v3.6.2 and unzipped it? What's the issue?
Yeah may take some time, especially on first launch
Yw, let me know for any issues :)
thanks man
You're welcome, Is it all solved?



