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.
I have downloaded the requirements and tried to download them manually or through the manager. The environment and mobile IF AI folder have been installed, but errors still occur。thank you!
Cannot import F:\ComfyUI2\ComfyUI\custom_nodes\ComfyUI-IDM-VTON module for custom nodes: No module named 'diffusers.models.dual_transformer_2d'
Traceback (most recent call last):
File "F:\ComfyUI2\ComfyUI\nodes.py", line 1931, in load_custom_node
module_spec.loader.exec_module(module)
File "", line 940, in exec_module
File "", line 241, in _call_with_frames_removed
File "F:\ComfyUI2\ComfyUI\custom_nodes\ComfyUI-IF_AI_tools__init__.py", line 9, in
from .IFChatPromptNode import IFChatPrompt
File "F:\ComfyUI2\ComfyUI\custom_nodes\ComfyUI-IF_AI_tools\IFChatPromptNode.py", line 12, in
from .get_api import get_api_key
File "F:\ComfyUI2\ComfyUI\custom_nodes\ComfyUI-IF_AI_tools\get_api.py", line 2, in
from dotenv import load_dotenv
ModuleNotFoundError: No module named 'dotenv'
Cannot import F:\ComfyUI2\ComfyUI\custom_nodes\ComfyUI-IF_AI_tools module for custom nodes: No module named 'dotenv'
Unable to import guidedFilter, make sure you have only opencv-contrib-python or run the import_error_install.bat script
I have downloaded the requirements and tried to download them manually or through the manager. The environment and mobile IF AI folder have been installed, but errors still occur。thank you!
Cannot import F:\ComfyUI2\ComfyUI\custom_nodes\ComfyUI-IDM-VTON module for custom nodes: No module named 'diffusers.models.dual_transformer_2d' Traceback (most recent call last): File "F:\ComfyUI2\ComfyUI\nodes.py", line 1931, in load_custom_node module_spec.loader.exec_module(module) File "", line 940, in exec_module
File "", line 241, in _call_with_frames_removed
File "F:\ComfyUI2\ComfyUI\custom_nodes\ComfyUI-IF_AI_tools__init__.py", line 9, in
from .IFChatPromptNode import IFChatPrompt
File "F:\ComfyUI2\ComfyUI\custom_nodes\ComfyUI-IF_AI_tools\IFChatPromptNode.py", line 12, in
from .get_api import get_api_key
File "F:\ComfyUI2\ComfyUI\custom_nodes\ComfyUI-IF_AI_tools\get_api.py", line 2, in
from dotenv import load_dotenv
ModuleNotFoundError: No module named 'dotenv'
Cannot import F:\ComfyUI2\ComfyUI\custom_nodes\ComfyUI-IF_AI_tools module for custom nodes: No module named 'dotenv' Unable to import guidedFilter, make sure you have only opencv-contrib-python or run the import_error_install.bat script