GPT-SoVITS
GPT-SoVITS copied to clipboard
Unable to find VC webui
Currently for v2, only VC to TTS webui is available, but where is the Voice Conversion only feature?
Same question, I tried to modify the script in GPT-SOVITS-VC based on the new pretrained model but failed. The output only contains noise without any pronunciation.
ge = vq_model.ref_enc(spec[:,:704])
This line is the new execution in the new version. It adopts spec[:,:704] instead of spec. I copied that but failed to reconstrcuct the audio.