xlite-dev/lite.ai.toolkit
🛠A lite C++ AI toolkit: 100+ models with MNN, ORT and TRT, including Det, Seg, Stable-Diffusion, Face-Fusion, etc.🎉
Supports inference across multiple backend runtimes (ONNX Runtime, MNN, TensorRT, NCNN, TNN) through a unified C++ API, enabling flexible deployment from CPU to GPU without code changes. Features 300+ pre-implemented model classes with standardized syntax (`lite::cv::Type::Class`) and minimal dependencies—only OpenCV and ONNXRuntime required by default. Includes pre-trained weights across 500+ variants accessible through dedicated model hubs, facilitating rapid prototyping for computer vision tasks including detection, segmentation, matting, and face operations.
4,387 stars. Actively maintained with 1 commit in the last 30 days.
Stars
4,387
Forks
775
Language
C++
License
GPL-3.0
Category
Last pushed
Feb 25, 2026
Commits (30d)
1
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/diffusion/xlite-dev/lite.ai.toolkit"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Related models
leejet/stable-diffusion.cpp
Diffusion model(SD,Flux,Wan,Qwen Image,Z-Image,...) inference in pure C/C++
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...
DarthAffe/StableDiffusion.NET
C# Wrapper for StableDiffusion.cpp