• 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#16 2023-02-10 21:05:53 +00:00
Suggestions

A lot of those suggestions require heavy Gradio modification, or very dirty solutions.

a cancel button to stop the current generation

Tried it. The solutions in mind are either spawning a…

ecker pushed to main at ecker/tortoise-tts 2023-02-10 20:22:22 +00:00
8f789d17b9 Slight notebook adjust
ecker pushed to main at ecker/tortoise-tts 2023-02-10 20:12:12 +00:00
7471bc209c Moved voices out of the tortoise folder because it kept being processed for setup.py
ecker pushed to main at ecker/tortoise-tts 2023-02-10 19:55:49 +00:00
2bce24b9dd Cleanup
ecker commented on issue ecker/tortoise-tts#16 2023-02-10 18:40:33 +00:00
Suggestions

The embedded view is too small for the user interface

Ah, there's a height argument I can pass through on launch. I'll push a fix later when I'm available.

uploaded voices return an…

ecker pushed to main at ecker/tortoise-tts 2023-02-10 16:48:05 +00:00
811539b20a Added the remaining input settings
ecker commented on issue ecker/tortoise-tts#16 2023-02-10 16:29:34 +00:00
Suggestions

Added a link to a colab notebook in commit f5ed5499a039ae03729fc6a98ffe6c4f3046b056. It uses Gradio's Colab integration to embed itself in the notebook itself, rather than require opening a public…

ecker pushed to main at ecker/tortoise-tts 2023-02-10 16:26:24 +00:00
f5ed5499a0 Added a link to the colab notebook
ecker pushed to main at ecker/tortoise-tts 2023-02-10 16:12:23 +00:00
07c54ad361 Colab notebook (part II)
ecker pushed to main at ecker/tortoise-tts 2023-02-10 16:07:36 +00:00
df501316d2 Colab notebook (part II)
ecker pushed to main at ecker/tortoise-tts 2023-02-10 16:06:03 +00:00
91544e41dc Colab notebook (part II)
ecker pushed to main at ecker/tortoise-tts 2023-02-10 15:59:04 +00:00
939c89f16e Colab notebook (part 1)
ecker pushed to main at ecker/tortoise-tts 2023-02-10 15:52:09 +00:00
2ab3b52050 Colab notebook (part 1)
ecker pushed to main at ecker/tortoise-tts 2023-02-10 15:48:51 +00:00
ba0d043337 Colab notebook (part 1)
ecker commented on issue ecker/tortoise-tts#16 2023-02-10 13:58:38 +00:00
Suggestions

Set up a colab

I'll see about fiddling with replacing the provided colab notebook, since I'm already feeling like I'm tackled most problems already and am running out of things to work…

ecker commented on issue ecker/tortoise-tts#15 2023-02-10 13:48:08 +00:00
Shouldn't Cuda have priority over DML ?

No.

  • don't install both torch variants.
  • don't use DirectML if you can use CUDA. I stress this enough in my documentation.
  • to the end user that can follow directions and install one (1)…
ecker closed issue ecker/tortoise-tts#15 2023-02-10 13:48:08 +00:00
Shouldn't Cuda have priority over DML ?
ecker pushed to main at ecker/tortoise-tts 2023-02-10 03:02:40 +00:00
39b81318f2 Added new options: "Output Sample Rate", "Output Volume", and documentation
ecker closed issue ecker/tortoise-tts#14 2023-02-09 22:22:23 +00:00
gradio initalizes before tortoise
ecker commented on issue ecker/tortoise-tts#14 2023-02-09 22:22:22 +00:00
gradio initalizes before tortoise

Intended behavior, so I can load the web UI without waiting for tortoise-tts to initialize.

Wait for TorToiSe initialized, ready for generation. in console.