Open highfiiv opened 2 weeks ago
Still working on this... Here's where I'm at
Here's a breakdown of the issues and fixes:
Primary Issue - Wrong llama-cpp-python URL
https://github.com/abetlen/llama-cpp-python/releases/download/v0.3.1-metal/llama_cpp_python-0.3.1-cp311-cp311-macosx_11_0_arm64.whl
SSL Certificate Issues with NLTK
/Applications/Python\ 3.11/Install\ Certificates.command
Python Environment Confusion
/opt/miniconda3/bin/python3
) and framework
Python (/Library/Frameworks/Python.framework/Versions/3.11/bin/python3
)
Was told to move this https://github.com/comfyanonymous/ComfyUI/issues/5510 story to ComfyUI-N-Nodes repo.
Expected Behavior
I'm not sure if Ollama models are required in anyway but I do see errors related to them and would like the most healthy setup possible.
Also the projects looks for them here
https://github.com/abetlen/llama-cpp-python/releases/download/v0.3.1/llama_cpp_python-0.3.1-cp311-cp311-macosx_15_0_arm64.whl
But the download only exists here
https://github.com/abetlen/llama-cpp-python/releases/download/v0.3.1-metal/llama_cpp_python-0.3.1-cp311-cp311-macosx_11_0_arm64.whl
Actual Behavior
When running the project I see Error fetching Ollama models
Steps to Reproduce
Install on Macos and run the project
Debug Logs
Other
I'm wondering if this is causing other issues, such as conflicts and instability for various custom nodes.