Go to file
2026-01-08 22:52:22 +08:00
.github ci: cancel old github action runs (#1172) 2026-01-05 23:52:34 +08:00
assets feat: add support for qwen image edit 2511 (#1096) 2025-12-24 23:00:08 +08:00
docs chore: add Linux Vulkan build and Docker image workflows (#1164) 2026-01-05 23:42:12 +08:00
examples fix(server): use has_file for mask multipart detection (#1178) 2026-01-06 23:16:05 +08:00
ggml@3e9f2ba3b9 feat: add seamless texture generation support (#914) 2025-12-21 18:06:47 +08:00
thirdparty chore: eliminate compilation warnings under MSVC (#1170) 2026-01-04 22:26:57 +08:00
.clang-format style: format code 2024-01-29 23:05:18 +08:00
.clang-tidy chore: add .clang-tidy configuration and apply modernize checks (#902) 2025-10-18 23:23:40 +08:00
.dockerignore chore: add Linux Vulkan build and Docker image workflows (#1164) 2026-01-05 23:42:12 +08:00
.gitignore feat: add image preview support (#522) 2025-11-10 00:12:02 +08:00
.gitmodules feat: add wan2.1/2.2 support (#778) 2025-09-06 18:08:03 +08:00
cache_dit.hpp chore: eliminate compilation warnings under MSVC (#1170) 2026-01-04 22:26:57 +08:00
clip.hpp chore: eliminate compilation warnings under MSVC (#1170) 2026-01-04 22:26:57 +08:00
CMakeLists.txt chore: eliminate compilation warnings under MSVC (#1170) 2026-01-04 22:26:57 +08:00
common.hpp chore: eliminate compilation warnings under MSVC (#1170) 2026-01-04 22:26:57 +08:00
conditioner.hpp chore: eliminate compilation warnings under MSVC (#1170) 2026-01-04 22:26:57 +08:00
control.hpp feat: handle ggml compute failures without crashing the program (#1003) 2025-12-04 22:04:27 +08:00
denoiser.hpp chore: eliminate compilation warnings under MSVC (#1170) 2026-01-04 22:26:57 +08:00
diffusion_model.hpp feat: add support for qwen image edit 2511 (#1096) 2025-12-24 23:00:08 +08:00
Dockerfile chore: add Linux Vulkan build and Docker image workflows (#1164) 2026-01-05 23:42:12 +08:00
Dockerfile.musa chore: downgrade ubuntu base image in musa container image (#1176) 2026-01-05 23:56:34 +08:00
Dockerfile.sycl chore: add Linux Vulkan build and Docker image workflows (#1164) 2026-01-05 23:42:12 +08:00
Dockerfile.vulkan chore: add Linux Vulkan build and Docker image workflows (#1164) 2026-01-05 23:42:12 +08:00
easycache.hpp feat: add easycache support (#940) 2025-11-19 23:19:32 +08:00
esrgan.hpp feat: support custom upscale tile size (#896) 2025-12-10 22:25:19 +08:00
face_detect.py feat: add PhotoMaker Version 2 support (#358) 2024-11-23 11:50:14 +08:00
flux.hpp chore: eliminate compilation warnings under MSVC (#1170) 2026-01-04 22:26:57 +08:00
format-code.sh feat: simple openai image generation api compatiple server (#1037) 2025-12-13 13:53:21 +08:00
ggml_extend.hpp chore: eliminate compilation warnings under MSVC (#1170) 2026-01-04 22:26:57 +08:00
gguf_reader.hpp chore: eliminate compilation warnings under MSVC (#1170) 2026-01-04 22:26:57 +08:00
gits_noise.inl fix: clang complains about needless braces (#618) 2025-03-09 12:26:41 +08:00
latent-preview.h chore: eliminate compilation warnings under MSVC (#1170) 2026-01-04 22:26:57 +08:00
LICENSE Initial commit 2023-08-13 16:00:22 +08:00
llm.hpp chore: eliminate compilation warnings under MSVC (#1170) 2026-01-04 22:26:57 +08:00
lora.hpp feat: add seamless texture generation support (#914) 2025-12-21 18:06:47 +08:00
ltxv.hpp refactor: introduce GGMLRunnerContext (#928) 2025-11-02 02:11:04 +08:00
mmdit.hpp chore: eliminate compilation warnings under MSVC (#1170) 2026-01-04 22:26:57 +08:00
model.cpp chore: eliminate compilation warnings under MSVC (#1170) 2026-01-04 22:26:57 +08:00
model.h feat: support mmap for model loading (#1059) 2025-12-28 22:38:29 +08:00
name_conversion.cpp feat: add support for more underline loras (#1135) 2025-12-24 22:59:23 +08:00
name_conversion.h feat: support applying LoRA at runtime (#969) 2025-11-13 21:48:44 +08:00
ordered_map.hpp refactor: optimize the logic for name conversion and the processing of the LoRA model (#955) 2025-11-10 00:12:20 +08:00
pmid.hpp chore: eliminate compilation warnings under MSVC (#1170) 2026-01-04 22:26:57 +08:00
preprocessing.hpp chore: eliminate compilation warnings under MSVC (#1170) 2026-01-04 22:26:57 +08:00
qwen_image.hpp chore: eliminate compilation warnings under MSVC (#1170) 2026-01-04 22:26:57 +08:00
README.md docs: fix safetensors file extension notation 2026-01-06 23:31:03 +08:00
rng_mt19937.hpp chore: eliminate compilation warnings under MSVC (#1170) 2026-01-04 22:26:57 +08:00
rng_philox.hpp chore: add .clang-tidy configuration and apply modernize checks (#902) 2025-10-18 23:23:40 +08:00
rng.hpp chore: add .clang-tidy configuration and apply modernize checks (#902) 2025-10-18 23:23:40 +08:00
rope.hpp chore: eliminate compilation warnings under MSVC (#1170) 2026-01-04 22:26:57 +08:00
stable-diffusion.cpp fix: missing newline after seed in sd_img_gen_params_to_str (#1183) 2026-01-08 22:52:22 +08:00
stable-diffusion.h feat: support mmap for model loading (#1059) 2025-12-28 22:38:29 +08:00
t5.hpp chore: eliminate compilation warnings under MSVC (#1170) 2026-01-04 22:26:57 +08:00
tae.hpp feat: add taehv support for Wan/Qwen (#937) 2025-12-16 22:57:34 +08:00
tokenize_util.cpp feat: add flux2 support (#1016) 2025-11-30 11:32:56 +08:00
tokenize_util.h feat: add Qwen Image support (#851) 2025-10-12 23:23:19 +08:00
ucache.hpp feat: add more caching methods (#1066) 2025-12-22 23:52:11 +08:00
unet.hpp chore: eliminate compilation warnings under MSVC (#1170) 2026-01-04 22:26:57 +08:00
upscaler.cpp feat: support custom upscale tile size (#896) 2025-12-10 22:25:19 +08:00
util.cpp chore: eliminate compilation warnings under MSVC (#1170) 2026-01-04 22:26:57 +08:00
util.h feat: support mmap for model loading (#1059) 2025-12-28 22:38:29 +08:00
vae.hpp chore: eliminate compilation warnings under MSVC (#1170) 2026-01-04 22:26:57 +08:00
version.cpp feat: embed version string and git commit hash (#1008) 2025-12-09 22:38:54 +08:00
vocab_mistral.hpp feat: add flux2 support (#1016) 2025-11-30 11:32:56 +08:00
vocab_qwen.hpp feat: add Qwen Image support (#851) 2025-10-12 23:23:19 +08:00
vocab_umt5.hpp feat: add wan2.1/2.2 support (#778) 2025-09-06 18:08:03 +08:00
vocab.hpp feat: add sd3 support (#298) 2024-07-28 15:44:08 +08:00
wan.hpp chore: eliminate compilation warnings under MSVC (#1170) 2026-01-04 22:26:57 +08:00
z_image.hpp chore: eliminate compilation warnings under MSVC (#1170) 2026-01-04 22:26:57 +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

  • 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