-
Notifications
You must be signed in to change notification settings - Fork 2
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
possibility to run this tool locally? #2
Comments
Hey there, you are welcome! It should be very doable to modify to run locally. I actually don't have the hardware to test or build it out myself, unfortunately (what lead to this). One would essentially need to replace the code in the
You can look at some of what is being done on the StyleTTS 2 side, by looking at app.py in the HF Space's code: https://huggingface.co/spaces/Dupaja/styletts2-public/blob/main/app.py I'd certainly give my blessing if anyone wanted to try and make a local fork! |
I did a quick and dirty local fork, but it works! |
Thanks much for your work on this. |
Strange. No errors in the script, or in the docker logs? (I usually check the logs on the container in Docker Desktop). I remember having to fix some crashes in the docker image (turning on normalization on audio or something). But don't have the time to set this up properly yet. |
Hi there,
Thanks very much for your work on this project, it seems quite interesting.
I'm just wondering if there is any way/possibility to run this locally for those of us who have good GPUs?
It could possibly leverage the styletts2 rest api or importable script at https://github.com/NeuralVox/StyleTTS2
As someone who isn't a developer this is probably a lot more complicated than I'm making it out to be, although this is great work so far none the less.
The text was updated successfully, but these errors were encountered: