Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[ISSUE]:Voice Changer] Pipeline is not initialized. [Voice Changer] Waiting generate pipeline... #1443

Open
5 of 6 tasks
FireFin0213 opened this issue Jan 31, 2025 · 35 comments

Comments

@FireFin0213
Copy link

FireFin0213 commented Jan 31, 2025

Voice Changer Version

MMVCServerSIO_win_onnxgpu-cuda_v.1.5.3.18a.zip

Operational System

Windows 10

GPU

none

Read carefully and check the options

  • I've tried to Clear Settings
  • Sample/Default Models are working
  • I've tried to change the Chunk Size
  • GUI was successfully launched
  • I've read the tutorial
  • I've tried to extract to another folder (or re-extract) the .zip file

Model Type

MMVC

Issue Description

I dunno what to add, but I'll try to fill this field the best I can:

Image

Application Screenshot

Image

Logs on console

[VCClient] Access http://127.0.0.1:18888/
[VCClient] wait web server...0 http://127.0.0.1:18888/
Booting PHASE :main
Booting PHASE :MMVCServerSIO
[Voice Changer] VoiceChangerManager initializing...
[Voice Changer] model slot is changed -1 -> 0
................RVC
[Voice Changer] [RVCr2] Creating instance
VoiceChangerV2 Initialized (GPU_NUM(cuda):0, mps_enabled:False, onnx_device:GPU)
[Voice Changer][RVC]: update_settings gpu:0
[Voice Changer][RVCr2] Initializing...
[Voice Changer] exception! loading inferencer invalid load key, '\x08'.
Traceback (most recent call last):
File "voice_changer\RVC\pipeline\PipelineGenerator.py", line 22, in createPipeline
File "voice_changer\RVC\inferencer\InferencerManager.py", line 26, in getInferencer
File "voice_changer\RVC\inferencer\InferencerManager.py", line 38, in loadInferencer
File "voice_changer\RVC\inferencer\RVCInferencer.py", line 16, in loadModel
File "torch\serialization.py", line 815, in load
return _legacy_load(opened_file, map_location, pickle_module, **pickle_load_args)
File "torch\serialization.py", line 1033, in _legacy_load
magic_number = pickle_module.load(f, **pickle_load_args)
_pickle.UnpicklingError: invalid load key, '\x08'.
[Voice Changer] pipeline create failed. check your model is valid.
[Voice Changer][RVC]: update_settings enableServerAudio:0
[Voice Changer][RVC]: update_settings serverReadChunkSize:2
[Voice Changer][RVC]: update_settings f0Detector:dio
[Voice Changer][RVC]: update_settings silentThreshold:0.00006
[Voice Changer][RVC]: update_settings modelSlotIndex:1738331198000
[Voice Changer] VoiceChangerManager initializing... done.
[Voice Changer] MMVC_Rest initializing...
[Voice Changer] MMVC_Rest initializing... done.
[Voice Changer] MMVC_SocketIOApp initializing...
[Voice Changer] MMVC_SocketIOApp initializing... done.
[VCClient] wait web server... done 200
[2025-01-31 16:17:51] connet sid : jUG4Vz66iIsQxfJgAAAC
[2025-01-31 16:17:51] connet sid : enwVAPKLIIJ7VLUCAAAD
Generated Strengths: for prev:(256,), for cur:(256,)
[Voice Changer] Pipeline is not initialized.
[Voice Changer] Waiting generate pipeline...
[Voice Changer] Pipeline is not initialized.
[Voice Changer] Waiting generate pipeline...
[Voice Changer] Pipeline is not initialized.
[Voice Changer] Waiting generate pipeline...
[Voice Changer] Pipeline is not initialized.
[Voice Changer] Waiting generate pipeline...
[Voice Changer] Pipeline is not initialized.
[Voice Changer] Waiting generate pipeline...
[Voice Changer] Pipeline is not initialized.
[Voice Changer] Waiting generate pipeline...
[Voice Changer] Pipeline is not initialized.
[Voice Changer] Waiting generate pipeline...
[Voice Changer] Pipeline is not initialized.
[Voice Changer] Waiting generate pipeline...
[Voice Changer] Pipeline is not initialized.
[Voice Changer] Waiting generate pipeline...
[Voice Changer] Pipeline is not initialized.
[Voice Changer] Waiting generate pipeline...
[Voice Changer] Pipeline is not initialized.
[Voice Changer] Waiting generate pipeline...
[Voice Changer] Pipeline is not initialized.
[Voice Changer] Waiting generate pipeline...
[Voice Changer] Pipeline is not initialized.
[Voice Changer] Waiting generate pipeline...
[Voice Changer] Pipeline is not initialized.
[Voice Changer] Waiting generate pipeline...
[Voice Changer] Pipeline is not initialized.
[Voice Changer] Waiting generate pipeline...
[Voice Changer] Pipeline is not initialized.
[Voice Changer] Waiting generate pipeline...
[Voice Changer] Pipeline is not initialized.
[Voice Changer] Waiting generate pipeline...

@FireFin0213
Copy link
Author

I'm fairly new to github, so forgive me if I input some of the format wrong

@Kuuko-fokkusugaru
Copy link

Kuuko-fokkusugaru commented Jan 31, 2025

Since you're not using a GPU, you should download the direct ml version instead of the CUDA one. Give it a try. And if doesn't work, try the v2 too. In the case of v2, it's marked as standard (std).

https://huggingface.co/wok000/vcclient000/tree/main

@FireFin0213
Copy link
Author

FireFin0213 commented Jan 31, 2025

Since you're not using a GPU, you should download the direct ml version instead of the CUDA one. Give it a try. And if doesn't work, try the v2 too. In the case of v2, it's marked as standard (std).

https://huggingface.co/wok000/vcclient000/tree/main

Good, but how do I Uninstall this one first? (Mb, I'm kinda slow and need detailed instructions to get things working)

(I'm saying this because the installation process downloaded some other stuff onto my pc, forgive me if I'm not specific enough)

@FireFin0213
Copy link
Author

Since you're not using a GPU, you should download the direct ml version instead of the CUDA one. Give it a try. And if doesn't work, try the v2 too. In the case of v2, it's marked as standard (std).

https://huggingface.co/wok000/vcclient000/tree/main

I had also come to a stuck in installing the correct one, may you please specify which one is the ML one? (The one with ML also says Cuda so I'm not sure)

Image

@Kuuko-fokkusugaru
Copy link

The software doesn't installs, it just decompress so all you have to do is delete the folder where you decompressed it.

For v1: https://huggingface.co/wok000/vcclient000/blob/main/MMVCServerSIO_win_onnxdirectML-cuda_v.1.5.3.18a.zip

For v2: https://huggingface.co/wok000/vcclient000/blob/main/vcclient_win_std_2.0.73-beta.zip

@FireFin0213
Copy link
Author

The software doesn't installs, it just decompress so all you have to do is delete the folder where you decompressed it.

For v1: https://huggingface.co/wok000/vcclient000/blob/main/MMVCServerSIO_win_onnxdirectML-cuda_v.1.5.3.18a.zip

For v2: https://huggingface.co/wok000/vcclient000/blob/main/vcclient_win_std_2.0.73-beta.zip

I'll try it, and see if it works. I'll update the situation in abit

@FireFin0213
Copy link
Author

The software doesn't installs, it just decompress so all you have to do is delete the folder where you decompressed it.

For v1: https://huggingface.co/wok000/vcclient000/blob/main/MMVCServerSIO_win_onnxdirectML-cuda_v.1.5.3.18a.zip

For v2: https://huggingface.co/wok000/vcclient000/blob/main/vcclient_win_std_2.0.73-beta.zip

Bad news I got the same problem but with different Errors C:\Users\DELL\Downloads\MMVCServerSIO>MMVCServerSIO.exe -p 18888 --https false --content_vec_500 pretrain/checkpoint_best_legacy_500.pt --content_vec_500_onnx pretrain/content_vec_500.onnx --content_vec_500_onnx_on true --hubert_base pretrain/hubert_base.pt --hubert_base_jp pretrain/rinna_hubert_base_jp.pt --hubert_soft pretrain/hubert/hubert-soft-0d54a1f4.pt --nsf_hifigan pretrain/nsf_hifigan/model --crepe_onnx_full pretrain/crepe_onnx_full.onnx --crepe_onnx_tiny pretrain/crepe_onnx_tiny.onnx --rmvpe pretrain/rmvpe.pt --model_dir model_dir --samples samples.json
Booting PHASE :main
PYTHON:3.10.11 (tags/v3.10.11:7d4cc5a, Apr 5 2023, 00:38:17) [MSC v.1929 64 bit (AMD64)]
Activating the Voice Changer.
[Voice Changer] download sample catalog. samples_0004_t.json
[Voice Changer] download sample catalog. samples_0004_o.json
[Voice Changer] download sample catalog. samples_0004_d.json
[Voice Changer] model_dir is already exists. skip download samples.
Internal_Port:18888
protocol: HTTP
-- ---- --
Please open the following URL in your browser.
http://:/
In many cases, it will launch when you access any of the following URLs.
http://127.0.0.1:18888/

[VCClient] Access http://127.0.0.1:18888/
[VCClient] wait web server...0 http://127.0.0.1:18888/
Booting PHASE :main
Booting PHASE :MMVCServerSIO
[Voice Changer] VoiceChangerManager initializing...
[Voice Changer] model slot is changed -1 -> 0
................RVC
[Voice Changer] [RVCr2] Creating instance
VoiceChangerV2 Initialized (GPU_NUM(cuda):0, mps_enabled:False, onnx_device:CPU-DML)
[Voice Changer][RVC]: update_settings gpu:0
[Voice Changer][RVCr2] Initializing...
EP Error D:\a_work\2\s\onnxruntime\core\providers\dml\dml_provider_factory.cc(136)\onnxruntime_pybind11_state.pyd!00007FFEE82E3013: (caller: 00007FFEE82E2D81) Exception(1) tid(2a14) 887A0004 The specified device interface or feature level is not supported on this system.
when using ['DmlExecutionProvider']
Falling back to ['CPUExecutionProvider'] and retrying.
[VCClient] wait web server...10 http://127.0.0.1:18888/
[Voice Changer] generate new embedder. (no embedder)
[VCClient] wait web server...20 http://127.0.0.1:18888/
EP Error D:\a_work\2\s\onnxruntime\core\providers\dml\dml_provider_factory.cc(136)\onnxruntime_pybind11_state.pyd!00007FFEE82E3013: (caller: 00007FFEE82E2D81) Exception(2) tid(2a14) 887A0004 The specified device interface or feature level is not supported on this system.
when using ['DmlExecutionProvider']
Falling back to ['CPUExecutionProvider'] and retrying.
[VCClient] wait web server...30 http://127.0.0.1:18888/
[Voice Changer] Loading index...
[Voice Changer] Index file is not found
GENERATE INFERENCER<voice_changer.RVC.inferencer.OnnxRVCInferencer.OnnxRVCInferencer object at 0x0000015F1E307F70>
GENERATE EMBEDDER<voice_changer.RVC.embedder.OnnxContentvec.OnnxContentvec object at 0x0000015F1E350760>
GENERATE PITCH EXTRACTOR<voice_changer.RVC.pitchExtractor.RMVPEOnnxPitchExtractor.RMVPEOnnxPitchExtractor object at 0x0000015F1E3507C0>
[Voice Changer] [RVC] Initializing... done
[Voice Changer][RVC]: update_settings modelSlotIndex:1738388384000
[Voice Changer] VoiceChangerManager initializing... done.
[Voice Changer] MMVC_Rest initializing...
[Voice Changer] MMVC_Rest initializing... done.
[Voice Changer] MMVC_SocketIOApp initializing...
[Voice Changer] MMVC_SocketIOApp initializing... done.
[VCClient] wait web server... done 200
[2025-02-01 07:40:55] connet sid : sGC3K9TrGEQGgFutAAAB
[2025-02-01 07:40:55] connet sid : 6JDWRwrAXmQlhsX6AAAD
Generated Strengths: for prev:(256,), for cur:(256,)
[Voice Changer] warming up... generating sola buffer.
[Voice Changer] update configuration: f0Detector crepe_tiny
[Voice Changer][RVC]: update_settings f0Detector:crepe_tiny
EP Error D:\a_work\2\s\onnxruntime\core\providers\dml\dml_provider_factory.cc(136)\onnxruntime_pybind11_state.pyd!00007FFEE82E3013: (caller: 00007FFEE82E2D81) Exception(3) tid(2ccc) 887A0004 The specified device interface or feature level is not supported on this system.
when using ['DmlExecutionProvider']
Falling back to ['CPUExecutionProvider'] and retrying.
[2025-02-01 07:41:36] connet sid : VLjWIF5lKGA8lZivAAAF
[2025-02-01 07:42:18] connet sid : Z4MlCJw21jERs-zDAAAH

@FireFin0213
Copy link
Author

The software doesn't installs, it just decompress so all you have to do is delete the folder where you decompressed it.

For v1: https://huggingface.co/wok000/vcclient000/blob/main/MMVCServerSIO_win_onnxdirectML-cuda_v.1.5.3.18a.zip

For v2: https://huggingface.co/wok000/vcclient000/blob/main/vcclient_win_std_2.0.73-beta.zip

And for the V2 it doesn't even launch
C:\Users\DELL\Downloads\dist>main.exe cui --https false --no_cui True

@FireFin0213
Copy link
Author

The software doesn't installs, it just decompress so all you have to do is delete the folder where you decompressed it.
For v1: https://huggingface.co/wok000/vcclient000/blob/main/MMVCServerSIO_win_onnxdirectML-cuda_v.1.5.3.18a.zip
For v2: https://huggingface.co/wok000/vcclient000/blob/main/vcclient_win_std_2.0.73-beta.zip

Bad news I got the same problem but with different Errors C:\Users\DELL\Downloads\MMVCServerSIO>MMVCServerSIO.exe -p 18888 --https false --content_vec_500 pretrain/checkpoint_best_legacy_500.pt --content_vec_500_onnx pretrain/content_vec_500.onnx --content_vec_500_onnx_on true --hubert_base pretrain/hubert_base.pt --hubert_base_jp pretrain/rinna_hubert_base_jp.pt --hubert_soft pretrain/hubert/hubert-soft-0d54a1f4.pt --nsf_hifigan pretrain/nsf_hifigan/model --crepe_onnx_full pretrain/crepe_onnx_full.onnx --crepe_onnx_tiny pretrain/crepe_onnx_tiny.onnx --rmvpe pretrain/rmvpe.pt --model_dir model_dir --samples samples.json Booting PHASE :main PYTHON:3.10.11 (tags/v3.10.11:7d4cc5a, Apr 5 2023, 00:38:17) [MSC v.1929 64 bit (AMD64)] Activating the Voice Changer. [Voice Changer] download sample catalog. samples_0004_t.json [Voice Changer] download sample catalog. samples_0004_o.json [Voice Changer] download sample catalog. samples_0004_d.json [Voice Changer] model_dir is already exists. skip download samples. Internal_Port:18888 protocol: HTTP -- ---- -- Please open the following URL in your browser. http://:/ In many cases, it will launch when you access any of the following URLs. http://127.0.0.1:18888/

[VCClient] Access http://127.0.0.1:18888/ [VCClient] wait web server...0 http://127.0.0.1:18888/ Booting PHASE :main Booting PHASE :MMVCServerSIO [Voice Changer] VoiceChangerManager initializing... [Voice Changer] model slot is changed -1 -> 0 ................RVC [Voice Changer] [RVCr2] Creating instance VoiceChangerV2 Initialized (GPU_NUM(cuda):0, mps_enabled:False, onnx_device:CPU-DML) [Voice Changer][RVC]: update_settings gpu:0 [Voice Changer][RVCr2] Initializing... EP Error D:\a_work\2\s\onnxruntime\core\providers\dml\dml_provider_factory.cc(136)\onnxruntime_pybind11_state.pyd!00007FFEE82E3013: (caller: 00007FFEE82E2D81) Exception(1) tid(2a14) 887A0004 The specified device interface or feature level is not supported on this system. when using ['DmlExecutionProvider'] Falling back to ['CPUExecutionProvider'] and retrying. [VCClient] wait web server...10 http://127.0.0.1:18888/ [Voice Changer] generate new embedder. (no embedder) [VCClient] wait web server...20 http://127.0.0.1:18888/ EP Error D:\a_work\2\s\onnxruntime\core\providers\dml\dml_provider_factory.cc(136)\onnxruntime_pybind11_state.pyd!00007FFEE82E3013: (caller: 00007FFEE82E2D81) Exception(2) tid(2a14) 887A0004 The specified device interface or feature level is not supported on this system. when using ['DmlExecutionProvider'] Falling back to ['CPUExecutionProvider'] and retrying. [VCClient] wait web server...30 http://127.0.0.1:18888/ [Voice Changer] Loading index... [Voice Changer] Index file is not found GENERATE INFERENCER<voice_changer.RVC.inferencer.OnnxRVCInferencer.OnnxRVCInferencer object at 0x0000015F1E307F70> GENERATE EMBEDDER<voice_changer.RVC.embedder.OnnxContentvec.OnnxContentvec object at 0x0000015F1E350760> GENERATE PITCH EXTRACTOR<voice_changer.RVC.pitchExtractor.RMVPEOnnxPitchExtractor.RMVPEOnnxPitchExtractor object at 0x0000015F1E3507C0> [Voice Changer] [RVC] Initializing... done [Voice Changer][RVC]: update_settings modelSlotIndex:1738388384000 [Voice Changer] VoiceChangerManager initializing... done. [Voice Changer] MMVC_Rest initializing... [Voice Changer] MMVC_Rest initializing... done. [Voice Changer] MMVC_SocketIOApp initializing... [Voice Changer] MMVC_SocketIOApp initializing... done. [VCClient] wait web server... done 200 [2025-02-01 07:40:55] connet sid : sGC3K9TrGEQGgFutAAAB [2025-02-01 07:40:55] connet sid : 6JDWRwrAXmQlhsX6AAAD Generated Strengths: for prev:(256,), for cur:(256,) [Voice Changer] warming up... generating sola buffer. [Voice Changer] update configuration: f0Detector crepe_tiny [Voice Changer][RVC]: update_settings f0Detector:crepe_tiny EP Error D:\a_work\2\s\onnxruntime\core\providers\dml\dml_provider_factory.cc(136)\onnxruntime_pybind11_state.pyd!00007FFEE82E3013: (caller: 00007FFEE82E2D81) Exception(3) tid(2ccc) 887A0004 The specified device interface or feature level is not supported on this system. when using ['DmlExecutionProvider'] Falling back to ['CPUExecutionProvider'] and retrying. [2025-02-01 07:41:36] connet sid : VLjWIF5lKGA8lZivAAAF [2025-02-01 07:42:18] connet sid : Z4MlCJw21jERs-zDAAAH

[Voice Changer] model slot is changed 0 -> 1
................RVC
[Voice Changer] [RVCr2] Creating instance
VoiceChangerV2 Initialized (GPU_NUM(cuda):0, mps_enabled:False, onnx_device:CPU-DML)
Pipeline has been deleted
[Voice Changer][RVC]: update_settings gpu:0
[Voice Changer][RVCr2] Initializing...
EP Error D:\a_work\2\s\onnxruntime\core\providers\dml\dml_provider_factory.cc(136)\onnxruntime_pybind11_state.pyd!00007FFEE8F13013: (caller: 00007FFEE8F12D81) Exception(4) tid(2c2c) 887A0004 The specified device interface or feature level is not supported on this system.
when using ['DmlExecutionProvider']
Falling back to ['CPUExecutionProvider'] and retrying.
[Voice Changer] generate new embedder. (anyway)

@FireFin0213
Copy link
Author

I tried using Passthru on V1, it worked but my voice wasn't altered in any way, and it only worked once before muting once more and I couldn't select any other model

@Kuuko-fokkusugaru
Copy link

Pass-through is indeed made so you can hear your voice instead of the converted one.

Do you launch the software using start_http.bat?

Try decompressing the software in a folder inside of the root of a different drive other than C. If you haven't extra drives then do it inside of a folder in C, don't do it in the downloads folder or desktop. Try using the default settings other than changing the input and output devices so you can use your mic and listen. Let's see if it works not changing anything else.

Also, which cpu model do you have?

@FireFin0213
Copy link
Author

I do already have it on a folder on C, I can move it to another driver if You want me to, I'll test that thing out and use the default settings, I'll update to You in a few minutes

@FireFin0213
Copy link
Author

Pass-through is indeed made so you can hear your voice instead of the converted one.

Do you launch the software using start_http.bat?

Try decompressing the software in a folder inside of the root of a different drive other than C. If you haven't extra drives then do it inside of a folder in C, don't do it in the downloads folder or desktop. Try using the default settings other than changing the input and output devices so you can use your mic and listen. Let's see if it works not changing anything else.

Also, which cpu model do you have?

Intel(R) Core(TM) i5-3570 CPU @ 3.40GHz 3.40 GHz

@FireFin0213
Copy link
Author

Pass-through is indeed made so you can hear your voice instead of the converted one.

Do you launch the software using start_http.bat?

Try decompressing the software in a folder inside of the root of a different drive other than C. If you haven't extra drives then do it inside of a folder in C, don't do it in the downloads folder or desktop. Try using the default settings other than changing the input and output devices so you can use your mic and listen. Let's see if it works not changing anything else.

Also, which cpu model do you have?

I do launch it using start

@FireFin0213
Copy link
Author

Pass-through is indeed made so you can hear your voice instead of the converted one.

Do you launch the software using start_http.bat?

Try decompressing the software in a folder inside of the root of a different drive other than C. If you haven't extra drives then do it inside of a folder in C, don't do it in the downloads folder or desktop. Try using the default settings other than changing the input and output devices so you can use your mic and listen. Let's see if it works not changing anything else.

Also, which cpu model do you have?

Bad news, I can't even select the models for it to work now, and the errors are the exact same

[Voice Changer] update configuration: modelSlotIndex 1738422376000
[Voice Changer] model slot is changed -1 -> 0
................RVC
[Voice Changer] [RVCr2] Creating instance
[Voice Changer] [RVCr2] Creating instance
VoiceChangerV2 Initialized (GPU_NUM(cuda):0, mps_enabled:False, onnx_device:CPU-DML)
VoiceChangerV2 Initialized (GPU_NUM(cuda):0, mps_enabled:False, onnx_device:CPU-DML)
[Voice Changer][RVC]: update_settings gpu:0
[Voice Changer][RVCr2] Initializing...
[Voice Changer][RVC]: update_settings gpu:0
[Voice Changer][RVCr2] Initializing...
EP Error D:\a_work\2\s\onnxruntime\core\providers\dml\dml_provider_factory.cc(136)\onnxruntime_pybind11_state.pyd!00007FFF04533013: (caller: 00007FFF04532D81) Exception(1) tid(2590) 887A0004 The specified device interface or feature level is not supported on this system.
when using ['DmlExecutionProvider']
EP Error D:\a_work\2\s\onnxruntime\core\providers\dml\dml_provider_factory.cc(136)\onnxruntime_pybind11_state.pyd!00007FFF04533013: (caller: 00007FFF04532D81) Exception(2) tid(2a74) 887A0004 The specified device interface or feature level is not supported on this system.
when using ['DmlExecutionProvider']Falling back to ['CPUExecutionProvider'] and retrying.

[Voice Changer] update configuration: modelSlotIndex 1738422378000
Falling back to ['CPUExecutionProvider'] and retrying.
[Voice Changer] update configuration: modelSlotIndex 1738422378000
[Voice Changer] model slot is changed -1 -> 0
................RVC
[Voice Changer] [RVCr2] Creating instance
[Voice Changer] generate new embedder. (no embedder)
[Voice Changer] generate new embedder. (no embedder)

Full code here |
v

H:\MMVCServerSIO>MMVCServerSIO.exe -p 18888 --https false --content_vec_500 pretrain/checkpoint_best_legacy_500.pt --content_vec_500_onnx pretrain/content_vec_500.onnx --content_vec_500_onnx_on true --hubert_base pretrain/hubert_base.pt --hubert_base_jp pretrain/rinna_hubert_base_jp.pt --hubert_soft pretrain/hubert/hubert-soft-0d54a1f4.pt --nsf_hifigan pretrain/nsf_hifigan/model --crepe_onnx_full pretrain/crepe_onnx_full.onnx --crepe_onnx_tiny pretrain/crepe_onnx_tiny.onnx --rmvpe pretrain/rmvpe.pt --model_dir model_dir --samples samples.json
Booting PHASE :main
PYTHON:3.10.11 (tags/v3.10.11:7d4cc5a, Apr 5 2023, 00:38:17) [MSC v.1929 64 bit (AMD64)]
Activating the Voice Changer.
[Voice Changer] download sample catalog. samples_0004_t.json
[Voice Changer] download sample catalog. samples_0004_o.json
[Voice Changer] download sample catalog. samples_0004_d.json
SlotInfo::: RVCModelSlot(slotIndex=-1, voiceChangerType='RVC', name='つくよみちゃん(onnx)', description='', credit='つくよみちゃん', termsOfUseUrl='https://huggingface.co/wok000/vcclient_model/raw/main/rvc_v2_alpha/tsukuyomi-chan/terms_of_use.txt', iconFile='tsukuyomi-chan.png', speakers={0: 'target'}, modelFile='tsukuyomi_v2_40k_e100_simple.onnx', indexFile='', defaultTune=0, defaultIndexRatio=0, defaultProtect=0.5, isONNX=True, modelType='pyTorchRVC', samplingRate=-1, f0=True, embChannels=256, embOutputLayer=9, useFinalProj=True, deprecated=False, embedder='hubert_base', sampleId='Tsukuyomi-chan_o', version='v2')
SlotInfo::: RVCModelSlot(slotIndex=-1, voiceChangerType='RVC', name='あみたろ(onnx)', description='', credit='あみたろ', termsOfUseUrl='https://huggingface.co/wok000/vcclient_model/raw/main/rvc_v2_alpha/amitaro/terms_of_use.txt', iconFile='amitaro.png', speakers={0: 'target'}, modelFile='amitaro_v2_40k_e100_simple.onnx', indexFile='', defaultTune=0, defaultIndexRatio=0, defaultProtect=0.5, isONNX=True, modelType='pyTorchRVC', samplingRate=-1, f0=True, embChannels=256, embOutputLayer=9, useFinalProj=True, deprecated=False, embedder='hubert_base', sampleId='Amitaro_o', version='v2')
SlotInfo::: RVCModelSlot(slotIndex=-1, voiceChangerType='RVC', name='黄琴まひろ(onnx)', description='', credit='黄琴まひろ', termsOfUseUrl='https://huggingface.co/wok000/vcclient_model/raw/main/rvc_v2_alpha/kikoto_mahiro/terms_of_use.txt', iconFile='kikoto_mahiro.png', speakers={0: 'target'}, modelFile='kikoto_mahiro_v2_40k_simple.onnx', indexFile='', defaultTune=0, defaultIndexRatio=0, defaultProtect=0.5, isONNX=True, modelType='pyTorchRVC', samplingRate=-1, f0=True, embChannels=256, embOutputLayer=9, useFinalProj=True, deprecated=False, embedder='hubert_base', sampleId='KikotoMahiro_o', version='v2')
SlotInfo::: RVCModelSlot(slotIndex=-1, voiceChangerType='RVC', name='刻鳴時雨(onnx)', description='', credit='刻鳴時雨', termsOfUseUrl='https://huggingface.co/wok000/vcclient_model/raw/main/rvc_v2_alpha/tokina_shigure/terms_of_use.txt', iconFile='tokina_shigure.png', speakers={0: 'target'}, modelFile='tokina_shigure_v2_40k_e100_simple.onnx', indexFile='', defaultTune=0, defaultIndexRatio=0, defaultProtect=0.5, isONNX=True, modelType='pyTorchRVC', samplingRate=-1, f0=True, embChannels=256, embOutputLayer=9, useFinalProj=True, deprecated=False, embedder='hubert_base', sampleId='TokinaShigure_o', version='v2')
[Voice Changer] Downloading model files...
[Voice Changer] Generating metadata...
[Voice Changer] ONNX Model: Official v2 like
SlotInfo::: RVCModelSlot(slotIndex=0, voiceChangerType='RVC', name='つくよみちゃん(onnx)', description='', credit='つくよみ ちゃん', termsOfUseUrl='https://huggingface.co/wok000/vcclient_model/raw/main/rvc_v2_alpha/tsukuyomi-chan/terms_of_use.txt', iconFile='tsukuyomi-chan.png', speakers={'0': 'target'}, modelFile='tsukuyomi_v2_40k_e100_simple.onnx', indexFile='', defaultTune=0, defaultIndexRatio=0, defaultProtect=0.5, isONNX=True, modelType='onnxRVC', samplingRate=40000, f0=True, embChannels=768, embOutputLayer=12, useFinalProj=False, deprecated=False, embedder='hubert_base', sampleId='Tsukuyomi-chan_o', version='v2')
[Voice Changer] ONNX Model: Official v2 like
SlotInfo::: RVCModelSlot(slotIndex=1, voiceChangerType='RVC', name='あみたろ(onnx)', description='', credit='あみたろ', termsOfUseUrl='https://huggingface.co/wok000/vcclient_model/raw/main/rvc_v2_alpha/amitaro/terms_of_use.txt', iconFile='amitaro.png', speakers={'0': 'target'}, modelFile='amitaro_v2_40k_e100_simple.onnx', indexFile='', defaultTune=0, defaultIndexRatio=0, defaultProtect=0.5, isONNX=True, modelType='onnxRVC', samplingRate=40000, f0=True, embChannels=768, embOutputLayer=12, useFinalProj=False, deprecated=False, embedder='hubert_base', sampleId='Amitaro_o', version='v2')
[Voice Changer] ONNX Model: Official v2 like
SlotInfo::: RVCModelSlot(slotIndex=2, voiceChangerType='RVC', name='黄琴まひろ(onnx)', description='', credit='黄琴まひろ', termsOfUseUrl='https://huggingface.co/wok000/vcclient_model/raw/main/rvc_v2_alpha/kikoto_mahiro/terms_of_use.txt', iconFile='kikoto_mahiro.png', speakers={'0': 'target'}, modelFile='kikoto_mahiro_v2_40k_simple.onnx', indexFile='', defaultTune=0, defaultIndexRatio=0, defaultProtect=0.5, isONNX=True, modelType='onnxRVC', samplingRate=40000, f0=True, embChannels=768, embOutputLayer=12, useFinalProj=False, deprecated=False, embedder='hubert_base', sampleId='KikotoMahiro_o', version='v2')
[Voice Changer] ONNX Model: Official v2 like
SlotInfo::: RVCModelSlot(slotIndex=3, voiceChangerType='RVC', name='刻鳴時雨(onnx)', description='', credit='刻鳴時雨', termsOfUseUrl='https://huggingface.co/wok000/vcclient_model/raw/main/rvc_v2_alpha/tokina_shigure/terms_of_use.txt', iconFile='tokina_shigure.png', speakers={'0': 'target'}, modelFile='tokina_shigure_v2_40k_e100_simple.onnx', indexFile='', defaultTune=0, defaultIndexRatio=0, defaultProtect=0.5, isONNX=True, modelType='onnxRVC', samplingRate=40000, f0=True, embChannels=768, embOutputLayer=12, useFinalProj=False, deprecated=False, embedder='hubert_base', sampleId='TokinaShigure_o', version='v2')
Internal_Port:18888
protocol: HTTP
-- ---- --
Please open the following URL in your browser.
http://:/
In many cases, it will launch when you access any of the following URLs.
http://127.0.0.1:18888/

[VCClient] Access http://127.0.0.1:18888/
[VCClient] wait web server...0 http://127.0.0.1:18888/
Booting PHASE :main
Booting PHASE :MMVCServerSIO
[Voice Changer] VoiceChangerManager initializing...
[Voice Changer] VoiceChangerManager initializing... done.
[Voice Changer] MMVC_Rest initializing...
[Voice Changer] MMVC_Rest initializing... done.
[Voice Changer] MMVC_SocketIOApp initializing...
[Voice Changer] MMVC_SocketIOApp initializing... done.
[VCClient] wait web server... done 200
[2025-02-01 17:05:57] connet sid : hcHb9iGMn3nHHRZcAAAC
[2025-02-01 17:05:57] connet sid : szjEBt8QCuO6ywjvAAAD
[Voice Changer] update configuration: modelSlotIndex 1738422374000
[Voice Changer] model slot is changed -1 -> 0
................RVC
[Voice Changer] update configuration: modelSlotIndex 1738422376000
[Voice Changer] model slot is changed -1 -> 0
................RVC
[Voice Changer] [RVCr2] Creating instance
[Voice Changer] [RVCr2] Creating instance
VoiceChangerV2 Initialized (GPU_NUM(cuda):0, mps_enabled:False, onnx_device:CPU-DML)
VoiceChangerV2 Initialized (GPU_NUM(cuda):0, mps_enabled:False, onnx_device:CPU-DML)
[Voice Changer][RVC]: update_settings gpu:0
[Voice Changer][RVCr2] Initializing...
[Voice Changer][RVC]: update_settings gpu:0
[Voice Changer][RVCr2] Initializing...
EP Error D:\a_work\2\s\onnxruntime\core\providers\dml\dml_provider_factory.cc(136)\onnxruntime_pybind11_state.pyd!00007FFF04533013: (caller: 00007FFF04532D81) Exception(1) tid(2590) 887A0004 The specified device interface or feature level is not supported on this system.
when using ['DmlExecutionProvider']
EP Error D:\a_work\2\s\onnxruntime\core\providers\dml\dml_provider_factory.cc(136)\onnxruntime_pybind11_state.pyd!00007FFF04533013: (caller: 00007FFF04532D81) Exception(2) tid(2a74) 887A0004 The specified device interface or feature level is not supported on this system.
when using ['DmlExecutionProvider']Falling back to ['CPUExecutionProvider'] and retrying.

[Voice Changer] update configuration: modelSlotIndex 1738422378000
Falling back to ['CPUExecutionProvider'] and retrying.
[Voice Changer] update configuration: modelSlotIndex 1738422378000
[Voice Changer] model slot is changed -1 -> 0
................RVC
[Voice Changer] [RVCr2] Creating instance
[Voice Changer] generate new embedder. (no embedder)
[Voice Changer] generate new embedder. (no embedder)
VoiceChangerV2 Initialized (GPU_NUM(cuda):0, mps_enabled:False, onnx_device:CPU-DML)
[Voice Changer] update configuration: modelSlotIndex 1738422384001
[Voice Changer] model slot is changed -1 -> 0
EP Error D:\a_work\2\s\onnxruntime\core\providers\dml\dml_provider_factory.cc(136)\onnxruntime_pybind11_state.pyd!00007FFF04533013: (caller: 00007FFF04532D81) Exception(3) tid(2a74) 887A0004 The specified device interface or feature level is not supported on this system.
when using ['DmlExecutionProvider']
[Voice Changer][RVC]: update_settings gpu:0
[Voice Changer] model slot is changed -1 -> 1
EP Error D:\a_work\2\s\onnxruntime\core\providers\dml\dml_provider_factory.cc(136)\onnxruntime_pybind11_state.pyd!00007FFF04533013: (caller: 00007FFF04532D81) Exception(4) tid(2590) 887A0004 The specified device interface or feature level is not supported on this system.
when using ['DmlExecutionProvider']................RVC
Falling back to ['CPUExecutionProvider'] and retrying.
[Voice Changer][RVCr2] Initializing...

Falling back to ['CPUExecutionProvider'] and retrying.
................RVC
[Voice Changer] update configuration: modelSlotIndex 1738422385001
EP Error D:\a_work\2\s\onnxruntime\core\providers\dml\dml_provider_factory.cc(136)\onnxruntime_pybind11_state.pyd!00007FFF04533013: (caller: 00007FFF04532D81) Exception(5) tid(28b0) 887A0004 The specified device interface or feature level is not supported on this system.
when using ['DmlExecutionProvider'][Voice Changer] [RVCr2] Creating instance

[Voice Changer] [RVCr2] Creating instance
[Voice Changer] Loading index...
[Voice Changer] model slot is changed -1 -> 1
Falling back to ['CPUExecutionProvider'] and retrying.
VoiceChangerV2 Initialized (GPU_NUM(cuda):0, mps_enabled:False, onnx_device:CPU-DML)
[Voice Changer] Loading index...
VoiceChangerV2 Initialized (GPU_NUM(cuda):0, mps_enabled:False, onnx_device:CPU-DML)
................RVC
[Voice Changer] Index file is not found
[Voice Changer][RVC]: update_settings gpu:0
[Voice Changer] generate new embedder. (anyway)
[Voice Changer] [RVCr2] Creating instance
[Voice Changer] Index file is not found
GENERATE INFERENCER<voice_changer.RVC.inferencer.OnnxRVCInferencer.OnnxRVCInferencer object at 0x000002C703805FF0>
EP Error D:\a_work\2\s\onnxruntime\core\providers\dml\dml_provider_factory.cc(136)\onnxruntime_pybind11_state.pyd!00007FFF04533013: (caller: 00007FFF04532D81) Exception(6) tid(28b0) 887A0004 The specified device interface or feature level is not supported on this system.
when using ['DmlExecutionProvider']
[Voice Changer][RVC]: update_settings gpu:0
Falling back to ['CPUExecutionProvider'] and retrying.
[Voice Changer][RVCr2] Initializing...

@Kuuko-fokkusugaru
Copy link

I didn't ask to move the folder, I mentioned to decompress into a new folder inside of the root of your drive. Moving the folder may break it as the downloaded files by RVC may point to wrong locations.

That said, I feel like trying to run the software in a such low end computer may never work. RVC works better with a high end GPU, your computer doesn't even have a dedicated GPU a d the CPU is an old low end model, sorry. Even running it on high end CPUs is a bit tricky sometimes.

I recommend a computer with at least a nvidia 3060 or 4060 minimum. And if you want to be able to use RVC while gaming, you need at least a nvidia 3080, 3080Ti, 4080, 4080 super, or superior.

@Kuuko-fokkusugaru
Copy link

Some forks of the project are meant to run in lower end computers so you could try that. But I haven't tested any so I am not in position to recommend one. Good luck though!

@Kuuko-fokkusugaru
Copy link

Kuuko-fokkusugaru commented Feb 1, 2025

You can try this one but I haven't tried yet myself so attempt at your own risk. Let me know if this one works for you.

https://github.com/deiteris/voice-changer?tab=readme-ov-file#overview

@FireFin0213
Copy link
Author

I didn't ask to move the folder, I mentioned to decompress into a new folder inside of the root of your drive. Moving the folder may break it as the downloaded files by RVC may point to wrong locations.

That said, I feel like trying to run the software in a such low end computer may never work. RVC works better with a high end GPU, your computer doesn't even have a dedicated GPU a d the CPU is an old low end model, sorry. Even running it on high end CPUs is a bit tricky sometimes.

I recommend a computer with at least a nvidia 3060 or 4060 minimum. And if you want to be able to use RVC while gaming, you need at least a nvidia 3080, 3080Ti, 4080, 4080 super, or superior.

Oh Okay, thanks.. (Sir or ma'am) for your time, I will take your words into consideration and will Update the situation to you in abit

@FireFin0213
Copy link
Author

I didn't ask to move the folder, I mentioned to decompress into a new folder inside of the root of your drive. Moving the folder may break it as the downloaded files by RVC may point to wrong locations.

That said, I feel like trying to run the software in a such low end computer may never work. RVC works better with a high end GPU, your computer doesn't even have a dedicated GPU a d the CPU is an old low end model, sorry. Even running it on high end CPUs is a bit tricky sometimes.

I recommend a computer with at least a nvidia 3060 or 4060 minimum. And if you want to be able to use RVC while gaming, you need at least a nvidia 3080, 3080Ti, 4080, 4080 super, or superior.

Uhm, how do I move the folder exactly? Maybe detailed instructions?

@FireFin0213
Copy link
Author

You

Tell me how do I install it with instructions please

@Kuuko-fokkusugaru
Copy link

Create a new folder inside of the C drive and name it whatever, like RVC for example. Open the file that you downloaded and click on extract. Once prompted where to extract the file, point to the empty folder that you just created named RVC and click proceed. That should give you a clean new installation.

@FireFin0213
Copy link
Author

You can try this one but I haven't tried yet myself. Let me know if this one works for you.

https://github.com/deiteris/voice-changer?tab=readme-ov-file#overview

How do I use this one? I installed it but the Exe got an error and created a temp file when I tried opening it

@FireFin0213
Copy link
Author

Create a new folder inside of the C drive and name it whatever, like RVC for example. Open the file that you downloaded and click on extract. Once prompted where to extract the file, point to the empty folder that you just created named RVC and click proceed. That should give you a clean new installation.

That is what I have been doing the entire time

@FireFin0213
Copy link
Author

You can try this one but I haven't tried yet myself. Let me know if this one works for you.
https://github.com/deiteris/voice-changer?tab=readme-ov-file#overview

How do I use this one? I installed it but the Exe got an error and created a temp file when I tried opening it

Image

Turned out to be a virus..?

Image

@Kuuko-fokkusugaru
Copy link

Like I said, I didn't use or test any other one than this main release so I can't help with other forks.
Not every virus detection is a positive one, there are a lot of false positive detections. That said, and repeating it for the third time, I didn't try so attempt at your own risk. You can always comment there and ask how to use the software or even ask about the virus detection. This Github repository is only for Okada one and we have tried every possible solution. As mentioned, your computer does not even meet the minimum requirements so we just tried "just in case", you know. Sadly we weren't lucky. There are many different forks that you can check, that's up to you. The best solution would be, of course, to get a proper up to date computer with the required specs but I understand that it may not be something easy to do.

@FireFin0213
Copy link
Author

Like I said, I didn't use or test any other one than this main release so I can't help with other forks. Not every virus detection is a positive one, there are a lot of false positive detections. That said, and repeating it for the third time, I didn't try so attempt at your own risk. You can always comment there and ask how to use the software or even ask about the virus detection. This Github repository is only for Okada one and we have tried every possible solution. As mentioned, your computer does not even meet the minimum requirements so we just tried "just in case", you know. Sadly we weren't lucky. There are many different forks that you can check, that's up to you. The best solution would be, of course, to get a proper up to date computer with the required specs but I understand that it may not be something easy to do.

Oh.. Even then, are there good alternatives to this? Because I do have the money to get a better computer, It's that I feel like it's finanically unresponsible to spend so much to only be able to use a voice changer, if there are no alternatives, it's fine

@FireFin0213
Copy link
Author

Like I said, I didn't use or test any other one than this main release so I can't help with other forks. Not every virus detection is a positive one, there are a lot of false positive detections. That said, and repeating it for the third time, I didn't try so attempt at your own risk. You can always comment there and ask how to use the software or even ask about the virus detection. This Github repository is only for Okada one and we have tried every possible solution. As mentioned, your computer does not even meet the minimum requirements so we just tried "just in case", you know. Sadly we weren't lucky. There are many different forks that you can check, that's up to you. The best solution would be, of course, to get a proper up to date computer with the required specs but I understand that it may not be something easy to do.

I'm also confused on how my device is affecting the Voice Changer's performance or affecting how it works, since it only took like 5% of my CPU, You the professional and all, but I need convincing that's all, cuz maybe it's something else I don't know about yet?

@Kuuko-fokkusugaru
Copy link

It's not using much CPU because isn't working. I can use the CPU mode but isn't optimal and I have an i7 13700K which I just got the past year. It can stutter or have a big delay plus the CPU modes haven't the same good quality than using a GPU. For GPU I have an nvidia 3080Ti, but you don't need so much only to run RVC. You just have to understand that AI based applications are very heavy and the nvidia RTX GPUs comes ready precisely for AI tasks among gaming. Your Intel i5 3000 it's like 13 years old so it will lack in any modern task, specially AI.

Alternatively you can use the Google collab version of the software. Basically it means that you will run RVC off from a Google server and you access to the software through a regular browser. The instructions are on the collab link itself and are easy to follow. But, as far I know, it will only let you use the software for like 5 minutes before it stops working because Google won't allow this type of heavy tasks for free. You can pay a subscription for some resources but I have never done it. I don't know how much time is each tier of subscription available so I can't help much on that.

That said, I don't know how much do you use your computer or how important it may or not be. But, considering how old your computer is already, updating to a new one, I'd you make daily use of it, shouldn't be a bad idea. You don't need to go crazy with it if you don't game. One of the latest mid range AMD Ryzen with 32GB of RAM and an nvidia 3060/4060 should be enough for daily tasks, gaming at very decent quality and smoothness, and RVC. But that depends on each people's needs. Obviously, to get a computer solely for RVC may not be the best of the ideas unless it's really important for you.

@FireFin0213
Copy link
Author

It's not using much CPU because isn't working. I can use the CPU mode but isn't optimal and I have an i7 13700K which I just got the past year. It can stutter or have a big delay plus the CPU modes haven't the same good quality than using a GPU. For GPU I have an nvidia 3080Ti, but you don't need so much only to run RVC. You just have to understand that AI based applications are very heavy and the nvidia RTX GPUs comes ready precisely for AI tasks among gaming. Your Intel i5 3000 it's like 13 years old so it will lack in any modern task, specially AI.

Alternatively you can use the Google collab version of the software. Basically it means that you will run RVC off from a Google server and you access to the software through a regular browser. The instructions are on the collab link itself and are easy to follow. But, as far I know, it will only let you use the software for like 5 minutes before it stops working because Google won't allow this type of heavy tasks for free. You can pay a subscription for some resources but I have never done it. I don't know how much time is each tier of subscription available so I can't help much on that.

That said, I don't know how much do you use your computer or how important it may or not be. But, considering how old your computer is already, updating to a new one, I'd you make daily use of it, shouldn't be a bad idea. You don't need to go crazy with it if you don't game. One of the latest mid range AMD Ryzen with 32GB of RAM and an nvidia 3060/4060 should be enough for daily tasks, gaming at very decent quality and smoothness, and RVC. But that depends on each people's needs. Obviously, to get a computer solely for RVC may not be the best of the ideas unless it's really important for you.

Hmm, alright, I get it. I know it's not a good idea to get an Entire computer for it, that'll be too costly. though I am interested in what Processors you may recommend for this sort of stuff however, incase I change my mind on the matter. You had said a AMD Ryzen with 32GB of RAM and an nvidia 3060/4060, but for me that's sort of vague, no Monitor specific's no particular Computer Case, nor there of.

@Kuuko-fokkusugaru
Copy link

Kuuko-fokkusugaru commented Feb 2, 2025

Because the monitor or computer case won't make any difference in how the whole computer may perform. I recommended an AMD Ryzen because there are cheaper mid-range models so you can use the Nvidia 3060 GPU instead of the CPU. Suppose you want to use the CPU only, which I do not recommend because you will never get any closer to the performance of using a GPU instead. In that case, you should aim for one of the highest available because the software truly needs a lot of processing power like an i9 14 or one of the latest highest-end Ryzen ones.

So that's it, I only mentioned the components that can be relevant for a computer to work properly in different environments, including RVC without using heavy games simultaneously. If you want to use RVC while in Discord and playing some games then you need something way stronger that can hold games and RVC.

The monitor or case that's up to your taste. Some people like it big like 32-34 inches, and some people prefer smaller like 24 inches. Same for the case... some people prefer a full tower, and some prefer a mid-tower. Some may want it with space for a lot of fans, some just want the bare minimum.

@FireFin0213
Copy link
Author

Because the monitor or computer case won't make any difference in how the whole computer may perform. I recommended an AMD Ryzen because there are cheaper mid-range models so you can use the Nvidia 3060 GPU instead of the CPU. Suppose you want to use the CPU only, which I do not recommend because you will never get any closer to the performance of using a GPU instead. In that case, you should aim for one of the highest available because the software truly needs a lot of processing power like an i9 14 or one of the latest highest-end Ryzen ones.

So that's it, I only mentioned the components that can be relevant for a computer to work properly in different environments, including RVC without using heavy games simultaneously. If you want to use RVC while in Discord and playing some games then you need something way stronger that can hold games and RVC.

The monitor or case that's up to your taste. Some people like it big like 32-34 inches, and some people prefer smaller like 24 inches. Same for the case... some people prefer a full tower, and some prefer a mid-tower. Some may want it with space for a lot of fans, some just want the bare minimum.
Great! Thanks alot for your help and time, may I ask who was it that I was speaking to? You seem to know alot about this stuff

@FireFin0213
Copy link
Author

Because the monitor or computer case won't make any difference in how the whole computer may perform. I recommended an AMD Ryzen because there are cheaper mid-range models so you can use the Nvidia 3060 GPU instead of the CPU. Suppose you want to use the CPU only, which I do not recommend because you will never get any closer to the performance of using a GPU instead. In that case, you should aim for one of the highest available because the software truly needs a lot of processing power like an i9 14 or one of the latest highest-end Ryzen ones.

So that's it, I only mentioned the components that can be relevant for a computer to work properly in different environments, including RVC without using heavy games simultaneously. If you want to use RVC while in Discord and playing some games then you need something way stronger that can hold games and RVC.

The monitor or case that's up to your taste. Some people like it big like 32-34 inches, and some people prefer smaller like 24 inches. Same for the case... some people prefer a full tower, and some prefer a mid-tower. Some may want it with space for a lot of fans, some just want the bare minimum.
"heavy games simultaneously. If you want to use RVC while in Discord and playing some games then you need something way stronger that can hold games and RVC." May I also get specific's please? Since I often change my mind on things easily, and I don't want to look back at this when I do and regret not having asked you beforehand on things

@Kuuko-fokkusugaru
Copy link

I am just a regular user, 3D artist, nothing more lol.

So if you want more specifics components, what's your aim for the computer besides RVC? Which other tasks do you want to do with it? And what's your budget? Since there are too many components, depending on what you expect from the computer I can recommend different components that adjust to your budget.

@FireFin0213
Copy link
Author

I am just a regular user, 3D artist, nothing more lol.

So if you want more specifics components, what's your aim for the computer besides RVC? Which other tasks do you want to do with it? And what's your budget? Since there are too many components, depending on what you expect from the computer I can recommend different components that adjust to your budget.

Oh lol, I thought you were some specialist in this stuff, like a contributer to RVC or something, even then Thanks for helping me and everyone else on the platform

I am not sure, I would say like a good middle point, I have a 30K EGP budget which I do not know how much that translates into USD or EURO since, I'm not a westerner nor am I from a rich continent such as Europe

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants