| --- |
| license: mit |
| --- |
| # stable-diffusion-cpp-python (Windows CUDA Wheels) |
|
|
| Prebuilt Windows x64 wheels for stable-diffusion-cpp-python with CUDA enabled. |
|
|
| Built to support these NVIDIA GPU architectures: |
| - sm_86 (Ampere / RTX 30-series) |
| - sm_89 (Ada / RTX 40-series) |
| - sm_120 (Blackwell / RTX 50-series) |
| |
| This repo contains two wheels: |
| - Python 3.11 (cp311) |
| - Python 3.12 (cp312) |
| |
| ## Files |
| |
| - stable_diffusion_cpp_python-*-cp311-*-win_amd64.whl (Python 3.11) |
| - stable_diffusion_cpp_python-*-cp312-*-win_amd64.whl (Python 3.12) |
| |
| ## Install |
| |
| Python 3.11: |
| pip install stable_diffusion_cpp_python-*-cp311-*-win_amd64.whl |
| |
| Python 3.12: |
| pip install stable_diffusion_cpp_python-*-cp312-*-win_amd64.whl |
| |
| ## Notes |
| |
| - Requires an NVIDIA GPU with CUDA-capable drivers. |
| - Binary wheels: no local compilation required. |