Reference only

Nunchaku still fails after installation: align the node, wheel and model

Check the wheel tags and keep the ComfyUI extension, native library and model separate.

Treat these as three components

The Nunchaku installation guide distinguishes the library wheel, the ComfyUI extension and the bundled Python environment. It requires a wheel that matches the actual Python, Torch and platform combination.1

python -m pip show nunchaku torch
python -c "import sys, platform; print(sys.version); print(platform.system(), platform.machine())"

Compare those results with the wheel's Python, OS, architecture and Torch tags. The second command reads standard-library information; it does not test a GPU. Do not rename an incompatible wheel to make its filename look acceptable.

Our suggested branches

For a missing module, verify the interpreter. For an unsupported-wheel error, verify the tags. For a native-library failure, retain the complete loading error. For a model-initialization failure, check the quantized weights expected by the node.

Avoid upgrading the entire Torch stack merely to fit an arbitrary wheel. Validate changes in a copy, then load an upstream-supported model through the intended node. Record import, model loading and generation separately. Neither a successful install nor a publisher benchmark establishes compatibility or speed on your hardware.

Research draft. No local/GPU reproduction or independent editorial sign-off. Upstream statements and our recommendations are distinguished.

Didn't solve it?

Check the next possible cause

The same symptom can come from a different cause. Work through these related entries in order.

  1. llama_cpp failures: distinguish installation, native builds and model loadingNo module named llama_cppCheck the distribution and backend before treating a compiler error or model error as a missing import.
Paste your full log into the error finder

Was this page helpful?

Anonymous. Only a yes/no counter is stored; no account, IP address or device details.

Sources & references

Research draft. No local/GPU reproduction or independent editorial sign-off. Upstream statements and our recommendations are distinguished.

01Nunchaku installationSource checked: 2026-09-21

Report an issue · c424fe89-9cdb-5f9d-af97-72844a7c7011