if-ai / ComfyUI-IF_AI_tools

ComfyUI-IF_AI_tools is a set of custom nodes for ComfyUI that allows you to generate prompts using a local Large Language Model (LLM) via Ollama. This tool enables you to enhance your image generation workflow by leveraging the power of language models.
https://ko-fi.com/impactframes
MIT License
532 stars 42 forks source link

fix no 'presets/agents' directory #110

Closed lingfengchencn closed 1 month ago

lingfengchencn commented 2 months ago

fix ileNotFoundError: [Errno 2] No such file or directory: '/app/input/IF_AI/presets/agents'

log:

test_comfyui-comfyui-1  |   File "/app/custom_nodes/ComfyUI-IF_AI_tools/IFChatPromptNode.py", line 78, in load_agent_tools
test_comfyui-comfyui-1  |     #print(f"Agents directory: {self.agents_dir}")
test_comfyui-comfyui-1  | FileNotFoundError: [Errno 2] No such file or directory: '/app/input/IF_AI/presets/agents'