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

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

Try:

git fetch --all
git reset --hard origin/main
mrq pushed to main at mrq/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)
mrq pushed to main at mrq/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)
mrq pushed to main at mrq/tortoise-tts 2023-02-09 02:39:24 +00:00
716e227953 oops
mrq commented on issue mrq/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.…

mrq pushed to main at mrq/tortoise-tts 2023-02-09 01:54:22 +00:00
a37546ad99 owari da...
mrq pushed to main at mrq/tortoise-tts 2023-02-08 23:04:28 +00:00
6255c98006 beginning to add DirectML support
mrq pushed to master at mrq/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)
mrq pushed to master at mrq/stable-diffusion-utils 2023-02-08 18:59:45 +00:00
0d5bbfa465 quick adjustment for LoRAs (because I finally got off my fat ass to look into them since my interest in AI generated content re-ignited again with locally running PyTorch things)
mrq pushed to master at mrq/stable-diffusion-utils 2023-02-08 18:57:55 +00:00
0f63432218 quick adjustment for LoRAs (because I finally got off my fat ass to look into them since my interest in AI generated content re-ignited again with locally running PyTorch things)
mrq pushed to master at mrq/stable-diffusion-utils 2023-02-08 18:41:23 +00:00
e34bce0290 quick adjustment for LoRAs (because I finally got off my fat ass to look into them since my interest in AI generated content re-ignited again with locally running PyTorch things)
mrq closed issue mrq/tortoise-tts#10 2023-02-08 14:16:23 +00:00
With new conditioning latents generated outputs file size is dramatically increased
mrq commented on issue mrq/tortoise-tts#10 2023-02-08 14:16:19 +00:00
With new conditioning latents generated outputs file size is dramatically increased

Remedied in commit d9a9fa6a82fc742c51c957ef4e47dd81922531ec. In short, I was a foolishly foolish fool and didn't check the output size of the latents going up dramatically, and didn't bother…