<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Fabricio</title>
    <description>The latest articles on DEV Community by Fabricio (@fabricio3g).</description>
    <link>https://dev.to/fabricio3g</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F1540996%2F7a2aa107-a2af-4580-aa51-4d93f7e4588d.png</url>
      <title>DEV Community: Fabricio</title>
      <link>https://dev.to/fabricio3g</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/fabricio3g"/>
    <language>en</language>
    <item>
      <title>A Frontend for Stable Diffusion CPP</title>
      <dc:creator>Fabricio</dc:creator>
      <pubDate>Sun, 28 Dec 2025 05:33:38 +0000</pubDate>
      <link>https://dev.to/fabricio3g/a-frontend-for-stable-diffusion-cpp-2bnm</link>
      <guid>https://dev.to/fabricio3g/a-frontend-for-stable-diffusion-cpp-2bnm</guid>
      <description>&lt;p&gt;Just what the title says. I wanted to test stable-diffusion.cpp, which is like llama.cpp but for image and video generation. My computer has an old Vulkan-compatible integrated GPU, and this was the only way I could run diffusion models. However, typing commands and modifying things in the CLI was annoying, so I decided to make a simple UI for it.&lt;/p&gt;

&lt;p&gt;Some features don’t work yet because I can’t properly test them with my weak GPU. I don’t know whether the issues are caused by my code or by my GPU’s limitations—it’s probably the GPU, but who knows.&lt;/p&gt;

&lt;p&gt;If you find this useful, consider starring the repo.&lt;br&gt;
Issues and feature requests are welcome; the project is open to everyone.&lt;/p&gt;

&lt;p&gt;The Windows build doesn’t work yet. I’ve been using it by running npm start.&lt;/p&gt;

&lt;p&gt;GitHub Repo: &lt;a href="https://github.com/fabricio3g/FlaxeoUI/" rel="noopener noreferrer"&gt;https://github.com/fabricio3g/FlaxeoUI/&lt;/a&gt;&lt;/p&gt;

</description>
      <category>ai</category>
      <category>electron</category>
      <category>vue</category>
      <category>opensource</category>
    </item>
  </channel>
</rss>
