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

red nodes, it's not working. #56

Open 1-eyx opened 1 week ago

1-eyx commented 1 week ago

I already downloaded the requirements, and tried to update comfyui, tried to download it manually and through the manager.

Screenshot (429)

if-ai commented 1 week ago

Do you have the python log is possible I forgot to add some dependencies to the requirements.txt but I need the confyUI log to see what is missing.

1-eyx commented 6 days ago

Sorry I made you wait. I tried to move all the custom nodes to another place to test your custom node alone and didn't work

F:\AI\Comfyui\ComfyUI_windows_portable>.\python_embeded\python.exe -s ComfyUI\main.py --windows-standalone-build --use-pytorch-cross-attention [START] Security scan [DONE] Security scan

ComfyUI-Manager: installing dependencies done.

ComfyUI startup time: 2024-06-20 18:12:47.233918 Platform: Windows Python version: 3.11.6 (tags/v3.11.6:8b6ee5b, Oct 2 2023, 14:57:12) [MSC v.1935 64 bit (AMD64)] Python executable: F:\AI\Comfyui\ComfyUI_windows_portable\python_embeded\python.exe ** Log path: F:\AI\Comfyui\ComfyUI_windows_portable\comfyui.log

Prestartup times for custom nodes: 0.0 seconds: F:\AI\Comfyui\ComfyUI_windows_portable\ComfyUI\custom_nodes\rgthree-comfy 0.0 seconds: F:\AI\Comfyui\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Easy-Use 1.5 seconds: F:\AI\Comfyui\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Manager

Total VRAM 10240 MB, total RAM 32556 MB pytorch version: 2.2.2+cu121 Set vram state to: NORMAL_VRAM Device: cuda:0 NVIDIA GeForce RTX 3080 : cudaMallocAsync Using pytorch cross attention Adding extra search path checkpoints C:\AI\auto1111\stable-diffusion-webui\models/Stable-diffusion Adding extra search path configs C:\AI\auto1111\stable-diffusion-webui\models/Stable-diffusion Adding extra search path vae C:\AI\auto1111\stable-diffusion-webui\models/VAE Adding extra search path loras C:\AI\auto1111\stable-diffusion-webui\models/Lora Adding extra search path loras C:\AI\auto1111\stable-diffusion-webui\models/LyCORIS Adding extra search path upscale_models C:\AI\auto1111\stable-diffusion-webui\models/ESRGAN Adding extra search path upscale_models C:\AI\auto1111\stable-diffusion-webui\models/RealESRGAN Adding extra search path upscale_models C:\AI\auto1111\stable-diffusion-webui\models/SwinIR Adding extra search path embeddings C:\AI\auto1111\stable-diffusion-webui\embeddings Adding extra search path hypernetworks C:\AI\auto1111\stable-diffusion-webui\models/hypernetworks Adding extra search path controlnet F:\AI\Comfyui\ComfyUI_windows_portable\ComfyUI\models\controlnet [custom_nodes.comfyui_controlnet_aux] | INFO -> Using ckpts path: F:\AI\Comfyui\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui_controlnet_aux\ckpts [custom_nodes.comfyui_controlnet_aux] | INFO -> Using symlinks: False [custom_nodes.comfyui_controlnet_aux] | INFO -> Using ort providers: ['CUDAExecutionProvider', 'DirectMLExecutionProvider', 'OpenVINOExecutionProvider', 'ROCMExecutionProvider', 'CPUExecutionProvider', 'CoreMLExecutionProvider'] DWPose: Onnxruntime with acceleration providers detected Adding F:\AI\Comfyui\ComfyUI_windows_portable\ComfyUI\custom_nodes to sys.path Could not find efficiency nodes [comfyui_controlnet_aux] | INFO -> Using ckpts path: F:\AI\Comfyui\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui_controlnet_aux\ckpts [comfyui_controlnet_aux] | INFO -> Using symlinks: False [comfyui_controlnet_aux] | INFO -> Using ort providers: ['CUDAExecutionProvider', 'DirectMLExecutionProvider', 'OpenVINOExecutionProvider', 'ROCMExecutionProvider', 'CPUExecutionProvider', 'CoreMLExecutionProvider'] Loaded ControlNetPreprocessors nodes from F:\AI\Comfyui\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui_controlnet_aux Loaded AdvancedControlNet nodes from F:\AI\Comfyui\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Advanced-ControlNet Could not find AnimateDiff nodes Loaded IPAdapter nodes from F:\AI\Comfyui\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI_IPAdapter_plus Loaded VideoHelperSuite from F:\AI\Comfyui\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-VideoHelperSuite

Loading: ComfyUI-Impact-Pack (V5.11.5)

Loading: ComfyUI-Impact-Pack (Subpack: V0.6)

Loading: ComfyUI-Impact-Pack (V5.11.5)

Loaded ImpactPack nodes from F:\AI\Comfyui\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Impact-Pack [Impact Pack] Wildcards loading done. [Impact Pack] Wildcards loading done. Traceback (most recent call last): File "F:\AI\Comfyui\ComfyUI_windows_portable\ComfyUI\nodes.py", line 1906, 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:\AI\Comfyui\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui-art-venture__init.py", line 13, in from .modules.nodes import NODE_CLASS_MAPPINGS, NODE_DISPLAY_NAME_MAPPINGS File "F:\AI\Comfyui\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui-art-venture\modules\nodes.py", line 66, in from .llm import ( File "F:\AI\Comfyui\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui-art-venture\modules\llm__init.py", line 1, in from .chat import NODE_CLASS_MAPPINGS, NODE_DISPLAY_NAME_MAPPINGS File "F:\AI\Comfyui\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui-art-venture\modules\llm\chat.py", line 74, in class LLMMessage(BaseModel): File "F:\AI\Comfyui\ComfyUI_windows_portable\python_embeded\Lib\site-packages\pydantic_internal_model_construction.py", line 202, in new complete_model_class( File "F:\AI\Comfyui\ComfyUI_windows_portable\python_embeded\Lib\site-packages\pydantic_internal_model_construction.py", line 539, in complete_model_class schema = cls.get_pydantic_core_schema(cls, handler) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "F:\AI\Comfyui\ComfyUI_windows_portable\python_embeded\Lib\site-packages\pydantic\main.py", line 626, in get_pydantic_core_schema__ return handler(source) ^^^^^^^^^^^^^^^ File "F:\AI\Comfyui\ComfyUI_windows_portable\python_embeded\Lib\site-packages\pydantic_internal_schema_generation_shared.py", line 82, in call schema = self._handler(source_type) ^^^^^^^^^^^^^^^^^^^^^^^^^^ File "F:\AI\Comfyui\ComfyUI_windows_portable\python_embeded\Lib\site-packages\pydantic_internal_generate_schema.py", line 502, in generate_schema schema = self._generate_schema_inner(obj) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "F:\AI\Comfyui\ComfyUI_windows_portable\python_embeded\Lib\site-packages\pydantic_internal_generate_schema.py", line 753, in _generate_schema_inner return self._model_schema(obj) ^^^^^^^^^^^^^^^^^^^^^^^ File "F:\AI\Comfyui\ComfyUI_windows_portable\python_embeded\Lib\site-packages\pydantic_internal_generate_schema.py", line 580, in _model_schema {k: self._generate_md_field_schema(k, v, decorators) for k, v in fields.items()}, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "F:\AI\Comfyui\ComfyUI_windows_portable\python_embeded\Lib\site-packages\pydantic_internal_generate_schema.py", line 580, in {k: self._generate_md_field_schema(k, v, decorators) for k, v in fields.items()}, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "F:\AI\Comfyui\ComfyUI_windows_portable\python_embeded\Lib\site-packages\pydantic_internal_generate_schema.py", line 916, in _generate_md_field_schema common_field = self._common_field_schema(name, field_info, decorators) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "F:\AI\Comfyui\ComfyUI_windows_portable\python_embeded\Lib\site-packages\pydantic_internal_generate_schema.py", line 1081, in _common_field_schema schema = self._apply_annotations( ^^^^^^^^^^^^^^^^^^^^^^^^ File "F:\AI\Comfyui\ComfyUI_windows_portable\python_embeded\Lib\site-packages\pydantic_internal_generate_schema.py", line 1825, in _apply_annotations schema = get_inner_schema(source_type) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "F:\AI\Comfyui\ComfyUI_windows_portable\python_embeded\Lib\site-packages\pydantic_internal_schema_generation_shared.py", line 82, in call schema = self._handler(source_type) ^^^^^^^^^^^^^^^^^^^^^^^^^^ File "F:\AI\Comfyui\ComfyUI_windows_portable\python_embeded\Lib\site-packages\pydantic_internal_generate_schema.py", line 1806, in inner_handler schema = self._generate_schema_inner(obj) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "F:\AI\Comfyui\ComfyUI_windows_portable\python_embeded\Lib\site-packages\pydantic_internal_generate_schema.py", line 758, in _generate_schema_inner return self.match_type(obj) ^^^^^^^^^^^^^^^^^^^^ File "F:\AI\Comfyui\ComfyUI_windows_portable\python_embeded\Lib\site-packages\pydantic_internal_generate_schema.py", line 829, in match_type return get_enum_core_schema(obj, self._config_wrapper.config_dict) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "F:\AI\Comfyui\ComfyUI_windows_portable\python_embeded\Lib\site-packages\pydantic_internal_std_types_schema.py", line 95, in get_enum_core_schema enum_schema = core_schema.enum_schema( ^^^^^^^^^^^^^^^^^^^^^^^ File "F:\AI\Comfyui\ComfyUI_windows_portable\python_embeded\Lib\site-packages\pydantic_core\core_schema.py", line 3974, in getattr__ raise AttributeError(f"module 'pydantic_core' has no attribute '{attr_name}'") AttributeError: module 'pydantic_core' has no attribute 'enum_schema'

Cannot import F:\AI\Comfyui\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui-art-venture module for custom nodes: module 'pydantic_core' has no attribute 'enum_schema' Comfy-Easy-Use v1.1.9: Loaded Total VRAM 10240 MB, total RAM 32556 MB pytorch version: 2.2.2+cu121 Set vram state to: NORMAL_VRAM Device: cuda:0 NVIDIA GeForce RTX 3080 : cudaMallocAsync Traceback (most recent call last): File "F:\AI\Comfyui\ComfyUI_windows_portable\ComfyUI\nodes.py", line 1906, 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:\AI\Comfyui\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-IF_AI_tools__init.py", line 5, in from .IFPromptMkrNode import IFPrompt2Prompt File "F:\AI\Comfyui\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-IF_AI_tools\IFPromptMkrNode.py", line 5, in import anthropic File "F:\AI\Comfyui\ComfyUI_windows_portable\python_embeded\Lib\site-packages\anthropic__init.py", line 3, in from . import types File "F:\AI\Comfyui\ComfyUI_windows_portable\python_embeded\Lib\site-packages\anthropic\types__init.py", line 5, in from .usage import Usage as Usage File "F:\AI\Comfyui\ComfyUI_windows_portable\python_embeded\Lib\site-packages\anthropic\types\usage.py", line 3, in from .._models import BaseModel File "F:\AI\Comfyui\ComfyUI_windows_portable\python_embeded\Lib\site-packages\anthropic_models.py", line 24, in from ._types import ( File "F:\AI\Comfyui\ComfyUI_windows_portable\python_embeded\Lib\site-packages\anthropic_types.py", line 21, in import httpx File "F:\AI\Comfyui\ComfyUI_windows_portable\python_embeded\Lib\site-packages\httpx__init.py", line 2, in from ._api import delete, get, head, options, patch, post, put, request, stream File "F:\AI\Comfyui\ComfyUI_windows_portable\python_embeded\Lib\site-packages\httpx_api.py", line 6, in from ._client import Client File "F:\AI\Comfyui\ComfyUI_windows_portable\python_embeded\Lib\site-packages\httpx_client.py", line 32, in from ._transports.default import AsyncHTTPTransport, HTTPTransport File "F:\AI\Comfyui\ComfyUI_windows_portable\python_embeded\Lib\site-packages\httpx_transports\default.py", line 32, in import httpcore File "F:\AI\Comfyui\ComfyUI_windows_portable\python_embeded\Lib\site-packages\httpcore\init__.py", line 1, in from ._api import request, stream File "F:\AI\Comfyui\ComfyUI_windows_portable\python_embeded\Lib\site-packages\httpcore_api.py", line 5, in from ._sync.connection_pool import ConnectionPool File "F:\AI\Comfyui\ComfyUI_windows_portable\python_embeded\Lib\site-packages\httpcore_sync\init__.py", line 1, in from .connection import HTTPConnection File "F:\AI\Comfyui\ComfyUI_windows_portable\python_embeded\Lib\site-packages\httpcore_sync\connection.py", line 12, in from .._synchronization import Lock File "F:\AI\Comfyui\ComfyUI_windows_portable\python_embeded\Lib\site-packages\httpcore_synchronization.py", line 11, in import trio File "F:\AI\Comfyui\ComfyUI_windows_portable\python_embeded\Lib\site-packages\trio\init__.py", line 76, in from ._path import Path as Path, PosixPath as PosixPath, WindowsPath as WindowsPath File "F:\AI\Comfyui\ComfyUI_windows_portable\python_embeded\Lib\site-packages\trio_path.py", line 99, in class Path(pathlib.PurePath): File "F:\AI\Comfyui\ComfyUI_windows_portable\python_embeded\Lib\site-packages\trio_path.py", line 116, in Path @_wraps_async(pathlib.Path.cwd) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "F:\AI\Comfyui\ComfyUI_windows_portable\python_embeded\Lib\site-packages\trio_path.py", line 41, in decorator assert wrapped.doc__ is not None ^^^^^^^^^^^^^^^^^^^^^^^^^^^ AssertionError

Cannot import F:\AI\Comfyui\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-IF_AI_tools module for custom nodes:

Loading: ComfyUI-Impact-Pack (V5.11.5)

[Impact Pack] Wildcards loading done.

Loading: ComfyUI-Inspire-Pack (V0.75.2)

Loading: ComfyUI-Manager (V2.37.2)

ComfyUI Revision: 2265 [55f0dc12] | Released on '2024-06-18'

Traceback (most recent call last): File "F:\AI\Comfyui\ComfyUI_windows_portable\ComfyUI\nodes.py", line 1906, 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:\AI\Comfyui\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-mnemic-nodes__init.py", line 1, in from .nodes.fetch_and_save_image import FetchAndSaveImage File "F:\AI\Comfyui\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-mnemic-nodes\nodes__init.py", line 3, in from .groq_api_completion import GroqAPICompletion File "F:\AI\Comfyui\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-mnemic-nodes\nodes\groq_api_completion.py", line 6, in from groq import Groq File "F:\AI\Comfyui\ComfyUI_windows_portable\python_embeded\Lib\site-packages\groq__init.py", line 3, in from . import types File "F:\AI\Comfyui\ComfyUI_windows_portable\python_embeded\Lib\site-packages\groq\types__init.py", line 5, in from .model import Model as Model File "F:\AI\Comfyui\ComfyUI_windows_portable\python_embeded\Lib\site-packages\groq\types\model.py", line 5, in from .._models import BaseModel File "F:\AI\Comfyui\ComfyUI_windows_portable\python_embeded\Lib\site-packages\groq_models.py", line 24, in from ._types import ( File "F:\AI\Comfyui\ComfyUI_windows_portable\python_embeded\Lib\site-packages\groq_types.py", line 21, in import httpx File "F:\AI\Comfyui\ComfyUI_windows_portable\python_embeded\Lib\site-packages\httpx__init__.py", line 2, in from ._api import delete, get, head, options, patch, post, put, request, stream File "F:\AI\Comfyui\ComfyUI_windows_portable\python_embeded\Lib\site-packages\httpx_api.py", line 6, in from ._client import Client File "F:\AI\Comfyui\ComfyUI_windows_portable\python_embeded\Lib\site-packages\httpx_client.py", line 32, in from ._transports.default import AsyncHTTPTransport, HTTPTransport File "F:\AI\Comfyui\ComfyUI_windows_portable\python_embeded\Lib\site-packages\httpx_transports\default.py", line 32, in import httpcore File "F:\AI\Comfyui\ComfyUI_windows_portable\python_embeded\Lib\site-packages\httpcore\init__.py", line 1, in from ._api import request, stream File "F:\AI\Comfyui\ComfyUI_windows_portable\python_embeded\Lib\site-packages\httpcore_api.py", line 5, in from ._sync.connection_pool import ConnectionPool File "F:\AI\Comfyui\ComfyUI_windows_portable\python_embeded\Lib\site-packages\httpcore_sync\init__.py", line 1, in from .connection import HTTPConnection File "F:\AI\Comfyui\ComfyUI_windows_portable\python_embeded\Lib\site-packages\httpcore_sync\connection.py", line 12, in from .._synchronization import Lock File "F:\AI\Comfyui\ComfyUI_windows_portable\python_embeded\Lib\site-packages\httpcore_synchronization.py", line 11, in import trio File "F:\AI\Comfyui\ComfyUI_windows_portable\python_embeded\Lib\site-packages\trio\init__.py", line 76, in from ._path import Path as Path, PosixPath as PosixPath, WindowsPath as WindowsPath File "F:\AI\Comfyui\ComfyUI_windows_portable\python_embeded\Lib\site-packages\trio_path.py", line 99, in class Path(pathlib.PurePath): File "F:\AI\Comfyui\ComfyUI_windows_portable\python_embeded\Lib\site-packages\trio_path.py", line 116, in Path @_wraps_async(pathlib.Path.cwd) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "F:\AI\Comfyui\ComfyUI_windows_portable\python_embeded\Lib\site-packages\trio_path.py", line 41, in decorator assert wrapped.doc__ is not None ^^^^^^^^^^^^^^^^^^^^^^^^^^^ AssertionError

Cannot import F:\AI\Comfyui\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-mnemic-nodes module for custom nodes:

N-Suite Revision: ab4af9de

Current version of packaging: 23.2 Version of cpuinfo: Not found Current version of git: 3.1.42 Current version of moviepy: 1.0.3 Current version of cv2: 4.7.0 Current version of skbuild: 0.17.6 Version of typing: Not found Current version of diskcache: 5.6.3 Current version of llama_cpp: 0.2.73 Current version of timm: 0.9.12 [SD Prompt Reader] Node version: 1.3.3 [SD Prompt Reader] Core version: 1.3.5 [ReActor] - STATUS - Running v0.5.0-b4 in ComfyUI Torch version: 2.2.2+cu121 [ComfyUI-Manager] default cache updated: https://raw.githubusercontent.com/ltdrdata/ComfyUI-Manager/main/alter-list.json[ComfyUI-Manager] default cache updated: https://raw.githubusercontent.com/ltdrdata/ComfyUI-Manager/main/model-list.json[ComfyUI-Manager] default cache updated: https://raw.githubusercontent.com/ltdrdata/ComfyUI-Manager/main/github-stats.json [ComfyUI-Manager] default cache updated: https://raw.githubusercontent.com/ltdrdata/ComfyUI-Manager/main/extension-node-map.json [ComfyUI-Manager] default cache updated: https://raw.githubusercontent.com/ltdrdata/ComfyUI-Manager/main/custom-node-list.json no module 'xformers'. Processing without... no module 'xformers'. Processing without... (pysssss:WD14Tagger) [DEBUG] Available ORT providers: TensorrtExecutionProvider, CUDAExecutionProvider, CPUExecutionProvider (pysssss:WD14Tagger) [DEBUG] Using ORT providers: CUDAExecutionProvider, CPUExecutionProvider

Comfyroll Studio v1.76 : 175 Nodes Loaded

For changes, please see patch notes at https://github.com/Suzie1/ComfyUI_Comfyroll_CustomNodes/blob/main/Patch_Notes.md For help, please see the wiki at https://github.com/Suzie1/ComfyUI_Comfyroll_CustomNodes/wiki

[tinyterraNodes] Loaded All packages from requirements.txt are installed and up to date. llama-cpp installed All packages from requirements.txt are installed and up to date. AutoGPTQ installed FaceDetailer: Model directory already exists FaceDetailer: Model already exists Patching UNetModel.forward UNetModel.forward has been successfully patched.

[rgthree] Loaded 39 extraordinary nodes. [rgthree] Will use rgthree's optimized recursive execution.

Searge-SDXL v4.3.1 in F:\AI\Comfyui\ComfyUI_windows_portable\ComfyUI\custom_nodes\SeargeSDXL WAS Node Suite: BlenderNeko's Advanced CLIP Text Encode found, attempting to enable CLIPTextEncode support. WAS Node Suite: CLIPTextEncode (BlenderNeko Advanced + NSP) node enabled under WAS Suite/Conditioning menu. WAS Node Suite: OpenCV Python FFMPEG support is enabled WAS Node Suite Warning: ffmpeg_bin_path is not set in F:\AI\Comfyui\ComfyUI_windows_portable\ComfyUI\custom_nodes\was-node-suite-comfyui\was_suite_config.json config file. Will attempt to use system ffmpeg binaries if available. WAS Node Suite: Finished. Loaded 214 nodes successfully.

    "Believe in yourself, take on your challenges, and dig deep within yourself to conquer fears." - Chantal Sutherland

Import times for custom nodes: 0.0 seconds: F:\AI\Comfyui\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI_IPAdapter_plus 0.0 seconds: F:\AI\Comfyui\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-VideoHelperSuite 0.0 seconds: F:\AI\Comfyui\ComfyUI_windows_portable\ComfyUI\custom_nodes\websocket_image_save.py 0.0 seconds: F:\AI\Comfyui\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyuiComfyUI-HyperSDXL1StepUnetScheduler 0.0 seconds: F:\AI\Comfyui\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui-tcd-scheduler 0.0 seconds: F:\AI\Comfyui\ComfyUI_windows_portable\ComfyUI\custom_nodes\sdxl_prompt_styler 0.0 seconds: F:\AI\Comfyui\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-StableDiffusion3-API 0.0 seconds: F:\AI\Comfyui\ComfyUI_windows_portable\ComfyUI\custom_nodes\FreeU_Advanced 0.0 seconds: F:\AI\Comfyui\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Impact-Pack 0.0 seconds: F:\AI\Comfyui\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui_controlnet_aux 0.0 seconds: F:\AI\Comfyui\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI_LLM_Node 0.0 seconds: F:\AI\Comfyui\ComfyUI_windows_portable\ComfyUI\custom_nodes\cg-use-everywhere 0.0 seconds: F:\AI\Comfyui\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI_ResolutionSelector 0.0 seconds: F:\AI\Comfyui\ComfyUI_windows_portable\ComfyUI\custom_nodes\masquerade-nodes-comfyui 0.0 seconds: F:\AI\Comfyui\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI_TGate 0.0 seconds: F:\AI\Comfyui\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI_ADV_CLIP_emb 0.0 seconds: F:\AI\Comfyui\ComfyUI_windows_portable\ComfyUI\custom_nodes\wlsh_nodes 0.0 seconds: F:\AI\Comfyui\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Inpaint-CropAndStitch 0.0 seconds: F:\AI\Comfyui\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Eagle-PNGInfo 0.0 seconds: F:\AI\Comfyui\ComfyUI_windows_portable\ComfyUI\custom_nodes\SD-Advanced-Noise 0.0 seconds: F:\AI\Comfyui\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui-previewlatent 0.0 seconds: F:\AI\Comfyui\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI_Cutoff 0.0 seconds: F:\AI\Comfyui\ComfyUI_windows_portable\ComfyUI\custom_nodes\sd-perturbed-attention 0.0 seconds: F:\AI\Comfyui\ComfyUI_windows_portable\ComfyUI\custom_nodes\stability-ComfyUI-nodes 0.0 seconds: F:\AI\Comfyui\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI_JPS-Nodes 0.0 seconds: F:\AI\Comfyui\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-TCD 0.0 seconds: F:\AI\Comfyui\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI_ELLA 0.0 seconds: F:\AI\Comfyui\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI_InstantID 0.0 seconds: F:\AI\Comfyui\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-AutomaticCFG 0.0 seconds: F:\AI\Comfyui\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-ELLA 0.0 seconds: F:\AI\Comfyui\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI_VisualStylePrompting 0.0 seconds: F:\AI\Comfyui\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI_experiments 0.0 seconds: F:\AI\Comfyui\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-WD14-Tagger 0.0 seconds: F:\AI\Comfyui\ComfyUI_windows_portable\ComfyUI\custom_nodes\mikey_nodes 0.0 seconds: F:\AI\Comfyui\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui_jankhidiffusion 0.0 seconds: F:\AI\Comfyui\ComfyUI_windows_portable\ComfyUI\custom_nodes\Comfyui-StableSR 0.0 seconds: F:\AI\Comfyui\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Video-Matting 0.0 seconds: F:\AI\Comfyui\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-PhotoMaker-ZHO 0.0 seconds: F:\AI\Comfyui\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI_essentials 0.0 seconds: F:\AI\Comfyui\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Prompt-Expansion 0.0 seconds: F:\AI\Comfyui\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui-various 0.0 seconds: F:\AI\Comfyui\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-IC-Light 0.0 seconds: F:\AI\Comfyui\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfy-image-saver 0.0 seconds: F:\AI\Comfyui\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-PhotoMaker-Plus 0.0 seconds: F:\AI\Comfyui\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-KJNodes 0.0 seconds: F:\AI\Comfyui\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI_UltimateSDUpscale 0.0 seconds: F:\AI\Comfyui\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Custom-Scripts 0.0 seconds: F:\AI\Comfyui\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Advanced-ControlNet 0.0 seconds: F:\AI\Comfyui\ComfyUI_windows_portable\ComfyUI\custom_nodes\Derfuu_ComfyUI_ModdedNodes 0.0 seconds: F:\AI\Comfyui\ComfyUI_windows_portable\ComfyUI\custom_nodes\rgthree-comfy 0.0 seconds: F:\AI\Comfyui\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI_ExtraModels 0.0 seconds: F:\AI\Comfyui\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui-prompt-reader-node 0.0 seconds (IMPORT FAILED): F:\AI\Comfyui\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-mnemic-nodes 0.0 seconds: F:\AI\Comfyui\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Inspire-Pack 0.0 seconds: F:\AI\Comfyui\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-TiledDiffusion 0.0 seconds: F:\AI\Comfyui\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI_tinyterraNodes 0.0 seconds: F:\AI\Comfyui\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-LLaVA-Captioner 0.1 seconds: F:\AI\Comfyui\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI_Comfyroll_CustomNodes 0.1 seconds: F:\AI\Comfyui\ComfyUI_windows_portable\ComfyUI\custom_nodes\CharacterFaceSwap 0.1 seconds: F:\AI\Comfyui\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui-reactor-node 0.1 seconds: F:\AI\Comfyui\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-ELLA-wrapper 0.1 seconds (IMPORT FAILED): F:\AI\Comfyui\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-IF_AI_tools 0.1 seconds: F:\AI\Comfyui\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI_VLM_nodes 0.2 seconds: F:\AI\Comfyui\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-moondream 0.2 seconds: F:\AI\Comfyui\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Gemini 0.2 seconds: F:\AI\Comfyui\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Easy-Use 0.3 seconds: F:\AI\Comfyui\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-N-Nodes 0.3 seconds: F:\AI\Comfyui\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Manager 0.3 seconds: F:\AI\Comfyui\ComfyUI_windows_portable\ComfyUI\custom_nodes\DZ-FaceDetailer 0.4 seconds: F:\AI\Comfyui\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Anyline 0.5 seconds: F:\AI\Comfyui\ComfyUI_windows_portable\ComfyUI\custom_nodes\SeargeSDXL 0.6 seconds: F:\AI\Comfyui\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-InstantID 1.1 seconds: F:\AI\Comfyui\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-SUPIR 1.7 seconds (IMPORT FAILED): F:\AI\Comfyui\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui-art-venture 2.5 seconds: F:\AI\Comfyui\ComfyUI_windows_portable\ComfyUI\custom_nodes\was-node-suite-comfyui

Starting server

To see the GUI go to: http://127.0.0.1:8188 FETCH DATA from: F:\AI\Comfyui\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Manager\extension-node-map.json [DONE] [ERROR] An error occurred while retrieving information for the 'LLM_Node' node. Traceback (most recent call last): File "F:\AI\Comfyui\ComfyUI_windows_portable\ComfyUI\server.py", line 415, in get_object_info out[x] = node_info(x) ^^^^^^^^^^^^ File "F:\AI\Comfyui\ComfyUI_windows_portable\ComfyUI\server.py", line 393, in node_info info['input'] = obj_class.INPUT_TYPES() ^^^^^^^^^^^^^^^^^^^^^^^ File "F:\AI\Comfyui\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI_LLM_Node\LLM_Node.py", line 43, in INPUT_TYPES for name in os.listdir(GLOBAL_MODELS_DIR): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ FileNotFoundError: [WinError 3] The system cannot find the path specified: 'F:\AI\Comfyui\ComfyUI_windows_portable\ComfyUI\models\LLM_checkpoints'

if-ai commented 6 days ago

Thanks, it Looks like it is the anthropic package. Try first going I to the manager and there is a pip install packages button just type anthropic on the bar and try again please

1-eyx commented 5 days ago

Thank you for your quick answers. I tried it now and it didn't work.

Screenshot (448)

Screenshot (449)