From 955900972a459252febfe17008308385b7ae3196 Mon Sep 17 00:00:00 2001 From: Benson Wong Date: Wed, 1 Apr 2026 12:01:38 +0800 Subject: [PATCH] add /sdapi to list of supported endpoints --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index ca74baff..ee091aa3 100644 --- a/README.md +++ b/README.md @@ -32,6 +32,10 @@ Built in Go for performance and simplicity, llama-swap has zero dependencies and - `v1/rerank`, `v1/reranking`, `/rerank` - `/infill` - for code infilling - `/completion` - for completion endpoint +- ✅ SDAPI via [stable-diffusion.cpp's server](https://github.com/leejet/stable-diffusion.cpp/tree/master/examples/server) + - `/sdapi/v1/txt2img` + - `/sdapi/v1/img2img` + - `/sdapi/v1/loras` - requires `model` in request body to fetch the correct loras - ✅ llama-swap API - `/ui` - web UI - `/upstream/:model_id` - direct access to upstream server ([demo](https://github.com/mostlygeek/llama-swap/pull/31))