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
604 stars 34 forks source link

Projects with Win32 target fail to build #1

Open axodox opened 1 year ago

axodox commented 1 year ago

Because this thing is x64 only now.

Workaround: remove the win32 target from your project.