Skip to content

Commit

Permalink
docs: add binding (leejet#189)
Browse files Browse the repository at this point in the history
  • Loading branch information
Cyberhan123 authored Mar 3, 2024
1 parent 1ce9470 commit 583cc5b
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,9 @@ Inference of [Stable Diffusion](https://github.com/CompVis/stable-diffusion) in

## Usage

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

### Get the Code

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

## Bindings

These projects wrap `stable-diffusion.cpp` for easier use in other languages/frameworks.

* Golang: [seasonjs/stable-diffusion](https://github.com/seasonjs/stable-diffusion)
* C#: [DarthAffe/StableDiffusion.NET](https://github.com/DarthAffe/StableDiffusion.NET)

## Contributors

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

0 comments on commit 583cc5b

Please sign in to comment.