Earlier quoted context omitted.
I've been using GLM 4.7 with Claude Code. best of both worlds. Canceled my Anthropic subscription due to the US politics as well. Already started my "withdrawal" in Jan 2025, Anthropic was one of the few that was left
I'm in the same boat. Sonnet was overkill for me, and GLM is cheap and smart enough to spit out boilerplate and FFMPEG commands whenever it's asked. $20/month is a bit of an insane ask when the most valuable thing Anthropic makes is the free Claude Code CLI.
Qwen3-TTS family is now open sourced: Voice design, clone, and generation
141–150 of 229 posts
Re: Qwen3-TTS family is now open sourced: Voice design, clone, and generation
#142Earlier quoted context omitted.
This is terrifying. With this and z-image-turbo, we've crossed a chasm. And a very deep one. We are currently protected by screens, we can, and should assume everything behind a screen is fake unless rigorously (and systematically, i.e. cryptographically) proven otherwise. We're sleepwalking into this, not enough people know about it.
https://www.youtube.com/watch?v=diboERFAjkE pretty much this
Re: Qwen3-TTS family is now open sourced: Voice design, clone, and generation
#143Re: Qwen3-TTS family is now open sourced: Voice design, clone, and generation
#144I got this running on macOS using mlx-audio thanks to Prince Canuma: https://x.com/Prince_Canuma/status/2014453857019904423 Here's the script I'm using: https://github.com/simonw/tools/blob/main/python/q3_tts.py You can try it with uv (downloads a 4.5GB model on first run) like this: uv run https://tools.simonwillison.net/python/q3_tts.py \ 'I am a pirate, give me your gold!' \ -i 'gruff voice' -o pirate.wav
Re: Qwen3-TTS family is now open sourced: Voice design, clone, and generation
#145Qwen team, please please please, release something to outperform and surpass the coding abilities of Opus 4.5. Although I like the model, I don't like the leadership of that company and how close it is, how divisive they're in terms of politics.
Re: Qwen3-TTS family is now open sourced: Voice design, clone, and generation
#146How is it for Japanese?
Re: Qwen3-TTS family is now open sourced: Voice design, clone, and generation
#147Earlier quoted context omitted.
Care to explain how the volume of AI research papers authored by Chinese researchers[1] has exceeded US-published ones? Time-traveling plagiarism perhaps, since you believe the US is destined to lead always. 1. Chinese researcher in China , to be more specific.
Volume is easy: they have far more people, it is quality that counts.
1: https://en.wikipedia.org/wiki/List_of_countries_and_dependencies_by_populationRe: Qwen3-TTS family is now open sourced: Voice design, clone, and generation
#148Earlier quoted context omitted.
This feels like one of those tropes that keeps showing up whenever new tech comes out. At the advent of recorded music, im sure buskers and performers were complaing that live music is dead forever. Stage actors were probably complaining that film killed plays. Heck, I bet someome even complained that video itself killed the radio star. Yet here we are, hundreds of years later, live music is still desirable, plays st…
umm, I don't know if you've seen the current state of trying to make a living with music but It's widely accepted as dire. Touring is a loss leader, putting out music for free doesn't pay, stream counts payouts are abysmally low. No one buys songs. All that is before the fact that streaming services are stuffing playlists with AI generated music to further reduce the payouts to artists. > Yet here we are, hundreds of…
Re: Qwen3-TTS family is now open sourced: Voice design, clone, and generation
#149Re: Qwen3-TTS family is now open sourced: Voice design, clone, and generation
#150I got this running on macOS using mlx-audio thanks to Prince Canuma: https://x.com/Prince_Canuma/status/2014453857019904423 Here's the script I'm using: https://github.com/simonw/tools/blob/main/python/q3_tts.py You can try it with uv (downloads a 4.5GB model on first run) like this: uv run https://tools.simonwillison.net/python/q3_tts.py \ 'I am a pirate, give me your gold!' \ -i 'gruff voice' -o pirate.wav
Simon how do you think this would perform on CPU only? Lets say threadripper with 20G ram. (Voice cloning in particular)
You'd need to use a different build of the model though, I don't think MLX has a CPU implementation.