
axodox/unpaint
🔧 Toolaxodox
Native Windows/Xbox app for AI image generation with Stable Diffusion via DirectML.
Unpaint is a C++ native application built for Windows 10/11 and Xbox consoles, utilizing the ONNX Runtime with the DirectML execution provider to run Stable Diffusion models locally. It supports text-to-image generation, inpainting, and custom prompting. The app is packaged as a UWP app with WinUI interface, ensuring a smooth experience on both desktop and Xbox. Key technical aspects include: hardware acceleration via DirectML on GPUs, ONNX model conversion, and optimized inference for real-time performance. The app is open-source, allowing community contributions and customization. It demonstrates the feasibility of running large AI models on consumer-grade hardware without cloud connectivity, making AI image generation accessible to a broader audience.
💡Highlights
- ├─Native Windows/Xbox app
- ├─DirectML GPU acceleration
- └─ONNX Runtime inference
🎯For
- ├─AI image generation enthusiasts
- ├─Windows/Xbox developers
- └─local AI tool users