Comfy-Org / Comfy-Org/ComfyUI

Missing libbitsandbytes_cuda130.dll

Open
#11,892 5 comments 0 reactions 0 assignees View on GitHub
Potential Bug
Dominant language
Python
Stars
133k
Forks
15.7k
Avg merge
1d 10h
Merged PRs (30d)
153

Description

### Custom Node Testing

- [x] I have tried disabling custom nodes and the issue persists (see [how to disable custom nodes](https://docs.comfy.org/troubleshooting/custom-node-issues#step-1%3A-test-with-all-custom-nodes-disabled) if you need help)

### Expected Behavior

No error on startup

### Actual Behavior

Get error about missing libbitsandbytes_cuda130.dll library in \StabilityMatrix\Packages\ComfyUI\venv\Lib\site-packages\bitsandbytes on startup

### Steps to Reproduce

Upgraded ComfyUI to v0.9.1

There is no libbitsandbytes_cuda130.dll in folder... latest one in there is libbitsandbytes_cuda129.dll

I have no idea what any of this is for.

### Debug Logs

```powershell
[Crystools INFO] NVIDIA Driver: 591.74
bitsandbytes library load error: Configured CUDA binary not found at F:\Program\StabilityMatrix\Packages\ComfyUI\venv\lib\site-packages\bitsandbytes\libbitsandbytes_cuda130.dll
If you are using Intel CPU/XPU, please install intel_extension_for_pytorch to enable required ops
Traceback (most recent call last):
File "F:\Program\StabilityMatrix\Packages\ComfyUI\venv\lib\site-packages\bitsandbytes\cextension.py", line 318, in
lib = get_native_library()
File "F:\Program\StabilityMatrix\Packages\ComfyUI\venv\lib\site-packages\bitsandbytes\cextension.py", line 282, in get_native_library
raise RuntimeError(f"Configured {BNB_BACKEND} binary not found at {cuda_binary_path}")
RuntimeError: Configured CUDA binary not found at F:\Program\StabilityMatrix\Packages\ComfyUI\venv\lib\site-packages\bitsandbytes\libbitsandbytes_cuda130.dll
```

### Other

_No response_

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.