1
0
Fork 0
Collection of utilities aimed to voice clone through AI
 
 
 
 
 
Go to file
mrq 8ed09f9b87 Merge pull request 'Catch OOM and run whisper on cpu automatically.' (#117) from zim33/ai-voice-cloning:vram into master
Reviewed-on: mrq/ai-voice-cloning#117
2023-03-12 05:09:53 +07:00
bin
config
models cleanups and fixes, fix DLAS throwing errors from '''too short of sound files''' by just culling them during transcription 2023-03-11 01:19:49 +07:00
modules cleanups and fixes, fix DLAS throwing errors from '''too short of sound files''' by just culling them during transcription 2023-03-11 01:19:49 +07:00
results
src Catch OOM and run whisper on cpu automatically. 2023-03-12 06:48:28 +07:00
training
voices
.gitignore
.gitmodules while I'm breaking things, migrating dependencies to modules folder for tidiness 2023-03-09 04:03:57 +07:00
LICENSE
README.md
notebook_colab.ipynb share if you 2023-03-08 15:59:16 +07:00
notebook_paperspace.ipynb
requirements.txt Farewell, parasite 2023-03-11 16:40:34 +07:00
setup-cuda.bat removed the hotfix pip installs that whisperx requires now that whisperx is gone 2023-03-11 16:55:19 +07:00
setup-cuda.sh removed the hotfix pip installs that whisperx requires now that whisperx is gone 2023-03-11 16:55:19 +07:00
setup-directml.bat removed the hotfix pip installs that whisperx requires now that whisperx is gone 2023-03-11 16:55:19 +07:00
setup-rocm-bnb.sh while I'm breaking things, migrating dependencies to modules folder for tidiness 2023-03-09 04:03:57 +07:00
setup-rocm.sh rocm5.2 works for me desu so I bumped it back up 2023-03-11 17:02:56 +07:00
start.bat
start.sh
train.bat
train.sh simplified spawning the training process by having it spawn the distributed training processes in the train.py script, so it should work on Windows too 2023-03-11 01:37:00 +07:00
update-force.bat removed the hotfix pip installs that whisperx requires now that whisperx is gone 2023-03-11 16:55:19 +07:00
update-force.sh removed the hotfix pip installs that whisperx requires now that whisperx is gone 2023-03-11 16:55:19 +07:00
update.bat
update.sh

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.

Bug Reporting

If you run into any problems, please refer to the issues you may encounter wiki page first.