CoolFace
Apppublic

surfmore/SimpleRVC

sourceHugging Facemitupdated 3y agoView on Hugging Face
0likes
README copy.md42 linesDownload Raw Back to root
1[![Licence](https://img.shields.io/github/license/liujing04/Retrieval-based-Voice-Conversion-WebUI?style=for-the-badge)](https://github.com/liujing04/Retrieval-based-Voice-Conversion-WebUI/blob/main/%E4%BD%BF%E7%94%A8%E9%9C%80%E9%81%B5%E5%AE%88%E7%9A%84%E5%8D%8F%E8%AE%AE-LICENSE.txt)2 3[![Huggingface](https://img.shields.io/badge/🤗%20-Spaces-yellow.svg?style=for-the-badge)](https://huggingface.co/lj1995/VoiceConversionWebUI/tree/main/)4 5[![Discord](https://img.shields.io/badge/RVC%20Developers-Discord-7289DA?style=for-the-badge&logo=discord&logoColor=white)]()6 7[![Open In Colab](https://img.shields.io/badge/Colab-F9AB00?style=for-the-badge&logo=googlecolab&color=525252)](https://colab.research.google.com/drive/1iWOLYE9znqT6XE5Rw2iETE19ZlqpziLx?usp=sharing)8 9# Instalación de dependencias 🖥️10Usando pip (python3.9.8 es recomendado)11```bash12python -m venv env13pip install -r requirements.txt14```15 16## Uso local17 18Aquí esta el listado de los archivos necesarios para correr el programa:19Puedes descargar los dos primeros desde [Huggingface space](https://huggingface.co/lj1995/VoiceConversionWebUI/tree/main/).20 21```bash22hubert_base.pt23 24rmvpe.pt25#Si estás usando windows, necesitas este archivo, omitelo si ffmpeg ffpbobe están instalados; los usuarios de ubuntu/debian pueden instalar estas dos librerías a través de apt install ffmpeg26 27./ffmpeg28 29./ffprobe30```31 32## Créditos33+ [ContentVec](https://github.com/auspicious3000/contentvec/)34+ [VITS](https://github.com/jaywalnut310/vits)35+ [HIFIGAN](https://github.com/jik876/hifi-gan)36+ [Gradio](https://github.com/gradio-app/gradio)37+ [FFmpeg](https://github.com/FFmpeg/FFmpeg)38+ [Ultimate Vocal Remover](https://github.com/Anjok07/ultimatevocalremovergui)39+ [audio-slicer](https://github.com/openvpi/audio-slicer)40+ [Mangio FORK](https://github.com/Mangio621/Mangio-RVC-Fork)41 42