ComfyUI-JoyCaption icon indicating copy to clipboard operation
ComfyUI-JoyCaption copied to clipboard

GGUF Nodes missing

Open i-n-a-d opened this issue 1 month ago • 1 comments

i followed the llama install.md instructions but its still says at the start:

WARNING: llama-cpp-python library not found, GGUF functionality is not available To use GGUF features, install additional dependencies: pip install -r requirements_gguf.txt Basic JoyCaption functionality is still available

please help, i did pip install -r requirements_gguf.txt

and everthing is already satisfied

i use stability matrix

https://github.com/1038lab/ComfyUI-JoyCaption/blob/main/llama_cpp_install/llama_cpp_install.md

i-n-a-d avatar Nov 11 '25 15:11 i-n-a-d

Have you attempted the llama_cpp_python installation guide located at: https://github.com/1038lab/ComfyUI-JoyCaption/blob/main/llama_cpp_install/llama_cpp_install.md

Following that, execute the 'llama_cpp_install.py' script within your ComfyUI environment using the command:

.\comfyui\python_embeded\python.exe llama_cpp_install.py

This operation may require 5-20 minutes to compile a system-specific llama_cpp wheel.

1038lab avatar Nov 11 '25 16:11 1038lab