This repository provides the
missing pre-compiled binaries (.whl) for the
Nunchaku library, specifically optimized for
Windows x64 environments where official wheels are unavailable.
1set CUDA_HOME=C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v12.9
2set CUDA_PATH=C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v12.9
3set DISTUTILS_USE_SDK=1
4
5uv pip install torch==2.8.0 torchvision --index-url https://download.pytorch.org/whl/cu128
6uv pip install numpy ninja setuptools packaging wheel
7uv build --wheel --no-build-isolation
1# Example for Python 3.12 and v1.2.0
2pip install nunchaku-1.2.0+torch2.8-cp312-cp312-win_amd64.whl
1import nunchaku
2print("Nunchaku v1.2.0 (Z-image) successfully loaded.")
This is an unofficial community repository providing missing Windows wheels. For original source code and official updates, please visit the
Nunchaku-tech GitHub.