axodox / axodox-machinelearning

This repository contains a pure C++ ONNX implementation of multiple offline AI models, such as StableDiffusion (1.5 and XL), ControlNet, Midas, HED and OpenPose.
MIT License
605 stars 35 forks source link

hi,What kind of library is this, is onnx running on the onnxruntime? #20

Closed LeonNerd closed 1 year ago

LeonNerd commented 1 year ago

This implementation is really awesome.Is onnx running on the onnxruntime?

axodox commented 1 year ago

This library is using the C++ ONNX runtime, it has been developed from scratch in C++ based on my own code and the Diffusers python library. It is not related to awesome.js.