• https://git.ecker.tech/ aims to provide a place to share my efforts while maintaining true ownership of my code, as I do not trust GitHub.

    XMR: 4B9TQdkAkBFYrbj5ztvTx89e5LpucPeTSPzemCihdDi9EBnx7btn8RDNZTBz2zihWsjMnDkzn5As1LU6gLv3KQy8BLsZ8SG

  • Joined on 2022-10-10
ecker pushed to master at ecker/ai-voice-cloning 2023-02-18 02:26:48 +00:00
ab011933c4 fix spawning training subprocess for unixes
ecker pushed to master at ecker/ai-voice-cloning 2023-02-18 02:26:02 +00:00
d7ce961cae fix spawning training subprocess for unixes
ecker pushed to master at ecker/ai-voice-cloning 2023-02-18 02:25:21 +00:00
466f92da79 fix spawning training subprocess for unixes
ecker pushed to master at ecker/ai-voice-cloning 2023-02-18 02:07:44 +00:00
d5c1433268 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.
ecker pushed to master at ecker/DL-Art-School 2023-02-18 02:01:24 +00:00
73d9c3bd46 set output folder to be sane with the cwd as a reference point
ecker pushed to master at ecker/DL-Art-School 2023-02-17 20:49:36 +00:00
5ecf7da881 Fix later
ecker pushed to master at ecker/ai-voice-cloning 2023-02-17 20:43:25 +00:00
c75d0bc5da 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
ecker pushed to master at ecker/DL-Art-School 2023-02-17 20:41:27 +00:00
e3e8801e5f Fix I thought wasn't needed since it literally worked without it earlier
ecker pushed to master at ecker/ai-voice-cloning 2023-02-17 20:19:04 +00:00
a245dc43c0 small fixes
ecker pushed to master at ecker/ai-voice-cloning 2023-02-17 20:18:04 +00:00
651d3ad249 small fixes
ecker pushed to master at ecker/ai-voice-cloning 2023-02-17 20:17:27 +00:00
7e731bc41d more small fixes
ecker pushed to master at ecker/ai-voice-cloning 2023-02-17 20:13:14 +00:00
67208be022 just in case
ecker pushed to master at ecker/ai-voice-cloning 2023-02-17 20:10:44 +00:00
ad4adc960f small fixes
ecker closed issue ecker/tortoise-tts#30 2023-02-17 19:25:12 +00:00
Implement Training
ecker pushed to master at ecker/ai-voice-cloning 2023-02-17 19:21:40 +00:00
f708909687 Wiki'd
ecker pushed to master at ecker/DL-Art-School 2023-02-17 19:20:25 +00:00
535549c3f3 add some snark about the kludge I had to fix, and the kludge I used to fix it
ecker pushed to master at ecker/ai-voice-cloning 2023-02-17 19:06:17 +00:00
bcec64af0f cleanup, "injected" dvae.pth to download through tortoise's model loader, so I don't need to keep copying it
ecker pushed to master at ecker/ai-voice-cloning 2023-02-17 17:45:05 +00:00
13c9920b7f caveats while I tighten some nuts
ecker closed issue ecker/ai-voice-cloning#1 2023-02-17 17:26:16 +00:00
Import error: Failed to load PyTorch C Extensions
ecker commented on issue ecker/ai-voice-cloning#1 2023-02-17 17:26:15 +00:00
Import error: Failed to load PyTorch C Extensions

Ah, good to hear it was resolved. I wonder if you happened to clone the repo at a bad time and it bungled up things.

Just in case this happens in the future for you or anyone else again, I…