axodox/axodox-machinelearning
A pure C++ ONNX-based implementation of Stable Diffusion, ControlNet, and other computer vision models for image generation.

This repository provides a fully native C++ implementation of Stable Diffusion (1.5 and XL) with txt2img, img2img, and inpainting capabilities, along with ControlNet support using OpenPose, HED, and Midas estimators. The solution runs entire AI image generation pipelines in a single process without Python dependencies, using ONNX runtime for model execution. It targets developers of realtime graphics applications and games who need to integrate AI image synthesis into native C++ applications.