• 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-05 01:28:59 +00:00
ed33e34fcc Added choices to choose between diffusion samplers (p, ddim)
mrq pushed to main at mrq/tortoise-tts 2023-02-04 01:51:34 +00:00
5c876b81f3 Added small optimization with caching latents, dropped Anaconda for just a py3.9 + pip + venv setup, added helper install scripts for such, cleaned up app.py, added flag '--low-vram' to disable minor optimizations
mrq commented on issue mrq/tortoise-tts#1 2023-02-04 01:19:49 +00:00
Solving environment: failed with initial frozen solve.

I got a working setup with just Python 3.9 and pip in commit 0d8211e450044aaf240a15a33b65c7b940ced7f5 and updated the setup.bat to reflect it. I suppose it's not a true fix to the issue, but it…

mrq pushed to main at mrq/tortoise-tts 2023-02-04 01:17:29 +00:00
0d8211e450 Added small optimization with caching latents, dropped Anaconda for just a py3.9 + pip + venv setup, added helper install scripts for such, cleaned up app.py
mrq pushed to main at mrq/tortoise-tts 2023-02-04 01:15:19 +00:00
e8087e1c6b Added small optimization with caching latents, dropped Anaconda for just a py3.9 + pip + venv setup, added helper install scripts for such, cleaned up app.py
mrq commented on issue mrq/tortoise-tts#2 2023-02-03 21:47:03 +00:00
Running out of memory despite being able to run the other gardio version?

Reverted the patch in commit 8f20afc18f8fe3be36daee99be591d302d54ac1f for now. I'll try and see about cramming in a way to toggle between using those optimizations or not. It should be easy.

mrq pushed to main at mrq/tortoise-tts 2023-02-03 21:45:23 +00:00
8f20afc18f Reverted slight improvement patch, as it's just enough to OOM on GPUs with low VRAM
mrq commented on issue mrq/tortoise-tts#2 2023-02-03 21:35:20 +00:00
Running out of memory despite being able to run the other gardio version?

Rats. I suppose that's why it wasn't merged in the original repo. Some anon(s) mentioned a small performance…

mrq commented on issue mrq/tortoise-tts#1 2023-02-03 21:26:37 +00:00
Solving environment: failed with initial frozen solve.

any ideas?

I have a few:

mrq pushed to main at mrq/tortoise-tts 2023-02-03 04:56:51 +00:00
e8d4a4f89c Added progress for transforming to audio, changed number inputs to sliders instead
mrq pushed to main at mrq/tortoise-tts 2023-02-03 04:20:09 +00:00
ea751d7b6c forgot to copy the alleged slight performance improvement patch, added detailed progress information with passing gr.Progress, save a little more info with output
mrq pushed to main at mrq/tortoise-tts 2023-02-03 01:25:12 +00:00
43f45274dd Cleaned up the good-morning-sirs-dialect labels, fixed seed=0 not being a random seed, show seed on output
mrq pushed to master at mrq/stable-diffusion-utils 2022-10-25 21:03:02 +00:00
3eb5ab52fa fixes
mrq pushed to master at mrq/stable-diffusion-utils 2022-10-21 15:00:46 +00:00
bd93df445f more sloppy quick notes but for CLIP aesthetics
mrq pushed to master at mrq/stable-diffusion-utils 2022-10-21 02:14:23 +00:00
3bec2624fb oops
mrq pushed to master at mrq/stable-diffusion-utils 2022-10-21 01:59:25 +00:00
75b8fdc19b oops
mrq pushed to master at mrq/stable-diffusion-utils 2022-10-14 18:04:43 +00:00
06183b494e add extending settings to json, provided examples, so no more having to discard changes when pulling
mrq pushed to master at mrq/stable-diffusion-utils 2022-10-14 14:24:48 +00:00
a4bbda9425 added MORE notes to hypernetwork training
mrq pushed to master at mrq/stable-diffusion-utils 2022-10-14 14:22:56 +00:00
b20e942e9b added MORE notes to hypernetwork training
mrq pushed to master at mrq/stable-diffusion-utils 2022-10-13 21:30:13 +00:00
c8475149f9 actually make the node.js script preprocess from an argument