huggingface / transformers

🤗 Transformers: State-of-the-art Machine Learning for Pytorch, TensorFlow, and JAX.
https://huggingface.co/transformers
Apache License 2.0
128.61k stars 25.51k forks source link

Add StyleTTS 2 to HF Transformers Pipeline #28121

Open fakerybakery opened 6 months ago

fakerybakery commented 6 months ago

Feature request

Add StyleTTS 2 to HF Transformers Pipeline

Motivation

Would be great to have an easier way to run STTS2

Your contribution

I created a fork with importable scripts

amyeroberts commented 6 months ago

cc @sanchit-gandhi @ylacombe

sanchit-gandhi commented 5 months ago

The model is indeed very performant (see space) and has a permissive license: one of the packages is GNU licensed. Without this, it can be used with the MIT license

=> on paper it looks like a great candidate for a model addition to Transformers/Diffusers. I wonder if we've missed the boat here with the community interest? WDYT @ylacombe @Vaibhavs10?

fakerybakery commented 5 months ago

Hi, we can replace the GPL phonemizer with gruut to make it MIT

fakerybakery commented 5 months ago

If it would be helpful I can create a demo later with fully MIT licensed components

github-actions[bot] commented 5 months ago

This issue has been automatically marked as stale because it has not had recent activity. If you think this still needs to be addressed please comment on this thread.

Please note that issues that do not follow the contributing guidelines are likely to be ignored.

fakerybakery commented 4 months ago

Just posting to keep this from going stale

rs545837 commented 6 days ago

any updates on this?