Simple REST API server for sd.cpp #1171
fszontagh
started this conversation in
Show and tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello there!
I created a C++20 REST API server for stable-diffusion.cpp. It exposes the library's capabilities through a simple API interface.
It also includes an optional built-in WebUI and a file browser to view generations, but you can turn these off to run it as a plain API server.
You can find the code, screenshots and usage details here: https://github.com/fszontagh/stable-diffusion.cpp-restapi
And for a little extra feature, there is a built-in Assistant in the webui using ollama (or ollama cloud) to assist You or control the API.
Beta Was this translation helpful? Give feedback.
All reactions