gokayfem / ComfyUI_VLM_nodes

Custom ComfyUI nodes for Vision Language Models, Large Language Models, Image to Music, Text to Music, Consistent and Random Creative Prompt Generation
Apache License 2.0
382 stars 31 forks source link

Import "server" could not be resolved #59

Closed vojatravel closed 6 months ago

vojatravel commented 6 months ago

I am in a macbook m3pro and when i run the install init file the server module is not found. I think that this is the cause of my import error ( but im not too sure ). I have downloaded the zip from the mac branch and followed the singular step. had to manually change the llama install since the base one did not work.

vojatravel commented 6 months ago

went into python terminal and manually did from llama_cpp_agent.llm_agent import LlamaCppAgent. it seemed that this fixed the issue.