From 7a8ff2e819a629ed8d1846b1c72b989494a353a9 Mon Sep 17 00:00:00 2001 From: Binozo <70137898+Binozo@users.noreply.github.com> Date: Wed, 2 Jul 2025 17:19:49 +0200 Subject: [PATCH] docs: add golang cgo bindings to README (#635) --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 03d1321..4720dc2 100644 --- a/README.md +++ b/README.md @@ -392,7 +392,8 @@ Using formats of different precisions will yield results of varying quality. These projects wrap `stable-diffusion.cpp` for easier use in other languages/frameworks. -* Golang: [seasonjs/stable-diffusion](https://github.com/seasonjs/stable-diffusion) +* Golang (non-cgo): [seasonjs/stable-diffusion](https://github.com/seasonjs/stable-diffusion) +* Golang (cgo): [Binozo/GoStableDiffusion](https://github.com/Binozo/GoStableDiffusion) * 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)