StableDiffusion.NET and OnnxStack
These are competing C# wrappers for Stable Diffusion inference using ONNX Runtime, offering similar high-level interfaces for the same underlying task.
About StableDiffusion.NET
DarthAffe/StableDiffusion.NET
C# Wrapper for StableDiffusion.cpp
This is a tool for software developers who want to integrate Stable Diffusion’s image generation capabilities into their .NET applications. It takes text descriptions or existing images as input and generates new images based on those inputs. Developers can use this to build features like text-to-image generation or image-to-image editing directly into their C# programs.
About OnnxStack
TensorStack-AI/OnnxStack
C# Stable Diffusion using ONNX Runtime
Provides a .NET-native ML inference library eliminating Python dependencies by wrapping ONNX Runtime and Microsoft ML, enabling generative AI tasks like Stable Diffusion directly in C#. Implements diffusion models, ControlNet integration, and text-to-image pipelines through managed ONNX Runtime bindings. Targets the .NET ecosystem for building and deploying production ML applications without external runtime dependencies.
Related comparisons
Scores updated daily from GitHub, PyPI, and npm data. How scores work