Replies: 3 comments 3 replies
-
on gradio as long as you are using the same browser, you'll have the same session so all your custom voices will stay intact. |
Beta Was this translation helpful? Give feedback.
-
Okay that makes sense. But I was doing no clearing whatsoever and every
single time even if I started and stopped it five times in a row, I would
get a new session.
It doesn't matter much for me personally as I just use my little GUI for
the headless.
Obviously nobody else has run into the issue so it's probably not worth
looking at.
Thanks for the update
…On Fri, May 9, 2025, 10:24 PM ROBERT MCDOWELL ***@***.***> wrote:
clear cache is ok, clear cookies or use incognito mode creates a new
session at every reload or new access.
—
Reply to this email directly, view it on GitHub
<#672 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AIVRLQCOPQLEU6TVCJ32TI325VPOTAVCNFSM6AAAAAB3SHCYGWVHI2DSMVQWIX3LMV43URDJONRXK43TNFXW4Q3PNVWWK3TUHMYTGMBZG4YDGOA>
.
You are receiving this because you authored the thread.Message ID:
<DrewThomasson/ebook2audiobook/repo-discussions/672/comments/13097038@
github.com>
|
Beta Was this translation helpful? Give feedback.
-
For now you can reuse or use different session ID in headless mode. in GUI gradio mode the best is to use the most conventional browser accepting cookies and without incognito state. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I have not found a way to load a session when using the Gradio interface. Restarting an interupted session or such doesn't seem to be possible with the Gradio interface. I see it as an option on the headless.
This is mainly and issue when you import custom voices. For me, it seems every time I start the program a new session is created and I have NO custom voices and I have to import again any I want to use. They don't seem to be persistant.
I've overcome this by making a master Custom xtts folder and making a symlink. I use a custom launcher that runs a small app that monitors the session folder and when a new session is started it replaces the existing xtts folder with the symlinked one so I have access to my custom voices for each new session without having to import.
Beta Was this translation helpful? Give feedback.
All reactions