• 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#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
ecker pushed to main at ecker/tortoise-tts 2023-02-09 21:08:04 +00:00
dccedc3f66 Added and documented
ecker pushed to main at ecker/tortoise-tts 2023-02-09 20:49:33 +00:00
8c30cd1aa4 Oops
ecker closed issue ecker/tortoise-tts#11 2023-02-09 20:45:25 +00:00
git update error
ecker closed issue ecker/tortoise-tts#6 2023-02-09 20:44:35 +00:00
emotions not working with CPU
ecker closed issue ecker/tortoise-tts#12 2023-02-09 20:43:58 +00:00
Possible to add PATH to URL in gradio?
ecker commented on issue ecker/tortoise-tts#12 2023-02-09 20:43:55 +00:00
Possible to add PATH to URL in gradio?

Implemented in commit d7443dfa067e91ba30b55fc52a37f2445a2a6e20, it might still be broken because I was in the middle of some things sidetracked into the nightmare of getting it to work.

ecker pushed to main at ecker/tortoise-tts 2023-02-09 20:43:08 +00:00
d7443dfa06 Added option: listen path
ecker commented on issue ecker/tortoise-tts#11 2023-02-09 13:40:21 +00:00
git update error

Try:

git fetch --all
git reset --hard origin/main
ecker pushed to main at ecker/tortoise-tts 2023-02-09 05:05:49 +00:00
38ee19cd57 I didn't have to suck off a wizard for DirectML support (courtesy of https://github.com/AUTOMATIC1111/stable-diffusion-webui/issues/7600 for leading the way)
ecker pushed to main at ecker/tortoise-tts 2023-02-09 05:02:47 +00:00
aae8cc5513 I didn't have to suck off a wizard for DirectML support (courtesy of https://github.com/AUTOMATIC1111/stable-diffusion-webui/issues/7600 for leading the way)
ecker pushed to main at ecker/tortoise-tts 2023-02-09 02:39:24 +00:00
716e227953 oops
ecker commented on issue ecker/tortoise-tts#9 2023-02-09 02:01:07 +00:00
Keeping gradio from phoning home

presumably for models

Indeed, I managed to catch a stack trace while trying to quickly kill it while working on something else, at [/tortoise/utils/wav2vec_alignment.py#L56](https://git.ecker.…

ecker pushed to main at ecker/tortoise-tts 2023-02-09 01:54:22 +00:00
a37546ad99 owari da...
ecker pushed to main at ecker/tortoise-tts 2023-02-08 23:04:28 +00:00
6255c98006 beginning to add DirectML support
ecker pushed to master at ecker/stable-diffusion-utils 2023-02-08 19:21:43 +00:00
d1d5153874 added cache folder to pull from if an image exists (to remove needless refetches in the future)