StableDiffusion and ADI-Stable-Diffusion
These are ecosystem siblings—one provides a C# wrapper for ONNX Runtime-based Stable Diffusion inference, while the other offers a lower-level C/C++ framework that could serve as the underlying accelerated backend for similar inference tasks across platforms.
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 ADI-Stable-Diffusion
Windsander/ADI-Stable-Diffusion
Accelerate your Stable Diffusion inference with the library's universal C/C++ framework design, powered by ONNXRuntime & across platforms.
This project helps integrate Stable Diffusion models into applications for image generation tasks. It takes text prompts and optional input images, then quickly produces new images based on those inputs. It's designed for software developers building applications that need fast, efficient, and cross-platform image generation capabilities powered by Stable Diffusion.
Related comparisons
Scores updated daily from GitHub, PyPI, and npm data. How scores work