9 ms·
Kind of a noob, how would I implement this locally? How do I pass it audio to process. I'm assuming its in the API spec?
by thedangler 8mo ago
Kind of a noob, how would I implement this locally?
How do I pass it audio to process. I'm assuming its in the API spec?
- dust42 8mo agoScroll down on the Huggingface page, there are code examples and also a link to github: https://huggingface.co/Qwen/Qwen3-TTS-12Hz-0.6B-Base https://huggingface.co/Qwen/Qwen3-TTS-12Hz-0.6B-Base
- daliusd 8mo agoI wanted to try this locally as well so I have asked AI to write CLI for me: https://github.com/daliusd/qtts https://github.com/daliusd/qtts There are some samples. If you have GPU you might want to fork and improve this, but otherwise slow, but usable on CPU as well.