Windows/Xbox app for AI image generation using Stable Diffusion
Top 93.5% on sourcepulse
Unpaint is a C++ implementation of Stable Diffusion for Windows and Xbox, offering a self-contained, Python-free AI image generation tool. It targets developers and power users seeking to integrate image synthesis into applications or run it directly on Windows/Xbox, benefiting from a simplified deployment and smaller footprint compared to Python-based alternatives.
How It Works
The application leverages a C++ Stable Diffusion library that utilizes DirectML for hardware acceleration, supporting NVIDIA and AMD GPUs. This approach avoids Python dependencies, allowing for a single-process execution with a compact (~30MB) distribution size, excluding model weights. It supports text-to-image, image-to-image, inpainting, and ControlNet pipelines.
Quick Start & Requirements
.msix
and .crt
files from releases.Highlighted Details
Maintenance & Community
Licensing & Compatibility
Limitations & Caveats
ONNX-based pipelines may not yet match the optimization levels of PyTorch with CUDA. Installation of test builds requires installing a self-signed certificate or resigning the package.
1 year ago
1 day