TinyTerra / ComfyUI_tinyterraNodes

A selection of nodes for Stable Diffusion ComfyUI
GNU General Public License v3.0
421 stars 45 forks source link

Is llama-cpp-agent locked to a version by TTN? #153

Closed EnragedAntelope closed 1 month ago

EnragedAntelope commented 1 month ago

Hi, I am not sure if this is caused by tiny terra nodes, but it is the last item I see in my startup log before the issue. Looks like llama-cpp-agent is being locked to a very specific older version. If this is due to TTN, can that be unlocked to allow for current versions?

[tinyterraNodes] Loaded
All packages from requirements.txt are installed and up to date.
llama-cpp installed
Missing or outdated packages: llama-cpp-agent==0.0.17
Installing/Updating missing packages...
Looking in indexes: https://pypi.org/simple, https://pypi.ngc.nvidia.com
Collecting llama-cpp-agent==0.0.17
  Downloading llama_cpp_agent-0.0.17-py3-none-any.whl.metadata (21 kB)
TinyTerra commented 1 month ago

Hello, This node pack doesn't make use of or try to install llama.cpp in any way.. Hope you can find what's causing your issue :)

EnragedAntelope commented 1 month ago

Thank you for confirming!