-
-
Notifications
You must be signed in to change notification settings - Fork 634
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature Requests! #38
Comments
|
Awesome! Another huge addition would be the ability to use the new F5-TTS model. It seems to have less hallucinations. |
Good idea! 👍
|
Best of luck! |
About request #2 though,
Example from hugging face GUI demo ⬇️ |
Okay that is awesome, I never thought about clicking that button 😅. Maybe those should load automatically or work like a drop down menu in the UI? Or maybe I should learn to read better lol |
@scriptpony it's on the way also in the next version |
Short answer: gradio is extremely restrictive in reloading anything in the gui.
I'll look at renaming the button to make it more clear on what it does tho lol,
|
Perhaps renamed to"View Completed Audiobooks" ? 🤔
What do you think? Any suggestions? |
or show converted files |
Show converted files or audiobooks would make most sense to me! |
Changed to "Show Converted Files" for this git shard :) |
After a lot of trial and error I was able to modify your code to get it working with F5-TTS! I am running into issues getting it on Hugging Face (I am new to this) but here it is if you wanted to check it out: |
👀 |
If you make a fork of this repo and then apply your changes it'll be easier for us to be able too see your changes you made to it In the meantime were hard at work on a version 2.0 where the code base is heavily modified 😅 I'll look into your code tho to see how it preforms! Well probs look into asking you for help in the future when adding it smoothly to ebook2audiobook v2.0 |
I'll give you a heads up on the functions we would need you to make once we get our v2.0 stuff finalized 😅 In the meantime Here's me testing out your code as a hugginface spacehttps://huggingface.co/spaces/drewThomasson/ebook2audiobook_F5-TTS I'll probs do some testing with it tomorrow to see if it works |
Awesome! Glad it works on hf. Fair warning the code is hot garbage chatGPT slop but it works so 🤷♂️. I just wanted to get something working asap Super slow on CPU btw, actually idk if it even works on CPU I didn't test that |
I works well on CPU, fore sure much slower but ok. the feature 2. is developed on v2.0.0 but only in case of crash on server side, not client. meaning that if the gradio client is losing the connection but the process is still running on server side so it's still not possible to reconnect gradio to the same process, and I'm not sure it's possible unless with a low level code access to the OS. |
NEXT VERSION! https://github.com/jondana/eBook_to_Audiobook_with_F5-TTS/tree/main
I spent way too much time trying to improve the progress bar to show wav stitching but didn't work out |
don't waste too much your effort on the actual version, the next version is full code rebase and integrate what you did in the v2 version will be a lot of complications. better you wait the v2 then you can push a PR. |
Sadly Agreed😅 |
Sounds good! I am definitely done for now. Excited to see what you guys come up with |
Updated the hugging face demo of ur code with your new https://huggingface.co/spaces/drewThomasson/ebook2audiobook_F5-TTS |
Is point 3 already implemented?
|
@leet1994 yes, it's in ./lib/conf.py, change it to your own. |
|
Obviously no expectation that you do these but here are some requests!
Thx!
The text was updated successfully, but these errors were encountered: