mrq
-
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
Block a user
do_tts.py and read.py
Use the Line Delimiter
input in the web UI to process your text input into pieces, similar to read.py
's behavior.
For example, set Line Delimiter
to \n
for it to process each line one by…
Suggestion: Snap the "Candidates" slider to integer values
Added.
In bf32efe5038089beb0ccfbade50e290d886827fc :
- had to fix a case with it breaking on candidates=1
- did some cleanup for the printed messages
- had the string to split by a…
Suggestion: Snap the "Candidates" slider to integer values
However there's a problem in the latest commit where regardless of what sample and iteration values you set, it sets it to "512" during generation.
Already ahead of you, fixed it. When I was…