Code Monkey home page Code Monkey logo

Comments (16)

fakerybakery avatar fakerybakery commented on July 30, 2024 3

Hi, someone asked here if I would release a local Gradio GUI to run (the comment was later deleted for some reason, but it was still in my inbox).

I am planning to eventually release it and perhaps make a PR to the main repository, but the code quality is currently pretty... low. I'm going to clean it up a bit and then try to release it.

from styletts2.

yl4579 avatar yl4579 commented on July 30, 2024 1

A few more features that could be added:

  1. Now the limit is 300 characters, but the max_length of BERT encoder is 512, so I think a better way of checking this limit is first phonemize the input and then use len() on the phoneimzed texts and make sure it is less than 512.
  2. Probably we can add duration control and pitch control as well. To control duration, we can do yl4579/StyleTTS#3. To control the pitch, we can do the same but scale the F0. Another more natural way is to change the pitch of the reference audio and use that to sample a style, then combine it with the original style.
  3. We can add emotion control with style transfer, though it may not be very obvious in LibriTTS dataset due to the data itself is not overly emotional.

Thanks again for your help in making the demo!

from styletts2.

fakerybakery avatar fakerybakery commented on July 30, 2024 1

Hi, I can try to implement this. 1 and 2 seem doable, but 3 seems a bit harder. I'll look into this later today! Thanks for the suggestions!

from styletts2.

fakerybakery avatar fakerybakery commented on July 30, 2024 1

Ok, I'll remove the long text feature in a couple minutes or add a character limit

from styletts2.

kotaxyz avatar kotaxyz commented on July 30, 2024 1

Hi, someone asked here if I would release a local Gradio GUI to run (the comment was later deleted for some reason, but it was still in my inbox).

I am planning to eventually release it and perhaps make a PR to the main repository, but the code quality is currently pretty... low. I'm going to clean it up a bit and then try to release it.

@fakerybakery thanks a lot for your reply , I'm looking forward for the local version ,I tested the huggingface demo and it looks awesome !

from styletts2.

fakerybakery avatar fakerybakery commented on July 30, 2024 1

Yeah, I'll start doing that. However I'm using macOS and can't figure out how to install espeak-ng for phonemizer (I tried MacPorts but it didn't work - maybe I'll develop it on a VM)

from styletts2.

yl4579 avatar yl4579 commented on July 30, 2024

I'm not familiar with Gradio. I did try it for StyleTTS but had no success. I would take a look at it later when I get time, but if anyone is interested in making a demo for now feel free to contribute!

from styletts2.

yl4579 avatar yl4579 commented on July 30, 2024

Someone is already working on it: #53, and we are figuring out some details of it.
I will let you know when it is ready.

from styletts2.

fakerybakery avatar fakerybakery commented on July 30, 2024

Hi @AK391. I’ve released a Gradio demo here with voice cloning, multi-speaker support, and LJSpeech support.

from styletts2.

yl4579 avatar yl4579 commented on July 30, 2024

@fakerybakery I think for the default voices, it would be great if you could find all the audio samples in the training data and compute the styles of each sample and take the average, then save it as the speaker embedding. This is probably more efficient than computing the style every time it is run, and also more accurate reflection of the speaker.

from styletts2.

fakerybakery avatar fakerybakery commented on July 30, 2024

Yes, you’re probably right. No wonder starting the demo took so long each time! Thank you, I’ll push a fix tomorrow :)

from styletts2.

fakerybakery avatar fakerybakery commented on July 30, 2024

Thanks to @AK391 for posting this solution on X/Twitter! Just realized you can run any Hugging Face space on Docker.

docker run -it -p 7860:7860 --platform=linux/amd64 --gpus all \
	registry.hf.space/styletts2-styletts2:latest python app.py

from styletts2.

MariasStory avatar MariasStory commented on July 30, 2024

Can you please remove the "Access code" in the "Long Text"?
It is a problem when the docker is run locally.

from styletts2.

fakerybakery avatar fakerybakery commented on July 30, 2024

Hi @yl4579, a couple things:

  1. I tried saving the speaker embeddings with pickle but it had an issue switching between CPU + GPU. Do you have any tips for resolving this?
  2. For len, do you mean just get the length of phonemes? Or tokens?

from styletts2.

yl4579 avatar yl4579 commented on July 30, 2024

@fakerybakery

  1. You can save it to CPU (or even as numpy array) and then do .to('cuda').
  2. Technically you should do it with tokens, but each character is a single token, len should be fine too.

from styletts2.

yvrjsharma avatar yvrjsharma commented on July 30, 2024

I am planning to eventually release it and perhaps make a PR to the main repository, but the code quality is currently pretty... low. I'm going to clean it up a bit and then try to release it.

Would you like to start with making a local copy of the current HF demo and then iterate over it to improve it? @fakerybakery

from styletts2.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.