Metadata-Version: 2.1
Name: comfyui-nunchaku
Version: 0.3.2
Summary: Nunchaku ComfyUI Node. Nunchaku is a high-performance inference engine optimized for low-bit neural networks. See more details: https://github.com/nunchaku-tech/nunchaku
Home-page: https://github.com/nunchaku-tech/ComfyUI-nunchaku
Requires-Python: >=3.10
Requires-Dist: diffusers>=0.33.1
Requires-Dist: accelerate
Requires-Dist: sentencepiece
Requires-Dist: protobuf
Requires-Dist: huggingface_hub
Requires-Dist: tomli
Requires-Dist: insightface
Requires-Dist: opencv-python-headless
Requires-Dist: facexlib
Requires-Dist: onnxruntime; sys_platform == "darwin"
Requires-Dist: onnxruntime; sys_platform == "linux" and platform_machine == "aarch64"
Requires-Dist: onnxruntime-gpu; sys_platform == "linux" and platform_machine == "x86_64"
Requires-Dist: onnxruntime-gpu; sys_platform == "win32"
Requires-Dist: timm
Requires-Dist: nunchaku; sys_platform != "darwin"
