BayUmutt
Centipat
- Katılım
- 1 Haziran 2022
- Mesajlar
- 4
Daha fazla
- Cinsiyet
- Erkek
RVC GUI'yi açmaya çalışıyorum, ilk 5 dakika select a model and index Audio tarzı bir şeyle karşılaşıyorum fakat 5dk bekledikten sonra converte basabiliyorum sonra traceback hatası alıyorum.
-
-
Böyle.
Çözümünü bilen var mı?
-
Traceback (most recent call last):
File "C:\Users\oyunc\OneDrive\Masaüstü\RVC-GUI-pkg\rvcgui.py", line 129, in vc_single.
Audio_opt = vc. Pipeline(
File "C:\Users\oyunc\OneDrive\Masaüstü\RVC-GUI-pkg\vc_infer_pipeline.py", line 329, in pipeline.
Pitch, pitchf = self. Get_f0(audio_pad, p_len, F0_up_key, F0_method, crepe_hop_length, inp_f0)
File "C:\Users\oyunc\OneDrive\Masaüstü\RVC-GUI-pkg\vc_infer_pipeline.py", line 141, in get_f0.
F0 = self. Get_f0_crepe_computation(X, F0_min, F0_max, p_len, crepe_hop_length)
File "C:\Users\oyunc\OneDrive\Masaüstü\RVC-GUI-pkg\vc_infer_pipeline.py", line 103, in get_f0_crepe_computation
Pitch: Tensor = torchcrepe. Predict(
File "C:\Users\oyunc\OneDrive\Masaüstü\RVC-GUI-pkg\runtime\lib\site-packages\torchcrepe\core.py", line 117, in predict for frames in generator:
File "C:\Users\oyunc\OneDrive\Masaüstü\RVC-GUI-pkg\runtime\lib\site-packages\torchcrepe\core.py", line 664, in preprocess.
Audio = torch. Nn. Functional. Pad(
Runtimeerror: CUDA error: No kernel image is available for execution on the device.
CUDA kernel errors might be asynchronously reported at some other API call, so the stacktrace below might be incorrect.
For debugging consider passing cuda_launch_blockıng=1.
Compile with 'torch_use_cuda_dsa' to enable device-side assertions.-
Böyle.
Çözümünü bilen var mı?
Son düzenleyen: Moderatör: