Skip to content

Commit 7a8ff2e

Browse files
authored
docs: add golang cgo bindings to README (#635)
1 parent 0927e8e commit 7a8ff2e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -392,7 +392,8 @@ Using formats of different precisions will yield results of varying quality.
392392
393393
These projects wrap `stable-diffusion.cpp` for easier use in other languages/frameworks.
394394
395-
* Golang: [seasonjs/stable-diffusion](https://github.com/seasonjs/stable-diffusion)
395+
* Golang (non-cgo): [seasonjs/stable-diffusion](https://github.com/seasonjs/stable-diffusion)
396+
* Golang (cgo): [Binozo/GoStableDiffusion](https://github.com/Binozo/GoStableDiffusion)
396397
* C#: [DarthAffe/StableDiffusion.NET](https://github.com/DarthAffe/StableDiffusion.NET)
397398
* Python: [william-murray1204/stable-diffusion-cpp-python](https://github.com/william-murray1204/stable-diffusion-cpp-python)
398399
* Rust: [newfla/diffusion-rs](https://github.com/newfla/diffusion-rs)

0 commit comments

Comments
 (0)