StableDiffusion and OnnxStack
About StableDiffusion
cassiebreviu/StableDiffusion
Inference Stable Diffusion with C# and ONNX Runtime
Implements the full Stable Diffusion pipeline—text encoding via CLIP, iterative denoising with UNet and scheduler algorithms, and VAE decoding—all optimized for GPU inference through ONNX Runtime's execution providers (CUDA or DirectML). Supports multiple model versions from Hugging Face and targets Windows development environments with Visual Studio or VS Code integration.
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