I just followed the Quickstart[1] in the GitHub repo, refreshingly straight forward. Using the pip package worked fine, as did installing the editable version using the git repository. Just install the CUDA version of PyTorch[2] first.
The HF demo is very similar to the GitHub demo, so easy to try out.
That's for CUDA 12.8, change PyTorch install accordingly.
Skipped FlashAttention since I'm on Windows and I haven't gotten FlashAttention 2 to work there yet (I found some precompiled FA3 files[3] but Qwen3-TTS isn't FA3 compatible yet).
Tailwind is nice and all be it’s crazy verbose, I still am a fan of bootstrap. In the days of AI and tokens. Tailwind classes and styling cure through tokens. lol
I've only started but I mostly use Claude Code for building out code that has been done a million times. So its good at setting up a project to get all the boiler plate crap out of the way.
When you need to build out specific feature or logic, it can fail hard.
And the best is when you have something working, and it fixes something else and deletes the old code that was working, just in a different spot.
I had a nice little app that I would run once and a while and it would take all my Weekly Playlist Spotify built, remove duplicates and make one playlist.
Spotify built playlists are no longer accessible in the API.
reply