• 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 main at ecker/tortoise-tts 2023-02-16 01:06:43 +00:00
63bcadcbbe actually for real fixed incrementing filenames because i had a regex that actually only worked if candidates or lines>1, cuda now takes priority over dml if you're a nut with both of them installed because you can just specify an override anyways
ecker commented on issue ecker/tortoise-tts#36 2023-02-16 00:47:49 +00:00
Result files still don't increment properly for me

Oh, I think I found the issue. One moment.

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

Should now actually be fixed in commit 7a4460ddf087f643b8df60b4317cf9b1cf8dd581.

The new behavior will use the last indexed file + 1.

ecker commented on issue ecker/tortoise-tts#35 2023-02-15 21:53:41 +00:00
Did something break after update?

Added argument device-override/setting Device Override in commit 7a4460ddf087f643b8df60b4317cf9b1cf8dd581. Pass a string returned from running list_devices.py, for example, pass cuda:1

ecker pushed to main at ecker/tortoise-tts 2023-02-15 21:51:48 +00:00
7a4460ddf0 added setting "device-override", less naively decide the number to use for results, some other thing
ecker commented on issue ecker/tortoise-tts#36 2023-02-15 21:22:15 +00:00
Result files still don't increment properly for me

Gross, I don't want to go back to eye sore timestamps for "uniqueness". I'll admit the current way it does it is still rather naive, but I didn't seem to have any problems are extensively testing…

ecker commented on issue ecker/tortoise-tts#35 2023-02-15 21:15:09 +00:00
Did something break after update?

However there seems to be a new problem, and I'm not sure what's going on here with connections?

Those have usually happened for me. They're very innocuous so I haven't bothered with…

ecker commented on issue ecker/tortoise-tts#35 2023-02-15 16:14:57 +00:00
Did something break after update?

The system cannot find the path specified: './results/'

Well, it's missing the ./results/ folder, which I suppose I forgot to have created if not available outside of a generation call.…

ecker pushed to main at ecker/tortoise-tts 2023-02-15 15:33:17 +00:00
261beb8c91 fixes
ecker pushed to main at ecker/tortoise-tts 2023-02-15 05:58:46 +00:00
d2ab3383f8 oops x2
ecker pushed to main at ecker/tortoise-tts 2023-02-15 05:55:06 +00:00
c533b1b391 oops
ecker pushed to main at ecker/tortoise-tts 2023-02-15 05:49:41 +00:00
88535f192d voicefixed files do not overwrite, as my autism wants to hear the difference between them, incrementing file format fixed for real
ecker pushed to main at ecker/tortoise-tts 2023-02-15 05:04:34 +00:00
f4d2d0d7f8 added option: force cpu for conditioning latents, for when you want low chunk counts but your GPU keeps OOMing because fuck fragmentation
ecker pushed to main at ecker/tortoise-tts 2023-02-15 04:44:22 +00:00
defa460028 modified conversion scripts to not give a shit about bitrate and formats since torchaudio.load handles all of that anyways, and it all gets resampled anyways
ecker pushed to main at ecker/tortoise-tts 2023-02-15 04:39:39 +00:00
2ee6068f98 done away with kludgy shit code, just have the user decide how many chunks to slice concat'd samples to (since it actually does improve vocie replicability)
ecker closed issue ecker/tortoise-tts#16 2023-02-14 21:25:32 +00:00
Suggestions
ecker closed issue ecker/tortoise-tts#30 2023-02-14 21:25:22 +00:00
Implement Training
ecker commented on issue ecker/tortoise-tts#33 2023-02-14 21:25:13 +00:00
Change modes and cuda flag of voicefixer.

I've also added a checkbox to outright disable in commit b4ca260de96a96fe54363dda399ad502befa0fe5, as it would OOM periodically on my 2060 (6GiB VRAM) due to how terribly fragmented it gets.

ecker closed issue ecker/tortoise-tts#33 2023-02-14 21:25:13 +00:00
Change modes and cuda flag of voicefixer.
ecker commented on issue ecker/tortoise-tts#34 2023-02-14 21:24:08 +00:00
2 new features

Added in commit c12ada600bbfccaac27594a6af78ca72b55b1969.

  • Reset to Default is just an over-glorified button to erase ./config/generation.json or whatever it's called.
  • Utilities tab…