This website requires JavaScript.
Explore
Help
Register
Sign In
ethanfel
/
ai-voice-cloning
Watch
1
Star
0
Fork
0
You've already forked ai-voice-cloning
forked from
mrq/ai-voice-cloning
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
534a761e49
ai-voice-cloning
/
src
History
mrq
534a761e49
added loading/saving of voice latents by model hash, so no more needing to manually regenerate every time you change models
2023-03-02 00:46:52 +00:00
..
list_devices.py
Initial refractor
2023-02-17 00:08:27 +00:00
main.py
fixed some files not copying for bitsandbytes (I was wrong to assume it copied folders too), fixed stopping generating and training, some other thing that I forgot since it's been slowly worked on in my small free times
2023-02-24 23:13:13 +00:00
train.py
Added option to disable bitsandbytesoptimizations for systems that do not support it (systems without a Turing-onward Nvidia card), saves use of float16 and bitsandbytes for training into the config json
2023-02-26 01:57:56 +00:00
utils.py
added loading/saving of voice latents by model hash, so no more needing to manually regenerate every time you change models
2023-03-02 00:46:52 +00:00
webui.py
leverage tensorboard to parse tb_logger files when starting training (it seems to give a nicer resolution of training data, need to see about reading it directly while training)
2023-03-01 19:32:11 +00:00