• 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 commented on pull request ecker/ai-voice-cloning#5 2023-02-18 19:42:30 +00:00
Using zfill in utils.pad

Oops, fixed.

ecker pushed to master at ecker/ai-voice-cloning 2023-02-18 19:41:28 +00:00
ebbc85fb6a finetuned => finetunes
ecker pushed to master at ecker/ai-voice-cloning 2023-02-18 19:32:27 +00:00
6f9896f372 finetuned => finetunes
ecker commented on pull request ecker/ai-voice-cloning#5 2023-02-18 19:30:31 +00:00
Using zfill in utils.pad

A genuine thank you, since I keep being stubborn and finding the easy way to do it.

ecker deleted branch zfill from lightmare/ai-voice-cloning 2023-02-18 19:30:00 +00:00
ecker pushed to master at ecker/ai-voice-cloning 2023-02-18 19:29:59 +00:00
8dddb560e1 Merge pull request 'Using zfill in utils.pad' (#5) from lightmare/ai-voice-cloning:zfill into master
4807072894 Using zfill in utils.pad
Compare 2 commits »
ecker merged pull request ecker/ai-voice-cloning#5 2023-02-18 19:29:58 +00:00
Using zfill in utils.pad
ecker commented on issue ecker/ai-voice-cloning#3 2023-02-18 17:58:00 +00:00
FileNotFoundError immediately after starting training

Strange.

You didn't happen to migrate over your tortoise-venv folder, did you?

If you did, I can sort of make some assumptions on what happened:

  • mrq/tortoise-tts gets pulled, the setup…
ecker pushed to master at ecker/ai-voice-cloning 2023-02-18 17:24:00 +00:00
1f4cdcb8a9 rude
ecker pushed to master at ecker/ai-voice-cloning 2023-02-18 17:23:05 +00:00
8ccbf1d2c7 rude
ecker commented on issue ecker/ai-voice-cloning#3 2023-02-18 17:18:36 +00:00
FileNotFoundError immediately after starting training

Run:

python -m venv venv
call .\venv\Scripts\activate.bat
pip install -U git+https://git.ecker.tech/mrq/tortoise-tts.git
ecker pushed to master at ecker/ai-voice-cloning 2023-02-18 16:30:10 +00:00
13d466baf5 notebook tweaked, drive mounts and symlinks folders so I can stop having to wait a gorillion years to import voices
ecker commented on issue ecker/ai-voice-cloning#3 2023-02-18 16:24:14 +00:00
FileNotFoundError immediately after starting training

Sorry about that, several little brain worms happened, all should be fixed in commit 996e5217d2224804be6d71ca29af941c6fe3a3ef.

ecker pushed to master at ecker/ai-voice-cloning 2023-02-18 16:20:38 +00:00
996e5217d2 apparently anything after deactivate does not get ran, as it terminates the batch script.
ecker commented on issue ecker/ai-voice-cloning#3 2023-02-18 16:00:15 +00:00
FileNotFoundError immediately after starting training

I think commit 2615cafd75 broke something, because now I get this error while while running start.bat

Did you manually pull with git pull? You'll need to re-install dependencies, as I…

ecker pushed to master at ecker/ai-voice-cloning 2023-02-18 15:51:08 +00:00
cf758f4732 oops
ecker pushed to master at ecker/ai-voice-cloning 2023-02-18 14:51:11 +00:00
843bfbfb96 Simplified generating training YAML, cleaned it up, training output is cleaned up and will "autoscroll" (only show the last 8 lines, refer to console for a full trace if needed)
ecker closed issue ecker/ai-voice-cloning#3 2023-02-18 14:19:01 +00:00
FileNotFoundError immediately after starting training
ecker commented on issue ecker/ai-voice-cloning#3 2023-02-18 14:18:56 +00:00
FileNotFoundError immediately after starting training

Should be fixed in 0dd5640a89aba2eafa4e886d74f28f3a5e95357f. It was quick to figure the issue since past-me had the brain to at least have it print the command it executes.

Several brain worms…

ecker pushed to master at ecker/ai-voice-cloning 2023-02-18 14:14:49 +00:00
0dd5640a89 forgot that call only worked if shell=True