leejet/stable-diffusion.cpp

★ 7,031⑂ 0

Diffusion model(SD,Flux,Wan,Qwen Image,Z-Image,...) inference in pure C/C++

About leejet/stable-diffusion.cpp

leejet/stable-diffusion.cpp is an open-source project on GitHub, mainly written in C++. Diffusion model(SD,Flux,Wan,Qwen Image,Z-Image,...) inference in pure C/C++ It currently holds 7,031 stars and 0 forks with 0 open issues, and was last pushed on an unknown date (repository created unknown).

Project Overview

Git Homed tracks it on the Image Trending board and on the AI Image Trending list.

GitHub Repository Details

Repository leejet/stable-diffusion.cpp · default branch - · size 0 KB · watchers 0 · source: GitHub REST API and repository README

README

stable-diffusion.cpp

https://github.com/leejet/stable-diffusion.cpp/blob/HEAD/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

Features

Quick Start

Get the sd executable

Download model weights

    curl -L -O https://huggingface.co/stable-diffusion-v1-5/stable-diffusion-v1-5/resolve/main/v1-5-pruned-emaonly.safetensors
    

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. For runtime and parameter backend placement, see the backend selection guide.

More Guides

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

GitHub Stars & Activity

7,031Stars
0Forks
0Open issues
C++Language

GitHub Popularity

GitHub stars7,031
Forks0
Open issues0
Primary languageC++
License-
Stars gained today0
Created-
Last pushed-

Trending History

Trending statusnot on today's boards

Related GitHub Projects

1

opencv / opencv

C++★ 90,903⑂ 0
2
3

dusty-nv / jetson-inference

C++★ 8,995⑂ 0
4

openMVG / openMVG

C++★ 6,558⑂ 0
5

MaaXYZ / MaaFramework

C++★ 4,892⑂ 0
6

xlite-dev / lite.ai.toolkit

C++★ 4,434⑂ 0
7
8

Comfy-Org / ComfyUI

Python★ 134,032⑂ 0

More Trending Repositories