cassiebreviu/StableDiffusion
Inference Stable Diffusion with C# and ONNX Runtime
Implements the full Stable Diffusion pipeline—text encoding via CLIP, iterative denoising with UNet and scheduler algorithms, and VAE decoding—all optimized for GPU inference through ONNX Runtime's execution providers (CUDA or DirectML). Supports multiple model versions from Hugging Face and targets Windows development environments with Visual Studio or VS Code integration.
245 stars. No commits in the last 6 months.
Stars
245
Forks
51
Language
C#
License
MIT
Category
Last pushed
Oct 05, 2023
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/diffusion/cassiebreviu/StableDiffusion"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
leejet/stable-diffusion.cpp
Diffusion model(SD,Flux,Wan,Qwen Image,Z-Image,...) inference in pure C/C++
xlite-dev/lite.ai.toolkit
🛠A lite C++ AI toolkit: 100+ models with MNN, ORT and TRT, including Det, Seg, Stable-Diffusion,...
MochiDiffusion/MochiDiffusion
Run Stable Diffusion on Mac natively
ssube/onnx-web
web UI for GPU-accelerated ONNX pipelines like Stable Diffusion, even on Windows and AMD
xororz/local-dream
Run Stable Diffusion on Android Devices with Snapdragon NPU acceleration. Also supports CPU/GPU...