• 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/DL-Art-School 2023-02-17 00:19:54 +00:00
7c97a8f47a pip-ifying
ecker pushed to master at ecker/ai-voice-cloning 2023-02-17 00:08:42 +00:00
3a078df95e Initial refractor
ecker pushed to master at ecker/ai-voice-cloning 2023-02-17 00:07:33 +00:00
4770db473d initial refractor
ecker pushed to master at ecker/ai-voice-cloning 2023-02-16 23:22:24 +00:00
fe5ca47d6d consolidate some functions into the right spots
ecker pushed to main at ecker/tortoise-tts 2023-02-16 23:18:16 +00:00
9392a11cdd one more update
ecker commented on issue ecker/tortoise-tts#39 2023-02-16 22:13:35 +00:00
activate.bat missing

Fixed in commit 56a54157762e8793424fe428ddefd0858e3fc215.

ecker closed issue ecker/tortoise-tts#39 2023-02-16 22:13:35 +00:00
activate.bat missing
ecker pushed to main at ecker/tortoise-tts 2023-02-16 22:12:51 +00:00
56a5415776 fixed colab to use the new repo, reorder loading tortoise before the web UI for people who don't wait
605ce2a706 fixing brain worms
Compare 2 commits »
ecker pushed to master at ecker/ai-voice-cloning 2023-02-16 21:58:36 +00:00
795234eef6 temporarily comment out DLAS since it's not used at the moment
ecker commented on issue ecker/tortoise-tts#39 2023-02-16 21:55:47 +00:00
activate.bat missing

There's also no activate.bat in the scripts folder.

You need to do setup first, as per the README.

it would say "TTS is still activating" and then never work regardless of how long I…

ecker pushed to master at ecker/ai-voice-cloning 2023-02-16 21:51:42 +00:00
6aa2081f08 initial refractor
ecker pushed to main at ecker/tortoise-tts 2023-02-16 19:48:19 +00:00
76fce284e4 pip-ifying things
ecker opened issue ecker/tortoise-tts#38 2023-02-16 19:36:52 +00:00
To-Do: Rescope in progress
ecker commented on issue ecker/tortoise-tts#37 2023-02-16 13:34:23 +00:00
Error when running start.bat

Should be fixed in commit efa43274bdeb80d8356af0c0d05f64f466403ca1.

ecker closed issue ecker/tortoise-tts#37 2023-02-16 13:34:23 +00:00
Error when running start.bat
ecker pushed to main at ecker/tortoise-tts 2023-02-16 13:23:14 +00:00
efa43274bd oops
ecker commented on issue ecker/tortoise-tts#35 2023-02-16 06:37:00 +00:00
Did something break after update?

Error occurred while tring to initialize voicefixer: PytorchStreamReader failed reading zip archive: failed finding central directory

Sounds like you closed the process while it was…

ecker commented on issue ecker/tortoise-tts#30 2023-02-16 04:08:37 +00:00
Implement Training

Christ, that was quick. Props to that mad lad for getting it working. Conveniently just in time too, as I felt I was starting to run out of ways to boost performance/quality to make up for the…

ecker commented on issue ecker/tortoise-tts#35 2023-02-16 03:51:36 +00:00
Did something break after update?

Strange, wonder what's bugging it out there. It's an (unrelated) error related to the incrementing filename thing that I tried to fix a few hours ago. I don't think you'd have to clear out your…

ecker commented on issue ecker/tortoise-tts#36 2023-02-16 01:09:21 +00:00
Result files still don't increment properly for me

Should actually be fixed now in commit 63bcadcbbe9139d0ece9fcdd811e1f5cac17896d. My issue was that I didn't actually test it with single lines with only one candidate, and my regex was slightly…