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
ben_mkiv 00b173857d fix filename generation which didn't work and overwrote existing files 2023-08-24 09:57:01 +07:00
bin
models remove redundant phonemize for vall-e (oops), quantize all files and then phonemize all files for cope optimization, load alignment model once instead of for every transcription (speedup with whisperx) 2023-03-23 00:22:25 +07:00
modules forgot the important reason I even started working on AIVC again 2023-08-21 03:42:12 +07:00
results
src fix filename generation which didn't work and overwrote existing files 2023-08-24 09:57:01 +07:00
training
voices
.dockerignore docker support 2023-04-07 21:52:18 +07:00
.gitignore
.gitmodules
Dockerfile docker: add ffmpeg for whisper and general cleanup 2023-04-07 23:14:05 +07:00
LICENSE
README.md fixed issue with sliced audio being the wrong sample rate 2023-08-22 14:22:39 +07:00
notebook_colab.ipynb
notebook_paperspace.ipynb
requirements.txt made initialization faster if there's a lot of voice files (because glob fucking sucks), commiting changes buried on my training rig 2023-08-21 03:31:49 +07:00
setup-cuda-bnb.bat
setup-cuda.bat
setup-cuda.sh
setup-directml.bat updated setup-directml.bat to not hard require torch version because it's updated to torch2 now 2023-04-29 00:50:16 +07:00
setup-docker.sh docker support 2023-04-07 21:52:18 +07:00
setup-rocm-bnb.sh
setup-rocm.sh
start-docker.sh docker support 2023-04-07 21:52:18 +07:00
start.bat
start.sh
train-docker.sh docker: add training script 2023-04-07 23:15:13 +07:00
train.bat
train.sh
update-force.bat
update-force.sh
update.bat
update.sh

README.md

AI Voice Cloning

Note This project has been in dire need of being rewritten from the ground up for some time. Apologies for any crust from my rather spaghetti code.

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.

>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.