From 7eef5defb868656ac93db343c3d677792bb1a71d Mon Sep 17 00:00:00 2001 From: Nuno Date: Thu, 5 Feb 2026 05:20:39 +0100 Subject: [PATCH] docs: add stable-diffusion.cpp references (#506) Signed-off-by: rare-magma --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index c2696235..2fb40998 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ Built in Go for performance and simplicity, llama-swap has zero dependencies and - ✅ Easy to deploy and configure: one binary, one configuration file. no external dependencies - ✅ On-demand model switching -- ✅ Use any local OpenAI compatible server (llama.cpp, vllm, tabbyAPI, etc.) +- ✅ Use any local OpenAI compatible server (llama.cpp, vllm, tabbyAPI, stable-diffusion.cpp, etc.) - future proof, upgrade your inference servers at any time. - ✅ OpenAI API supported endpoints: - `v1/completions` @@ -69,6 +69,7 @@ llama-swap can be installed in multiple ways ### Docker Install ([download images](https://github.com/mostlygeek/llama-swap/pkgs/container/llama-swap)) Nightly container images with llama-swap and llama-server are built for multiple platforms (cuda, vulkan, intel, etc.) including [non-root variants with improved security](docs/container-security.md). +The stable-diffusion.cpp server is also included for the musa and vulkan platforms. ```shell $ docker pull ghcr.io/mostlygeek/llama-swap:cuda