From dd71ba66cf2a45549071c5ce4f4cb977ab93e6f3 Mon Sep 17 00:00:00 2001 From: Binozo <70137898+Binozo@users.noreply.github.com> Date: Sun, 23 Mar 2025 21:35:45 +0100 Subject: [PATCH] Added Golang cgo bindings to README --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 553fb7f8f..2b4026e5d 100644 --- a/README.md +++ b/README.md @@ -315,7 +315,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)