From 595e2f782d974dc6dfc33a177c130a53540c7eb6 Mon Sep 17 00:00:00 2001 From: dom Date: Thu, 7 May 2026 19:56:05 +0200 Subject: [PATCH] docs: add new go bindings for stable-diffusion.cpp --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 8afdeb20a..80d98c307 100644 --- a/README.md +++ b/README.md @@ -163,6 +163,7 @@ These projects wrap `stable-diffusion.cpp` for easier use in other languages/fra * Golang (non-cgo): [seasonjs/stable-diffusion](https://github.com/seasonjs/stable-diffusion) * Golang (cgo): [Binozo/GoStableDiffusion](https://github.com/Binozo/GoStableDiffusion) +* Golang (non-cgo): [l8bloom/gosd](https://github.com/l8bloom/gosd) * C#: [DarthAffe/StableDiffusion.NET](https://github.com/DarthAffe/StableDiffusion.NET) * Python: [william-murray1204/stable-diffusion-cpp-python](https://github.com/william-murray1204/stable-diffusion-cpp-python) * Rust: [newfla/diffusion-rs](https://github.com/newfla/diffusion-rs)