Skip to content

Commit 583cc5b

Browse files
authored
docs: add binding (leejet#189)
1 parent 1ce9470 commit 583cc5b

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,9 @@ Inference of [Stable Diffusion](https://github.com/CompVis/stable-diffusion) in
6060

6161
## Usage
6262

63+
For most users, you can download the built executable program from the latest [release](https://github.com/leejet/stable-diffusion.cpp/releases/latest).
64+
If the built product does not meet your requirements, you can choose to build it manually.
65+
6366
### Get the Code
6467

6568
```
@@ -319,6 +322,13 @@ docker run -v /path/to/models:/models -v /path/to/output/:/output sd [args...]
319322
| **Memory** (txt2img - 512 x 512) | ~2.8G | ~2.3G | ~2.1G | ~2.0G | ~2.0G | ~2.0G | ~2.0G |
320323
| **Memory** (txt2img - 512 x 512) *with Flash Attention* | ~2.4G | ~1.9G | ~1.6G | ~1.5G | ~1.5G | ~1.5G | ~1.5G |
321324

325+
## Bindings
326+
327+
These projects wrap `stable-diffusion.cpp` for easier use in other languages/frameworks.
328+
329+
* Golang: [seasonjs/stable-diffusion](https://github.com/seasonjs/stable-diffusion)
330+
* C#: [DarthAffe/StableDiffusion.NET](https://github.com/DarthAffe/StableDiffusion.NET)
331+
322332
## Contributors
323333

324334
Thank you to all the people who have already contributed to stable-diffusion.cpp!

0 commit comments

Comments
 (0)