DigestAI news desk

Cut through the AI noise.

Agents & Tools9 min read

Open-source panel lets users run llama.cpp, stable-diffusion.cpp and audio.cpp locally

A community‑maintained control panel provides a single‑page web UI for running local AI inference on a personal GPU box. It supports llama.cpp for text and vision chat, stable-diffusion.cpp for image generation, and audio.cpp for text‑to‑speech, voice cloning, transcription, music and sound effects. The panel is a stdlib‑only Python server with zero pip dependencies, systemd‑user units, and no…

1 source primary source

Key points

  • Panel runs llama.cpp, stable-diffusion.cpp and audio.cpp from one browser tab without Docker or a database.
  • Supports multiple GPU‑pinned instances, 200+ settings, VRAM/RAM estimator, fallback tiers and optimizer benchmarks.
  • Built with stdlib‑only Python, systemd units, Caddy TLS and works on Ubuntu 26.04; reference hardware is a Radeon 7900 XTX.

The UI lets users create any number of inference instances, each pinned to a chosen GPU or CPU, with independent parameters, ports and logs. Over 200 settings are grouped with plain‑English tooltips, and a VRAM/RAM estimator refuses launches that would exceed available memory. Features include fallback tiers that downgrade configurations after repeated failures, an optimizer that benchmarks settings against coding and agent workloads, and a decode‑vs‑depth curve that measures tokens per second at various context lengths while tracking GPU temperature. Models can be downloaded directly from Hugging Face, and the panel offers an in‑browser terminal, file manager, and detailed crash forensics.

The panel runs on Ubuntu 26.04 with Python 3.14, Caddy 2.x for TLS and basic auth, and ttyd for the terminal. Reference hardware in the documentation is an AMD Radeon 7900 XTX, but the setup also supports NVIDIA via nvidia‑smi and Vulkan‑NVK. All configuration is stored in plain files, making backup and migration straightforward.

The story so far

2 episodes →
  1. Open-source panel lets users run llama.cpp, stable-diffusion.cpp and audio.cpp locallythis story
Full story from github.com · via Reddit AI communities primary sourceOpen source ↗

Self-hosted control panel for local AI on your own GPU box: run llama.cpp chat models, stable-diffusion.cpp images and audio.cpp speech, music and sound from one browser tab. Instances per GPU, 200+ explained settings, launch previews, VRAM/RAM estimates, benchmarks, build updates, power caps & CLI

github.com · 23 September 2026

Loading the full article…

This text was published by github.com. It is reproduced here with attribution so you can read it in full; the rights remain with the publisher. Read it at the source ↗

Coverage and discussion

1source
Topics · follow one to build your own front page
AMDNVIDIAHugging Facellama.cppstable-diffusion.cppaudio.cpp

The headline, key points and digest above were generated by Digest AI's editorial model from the linked sources. Automated summaries can contain errors: the sources are the record. Spotted a mistake? Tell us. Published by Martin K., who runs Digest AI and handles corrections.

Comments

via GitHub Discussions

More in Agents & Tools

All →

Related stories