lightmare
  • Joined on 2023-02-07
lightmare commented on pull request mrq/ai-voice-cloning#5 2023-02-18 19:37:35 +00:00
Using zfill in utils.pad

No problem. You reset this in 6f9896f372a0946d6d804b5394c1bb0b741c3178, btw ;)

lightmare created pull request mrq/ai-voice-cloning#5 2023-02-18 19:23:51 +00:00
Using zfill in utils.pad
lightmare pushed to zfill at lightmare/ai-voice-cloning 2023-02-18 19:16:46 +00:00
4807072894 Using zfill in utils.pad
lightmare created branch zfill in lightmare/ai-voice-cloning 2023-02-18 18:55:15 +00:00
lightmare pushed to zfill at lightmare/ai-voice-cloning 2023-02-18 18:55:15 +00:00
lightmare created repository lightmare/ai-voice-cloning 2023-02-18 18:54:43 +00:00
lightmare commented on issue mrq/tortoise-tts#30 2023-02-13 17:23:10 +00:00
Implement Training

I don't know if the intention is to leave the voices folder empty, but for now you can grab them from an older commit: https://git.ecker.tech/mrq/tortoise-tts/src/commit/811539b20adfe6d85d2bc3e6728

lightmare closed issue mrq/tortoise-tts#27 2023-02-12 17:54:46 +00:00
[py3.10] Error when creating conditioning latents
lightmare commented on issue mrq/tortoise-tts#27 2023-02-12 16:26:41 +00:00
[py3.10] Error when creating conditioning latents

Still works on 25e70dce1a1ded42045e247788821e24f9d8a8d0.

lightmare commented on issue mrq/tortoise-tts#26 2023-02-12 16:09:48 +00:00
Must use Low VRAM setting or python crashes

I wonder if that means you were fine to use python3.10 the entire time, since my py3.10 test environment used clean settings.

Yes, all my tests so far were done in a py3.10 env without…

lightmare opened issue mrq/tortoise-tts#27 2023-02-12 16:09:22 +00:00
[py3.10] Error when creating conditing latents
lightmare pushed to main at lightmare/tortoise-tts 2023-02-11 20:51:23 +00:00
5f1c032312 fixed regression where the auto_conds do not move to the GPU and causes a problem during CVVP compare pass
2f86565969 Merge pull request 'Only directories in the voice list' (#20) from lightmare/tortoise-tts:only_dirs_in_voice_list into main
192a510ee1 Only directories in the voice list
Compare 3 commits »
lightmare commented on issue mrq/tortoise-tts#19 2023-02-11 18:54:57 +00:00
Error when generating

Created #20 to make this requirement clearer.

lightmare created pull request mrq/tortoise-tts#20 2023-02-11 18:51:09 +00:00
Only directories in the voice list
lightmare created branch only_dirs_in_voice_list in lightmare/tortoise-tts 2023-02-11 18:49:18 +00:00
lightmare pushed to only_dirs_in_voice_list at lightmare/tortoise-tts 2023-02-11 18:49:18 +00:00
192a510ee1 Only directories in the voice list
lightmare created repository lightmare/tortoise-tts 2023-02-11 18:45:39 +00:00
lightmare commented on issue mrq/tortoise-tts#9 2023-02-07 22:33:22 +00:00
Keeping gradio from phoning home

This patch doesn't really do anything on my end. Still seeing a call to gradio and a couple of lookups to huggingface.co (presumably for models, even though they are already cached).

lightmare opened issue mrq/tortoise-tts#9 2023-02-07 21:22:44 +00:00
Keeping gradio from phoning home
lightmare created pull request mrq/tortoise-tts#8 2023-02-07 20:44:11 +00:00
Added convert.sh