#✨│ai-help

1 messages · Page 331 of 1

low shard
#

What?

grizzled crystal
#

Where is it Run install. Bat of Applio

grizzled crystal
#

The Prompt say Please run 'run-install.bat' first to set up the environment.

rustic pumice
#

i mean my w okada sound or thing wont work anymore after a sudden before it works normally and 5070 and windows 11 and im js using it for normal purposes like changing voice to match the character in game

fierce bone
#

I assume this is for environment variables? Added them, and now its been stuck like this for roughly 6 minutes.

simple ore
fierce bone
simple ore
#

just wait

#

for a bit

void flume
# rustic pumice i mean my w okada sound or thing wont work anymore after a sudden before it work...

You can convert safetensors files back to pth apparently, though you do need python installed, and pip install torch and safetensors
I'll share a script I found.

import torch
import sys
import os
from safetensors.torch import load_file, save_file

def convert():
    input_path = sys.argv[1]
    file_name, file_ext = os.path.splitext(input_path)

    if file_ext.lower() == ".pth":
        output_path = file_name + ".safetensors"
        print(f"Converting {input_path} to {output_path}...")

        state_dict = torch.load(input_path, map_location="cpu", weights_only=True)
        if "state_dict" in state_dict:
            state_dict = state_dict["state_dict"]

        save_file(state_dict, output_path)
        print("Done!")

    else file_ext.lower() == ".safetensors":
        output_path = file_name + ".pth"
        print(f"Converting {input_path} to {output_path}...")

        state_dict = load_file(input_path, device="cpu")
        torch.save(state_dict, output_path)
        print("Done!")

if __name__ == "__main__":
    convert()```

Credit goes to: Codename;0
#

having the pytorch file format instead would allow you to use the same model in vonovox.

paper bloom
#

tbh im just trying to have the newest version thats all

hallow thistle
inner ravine
#

bro which is the best text to custom vioce genrator is available???

#

plz help

hallow thistle
inner ravine
#

bro ahmmmm.... its a low end pc

#

T-T

hallow thistle
inner ravine
#

if u know any AI which can run like online then.. i know a way to get 3050 12gb vram pc for every 1 hr for free

#

@hallow thistle

#

u there?

hallow thistle
inner ravine
#

whatever can i use it online?

hallow thistle
#

Run Applio RVC on Kaggle.

#

-rvc

patent trellisBOT
hallow thistle
inner ravine
hallow thistle
#

Thank you? You're welcome. FrierenAdo

inner ravine
#

haha

#

@hallow thistle i cant use my custom voice?

#

yes or no?

hallow thistle
inner ravine
#

i need to use my custom voice ...can i use it on anyother AI

hallow thistle
#

What custom voice? You need to be specific.

inner ravine
#

i have a voice...u can say like a free custom voice model though which u can use that voice model instead of using pre-installed models

#

im very bad in eng

#

T_T

hallow thistle
inner ravine
#

can i dm u?

#

i need to send u that model

hallow thistle
#

You can send your screenshot to here now.

inner ravine
#

its a voice

hallow thistle
inner ravine
#

i hit ur dm kindly check

#

checkkkkkkkkkkkkkkkkkkkkkkk

unborn night
#

does anyone know how to hear themselves in vcclient?

marsh eagle
#

Does anyone know how to stop my mic delay going up to 4000ms?

hallow thistle
hallow thistle
spring socket
#

Hello, why I got this error after uploading my newest model? usually it's not happend

spring socket
#

is this the reason

noble ivy
#

I am currently building an AI-based recommendation system where user data (preferences, interactions, new content) is continuously updated in the database. However, because model training is performed only periodically, synchronization with the latest data frequently fails.
Additionally, errors occur frequently when comparing model outputs with the data stored in the database.
How can I resolve these issues? I would be very grateful for any advice or suggestions.

low shard
low shard
low shard
low shard
low shard
low shard
spring socket
hardy yew
#

change that line to: cpt = torch.load(modelPath, map_location="cpu", weights_only=False)

#

should work

spring socket
#

or I go to the folder path?

hardy yew
#

I meant, you should edit line 189 in voice_changer/RVC/RVCModelSlotGenerator.py

#

just edit the file

#

you need to add the , weights_only=False part before )

#

and then run the app

spring socket
#

do I make it read only after changing? or leave it as it is?

hardy yew
#

no need to make it read-only

#

it's fine

spring socket
hardy yew
#

what does the console say?

spring socket
spring socket
eager wing
#

when i m using rvc live voice cloning if i hve background noise like a laptop fan running will it impact in robotic voice or it will affect the vocie ?

simple ore
# spring socket

weights_only should be, of course, set to True. Otherwise a specific set of objects that is alowed to load needs to be specified.

oak sedge
#

I'm trying to train a model, but it's not working. says: An error occurred extracting the index: need at least one array to concatenate
If you are running this code in a virtual environment, make sure you have enough GPU available to generate the Index file.
What did I do wrong?

#

hi

simple ore
#

did not preprocess correctly

#

did not extract features correctly

#

epic fail

#

look at the console, it says 0:0:00 minutes loaded

oak sedge
simple ore
#

It asks for a path to a folder

#

not the name of .wav file

oak sedge
#

But then! I did exactly what was asked.

#

I followed a tutorial, it said to use 7-zip.

spring socket
hardy yew
#

ignore what I said then, listen to Noobies instead

#

apparently you can reverse what i said previously

spring socket
#

False or True doesn't seems to work

oak sedge
oak sedge
#

What was supposed to be fun turned into hell.

simple ore
#

you did not fix it

#

should be weights_only=True

spring socket
spring socket
#

let me try it again

simple ore
#

scroll up

#

this is ```if ...
...
else
...

#

find all torch.load and add weights_only=True to all of them

spring socket
#

Okay!

simple ore
#

anyway, you're using outdated software that has not been fixed in a few years

spring socket
#

I use this one that Namari gave to me on 28 March

#

Am I doing this right, there's only 1 Line with torch.load

simple ore
#

okay

ember ocean
#

any free local ai that generates consistant images?
I want realistic images of a chicken, and I would want different poses for the same chicken

spring socket
#

like my usual rvc model that I used for months

simple ore
#

it may be a wrong model with code

spring socket
#

but this one error after I bought it today

simple ore
#

send it

spring socket
simple ore
#

yeah

hardy yew
simple ore
#

depends on the voice changer

#

typical changer would load eithe v1 or v2 just fine

hardy yew
#

ah, alright

simple ore
#

but it wont if it is a non-rvc model or something weird

oak sedge
#

Ah, I give up... I'll try waiting for someone to make it for me... I don't know.

viral mason
spring socket
#

Turns out the model I bought is the only one that error when upload, the other model is fine

#

My usual model is fine also, just the newest one I bought

eager wing
#

when i m using rvc live voice cloning if i hve background noise like a laptop fan running will it impact in robotic voice or it will affect the voice? can anyone give a suggestion

main lotus
#

Heyy does anyon have a link to the RVC? I lost it

viral mason
viral mason
eager wing
main lotus
#

coulda sworn it came from here o.o

viral mason
#

It's free

viral mason
main lotus
viral mason
#

I'll get the links for u rq

eager wing
# viral mason It's free

not that i mean i hve an rvc model when i m using that rvc model in a live voice changer like vonov and my input has background noise like a fan will it impact the voice ? not for training the model when using it live .my input mic has noise

main lotus
#

hard to describe

main lotus
#

this is the one where it wants me to download virtual audio cable yah?

viral mason
viral mason
#

But ye

#

The voice changer and virtual audio cable

eager wing
viral mason
#

It's recommended to get vac lite over VB cable as it causes weird issues

main lotus
viral mason
eager wing
#

its laptop fan so if i put on eco the lag will be high

viral mason
main lotus
#

oh is that why my voice would like cut out a lot?

#

sorry ik ur being tossed back n forth

viral mason
#

My brain is melting as we all speakcat_seriously

viral mason
#

Btw might disappear bc grandparents

#

I'll be back soon trust

eager wing
#

nah i mean my laptop fan is running so when i speak .there will be laptop fan noise with my voice also

main lotus
#

@viral mason when you find some time, would it trouble you to help me refine my settings to make my voice smooth as possible? lmaooo

main lotus
#

oh wow this is definitely not the same program I used before haha

visual citrus
#

the help thing doesnt even te3ll me how to downlaod the voice changer

viral mason
#

Ok I'm back

viral mason
#

Block size at around 0.30 and 0.50 is ok too but increasing it will cause more delay

viral mason
viral mason
#

It is yes

eager wing
# viral mason I'm confused

I'm using a voice model in Vonovox, but the output currently sounds bad. I'm using a Maono PD400X dynamic USB mic, and my laptop fan is running loudly in my room. Since the mic is picking up the fan noise in the background, could that be what is causing the voice model to sound bad?

viral mason
#

Ohhhh ok ok

#

I get it now ty

#

Most likely it could be if it's loud enough the mic you're using would pick it up and interfere with the voice changer being able to output what you're saying

eager wing
viral mason
#

Oh..

#

Why?

main lotus
# viral mason It is yes

my main issue is that when I speak the voice changer cuts out, like I'll say "I want a cheese burger" it'll come out "I ant a eese-ger"

eager wing
viral mason
#

What are you using that model specifically for? e-girl models are usually used for bad things like trolling or catfishing/scamming

eager wing
viral mason
viral mason
eager wing
#

the frst 1 is mine the nxt is the creators

main lotus
viral mason
main lotus
#

maybe its the model like u said cause I was looking for an e-girly one, this one is taylor swift LMAO

viral mason
#

If it doesn't then I'm not entirely sure

eager wing
viral mason
eager wing
viral mason
#

Starting to lose trust in the two of you

main lotus
eager wing
viral mason
#

<@&1159293140440723499> prob don't ban yet but keep an eye out

eager wing
#

go check my yt channel

viral mason
main lotus
#

this bitch is fucking stupid... do you even know what fivem is for?

eager wing
viral mason
main lotus
viral mason
viral mason
eager wing
#

@viral mason can you take a look at my samples

#

?

viral mason
#

They sound fine

#

A little wobbly I guess

eager wing
#

bru the frst sample is mine

main lotus
#

lord help me

eager wing
viral mason
#

Most likely it's the fan making it sound off

#

You could try noise suppression

eager wing
#

even without fan noise it sounds same

eager wing
#

still same

viral mason
#

Idk the samples sound fine

eager wing
#

okk

viral mason
main lotus
viral mason
#

It's alright

eager wing
#

wht is the input gian required for rvc ? b/w -24 and -18db volume enough ?

main lotus
#

id if you think it would be easier for us to hop in a call i could share my screen of the program, im just kinda slow when it comes to shit like this and its usually easier to show rather than tell

eager wing
#

i mean when recording in audacity thats wht i m getting

viral mason
#

I'm unsure what would cause the choppy voice thing that is happening

viral mason
#

Dms are fine yes?

main lotus
#

ofc

viral mason
#

👍

viral mason
eager wing
#

okey thanks for the help man

viral mason
#

No problem!

#

My brain hurts lol

viral mason
main lotus
#

got it thank u

viral mason
#

<@&1159293140440723499>

#

<@&1159293140440723499>

unborn brook
#

yo need help

viral mason
#

can u people stop getting hacked like a loser? <@&1159293140440723499>

#

3 in one day is just sad

viral mason
#

shut the fuck up and die <@&1159293140440723499>

unborn brook
#

so went i downlod the app i'm try to cancel the offer the 2.99 or 59.99 or 6.99 but i can't i want to chansel how??

unborn brook
#

do i need to pay??

viral mason
#

what app are u downloading

unborn brook
viral mason
#

ew that thing sucks and is a scam bro

unborn brook
#

i can't sent the pic

viral mason
#

what gpu do u have (Nvidia or AMD) and what are u wanting to use it for? just curious

unborn brook
#

Which one is the real one?

viral mason
#

?

unborn brook
#

i just reset my pc

#

so i don't kw lol

#

which one is the real one?

viral mason
#

what does this mean

viral mason
unborn brook
#

can you join in the voice 1 sec show you?

#

???

viral mason
#

not currently I am on a call

unborn brook
#

ohhh

viral mason
#

just check task manager

unborn brook
#

oh ok

#

1 sec

viral mason
#

check both gpu 1 and gpu 0

unborn brook
#

btw i can't sent pic. is AMD Ryzen 5 7520U with radeon graphics

viral mason
#

ah ok

unborn brook
#

but.

viral mason
#

so what are u going to use it for btw, like playing as Darth Vader or smth?

unborn brook
#

i want to prank my best 😂

viral mason
#

?

unborn brook
#

nvm

#

i have question

viral mason
#

sure

unborn brook
#

but which voice do i downlod??

viral mason
#

it depends on what you want to do

#

what kind of voice do u want

unborn brook
#

i want the valorant vc

#

jett

viral mason
#

look for the character here

unborn brook
#

ohhh

#

i downlod and now???

#

I want the app to put the one I installed and I don't know @viral mason

#

i'm trying to tell you

#

@viral mason

crude forge
#

hello

#

can anyone help me with this plss

#

when i click on download button it says incorrect username and password

viral mason
tranquil drift
#

How do i fix this AttributeError: module 'onnxslim' has no attribute 'simplify'

viral mason
normal zinc
#

can someone help me fix my issue downloading the voice changer vonovox?

viral mason
#

What you have is very outdated, what gpu do u have (Nvidia or AMD) and what are you using it for? Just curious

#

Alr, is there anything in specific u were wanting to do with the voice changer or nah

#

What

#

That's now allowed here sorry

#

<@&1159293140440723499>

#

Btw before u do get banned I suggest buying a better PC once I get the money, 1050 isn't terrible but I would use maybe at least a 30 series or up

#

Use Vonovox, I won't be sending links but they're here somewhere

#

Not for the voice changer stuff no, I can't help since you wanted to do that weird stuff lol

#

Best voice changer for real-time, Nvidia gpu only

#

Vonovox is the name

low shard
low shard
low shard
# unborn brook yo need help

This is a General AI Discord Server, please elaborate:

  • your pc gpu
  • your pc os
  • what are you trying to do: TTS, AI Covers, E Girl Trolling / Catfishing or Roleplay
  • the tutorial link used
low shard
low shard
small sorrel
#

What’s the best thing to use for offline/without using ur gpu voice training

#

My graphics card isn’t the best

low shard
small sorrel
#

that doesn't use gpu

#

*your

hardy yew
#

use a cloud service like Kaggle instead

low shard
small sorrel
#

webui

low shard
#

You can't train out of thin air

#

That's why it's best to check your hardware first

hallow thistle
hallow thistle
#

There are certain people who asked about the voice changer here; some of which asked the same simple questions, never come back or reply anything after, basically leaving me and Nick to ask nobody here, but that's really not that deep I guess. cat_doomMika_sad

hallow thistle
#

You have got help about Vonovox before. What do you mean Windows blocked the program to run?

low shard
#

turn off smart app control temporarely, seems to be a false positive

hallow thistle
#

Try find some ways to fix that; either turning off the Smart App Control entirely, or whitelist the Vonovox and its batch file.

peak totem
#

can someone give me a way to apply a bad mic filter? the voice changer quality sounds good but im trying to get a way to worsen the mic to make it sound more real

low shard
peak totem
hallow thistle
peak totem
#

i can send an audio clip so you can see what I mean by it sounds too high quality

peak totem
#

like I want it to sound bad

hallow thistle
#

Experimental, roleplaying or something? Just wanna make sure you don't use the voice changer for something bad. Also, please be specific which W-Okada you're using currently.

peak totem
#

how do I check the version of okada im using?

hallow thistle
peak totem
hallow thistle
#

To check which W-Okada version you're using, look up at the top of GUI, it can be something like "v.1.5.3.7 onnxgpu-cuda" or b2332.

peak totem
#

v1.5.3.15

hallow thistle
#

That one W-Okada version is outdated, doesn't have a built-in FX option. Vonovox and Tg Develop's voice changer are only known ones to have FX built in. Mika_

#

-realtime

patent trellisBOT
# hallow thistle -realtime
🔊 Realtime RVC

Guides for Programs that use RVC Models in Realtime for Calls/Games

• Vonovox

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

• Wokada Tg-Develop Fork

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.

• Applio Realtime

A Realtime Voice Changer with similar performance to Vonovox & Wokada Tg-Develop Fork, with extra features.

• Wokada Deiteris Fork

Deiteris' fork (modified version) of wokada that doesn't get updates anymore.

⛔ Outdated/Discouraged

These options are not recommended for use.

• Original Wokada

Not suggested, older versions in youtube tuts are even way worse. GUIDE

• RVC GUI Mainline Realtime

The program is worse compared to the ones above, and much less updated. GUIDE

peak totem
#

oh the version I was using was bad

#

makes sense

#

thanks

white cairn
#

Whats the best way to find the best settings for your vocie and voice model

white cairn
#

Yea but the settings inside the app

#

whats the best way to tweak those

#

just trial and error?

hallow thistle
#

What is your PC GPU? Which voice changer or version are you using? And what do you use the voice changer for?

white cairn
#

5070 17_11 and kanye west

#

vonovox

#

?

#

Also some times it sounds kinda ai like

hallow thistle
white cairn
#

uh how do i do that?

#

Sry im new to this

peak totem
white cairn
#

All it says for me there is block size

hallow thistle
#

The "Premium" one is optional, not needed unless you want to support the author with money.

white cairn
#

Just asys block size tho

hallow thistle
#

Is it a bug though? I don't know, I can't identify the issue from your words alone. You can either try report the bug in Vonovox's official Discord server, the invite said somewhere in Vonovox guide doc on AI Hub website.

hallow thistle
white cairn
floral raft
hallow thistle
floral raft
white cairn
hallow thistle
#

Please, please listen to me.

floral raft
white cairn
#

So will vonovox 1.6.9 sound better then 17_11

white cairn
hallow thistle
#

No. Vonovox 1.6.9 is basically a downgrade of Vonovox 17_11; the 17_11 one is a beta one.

white cairn
#

What do u think abiout vcclient?

hallow thistle
#

VCClient is literally W-Okada but older version.

peak totem
#

ok Vonovox worked way better out the box

#

might just be less demanding on the gpu

hallow thistle
#

What makes Tg Develop's W-Okada fork to sound bad is when you didn't set extra to 2.7 s, you only left extra default to 0.5 s.

#

Paradoxically, both Vonovox and W-Okada forks have different trade-offs.

white cairn
hallow thistle
#

You should try test by yourself, that's the answer. misc_shrug

hardy yew
#

They work differently in vonovox than in w-okada so the values shouldn't be directly compared

#

Anyway, the sliders were removed because in Vonovox there's no reason to adjust them anymore, so everything is fine

trim island
#

whats the best voice changer

hallow thistle
trim island
#

um i dont know my gpu but using voice changer just for fun

hallow thistle
#

To check your GPU name, open Task Manager. oiiacat

trim island
#

ah gpu is graphic

hallow thistle
trim island
hallow thistle
#

Because you should. W-Okada and Vonovox work best if there's a dedicated GPU; otherwise you'd expect them to run CPU only.

trim island
#

ohhhhhh

#

i have a amd

hallow thistle
trim island
#

???????

#

actually i just need a voice changer where i can import some voices and it need to be good the quallity

hallow thistle
#

The full name of one GPU is something like AMD Radeon(TM) or AMD Radeon RX 9060 XT, this might give you an idea. On Task Manager, go to Performance tab, spot GPU 0 or GPU 1, click either one to reveal its full name on right panel.

trim island
#

amd raedeon tm

hallow thistle
#

Am I supposed to know? kazusasip

low shard
# white cairn Yea but the settings inside the app

what app? this is a general ai server

This is a General AI Discord Server, please elaborate:

  • your pc gpu
  • your pc os
  • what are you trying to do: TTS, AI Covers, E Girl Trolling / Catfishing or Roleplay
  • the tutorial link used
low shard
# trim island whats the best voice changer

This is a General AI Discord Server, please elaborate:

  • your pc gpu
  • your pc os
  • what are you trying to do: TTS, AI Covers, E Girl Trolling / Catfishing or Roleplay
  • the tutorial link used
#

This is a General AI Discord Server, please elaborate:

  • your pc gpu
  • your pc os
  • what are you trying to do: TTS, AI Covers, E Girl Trolling / Catfishing or Roleplay
  • the tutorial link used
hallow thistle
#

What do y'all think about how I extract Vonovox to different folders? aronathink

tidal urchin
#

What model gtx 1650s 4gb vram super can run?

hallow thistle
#

Because some people here have been telling me to go for Vonovox 17_11 instead of 1.6.9, so I finally did. This is the same laptop that has no GPU by the way. This time, I tried to recreate the error running from Downloads folder, but then Vonovox opens just fine.

hallow thistle
#

Mine is just a dummy interface with no actual function, so while Vonovox would open anyway, the actual voice changing might not work.

tawny thorn
#

it dosent work for me in robloy

#

roblox

viral mason
#

Why are u using it in Roblox? As long as you're being a character like Goku or whatever it's ok

#

Roblox has a lottt of weirdos

proven hill
#

i know one

#

what do you need it for

#

not helping then

tawny thorn
#

worm canu help me

gaunt saddle
#

How far will my AI voice model go with 4 seconds data set😭😭😭😭

#

Will it be some what decent

low shard
#

e girl trolling / catfishing?

low shard
# tawny thorn it dosent work for me in robloy

This is a General AI Discord Server, please elaborate:

  • your pc gpu
  • your pc os
  • what are you trying to do: TTS, AI Covers, E Girl Trolling / Catfishing or Roleplay
  • the tutorial link used
#

please elaborate:

  • your pc os
  • what are you trying to do: TTS, AI Covers, E Girl Trolling / Catfishing or Roleplay
  • the tutorial link used
viral mason
gaunt saddle
viral mason
gaunt saddle
viral mason
#

what is the 4 second audio anyway?

gaunt saddle
#

And on a different voice thing there’s some guy that posts studio sessions but they got hella background noise what if. Use them

gaunt saddle
viral mason
gaunt saddle
viral mason
#

oh

gaunt saddle
#

The beat is bleeding from his headphones and it’s too quiet I guess

viral mason
#

damn

#

I heard a similar issue with Micheal Jackson stuff

gaunt saddle
#

There’s food MJ models here tho?

viral mason
#

if it's reallllly quiet it might not impact the model too badly

gaunt saddle
#

Good*

gaunt saddle
viral mason
viral mason
gaunt saddle
viral mason
simple igloo
#

l

supple helm
#

help me

viral mason
supple helm
# viral mason wasssup

The app is on a white background and doesn't load further after I selected my voice (file)

[VCClient] wait web server...10 http://127.0.0.1:18888/
[VCClient] wait web server...20 http://127.0.0.1:18888/
[VCClient] wait web server...30 http://127.0.0.1:18888/
[VCClient] wait web server...40 http://127.0.0.1:18888/
[VCClient] wait web server...50 http://127.0.0.1:18888/
[VCClient] wait web server...60 http://127.0.0.1:18888/
[VCClient] wait web server...70 http://127.0.0.1:18888/
[VCClient] wait web server...80 http://127.0.0.1:18888/
[VCClient] wait web server...90 http://127.0.0.1:18888/
[VCClient] wait web server...100 http://127.0.0.1:18888/
[VCClient] wait web server...110 http://127.0.0.1:18888/
[VCClient] wait web server...120 http://127.0.0.1:18888/
[VCClient] wait web server...130 http://127.0.0.1:18888/
[VCClient] wait web server...140 http://127.0.0.1:18888/
[VCClient] wait web server...150 http://127.0.0.1:18888/
[VCClient] wait web server...160 http://127.0.0.1:18888/
[VCClient] wait web server...170 http://127.0.0.1:18888/

viral mason
#

oh

#

what gpu do you have (Nvidia or AMD) and what are u using it for, justr curous

supple helm
#

nvidia

#

i use MMVCServerSIO_win_onnxgpu-cuda_v.1.5.3.15

viral mason
#

that's super old

#

I'll get u the newer thing

#

what are u using it for btw, like playing as Goku or smth?

supple helm
supple helm
#

what should I download from this?

supple helm
patent trellisBOT
#
# ❓ Help Resources & Guidelines

If you need urgent help, please:

THIS IS IMPORTANT, IF YOU IGNORE THIS YOU WILL GET LESS CHANCES OF BEING SUCESSFULY HELPED SINCE WE CAN'T HELP WITHOUT INFO

supple helm
viral mason
iron pewter
#

why cant i do shit on voice models

#

like i cant see shit

viral mason
iron pewter
#

i have

#

like 5 times

viral mason
#

hmm

#

have you closed discord and reopened it?

iron pewter
#

that helped

#

thanks

#

where all the e-girl ones at tho

viral mason
#

die

#

<@&1159293140440723499>

iron pewter
#

that it was used for trolling

viral mason
#

yea that's weird and not allowed here

#

you could use something like Goku, or Darth Vader, Omni man

#

literally anything but that weird stuff

iron pewter
#

youtube video straight up lying

#

the guy promoted it as e-girl trolling

viral mason
#

yea that's disgusting, this server isn't for that

#

it's for general ai talk as well as a server that has many voice models

iron pewter
#

ohr fairs

frail yoke
#

Anybody got a model of The Storm King (My Little Pony: The Movie) from Weights before it shutdown?

golden cradle
#

so what happened to all the pretrained voices they are like gone?

modern fog
#

i have a old computer but what would be good settings for vonovox with Intel(R) Core(TM) i7-9700 CPU and RAM 16.0 GB

viral mason
modern fog
viral mason
#

anything intel really can't run this stuff at all

modern fog
#

hollup

golden cradle
#

thank you very much I seemed to have been blind I appreciate it!

modern fog
#

i have nvidia geforce GTX 1650

viral mason
#

o

#

in that case then yah it can run it

#

so what are u using it for btw, just curious

#

like goku or Darth vader?

modern fog
#

o I dont even have a model yet idek what to use

viral mason
#

I mean like what are u doin with it

#

just testing it out orr

modern fog
#

To talk to my friends in voices

viral mason
#

alrighty, do u have the most recent beta and vac lite?

modern fog
#

oh Virtual audio cable?

viral mason
#

ye

modern fog
#

whats the beta part

hallow thistle
modern fog
#

and yeah i have recent

modern fog
#

oh i dont have recent vonovox i got

#

1.6.9

#

ill get recent

viral mason
#

kk

hallow thistle
#

Vonovox 17_11 (or 1.7.0_BET) is the most recent beta version. Vonovox 1.6.9 is the recent stable release but older than 17_11 one.

viral mason
foggy tapir
hallow thistle
foggy tapir
#

i wanna start learning AI and all

#

and to be honest, I am really new to this Discord thing

hallow thistle
#

AI means artificial intelligence.

foggy tapir
#

Oh yeah, I know that

#

i mean i wanna learn how to use it for and good and making content

#

i mainly want to make content using it

hallow thistle
#

There are many ways to start.

foggy tapir
#

are you on telegram?

hallow thistle
#

No.

foggy tapir
#

I texted you check

hallow thistle
#

I use Adobe Premiere Pro to edit videos. Not so strictly AI related, but I use the software to edit videos. Frieren

foggy tapir
#

yeah i have heard of it

#

i heard that it is the best software for editing

#

but i also head that it is very complex to use

hallow thistle
#

Not always complex, I just know how to use it.

foggy tapir
#

ohhh

#

where did you started learning that?

#

from where did you start

hallow thistle
#

I didn't follow any tutorial. I open Adobe Premiere Pro, and learn to use features at my own.

foggy tapir
#

ohhh

#

that's impressive

hallow thistle
#

Should we move this conversation to #🧬│ai-chat or something? This one doesn't look like a help-related topic at least to me.

foggy tapir
hallow thistle
#

What do y'all think about how I launch both Vonovox and W-Okada voice changer fork at the same time? I know I won't get any answer, but I do this in case I run out of idea to help people about voice changer.

viral mason
#

Vonovox is for the ai tg fork is for the real me

#

The specific setup I have virtual cable wise doesn't allow easy mic swapping

supple helm
junior talon
#

Hello

supple helm
supple helm
supple helm
#

That's where it froze, and that's it - C:\Vonovox_beta_17_11>runtime\python.exe launcher.py

supple helm
hallow thistle
supple helm
#

how to set it up

hallow thistle
low shard
low shard
low shard
frail flame
#

Having trouble with Applio AMD.
Gpu: rx 6750 xt
CPU: 5800x3d

rocBLAS error: Cannot read C:\Program Files\AMD\ROCm\6.4\bin/rocblas/library/TensileLibrary.dat: No such file or directory for GPU arch : gfx1031

rocBLAS error: Could not initialize Tensile host:
regex_error(error_backref): The expression contained an invalid back reference.

devout lodge
#

where can i use the voice models

arctic venture
#

I dont understand the guide doc for vonovox

inner ravine
#

just download QWEN 1.7b locally in ur pc it sooo good af

floral raft
#

Hello, how can I fix the robotic voice issue? I'm running version 1.6.9. At random times, the AI decides to lower my voice, making it sound squeaky. 5070 Ti + R7 7700

proven hill
hardy yew
#

but in general, weird robotic sounds etc. are usually produced by the model itself

#

and no program will fix it

echo blaze
#

if im making my own voice model and it sounds robot what's usually the cause? i think it was like 8 mins of talking could it be not enough maybe background noise or could it be any of it?

frail flame
#

Is the first generation in applio generally suppose to take long?

floral raft
hardy yew
floral raft
low shard
low shard
low shard
low shard
low shard
wind egret
#

Is there a good AI bot that you can consult for help with gaming? Like a companion who helps you learn and get better? Everytime i ask anything on official discord or google, i get very different results.

hallow thistle
#

I learn to play Minecraft at my own.

wind egret
#

Yeah but i'm not talking about Minecraft, i'm talking about something like HOI4 or Frostpunk

#

I need a companion because i dont have anyone whos human to speak to for help

frail flame
#

Does first compilations usually take long

hybrid bane
#

Where can I get the voices I want?

hallow thistle
#

Anyways, you're banned.

unkempt tartan
low shard
unkempt tartan
#

im trying to figure it out xd

viral mason
dim onyx
#

i need help with finding a good ai with no usage linit that i can download on my windows pc and can control my computar

unkempt tartan
#

^^

viral mason
#

How what works silly

low shard
low shard
#

perhaps you could try OpenClaw with local LLMs

#

just be aware of the security risks

unkempt tartan
dim onyx
low shard
dim onyx
viral mason
#

We'll never know what Samse is trying to do because they have yet to say it

devout lodge
viral mason
simple ore
hardy yew
#

<@&1159293140440723499>

#

need help here

#

ok

versed aurora
#

Push to talk for W-Okada?

viral mason
#

<@&1159293140440723499> spam

viral mason
#

are u looking for the voice changer

high turret
#

im having a strange issue with the app.. it works for ~20 seconds and does not change my voice. and then the application becomes unresponsive for some reason... no edits i make are applied..

i have an astral 5090
9950x3d
64gb 6000 mz ram

duno what the issue is

viral mason
patent latch
#

Guys, I can’t train the voice model on Applio’s Colab it’s giving me an error. What should I do?

viral mason
#

use kaggle, I have a whole video on it

#

@patent latch

viral mason
#

rtx 5090 is what u use right?

high turret
#

yes

viral mason
#

oki, what are u using the voice changer for?

high turret
#

personal reasons, if its required id prefer to say in dms

viral mason
#

as long as it's not for egirl trolling

high turret
#

are image perms given in this server?

#

would make it a lot easier on my end

#

this is the version i downloaded

viral mason
high turret
viral mason
#

send in dms then ^^

high turret
high turret
viral mason
viral mason
high turret
#

or am i miss reading it

viral mason
#

the beta works fine with Nvidia

high turret
viral mason
#

you would be looking for applio then

#

-rvc

patent trellisBOT
viral mason
#

Vonovox, what are you wanting to use it for?

#

that's not allowed here sorry

#

<@&1159293140440723499>

#

egirl trolling is related to scamming/catfishing

#

that's why

high turret
#

im noticing the delay is very low and not much hardware is being used.... using here (red mark, start and end)
voices sound very low quality..

an example is here https://discord.com/channels/1159260121998827560/1359651876924293160 (sound file here) but more robitic/low quality. Ive tried multiple models and im kinda lost on how i can make it work... I feel like its using no hardware and thus sounds bad

frail flame
#

It launches and I'm able to browse through

#

but when I try to convert an inference, it's stuck on processing compilation

simple ore
simple ore
frail flame
frail flame
balmy anchor
#

yall need to make a bktherula voice model

frail flame
simple ore
#

use both

#

where does it say ignore?

#

in hip_sdk / bin replace rocblas.dll, then go into rocblas folder and replace the library folder with what is in the archive

frail flame
#

Ahh I was reading this one

simple ore
#

that is a little different, but same overall

#

dont need to reboot, just restart applio

frail flame
#

hip64 right?

simple ore
#

do not re-run patch 64 without re-install torch again

frail flame
#

I get this when I run the 64 patch

simple ore
#

ok

frail flame
#

Is this okay? It says system cannot find the file specified though

simple ore
#

because there was no old zluda folder, all good

frail flame
#

ahh

#

But when I run the applio amd bat

#

I get this

simple ore
#

did you add hip sdk /bin to the Path variable?

frail flame
#

Yeah\

simple ore
#

there should be _6.dll

frail flame
simple ore
#

make a copy with _7.dll

frail flame
#

and delete the _6 dll?

simple ore
#

no

frail flame
#

so it's fine to have both dlls there?

simple ore
#

yes

frail flame
#

Doesn't seem to work, getting an error trying to convert

simple ore
#

are you running two instances of applio?

frail flame
#

No

#

Let me restart it

simple ore
#

kill all python.exe processes

#

this usually means the model is damaged

hallow thistle
#

Once Applio RVC restarts, try inference another model and see if problem persists.

frail flame
#

hmm tried another model but it still persists

#

going to try a newer model

#

Yeah same result

simple ore
#

show the error

frail flame
simple ore
#

can you open the .pth with winzip/7zip?

frail flame
#

They came in a zip

#

I just used whatever the first one was in the voice model channel

simple ore
#

not what I'm asking you to do

frail flame
#

oh

frail flame
simple ore
frail flame
#

yes

#

I extracted the zip the download came with and put it in the pth and index into applio

simple ore
#

can you show a screenshot of unzipped files?

frail flame
#

does anything look off here?

#

Should I set the path for that? I was only aware we only set path for hipsdk bin only

simple ore
#

no. it is fine

fresh ridge
#

Guys wha are we doing with our life rn🤣😭😭🤣🤣🙏💀

viral mason
#

I like sleep

low shard
low shard
low shard
hallow thistle
#

I know I might sound like I'm writing a mail to someone. Besides that, I make some voice models, some of which are funny and experimental, but I always make sure those models I made should sound good to satisfy those who use them. I may be accept too many requests in #1159289738314919936, I know I promised so many people genuinely, but then I do try my best to complete them, anything takes time.

strong hinge
#

I need help

#

I’ve downloaded and all the voice thing I need sm help tho

hallow thistle
low shard
# strong hinge I need help

This is a General AI Discord Server, please elaborate:

  • your pc gpu
  • your pc os
  • what are you trying to do: TTS, AI Covers, E Girl Trolling / Catfishing or Roleplay
  • the tutorial link used
gentle granite
#

Hi! I need to find a completely uncensored ai chat bot that can use anchor image does anyone have such tool

vital vessel
#

is there anyway to do voice change (not locally) thats not through a scam website :/

hallow thistle
vital vessel
hallow thistle
#

-rvc

patent trellisBOT
vital vessel
vital vessel
#

This is the most confusing shit I ever seen in my life.

viral mason
#

Just follow this video

#

@vital vessel

#

It's kaggle

golden jacinth
#

Hello, nice to meet you. do you need developer? Please send me DM.

viral mason
#

<@&1159293140440723499> hacked account

delicate cradle
viral mason
#

if you plan on trolling it's not allowed here

delicate cradle
hardy yew
#

we can share

delicate cradle
#

hmm sure 🙄

viral mason
#

you know what I mean anime_pray

vague sage
#

hey theres another website like weights?

gentle granite
low cairn
#

what was the name of the voice changer again?

plush eagle
#

Whenever I run w-okada it just makes a log and doesnt open does anyone know why?

viral mason
finite stratus
#

is there anything better than okada?

viral mason
finite stratus
viral mason
#

I would say so yea, the current beta only has two settings you would need to mess with, Block size (controls delay) and the pitch

#

nothing difficult

finite stratus
finite stratus
#

is it the same as on the ai hub website?

viral mason
#

it's a little different than on the guide as the current vonovox guide is about the latest non beta version

#

but the beta better

hallow thistle
hallow thistle
#

There are Vonovox and W-Okada.

hallow thistle
hallow thistle
#

Which Vonovox version are you using?

viral mason
#

the image with a white background is one that is very outdated

#

fair enough

plush eagle
#

when I run start_http.bat for wokada it just makes an empty log and doesnt open does anyone know how to fix this

worldly terrace
#

hi this is my 3rd or 4th tme trying this, but im trying to install the ai voice changer. Each time I tried it seems to not be able to function correctly. I use windows 11, and my cpu is a ryzen 7700x with a 4070tis

low shard
low shard
# finite stratus is there anything better than okada?

This is a General AI Discord Server, please elaborate:

  • your pc gpu
  • your pc os
  • what are you trying to do: TTS, AI Covers, E Girl Trolling / Catfishing or Roleplay
  • the tutorial link used

are you tryin gto do e girl trolling / Catfishing?

low shard
viral mason
#

What link are you trying to use and what are you wanting to use it for, just curious

wraith fractal
#

Any people jobless and searching for stuff to do?

#

abt ai

twilit rapids
#

what do i do?

viral mason
#

Why?

viral mason
feral crater
#

Hey, I haven't been on over a year.

Is KLM pre-trainer still getting any updates?

Or has the dev stopped?

#

Or are there any good pre trainers?

viral mason
#

1.6 is best at more higher pitched voices and such but struggles a lot with rough gravely voices like Batman or Kratos

#

legacy 1.5 is good with that kinda stuff

feral crater
viral mason
fallen temple
#

I’m trying to clone a voice, but it’s been a long time since I last did it, and I’m not sure which 40k pretrain model is the best nowadays. If anyone knows, please let me know. I’d really appreciate it.

torn flower
#

Im using UVR5 eddy and im getting The system cannot find the file specified this error

remote zodiac
#

Hi, how are you? Sorry to bother you, but I wanted to make an AI cover of a song, using an AI voice model of Caine from The Amazing Digital Circus, for a meme with some friends, and due to a lack of safe alternatives, I ended up here. I would appreciate any guidance on how to make this AI cover, if it's not too much trouble.

hallow thistle
#

Why? Mahiro_stares

hallow thistle
#

Base GeForce RTX 4070, Ti or Ti Super? Either NVIDIA GPU would work with Vonovox.

winter comet
#

Hey so, I have ran into an issue I am sure I have not done something to cause this, but when I go on discord or roblox my voice goes through, and after that the voice changer it self, I am using Tg Develop W-Okada

worn walrus
#

hi everyone ik that this may be a dumb question but what is the best ai (as of now because ai keeps evolving) to run locally for coding, then the best for just like chatting (like gemini), and then for videos and pictures

hallow thistle
stark barn
#

Can anyone recommend which program is best for logo generation right now? (Midjourney, Grok, Chatgpt etc?)

winged adder
#

Try to sell PC part online, notice a lot of scams when selling components. Any advice to avoid them

viral mason
winter comet
#

I fixed the issue with just disabling a settings in the mic anyways

viral mason
#

What gpu do u have (Nvidia or AMD) and what are u using it for?

viral mason
#

Like Goku or Darth Vader or smth?

winter comet
#

to people

winter comet
#

smt like that

viral mason
#

Ok good good, you're safe

mint swallow
#

I want to make a crazy project which will be fully made with ai is their anyone who is ai specialist and can help me related to that

viral mason
winter comet
#

it fixed

viral mason
#

Oh

#

U should still be using Vonovox it's better than tg fork

#

Unless you tried it and didn't like how it sounded

winter comet
#

I heard vono does not work well for the

#

older gen

#

gpus

viral mason
#

I'm not really sure tbh but you could always try if you want

winter comet
#

I aint weird 😭

viral mason
#

Dude

#

You don't know how many of those weirdos I have to talk to every day

#

It's sad

#

Any reason you need Vonovox in particular or

#

No e-girl models right?

#

Where does bro keep going anime_pray

winter comet
#

but I can see why

#

you would ask

#

people r freaks

viral mason
#

Yea what you're doing is normal

sleek tapir
#

Hi everyone :), im new :D

viral mason
viral mason
winter comet
#

we voiced over a dragon ball episode it was so hilarious

viral mason
#

W

#

This is how you're supposed to use it

sleek tapir
#

why cant i send an image?

winter comet
#

sometimes the ai would bug out so u would jus hear a grown ass man crack his voice mixed with the ai

#

enchancer

sleek tapir
#

User: hey
AI: Hi!, what can i get for you?

User: i have some question
AI: Hello!, How can i help you today?, do you got any qustion?

User: what is 1 plus 1
AI: Hello!, do you need any help or something?

User: how are you?
AI: I'm feeling... computational! And pretty good about it. I'm all about the "hello world" feeling. It's a cool vibe. How are you doing today?

User: are you dumb?
AI: I'm not dumb, I'm a simple AI who can see the world in just a few seconds. It's a skill that I have. I'm Zin AI, created by Ytiomar Dev. I hope you're doing well.

User: who are u?
AI: I'm a human with a purpose. I'm ready to help and willing to learn. I hope you're enjoying your stay here.

Btw why is my AI kinda dumb?

viral mason
#

U can level up by talking

sleek tapir
#

ok

winter comet
#

when its 4 am and ur doing that

#

it makes this better

viral mason
#

Idk why it didn't answer your 1 + 1 question

viral mason
#

You seem like you're in a rush and it's hard to communicate with limited words but ok

#

Just don't use it for weird stuff

hallow thistle
viral mason
hallow thistle
mint swallow
#

I am making mods and builds with ai currently

viral mason
#

Here ya go :3

hardy yew
viral mason
#

Tru

#

The scariest ais are the ones that think they're right or human

#

Or both

torn flower
viral mason
#

I'm so confused

#

I sent the downloads above btw

karmic trellis
#

Hi does anyone have some advice about what setting should i use on the vonovox basic effects (noise gate, eq band 1, eq band 2) to improve quality?

hardy yew
#

Best you can do with EQ is boost/reduce some frequencies, e.g. add more bass, or highs etc

#

@low shard need help here

viral mason
#

<@&1159293140440723499> freaky hacked acc

viral mason
#

<@&1159293140440723499> ban the weirdo

viral mason
#

a werido 😭

winter comet
viral mason
#

<@&1159293140440723499>

#

The voice changer isn't made for that purpose

#

That's weird

low shard
viral mason
#

make sure to read when those messages were sent, I already knew he was gone since u got him earlier and told me about it

pale berry
#

someone having blue screen on nvidia w okada

light shell
#

So since weights is down as a website, did the RVC models get moved somewhere else? (Sorry I've been away from here for so long_

nocturne mural
daring sail
#

Can anyone recommend an AI for manga cleaning, specifically for removing text? I tried using NanoBanana, but it doesn’t preserve the original resolution. I’m working with 2040×2880 images. Is there any local editor available?

low shard
low shard
#

@marble sky don’t promote

teal portal
#

Is this a real server?

simple ore
#

weights is dead

#

this is someone hijacking the name

proven hill
#

i have it

open pelican
proven hill
open pelican
proven hill
open pelican
proven hill
open pelican
#

i want it now

#

please @proven hill

proven hill
marble sky
#

not paid

open pelican
winged adder
open pelican
#

click to download

proven hill
#

click

open pelican
proven hill
open pelican
#

now go

restive kiln
#

whats the command again for the voice changer thing

#

like to bring up the embed with links

#

-rvc

patent trellisBOT
restive kiln
#

found it

open pelican
restive kiln
#

Aye, just having a bit of trouble, it's voice isn't returning