Comment by thedangler
1 day 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?
1 day 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?
Scroll 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
I wanted to try this locally as well so I have asked AI to write CLI for me: 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.