microsoft / onnxruntime-inference-examples

Examples for using ONNX Runtime for machine learning inferencing.
MIT License
1.16k stars 331 forks source link

[New Project] Inference of Stable-Diffisuion on All Platform with ONNXRuntime #446

Open Windsander opened 3 months ago

Windsander commented 3 months ago

CppFast Diffusers Inference (CFDI)

CppFast Diffusers Inference (CFDI) is a C++ project. Its purpose is to leverage the acceleration capabilities of ONNXRuntime and the high compatibility of the .onnx model format to provide a convenient solution for the engineering deployment of Stable Diffusion.

You can find Project here: https://github.com/Windsander/CFDI-StableDiffusionONNXFast

The project aims to implement a high-performance SD inference library based on C/C++ using ONNXRuntime, comparable to HuggingFace Diffusers, with high model interchangeability.

Why choose ONNXRuntime as our Inference Engine?

See Details on the Project Main Page