RVC-Boss/GPT-SoVITSPublic NotificationsYou must be signed in to change notification settings Fork4.9k Star43.7k Code Issues741 Pull requests63 Actions Projects Wiki Security Insights Additional navigation options Branch selector main User selector ...
GPT-SoVITS-WebUI A Powerful Few-shot Voice Conversion and Text-to-Speech WebUI. English|中文简体|日本語|한국어|Türkçe Features: Zero-shot TTS:Input a 5-second vocal sample and experience instant text-to-speech conversion. Few-shot TTS:Fine-tune the model with just 1 minute of tr...
上周,RVC变声器创始人(GitHub昵称:RVC-Boss)开源了一款跨语言音色克隆项目 GPT-SoVITS。项目一上线就引来了互联网大佬和博主的好评推荐,不到两天时间就已经在GitHub上获得了1.4k Star量,不过现在已经飙升到了5.1k。 据说,该项目是RVC-Boss 同Rcell(AI音色转换技术Sovits开发者)共同研究,历时半年,期间遇到了很多难...
docker run --rm -it --gpus=all --env=is_half=False --volume=G:\GPT-SoVITS-DockerTest\output:/workspace/output --volume=G:\GPT-SoVITS-DockerTest\logs:/workspace/logs --volume=G:\GPT-SoVITS-DockerTest\SoVITS_weights:/workspace/SoVITS_weights --workdir=/workspace -p 9880:9880 -p 98...
基于https://github.com/RVC-Boss/GPT-SoVITS项目和https://github.com/X-T-E-R/TTS-for-GPT-soVITS项目的个人练手,使用langchain实现语音生成
GPT-SoVITS-WebUI A Powerful Few-shot Voice Conversion and Text-to-Speech WebUI.English | 中文简体 | 日本語 | 한국어 | TürkçeFeatures:Zero-shot TTS: Input a 5-second vocal sample and experience instant text-to-speech conversion. Few-shot TTS: Fine-tune the model with just 1 mi...
1 min voice data can also be used to train a good TTS model! (few shot voice cloning) - Issues · RVC-Boss/GPT-SoVITS
support gpt-sovits v2 RVC-Boss authored ff6c193 Commits on Aug 1, 2024 Fix the GPU index out-of-bounds error. RVC-Boss authored 4c8b761 增加了自动填充路径的功能,增加了根据显存自动选择ASR精度的功能,也可手动控制 XXXXRT666 authored
gpt_sovits_v3Loading branch information RVC-Boss authored Feb 11, 2025 1 parent 0db482e commit 05645a6 Showing 1 changed file with 4 additions and 2 deletions. Whitespace Ignore whitespace Split Unified 6 changes: 4 additions & 2 deletions 6 README.md Original...
GPT_SoVITS/inference_webui.py +2-1 Original file line numberDiff line numberDiff line change @@ -285,7 +285,8 @@ def change_sovits_weights(sovits_path,prompt_language=None,text_language=None): 285 285 with open("./weight.json","w")as f:f.write(json.dumps(data)) 286 286...