We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hello! I cannot convert any audio with any model. Here are the logs:
(yuna) yuki@yuki Retrieval-based-Voice-Conversion-WebUI % sh ./run.sh Activate venv... working dir is /Users/yuki/Downloads/Retrieval-based-Voice-Conversion-WebUI downloading requirement aria2 check. aria2 command found dir check start. dir ./assets/pretrained checked dir ./assets/pretrained_v2 checked dir ./assets/uvr5_weights checked dir ./assets/uvr5_weights/onnx_dereverb_By_FoxJoy checked dir check finished. required files check start. checking D32k.pth D32k.pth in ./assets/pretrained checked. checking D40k.pth D40k.pth in ./assets/pretrained checked. checking D48k.pth D48k.pth in ./assets/pretrained checked. checking G32k.pth G32k.pth in ./assets/pretrained checked. checking G40k.pth G40k.pth in ./assets/pretrained checked. checking G48k.pth G48k.pth in ./assets/pretrained checked. checking f0D40k.pth f0D40k.pth in ./assets/pretrained_v2 checked. checking f0G40k.pth f0G40k.pth in ./assets/pretrained_v2 checked. checking D40k.pth D40k.pth in ./assets/pretrained_v2 checked. checking G40k.pth G40k.pth in ./assets/pretrained_v2 checked. checking HP2_all_vocals.pth HP2_all_vocals.pth in ./assets/uvr5_weights checked. checking HP3_all_vocals.pth HP3_all_vocals.pth in ./assets/uvr5_weights checked. checking HP5_only_main_vocal.pth HP5_only_main_vocal.pth in ./assets/uvr5_weights checked. checking VR-DeEchoAggressive.pth VR-DeEchoAggressive.pth in ./assets/uvr5_weights checked. checking VR-DeEchoDeReverb.pth VR-DeEchoDeReverb.pth in ./assets/uvr5_weights checked. checking VR-DeEchoNormal.pth VR-DeEchoNormal.pth in ./assets/uvr5_weights checked. checking onnx_dereverb_By_FoxJoy/vocals.onnx onnx_dereverb_By_FoxJoy/vocals.onnx in ./assets/uvr5_weights checked. checking rmvpe.pt rmvpe.pt in ./assets/rmvpe checked. checking hubert_base.pt hubert_base.pt in ./assets/hubert checked. required files check finished. 2025-01-19 00:58:46 | INFO | configs.config | No supported Nvidia GPU found 2025-01-19 00:58:46 | INFO | configs.config | overwrite v1/32k.json 2025-01-19 00:58:46 | INFO | configs.config | overwrite v1/40k.json 2025-01-19 00:58:46 | INFO | configs.config | overwrite v1/48k.json 2025-01-19 00:58:46 | INFO | configs.config | overwrite v2/48k.json 2025-01-19 00:58:46 | INFO | configs.config | overwrite v2/32k.json 2025-01-19 00:58:46 | INFO | configs.config | overwrite preprocess_per to 3 2025-01-19 00:58:46 | INFO | configs.config | Use mps instead 2025-01-19 00:58:46 | INFO | configs.config | Half-precision floating-point: False, device: mps /Users/yuki/Downloads/Retrieval-based-Voice-Conversion-WebUI/.venv/lib/python3.10/site-packages/gradio_client/documentation.py:106: UserWarning: Could not get documentation group for <class 'gradio.mix.Parallel'>: No known documentation group for module 'gradio.mix' warnings.warn(f"Could not get documentation group for {cls}: {exc}") /Users/yuki/Downloads/Retrieval-based-Voice-Conversion-WebUI/.venv/lib/python3.10/site-packages/gradio_client/documentation.py:106: UserWarning: Could not get documentation group for <class 'gradio.mix.Series'>: No known documentation group for module 'gradio.mix' warnings.warn(f"Could not get documentation group for {cls}: {exc}") 2025-01-19 00:58:46 | INFO | __main__ | Use Language: en_US Running on local URL: http://0.0.0.0:7865 2025-01-19 00:59:08 | INFO | infer.modules.vc.modules | Get sid: Yuna_e360_s5400.pth 2025-01-19 00:59:08 | INFO | infer.modules.vc.modules | Loading: assets/weights/Yuna_e360_s5400.pth 2025-01-19 00:59:09 | INFO | infer.modules.vc.modules | Select index: 2025-01-19 00:59:27 | INFO | fairseq.tasks.hubert_pretraining | current directory is /Users/yuki/Downloads/Retrieval-based-Voice-Conversion-WebUI 2025-01-19 00:59:27 | INFO | fairseq.tasks.hubert_pretraining | HubertPretrainingTask Config {'_name': 'hubert_pretraining', 'data': 'metadata', 'fine_tuning': False, 'labels': ['km'], 'label_dir': 'label', 'label_rate': 50.0, 'sample_rate': 16000, 'normalize': False, 'enable_padding': False, 'max_keep_size': None, 'max_sample_size': 250000, 'min_sample_size': 32000, 'single_target': False, 'random_crop': True, 'pad_audio': False} 2025-01-19 00:59:27 | INFO | fairseq.models.hubert.hubert | HubertModel Config: {'_name': 'hubert', 'label_rate': 50.0, 'extractor_mode': default, 'encoder_layers': 12, 'encoder_embed_dim': 768, 'encoder_ffn_embed_dim': 3072, 'encoder_attention_heads': 12, 'activation_fn': gelu, 'layer_type': transformer, 'dropout': 0.1, 'attention_dropout': 0.1, 'activation_dropout': 0.0, 'encoder_layerdrop': 0.05, 'dropout_input': 0.1, 'dropout_features': 0.1, 'final_dim': 256, 'untie_final_proj': True, 'layer_norm_first': False, 'conv_feature_layers': '[(512,10,5)] + [(512,3,2)] * 4 + [(512,2,2)] * 2', 'conv_bias': False, 'logit_temp': 0.1, 'target_glu': False, 'feature_grad_mult': 0.1, 'mask_length': 10, 'mask_prob': 0.8, 'mask_selection': static, 'mask_other': 0.0, 'no_mask_overlap': False, 'mask_min_space': 1, 'mask_channel_length': 10, 'mask_channel_prob': 0.0, 'mask_channel_selection': static, 'mask_channel_other': 0.0, 'no_mask_channel_overlap': False, 'mask_channel_min_space': 1, 'conv_pos': 128, 'conv_pos_groups': 16, 'latent_temp': [2.0, 0.5, 0.999995], 'skip_masked': False, 'skip_nomask': False, 'checkpoint_activations': False, 'required_seq_len_multiple': 2, 'depthwise_conv_kernel_size': 31, 'attn_type': '', 'pos_enc_type': 'abs', 'fp16': False} 2025-01-19 00:59:28 | INFO | infer.modules.vc.pipeline | Loading rmvpe model,assets/rmvpe/rmvpe.pt ./run.sh: line 62: 84459 Segmentation fault: 11 python infer-web.py --pycmd python
Hardware: MacBook Pro M1 16GB RAM Software: Sequia 15.2
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hello! I cannot convert any audio with any model. Here are the logs:
Hardware: MacBook Pro M1 16GB RAM
Software: Sequia 15.2
The text was updated successfully, but these errors were encountered: