Go to file
2026-03-01 15:32:25 +08:00
.github ci: correct rocm artifact of linux (#1269) 2026-02-10 23:19:28 +08:00
assets docs: add anima docs 2026-03-01 15:32:25 +08:00
docs docs: add anima docs 2026-03-01 15:32:25 +08:00
examples feat: turn flow_shift into a generation parameter (#1289) 2026-02-26 00:26:04 +08:00
ggml@a8db410a25
include feat: turn flow_shift into a generation parameter (#1289) 2026-02-26 00:26:04 +08:00
script refactor: reorganize the file structure (#1266) 2026-02-10 23:13:35 +08:00
src feat: add Anima support (#1296) 2026-03-01 15:23:18 +08:00
thirdparty
.clang-format
.clang-tidy
.dockerignore
.gitignore
.gitmodules
CMakeLists.txt refactor: reorganize the vocab file structure (#1271) 2026-02-11 00:44:17 +08:00
Dockerfile
Dockerfile.musa
Dockerfile.sycl
Dockerfile.vulkan
format-code.sh refactor: reorganize the vocab file structure (#1271) 2026-02-11 00:44:17 +08:00
LICENSE
README.md docs: add anima docs 2026-03-01 15:32:25 +08:00

stable-diffusion.cpp

leejet%2Fstable-diffusion.cpp | Trendshift

Diffusion model(SD,Flux,Wan,...) inference in pure C/C++

Note that this project is under active development.
API and command-line option may change frequently.

🔥Important News

  • 2026/01/18 🚀 stable-diffusion.cpp now supports FLUX.2-klein
    👉 Details: PR #1193

  • 2025/12/01 🚀 stable-diffusion.cpp now supports Z-Image
    👉 Details: PR #1020

  • 2025/11/30 🚀 stable-diffusion.cpp now supports FLUX.2-dev
    👉 Details: PR #1016

  • 2025/10/13 🚀 stable-diffusion.cpp now supports Qwen-Image-Edit / Qwen-Image-Edit 2509
    👉 Details: PR #877

  • 2025/10/12 🚀 stable-diffusion.cpp now supports Qwen-Image
    👉 Details: PR #851

  • 2025/09/14 🚀 stable-diffusion.cpp now supports Wan2.1 Vace
    👉 Details: PR #819

  • 2025/09/06 🚀 stable-diffusion.cpp now supports Wan2.1 / Wan2.2
    👉 Details: PR #778

Features

Quick Start

Get the sd executable

Download model weights

Generate an image with just one command

./bin/sd-cli -m ../models/v1-5-pruned-emaonly.safetensors -p "a lovely cat"

For detailed command-line arguments, check out cli doc.

Performance

If you want to improve performance or reduce VRAM/RAM usage, please refer to performance guide.

Bindings

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

UIs

These projects use stable-diffusion.cpp as a backend for their image generation.

Contributors

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

Contributors

Star History

Star History Chart

References