From dd8bb0f6cdd96444b9d461682f71ecb24f452e12 Mon Sep 17 00:00:00 2001 From: Cyberhan123 <255542417@qq.com> Date: Sun, 3 Mar 2024 08:32:04 +0800 Subject: [PATCH] add binding --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index 2e07fded6..a067eb4ba 100644 --- a/README.md +++ b/README.md @@ -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 ``` @@ -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!