• 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#21 2023-02-11 20:35:52 +00:00
Error when using CVVP weight above 0% on already generated latents

Fixed in commit 5f1c032312048596e1b00e836622fc7201bdf6be.

I think while I was trying to cram DirectML support, I forgot to guarantee the auto_conds also got moved to the GPU, but just the…

ecker closed issue ecker/tortoise-tts#21 2023-02-11 20:35:52 +00:00
Error when using CVVP weight above 0% on already generated latents
ecker pushed to main at ecker/tortoise-tts 2023-02-11 20:34:22 +00:00
5f1c032312 fixed regression where the auto_conds do not move to the GPU and causes a problem during CVVP compare pass
ecker pushed to main at ecker/tortoise-tts 2023-02-11 20:14:38 +00:00
2f86565969 Merge pull request 'Only directories in the voice list' (#20) from lightmare/tortoise-tts:only_dirs_in_voice_list into main
192a510ee1 Only directories in the voice list
Compare 2 commits »
ecker deleted branch only_dirs_in_voice_list from lightmare/tortoise-tts 2023-02-11 20:14:38 +00:00
ecker merged pull request ecker/tortoise-tts#20 2023-02-11 20:14:37 +00:00
Only directories in the voice list
ecker pushed to main at ecker/tortoise-tts 2023-02-11 17:21:14 +00:00
84316d8f80 Moved experimental settings to main tab, hidden under a check box
ecker commented on issue ecker/tortoise-tts#19 2023-02-11 17:14:30 +00:00
Error when generating

From the looks of it, you have the file itself in the voice folder, when it should be in a folder as the name you want to refer to the voice. For example:

  • ./voices/bateman/1.wav
  • ./voices/ba…
ecker pushed to main at ecker/tortoise-tts 2023-02-11 17:01:51 +00:00
50073e635f sloppily guarantee stop/reloading TTS actually works
ecker pushed to main at ecker/tortoise-tts 2023-02-11 16:43:34 +00:00
4b3b0ead1a Added candidate selection for outputs, hide output elements (except for the main one) to only show one progress bar
ecker commented on issue ecker/tortoise-tts#16 2023-02-11 15:34:41 +00:00
Suggestions

Would it be possible to have the same kind of drop down for candidates like you did in the history tab?

That'd work.

I assume Gradio doesn't allow for more complex drop downs, like…

ecker commented on issue ecker/tortoise-tts#18 2023-02-11 15:05:20 +00:00
[Feature Request] Option to fix generated voices

Added in commit c5337a6b512de845cbac0780073aa73d1e93e537. Make sure to update through the update.bat/update.sh script to have it re-fetch new dependencies.

If available for importing and…

ecker closed issue ecker/tortoise-tts#18 2023-02-11 15:05:20 +00:00
[Feature Request] Option to fix generated voices
ecker pushed to main at ecker/tortoise-tts 2023-02-11 15:02:32 +00:00
c5337a6b51 Added integration for "voicefixer", fixed issue where candidates>1 and lines>1 only outputs the last combined candidate, numbered step for each generation in progress, output time per generation step
ecker commented on issue ecker/tortoise-tts#17 2023-02-11 13:01:14 +00:00
Unable to locate voices after updating + file saving overwrite.

Commit ffb269e57942eaf0c233fb3e8acb75cc58ba96e3 should fix being unable to use the old voice dir (a trailing ./ problem), and the incrementing filename problem (needed to + 1 after counting,…

ecker pushed to main at ecker/tortoise-tts 2023-02-11 13:00:45 +00:00
fa743e2e9b store generation time per generation rather than per entire request
ecker pushed to main at ecker/tortoise-tts 2023-02-11 12:39:22 +00:00
ffb269e579 fixed using old output dir because of my autism with prefixing everything with "./" broke it, fixed incrementing filenames
ecker pushed to main at ecker/tortoise-tts 2023-02-11 01:45:36 +00:00
9bf1ea5b0a History tab (3/10 it works)
ecker pushed to main at ecker/tortoise-tts 2023-02-10 22:52:11 +00:00
340a89f883 Numbering predicates on input_#.json files instead of "number of wavs"
ecker pushed to main at ecker/tortoise-tts 2023-02-10 22:14:38 +00:00
8641cc9906 revamped result formatting, added "kludgy" stop button