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
528 stars 42 forks source link

作者这里的路径是不是写错了,导致IFChatPromptNode无法加载,改了以后就正常了 #79

Closed cgl13207205048 closed 4 months ago

cgl13207205048 commented 4 months ago

1721230252485

if-ai commented 4 months ago

No it was correct you need to move the IF_AI folder from ComfyUI/custom_nodes/ComfyUI-IF_AI_tools to the root of ComfyUI input folder like ComfyUI/input/IF_AI this is because you can edit and create your own presets and to prevent overwriting your edits each time you update the node.

cgl13207205048 commented 4 months ago

No it was correct you need to move the IF_AI folder from ComfyUI/custom_nodes/ComfyUI-IF_AI_tools to the root of ComfyUI input folder like ComfyUI/input/IF_AI this is because you can edit and create your own presets and to prevent overwriting your edits each time you update the node.

I understand, thank you for your reply!