EdVince/Stable-Diffusion-NCNN
A C++ implementation of Stable Diffusion using the NCNN framework for efficient neural network inference across x86 and Android platforms.

Velocity · 7d
+0.8
★ / day
Trend
→steady
star history
This repository provides a full C++ implementation of Stable Diffusion, a text-to-image diffusion model, using Tencent’s NCNN framework for optimized inference. It supports both txt2img (text-to-image) and img2img (image-to-image) generation modes. The project includes pre-converted model files, performance benchmarks on desktop (Intel i7) and mobile (Snapdragon 865) hardware, and Android APK builds for mobile deployment.