1
0
Fork 0
Collection of utilities aimed to voice clone through AI, fork of https://git.ecker.tech/mrq/ai-voice-cloning
 
 
 
 
 
Go to file
mrq 843bfbfb96 Simplified generating training YAML, cleaned it up, training output is cleaned up and will "autoscroll" (only show the last 8 lines, refer to console for a full trace if needed) 2023-02-18 14:51:00 +07:00
bin Initial refractor 2023-02-17 00:08:27 +07:00
config just in case 2023-02-17 20:13:00 +07:00
models added dropdown to select autoregressive model for TTS, fixed a bug where the settings saveer constantly fires I hate gradio so much why are dropdown.change broken to contiuously fire and send an empty array 2023-02-18 14:10:26 +07:00
results Initial refractor 2023-02-17 00:08:27 +07:00
src Simplified generating training YAML, cleaned it up, training output is cleaned up and will "autoscroll" (only show the last 8 lines, refer to console for a full trace if needed) 2023-02-18 14:51:00 +07:00
training a bit of UI cleanup, import multiple audio files at once, actually shows progress when importing voices, hides audio metadata / latents if no generated settings are detected, preparing datasets shows its progress, saving a training YAML shows a message when done, training now works within the web UI, training output shows to web UI, provided notebook is cleaned up and uses a venv, etc. 2023-02-18 02:07:22 +07:00
voices Initial refractor 2023-02-17 00:08:27 +07:00
.gitignore Initial refractor 2023-02-17 00:08:27 +07:00
LICENSE Initial refractor 2023-02-17 00:08:27 +07:00
README.md finally can get training to work under the web UI 2023-02-18 03:36:08 +07:00
notebook.ipynb debugging in colab is pure cock and ball torture because sometimes the files don't actually update when edited, and sometimes they update after I restart the runtime, notebook can't use venv because I can't source it in a subprocess shell call 2023-02-18 03:31:44 +07:00
requirements.txt added preparation of LJSpeech-esque dataset 2023-02-17 05:42:55 +07:00
setup-cuda.bat almost 2023-02-17 15:53:50 +07:00
setup-cuda.sh crunchbangs 2023-02-18 02:46:44 +07:00
setup-directml.bat almost 2023-02-17 15:53:50 +07:00
setup-rocm.sh crunchbangs 2023-02-18 02:46:44 +07:00
setup-training.sh crunchbangs 2023-02-18 02:46:44 +07:00
setup_training.bat small fixes 2023-02-17 20:18:57 +07:00
start.bat added dropdown to select which whisper model to use for transcription, added note that FFMPEG is required 2023-02-17 06:01:14 +07:00
start.sh crunchbangs 2023-02-18 02:46:44 +07:00
train.bat a bit of UI cleanup, import multiple audio files at once, actually shows progress when importing voices, hides audio metadata / latents if no generated settings are detected, preparing datasets shows its progress, saving a training YAML shows a message when done, training now works within the web UI, training output shows to web UI, provided notebook is cleaned up and uses a venv, etc. 2023-02-18 02:07:22 +07:00
train.ipynb added preparation of LJSpeech-esque dataset 2023-02-17 05:42:55 +07:00
train.sh crunchbangs 2023-02-18 02:46:44 +07:00
update-force.bat crunchbangs 2023-02-18 02:46:44 +07:00
update-force.sh crunchbangs 2023-02-18 02:46:44 +07:00
update.bat pulls DLAS for any updates since I might be actually updating it, added option to not load TTS on initialization to save VRAM when training 2023-02-17 20:43:12 +07:00
update.sh crunchbangs 2023-02-18 02:46:44 +07:00

README.md

AI Voice Cloning

This repo/rentry aims to serve as both a foolproof guide for setting up AI voice cloning tools for legitimate, local use on Windows/Linux, as well as a stepping stone for anons that genuinely want to play around with TorToiSe.

Similar to my own findings for Stable Diffusion image generation, this rentry may appear a little disheveled as I note my new findings with TorToiSe. Please keep this in mind if the guide seems to shift a bit or sound confusing.

>Ugh... why bother when I can just abuse 11.AI?

You're more than welcome to, but TorToiSe is shaping up to be a very promising tool, especially with finetuning now on the horizon.

This is not endorsed by neonbjb. I do not expect this to run into any ethical issues, as it seems (like me), this is mostly for making funny haha vidya characters say funny lines.

Documentation

Please consult the wiki for the documentation, including how to install, prepare voices for, and use the software.

Bug Reporting

If you run into any problems, please refer to the issues you may encounter wiki page first. Please don't hesitate to submit an issue.