DEV Community

Cover image for A Frontend for Stable Diffusion CPP
Fabricio
Fabricio

Posted on

A Frontend for Stable Diffusion CPP

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.

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.

If you find this useful, consider starring the repo.
Issues and feature requests are welcome; the project is open to everyone.

The Windows build doesn’t work yet. I’ve been using it by running npm start.

GitHub Repo: https://github.com/fabricio3g/FlaxeoUI/

Top comments (0)