StableDiffusion and OnnxStack
Both projects provide C# implementations for Stable Diffusion inference using ONNX Runtime, making them direct competitors offering similar functionality.
About StableDiffusion
cassiebreviu/StableDiffusion
Inference Stable Diffusion with C# and ONNX Runtime
This project helps developers integrate Stable Diffusion's image generation capabilities directly into their C# applications. You provide a text prompt, and it generates an image based on that description. This is intended for C# developers who want to embed advanced AI image creation features without relying on external services.
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