ravenobsidian

Results 4 comments of ravenobsidian

@RVC-Boss Same error. I am only using v1 model. Also working after moving "Protect the artifact of voiceless consonant and breath. 0.5: don' use it. The number smaller, the stronger...

@sourudev retraining did not help for me. turning pitch extraction on did not help either. I will try to downgrade torchcrepe

Cleaned virtualenv and reinstalled requirements.txt with torchcrepe==0.0.18 and librosa==0.9.1. Retrained. Same error. ``` loading weights/abc.pth gin_channels: 256 self.spk_embed_dim: 109 Traceback (most recent call last): File "C:\Users\rubyc\Documents\GitHub\Retrieval-based-Voice-Conversion-WebUI\infer-web.py", line 184, in vc_single...

https://github.com/RVC-Project/Retrieval-based-Voice-Conversion-WebUI/blob/a02019e4284daa7b8ed253ff450fdc7d534fa735/vc_infer_pipeline.py#L227 The reason that setting to 0.5 fixed the issue is because `pitchf` is `None` and if `protect` is `0.5`, the code is skipped 0.5可以修复这个问题的原因是因为出错的时候`pitchf`为`None`,然后如果`protect`设为`0.5`,就不会跑出错的代码 What caused `pitchf` to be...