<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Hacker News: devnen</title><link>https://news.ycombinator.com/user?id=devnen</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Mon, 13 Apr 2026 08:56:57 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=devnen" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by devnen in "Show HN: Kitten TTS – 25MB CPU-Only, Open-Source TTS Model"]]></title><description><![CDATA[
<p>It didn't take too long. I already have two similar projects for Dia and Chatterbox tts models so I just needed to convert a few files.</p>
]]></description><pubDate>Thu, 07 Aug 2025 07:09:57 +0000</pubDate><link>https://news.ycombinator.com/item?id=44821480</link><dc:creator>devnen</dc:creator><comments>https://news.ycombinator.com/item?id=44821480</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44821480</guid></item><item><title><![CDATA[New comment by devnen in "Show HN: Kitten TTS – 25MB CPU-Only, Open-Source TTS Model"]]></title><description><![CDATA[
<p>That's a great point about the dependencies.<p>To make the setup easier and add a few features people are asking for here (like GPU support and long text handling), I built a self-hosted server for this model:
<a href="https://github.com/devnen/Kitten-TTS-Server" rel="nofollow">https://github.com/devnen/Kitten-TTS-Server</a><p>The goal was a setup that "just works" using a standard Python virtual environment to avoid dependency conflicts.<p>The setup is just the standard git clone, pip install in a venv, and python server.py.</p>
]]></description><pubDate>Wed, 06 Aug 2025 10:17:16 +0000</pubDate><link>https://news.ycombinator.com/item?id=44810129</link><dc:creator>devnen</dc:creator><comments>https://news.ycombinator.com/item?id=44810129</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44810129</guid></item><item><title><![CDATA[Show HN: Chatterbox-TTS-Server – Easy web UI for the new open-source TTS model]]></title><description><![CDATA[
<p>Built this wrapper to make Chatterbox TTS more accessible. Handles long text chunking automatically, includes voice cloning through web interface, and provides both web UI and API endpoints. Makes the promising new TTS model much easier to use for practical applications.</p>
<hr>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=44145564">https://news.ycombinator.com/item?id=44145564</a></p>
<p>Points: 1</p>
<p># Comments: 0</p>
]]></description><pubDate>Sat, 31 May 2025 17:02:29 +0000</pubDate><link>https://github.com/devnen/Chatterbox-TTS-Server</link><dc:creator>devnen</dc:creator><comments>https://news.ycombinator.com/item?id=44145564</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44145564</guid></item><item><title><![CDATA[New comment by devnen in "Show HN: Dia, an open-weights TTS model for generating realistic dialogue"]]></title><description><![CDATA[
<p>This is really impressive work and the dialogue quality is fantastic.<p>For anyone wanting a quick way to spin this up locally with a web UI and API access, I put together a FastAPI server wrapper around the model:
<a href="https://github.com/devnen/Dia-TTS-Server">https://github.com/devnen/Dia-TTS-Server</a><p>The setup is just a standard pip install -r requirements.txt (works on Linux/Windows). It pulls the model from HF automatically – defaulting to the faster BF16 safetensors (ttj/dia-1.6b-safetensors), but that's configurable in the .env. You get an OpenAI-compatible API endpoint (/v1/audio/speech) for easy integration, plus a custom one (/tts) to control all the Dia parameters. The web UI gives you a simple way to type text, adjust sliders, and test voice cloning. It'll use your CUDA GPU if you have one configured, otherwise, it runs on the CPU.<p>Might be a useful starting point or testing tool for someone. Feedback is welcome!</p>
]]></description><pubDate>Tue, 22 Apr 2025 20:41:19 +0000</pubDate><link>https://news.ycombinator.com/item?id=43766084</link><dc:creator>devnen</dc:creator><comments>https://news.ycombinator.com/item?id=43766084</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=43766084</guid></item></channel></rss>