• 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-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.

ecker commented on issue ecker/tortoise-tts#13 2023-02-09 22:18:38 +00:00
gc.collect() NameError: name 'gc' is not defined

Knew I forgot to copy the file back over. Fixed in commit 77b39e59ac65ebc83d663a55ac09abc216b745e9.

ecker closed issue ecker/tortoise-tts#13 2023-02-09 22:18:38 +00:00
gc.collect() NameError: name 'gc' is not defined
ecker pushed to main at ecker/tortoise-tts 2023-02-09 22:18:10 +00:00
77b39e59ac oops
ecker commented on issue ecker/tortoise-tts#9 2023-02-09 22:08:50 +00:00
Keeping gradio from phoning home

Added setting Only Load Models Locally to force all model loading to only load the model locally in commit 3621e16ef906e2effd2fbef5900bfcbb50d2e62f.

This should nail out any other remaining…

ecker pushed to main at ecker/tortoise-tts 2023-02-09 22:07:04 +00:00
3621e16ef9 Added 'Only Load Models Locally' setting