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
366 stars 27 forks source link

new version load fail #15

Closed czcz1024 closed 2 months ago

czcz1024 commented 2 months ago

Traceback (most recent call last): File "D:\ai\ComfyUI-aki-v1.1\nodes.py", line 1864, in load_custom_node module_spec.loader.exec_module(module) File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "D:\ai\ComfyUI-aki-v1.1\custom_nodes\ComfyUI-IF_AI_tools__init__.py", line 10, in from .IFDreamTalkNode import IFDreamTalk File "D:\ai\ComfyUI-aki-v1.1\custom_nodes\ComfyUI-IF_AI_tools\IFDreamTalkNode.py", line 20, in from .dreamtalk.core.utils import ( File "D:\ai\ComfyUI-aki-v1.1\custom_nodes\ComfyUI-IF_AI_tools\dreamtalk\core\utils.py", line 13, in from configs.default import get_cfg_defaults File "D:\ai\ComfyUI-aki-v1.1\custom_nodes\ComfyUI-IF_AI_tools\dreamtalk\configs\default.py", line 15, in comfy_dir = find_comfy_dir(script_path) File "D:\ai\ComfyUI-aki-v1.1\custom_nodes\ComfyUI-IF_AI_tools\dreamtalk\configs\default.py", line 12, in find_comfy_dir return find_comfy_dir(parent_path) File "D:\ai\ComfyUI-aki-v1.1\custom_nodes\ComfyUI-IF_AI_tools\dreamtalk\configs\default.py", line 12, in find_comfy_dir return find_comfy_dir(parent_path) File "D:\ai\ComfyUI-aki-v1.1\custom_nodes\ComfyUI-IF_AI_tools\dreamtalk\configs\default.py", line 12, in find_comfy_dir return find_comfy_dir(parent_path) [Previous line repeated 4 more times] File "D:\ai\ComfyUI-aki-v1.1\custom_nodes\ComfyUI-IF_AI_tools\dreamtalk\configs\default.py", line 11, in find_comfy_dir raise Exception("ComfyUI directory not found") Exception: ComfyUI directory not found

if-ai commented 2 months ago

is expecting ComfyUI-aki-v1.1 to be ComfyUI I am sorry I dont think I can change that in the code for now