#Linux verson of voice changer for AMD GPUs won't install.

1 messages · Page 1 of 1 (latest)

dawn moss
dawn moss
#

i also attempted to run the most normal version for the basic extract with the 3 files and the exe still doesnt work

quasi flower
#

cat voice-changer-linux-amd64-rocm.tar.gz.* > combined.tar.gz
tar -xvzf combined.tar.gz

#

run these 2 commands one after another

quasi flower
#

Here's a missing file that I found myself needing for the "_internal" folder

#

right now the code is giving me:

  File "voice_changer/VoiceChangerManager.py", line 212, 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 162, in on_request
    result, vol = self.process_audio(audio_in)
  File "voice_changer/VoiceChangerV2.py", line 126, in process_audio
    audio, vol = self.vcmodel.inference(audio_in)
  File "voice_changer/RVC/RVCr2.py", line 220, in inference
    raise PipelineNotInitializedException()
Exceptions.PipelineNotInitializedException: 'Pipeline is not initialized.'
2025-08-08 01:30:10,039 ERROR    [VoiceChangerManager] 'Pipeline is not initialized.'
#

I also use linux and AMD

royal fox
#

also the new guide is in the docs

#

-realtime

bronze turretBOT
# royal fox -realtime
💻 Local Realtime RVC

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

• Wokada Deiteris Fork

Most suggested WebUI with the best general support for many platforms. GUIDE

• Vonovox

A Realtime Voice Changer with similar performance to Wokada Deiteris Fork, with extra features, but supported only for Nvidia GPUs on Windows. and without cloud options GUIDE

⚔️ Wokada Deiteris Fork vs Vonovox

For Windows Nvidia, Both Wokada Deiteris fork and Vonovox have similar performance & quality. Users should read the pros and cons for both and choose based on their differences, such as UI and Vonovox's paid effects.
Read Wokada Deiteris Fork Pros&Cons & Vonovox Pros&Cons

⛔ 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

royal fox
#

@quasi flower are you sure the instructions in the docs for linux don't work?

#

i saw the messae u deleted

quasi flower
#

cat voice-changer-linux-amd64-rocm.tar.gz.* | tar xzf -

#

Rocm ^^^

#

cat voice-changer-linux-amd64-cuda.tar.gz.* | tar xzf -

#

Cuda probably ^^^

royal fox
#

i think you missed that step

#

because it's the same command you just said

quasi flower
#

I am very tired. I just did separate commands for that.

royal fox
#

I see, the docs seem to have the right command and explicitly say to change the cuda to rocm

#

for any other issues, please make a new post

quasi flower