city96/ComfyUI-GGUF

`newbyteorder` was removed from the ndarray class in NumPy 2.0. Use `arr.view(arr.dtype.newbyteorder(order))` instead.

Closed this issue · 2 comments

When I use the flux1-schnell-Q4_K_S.gguf model, I encounter an error when it reaches the loader. “newbyteorder was removed from the ndarray class in NumPy 2.0. Use arr.view(arr.dtype.newbyteorder(order)) instead.”

See this issue for more info: #7

TL;DR: For now, either downgrade numpy or apply the fix from that thread manually.