• 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 issue ecker/tortoise-tts#27 2023-02-12 17:23:38 +00:00
[py3.10] Error when creating conditioning latents

I'll see about trying to replicate it. I'm very sure I forgot to actually check it working on Low VRAM itself, so I most definitely broke it.

ecker commented on issue ecker/tortoise-tts#26 2023-02-12 14:49:39 +00:00
Must use Low VRAM setting or python crashes

Alrighty, it should be fixed in commit a2d95fe2087c98cc1a27fa6ff04311a5f01aa1c2. Apologies for the inconveniences, as I could have sworn I didn't have Low VRAM checked when jamming DirectML…

ecker pushed to main at ecker/tortoise-tts 2023-02-12 14:46:42 +00:00
a2d95fe208 fixed silently crashing from enabling kv_cache-ing if using the DirectML backend, throw an error when reading a generated audio file that does not have any embedded metadata in it, cleaned up the blocks of code that would DMA/transfer tensors/models between GPU and CPU
ecker commented on issue ecker/tortoise-tts#26 2023-02-12 14:22:24 +00:00
Must use Low VRAM setting or python crashes

Oh, it was actually the use of kv_cacheing that would cause it to crash, which gets disabled if using Low VRAM. I'll push a fix out when I validate my (rather unnecessary) changes didn't break…

ecker commented on issue ecker/tortoise-tts#26 2023-02-12 13:28:48 +00:00
Must use Low VRAM setting or python crashes

How odd, I didn't even realize I had the Low VRAM setting checked myself; unchecking it, it's doing the same odd crash again like on python3.10. I think I need to rename that setting since it's…

ecker commented on issue ecker/tortoise-tts#25 2023-02-12 13:12:10 +00:00
After clicking update today i get this error

Sounds more like your saved settings under ./config/ got fucked. Delete those and restart the web UI.

ecker commented on issue ecker/tortoise-tts#24 2023-02-12 05:39:18 +00:00
Python keeps crashing

Did you delete your tortoise-venv folder and re-run setup after installing python3.9?

ecker commented on issue ecker/tortoise-tts#22 2023-02-12 04:39:32 +00:00
Torch issue after updating

No worries.

I didn't think to stress it hard enough in the README/rentry, since when I was suggesting using conda to setup for ease of use, I didn't seem to stumble upon any problems with it…

ecker closed issue ecker/tortoise-tts#22 2023-02-12 04:39:32 +00:00
Torch issue after updating
ecker commented on issue ecker/tortoise-tts#23 2023-02-12 04:37:22 +00:00
errrrorrr

Forgot to push this, but wrapped that block in a try/catch in case you do insert garbage in the Listen option in commit 25e70dce1a1ded42045e247788821e24f9d8a8d0.

ecker closed issue ecker/tortoise-tts#23 2023-02-12 04:37:22 +00:00
errrrorrr
ecker pushed to main at ecker/tortoise-tts 2023-02-12 04:35:28 +00:00
25e70dce1a instll python3.9, wrapped try/catch when parsing args.listen in case you somehow manage to insert garbage into that field and fuck up your config, removed a very redudnant setup.py install call since that only is required if you're just going to install it for using outside of the tortoise-tts folder
ecker commented on issue ecker/tortoise-tts#24 2023-02-12 04:31:02 +00:00
Python keeps crashing

Ah, exact same silent crash on python3.10. image

Install python3.9. Strange though, it didn't complain at all during setup.

You…

ecker commented on issue ecker/tortoise-tts#24 2023-02-12 04:13:22 +00:00
Python keeps crashing

How strange.

The only culprit I can think of is some funny duddy business from using python3.10, but it lets you run it fine up to it so it shouldn't be that.

  • It can't be from OOMing, your…
ecker commented on issue ecker/tortoise-tts#22 2023-02-12 03:27:57 +00:00
Torch issue after updating

Try this then: https://stackoverflow.com/a/68976159.

Aside from that, the only things I can suggest is to explicitly use the python download in my README, and not miniconda.

ecker pushed to main at ecker/tortoise-tts 2023-02-12 01:15:35 +00:00
6328466852 cleanup loop, save files while generating a batch in the event it crashes midway through
ecker commented on issue ecker/tortoise-tts#23 2023-02-11 22:15:26 +00:00
errrrorrr

Delete your ./config/exec.json file.

ecker commented on issue ecker/tortoise-tts#22 2023-02-11 21:01:55 +00:00
Torch issue after updating

c:\miniconda3\tortoise-tts\tortoise-venv\lib\site-packages\tqdm-4.64.1-py3.11.egg

py3.11

Use Python3.9.

ecker commented on issue ecker/tortoise-tts#16 2023-02-11 20:40:49 +00:00
Suggestions

Attempts to run voice fix, even when it's disabled, adding around 20 seconds to the total time until the output is displayed. It may even be running it, despite being disabled? At least, it…

ecker closed issue ecker/tortoise-tts#19 2023-02-11 20:36:18 +00:00
Error when generating