import numpy as np print(np.__version__) 如果上述代码没有报错并且打印出了numpy的版本号,说明numpy库已经可以在comfyui中正常使用了。 按照以上步骤操作后,你应该能够解决“comfyui numpy is not available”的问题。如果问题仍然存在,可能需要更详细地检查你的系统配置或者寻求comfyui社区的帮助。
Issue description I was running some other code and I faced the error "RuntimeError: Numpy is not available". I searched around and found out that running the code I have attached below produced the same type of error. I haven't been abl...
^^^ File "C:\Users\Fabia\Documents\devika\.venv\Lib\site-packages\sentence_transformers\SentenceTransformer.py", line 568, in encode all_embeddings = np.asarray([emb.numpy() for emb in all_embeddings]) ^^^ RuntimeError: Numpy is not available Configuration - OS: Windows - Python versio...
[level:], package, level) AttributeError: _ARRAY_API not found Traceback (most recent call last): File "/Users/demo/Documents/document/codes/playground/comfyui/ComfyUI/nodes.py", line 1864, in load_custom_node module_spec.loader.exec_module(module) File "<frozen importlib._bootstrap_...
GGUF Quantization support for native ComfyUI models - Unpin numpy version · city96/ComfyUI-GGUF@5875c52
My numpy is 2.1.1 version but pulid want numpy<2 version I can't downgrade to under 2 because some node are activate on numpy=2.1.1 please make pulid for nump=2.1.1 Tankyou^
Participants Issue actionsFooter © 2025 GitHub, Inc. Footer navigation Terms Privacy Security Status Docs Contact Manage cookies Do not share my personal information numpy<2.0.0 requirement should be removed now gguf 0.13.0 merged the fix · Issue #196 · city96/ComfyUI-GGUF...
Not all images have this problem, the image format is jpg, is it the size? Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment Assignees No one assigned Labels None yet Projects None yet Milestone No milestone Development No bra...
The face restore node is working just fine with images loaded from another source, just not with images from a generated source, like out of a vae decode node. Steps to reproduce the problem Your workflow Piping the output of VAE Decode to the Restore Face node on the default ComfyUI work...