StartHua / Comfyui_CXH_joy_caption

Recommended based on comfyui node pictures:Joy_caption + MiniCPMv2_6-prompt-generator + florence2
Apache License 2.0
261 stars 14 forks source link

`rope_scaling` must be a dictionary with with two fields, `type` and `factor`, got {'factor': 8.0, 'high_freq_factor': 4.0, 'low_freq_factor': 1.0, 'original_max_position_embeddings': 8192, 'rope_type': 'llama3'} #35

Open Zhouyongting opened 1 week ago

Zhouyongting commented 1 week ago

rope_scaling must be a dictionary with with two fields, type and factor, got {'factor': 8.0, 'high_freq_factor': 4.0, 'low_freq_factor': 1.0, 'original_max_position_embeddings': 8192, 'rope_type': 'llama3'}

help me,please

RodgerE1 commented 1 week ago

Same Here:

ComfyUI Error Report

Error Details

## System Information
- **ComfyUI Version:** v0.2.0-2-g00a5d08
- **Arguments:** ComfyUI\main.py --windows-standalone-build --front-end-version Comfy-Org/ComfyUI_frontend@latest --disable-auto-launch --port 8188 --dont-upcast-attention
- **OS:** nt
- **Python Version:** 3.11.8 (tags/v3.11.8:db85d51, Feb  6 2024, 22:03:32) [MSC v.1937 64 bit (AMD64)]
- **Embedded Python:** true
- **PyTorch Version:** 2.3.1+cu121
## Devices

- **Name:** cuda:0 NVIDIA GeForce RTX 3060 : cudaMallocAsync
  - **Type:** cuda
  - **VRAM Total:** 12884377600
  - **VRAM Free:** 11759451240
  - **Torch VRAM Total:** 33554432
  - **Torch VRAM Free:** 12254312

## Logs

2024-09-03 09:03:46,032 - root - INFO - Total VRAM 12288 MB, total RAM 65487 MB 2024-09-03 09:03:46,032 - root - INFO - pytorch version: 2.3.1+cu121 2024-09-03 09:03:47,944 - root - INFO - xformers version: 0.0.27 2024-09-03 09:03:47,944 - root - INFO - Set vram state to: NORMAL_VRAM 2024-09-03 09:03:47,946 - root - INFO - Device: cuda:0 NVIDIA GeForce RTX 3060 : cudaMallocAsync 2024-09-03 09:03:48,242 - root - INFO - Using xformers cross attention 2024-09-03 09:03:50,389 - root - INFO - [Prompt Server] web root: C:\ComfyUI_windows_portable\ComfyUI\web_custom_versions\Comfy-Org_ComfyUI_frontend\1.2.44 2024-09-03 09:03:54,221 - chromadb.telemetry.product.posthog - INFO - Anonymized telemetry enabled. See https://docs.trychroma.com/telemetry for more information. 2024-09-03 09:03:58,831 - numexpr.utils - INFO - NumExpr defaulting to 8 threads. 2024-09-03 09:04:00,244 - root - WARNING - Traceback (most recent call last): File "C:\ComfyUI_windows_portable\ComfyUI\nodes.py", line 1993, 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 "C:\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-3D-Pack__init.py", line 53, in module = importlib.import_module(f".{nodes_filename}", package=name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "importlib\init__.py", line 126, in import_module File "", line 1204, in _gcd_import File "", line 1176, in _find_and_load File "", line 1147, in _find_and_load_unlocked File "", line 690, in _load_unlocked File "", line 940, in exec_module File "", line 241, in _call_with_frames_removed File "C:\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-3D-Pack\nodes.py", line 37, in from .mesh_processer.mesh import Mesh File "C:\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-3D-Pack\mesh_processer\mesh.py", line 8, in from kiui.op import safe_normalize, dot ModuleNotFoundError: No module named 'kiui'

2024-09-03 09:04:00,246 - root - WARNING - Cannot import C:\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-3D-Pack module for custom nodes: No module named 'kiui' 2024-09-03 09:04:00,872 - root - WARNING - Traceback (most recent call last): File "C:\ComfyUI_windows_portable\ComfyUI\nodes.py", line 1993, 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 "C:\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Anyline__init__.py", line 1, in from .anyline import AnyLine File "C:\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Anyline\anyline.py", line 9, in from custom_nodes.comfyui_controlnet_aux.src.controlnet_aux.teed import TEDDetector ImportError: cannot import name 'TEDDetector' from 'custom_nodes.comfyui_controlnet_aux.src.controlnet_aux.teed' (unknown location)

2024-09-03 09:04:00,873 - root - WARNING - Cannot import C:\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Anyline module for custom nodes: cannot import name 'TEDDetector' from 'custom_nodes.comfyui_controlnet_aux.src.controlnet_aux.teed' (unknown location) 2024-09-03 09:04:01,407 - albumentations.check_version - INFO - A new version of Albumentations is available: 1.4.14 (you have 1.4.13). Upgrade using: pip install -U albumentations. To disable automatic update checks, set the environment variable NO_ALBUMENTATIONS_UPDATE to 1. 2024-09-03 09:04:01,665 - py.warnings - WARNING - C:\ComfyUI_windows_portable\python_embeded\Lib\site-packages\diffusers\models\vq_model.py:20: FutureWarning: VQEncoderOutput is deprecated and will be removed in version 0.31. Importing VQEncoderOutput from diffusers.models.vq_model is deprecated and this will be removed in a future version. Please use from diffusers.models.autoencoders.vq_model import VQEncoderOutput, instead. deprecate("VQEncoderOutput", "0.31", deprecation_message)

2024-09-03 09:04:01,666 - py.warnings - WARNING - C:\ComfyUI_windows_portable\python_embeded\Lib\site-packages\diffusers\models\vq_model.py:25: FutureWarning: VQModel is deprecated and will be removed in version 0.31. Importing VQModel from diffusers.models.vq_model is deprecated and this will be removed in a future version. Please use from diffusers.models.autoencoders.vq_model import VQModel, instead. deprecate("VQModel", "0.31", deprecation_message)

2024-09-03 09:04:17,563 - tensorflow - WARNING - From C:\ComfyUI_windows_portable\python_embeded\Lib\site-packages\tf_keras\src\losses.py:2976: The name tf.losses.sparse_softmax_cross_entropy is deprecated. Please use tf.compat.v1.losses.sparse_softmax_cross_entropy instead.

2024-09-03 09:04:18,810 - root - WARNING - Traceback (most recent call last): File "C:\ComfyUI_windows_portable\ComfyUI\nodes.py", line 1993, 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 "C:\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Diffusers__init__.py", line 1, in from .nodes import * File "C:\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Diffusers\nodes.py", line 8, in from streamdiffusion import StreamDiffusion ModuleNotFoundError: No module named 'streamdiffusion'

2024-09-03 09:04:18,811 - root - WARNING - Cannot import C:\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Diffusers module for custom nodes: No module named 'streamdiffusion' 2024-09-03 09:04:18,841 - root - WARNING - Traceback (most recent call last): File "C:\ComfyUI_windows_portable\ComfyUI\nodes.py", line 1993, 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 "C:\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui-dream-project__init__.py", line 16, in from .calculate import * File "C:\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui-dream-project\calculate.py", line 4, in from evalidate import Expr, EvalException, base_eval_model ModuleNotFoundError: No module named 'evalidate'

2024-09-03 09:04:18,842 - root - WARNING - Cannot import C:\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui-dream-project module for custom nodes: No module named 'evalidate' 2024-09-03 09:04:20,219 - root - WARNING - Traceback (most recent call last): File "C:\ComfyUI_windows_portable\ComfyUI\nodes.py", line 1993, 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 "C:\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-eesahesNodes__init__.py", line 8, in from .nodes import InstantXFluxUnionControlNetLoader File "C:\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-eesahesNodes\nodes.py", line 6, in from .controlnet.controlnet_instantx import InstantXControlNetFlux File "C:\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-eesahesNodes\controlnet\controlnet_instantx.py", line 16, in from diffusers.models.transformers.transformer_flux import FluxSingleTransformerBlock, FluxTransformerBlock ModuleNotFoundError: No module named 'diffusers.models.transformers.transformer_flux'

2024-09-03 09:04:20,220 - root - WARNING - Cannot import C:\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-eesahesNodes module for custom nodes: No module named 'diffusers.models.transformers.transformer_flux' 2024-09-03 09:04:20,222 - root - WARNING - Traceback (most recent call last): File "C:\ComfyUI_windows_portable\ComfyUI\nodes.py", line 1993, in load_custom_node module_spec.loader.exec_module(module) File "", line 936, in exec_module File "", line 1074, in get_code File "", line 1004, in source_to_code File "", line 241, in _call_with_frames_removed File "C:\ComfyUI_windows_portable\ComfyUI\custom_nodes\Comfyui-ergouzi-Nodes__init__.py", line 62

0d6ac29773fa03e439dd9deb282453b739403427 ^ SyntaxError: invalid decimal literal

2024-09-03 09:04:20,223 - root - WARNING - Cannot import C:\ComfyUI_windows_portable\ComfyUI\custom_nodes\Comfyui-ergouzi-Nodes module for custom nodes: invalid decimal literal (init.py, line 62) 2024-09-03 09:04:20,303 - root - WARNING - Traceback (most recent call last): File "C:\ComfyUI_windows_portable\ComfyUI\nodes.py", line 1993, 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 "C:\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Hallo__init__.py", line 33, in from .nodes import PreViewVideo,HalloNode,LoadImagePath, LoadAudioPath File "C:\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Hallo\nodes.py", line 6, in from Hallo.scripts.inference import inference_process File "C:\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Hallo\Hallo\scripts\inference.py", line 39, in from hallo.animate.face_animate import FaceAnimatePipeline ModuleNotFoundError: No module named 'hallo.animate'

2024-09-03 09:04:20,304 - root - WARNING - Cannot import C:\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Hallo module for custom nodes: No module named 'hallo.animate' 2024-09-03 09:04:22,614 - root - INFO - Total VRAM 12288 MB, total RAM 65487 MB 2024-09-03 09:04:22,614 - root - INFO - pytorch version: 2.3.1+cu121 2024-09-03 09:04:22,616 - root - INFO - xformers version: 0.0.27 2024-09-03 09:04:22,616 - root - INFO - Set vram state to: NORMAL_VRAM 2024-09-03 09:04:22,617 - root - INFO - Device: cuda:0 NVIDIA GeForce RTX 3060 : cudaMallocAsync 2024-09-03 09:04:22,815 - root - WARNING - Traceback (most recent call last): File "C:\ComfyUI_windows_portable\ComfyUI\nodes.py", line 1993, 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 "C:\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-LuminaWrapper__init__.py", line 1, in from .nodes import NODE_CLASS_MAPPINGS, NODE_DISPLAY_NAME_MAPPINGS File "C:\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-LuminaWrapper\nodes.py", line 16, in from transport import ODE File "C:\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-LuminaWrapper\transport.py", line 2, in from torchdiffeq import odeint ModuleNotFoundError: No module named 'torchdiffeq'

2024-09-03 09:04:22,815 - root - WARNING - Cannot import C:\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-LuminaWrapper module for custom nodes: No module named 'torchdiffeq' 2024-09-03 09:04:26,829 - root - INFO - -------------- 2024-09-03 09:04:26,829 - root - INFO -  ### Mixlab Nodes: Loaded 2024-09-03 09:04:26,830 - root - INFO - ChatGPT.available True 2024-09-03 09:04:26,832 - root - INFO - editmask.available True 2024-09-03 09:04:26,841 - root - INFO - LaMaInpainting.available True 2024-09-03 09:04:26,987 - root - INFO - ClipInterrogator.available True 2024-09-03 09:04:26,991 - root - INFO - PromptGenerate.available True 2024-09-03 09:04:26,992 - root - INFO - ChinesePrompt.available True 2024-09-03 09:04:26,993 - root - INFO - RembgNode.available True 2024-09-03 09:04:27,008 - root - INFO - TripoSR.available 2024-09-03 09:04:27,010 - root - INFO - MiniCPMNode.available 2024-09-03 09:04:27,010 - root - INFO -  --------------  2024-09-03 09:04:31,844 - datasets - INFO - PyTorch version 2.3.1+cu121 available. 2024-09-03 09:04:31,851 - datasets - INFO - TensorFlow version 2.17.0 available. 2024-09-03 09:04:31,854 - datasets - INFO - JAX version 0.4.30 available. 2024-09-03 09:04:32,087 - root - WARNING - Traceback (most recent call last): File "C:\ComfyUI_windows_portable\ComfyUI\nodes.py", line 1993, 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 "C:\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Portrait-Maker__init__.py", line 9, in from portrait.nodes import File "C:\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Portrait-Maker\portrait\nodes.py", line 7, in from .model_holder import File "C:\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Portrait-Maker\portrait\model_holder.py", line 1, in from modelscope.pipelines import pipeline File "C:\ComfyUI_windows_portable\python_embeded\Lib\site-packages\modelscope\pipelines__init.py", line 4, in from .base import Pipeline File "C:\ComfyUI_windows_portable\python_embeded\Lib\site-packages\modelscope\pipelines\base.py", line 16, in from modelscope.msdatasets import MsDataset File "C:\ComfyUI_windows_portable\python_embeded\Lib\site-packages\modelscope\msdatasets\init__.py", line 2, in from .ms_dataset import MsDataset File "C:\ComfyUI_windows_portable\python_embeded\Lib\site-packages\modelscope\msdatasets\ms_dataset.py", line 16, in from modelscope.msdatasets.data_loader.data_loader_manager import ( File "C:\ComfyUI_windows_portable\python_embeded\Lib\site-packages\modelscope\msdatasets\data_loader\data_loader_manager.py", line 12, in from modelscope.msdatasets.data_loader.data_loader import OssDownloader File "C:\ComfyUI_windows_portable\python_embeded\Lib\site-packages\modelscope\msdatasets\data_loader\data_loader.py", line 15, in from modelscope.msdatasets.data_files.data_files_manager import \ File "C:\ComfyUI_windows_portable\python_embeded\Lib\site-packages\modelscope\msdatasets\data_files\data_files_manager.py", line 11, in from modelscope.msdatasets.download.dataset_builder import ( File "C:\ComfyUI_windows_portable\python_embeded\Lib\site-packages\modelscope\msdatasets\download\dataset_builder.py", line 24, in from modelscope.msdatasets.download.download_manager import \ File "C:\ComfyUI_windows_portable\python_embeded\Lib\site-packages\modelscope\msdatasets\download\download_manager.py", line 9, in from modelscope.msdatasets.utils.oss_utils import OssUtilities File "C:\ComfyUI_windows_portable\python_embeded\Lib\site-packages\modelscope\msdatasets\utils\oss_utils.py", line 7, in import oss2 ModuleNotFoundError: No module named 'oss2'

2024-09-03 09:04:32,089 - root - WARNING - Cannot import C:\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Portrait-Maker module for custom nodes: No module named 'oss2' 2024-09-03 09:04:32,177 - comfyui-prompt-control - INFO - Vector sculptor extension detected, can use SCULPT() 2024-09-03 09:04:32,177 - comfyui-prompt-control - INFO - Use STYLE(weight_interpretation, normalization) at the start of a prompt to use advanced encodings 2024-09-03 09:04:32,178 - comfyui-prompt-control - INFO - Weight interpretations available: comfy,A1111,compel,comfy++,down_weight,perp 2024-09-03 09:04:32,179 - comfyui-prompt-control - INFO - Normalization types available: none,mean,length,length+mean 2024-09-03 09:04:32,447 - root - WARNING - Traceback (most recent call last): File "C:\ComfyUI_windows_portable\ComfyUI\nodes.py", line 1993, in load_custom_node module_spec.loader.exec_module(module) File "", line 936, in exec_module File "", line 1073, in get_code File "", line 1130, in get_data FileNotFoundError: [Errno 2] No such file or directory: 'C:\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui-textutil\init.py'

2024-09-03 09:04:32,448 - root - WARNING - Cannot import C:\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui-textutil module for custom nodes: [Errno 2] No such file or directory: 'C:\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui-textutil\init.py' 2024-09-03 09:04:32,724 - root - WARNING - Traceback (most recent call last): File "C:\ComfyUI_windows_portable\ComfyUI\nodes.py", line 1993, 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 "C:\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-V-Express__init__.py", line 1, in from .nodes import NODE_CLASS_MAPPINGS, NODE_DISPLAY_NAME_MAPPINGS File "C:\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-V-Express\nodes.py", line 24, in from .src.pipelines import VExpressPipeline File "C:\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-V-Express\src\pipelines__init.py", line 1, in from .v_express_pipeline import VExpressPipeline File "C:\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-V-Express\src\pipelines\v_express_pipeline.py", line 25, in from modules import ReferenceAttentionControl File "C:\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI_V-Express\V_Express\modules\init__.py", line 1, in from .unet_2d_condition import UNet2DConditionModel File "C:\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI_V-Express\V_Express\modules\unet_2d_condition.py", line 44, in from .unet_2d_blocks import ( File "C:\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI_V-Express\V_Express\modules\unet_2d_blocks.py", line 7, in from diffusers.models.dual_transformer_2d import DualTransformer2DModel ModuleNotFoundError: No module named 'diffusers.models.dual_transformer_2d'

2024-09-03 09:04:32,725 - root - WARNING - Cannot import C:\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-V-Express module for custom nodes: No module named 'diffusers.models.dual_transformer_2d' 2024-09-03 09:04:36,317 - py.warnings - WARNING - SupervisionWarnings: BoundingBoxAnnotator is deprecated: BoundingBoxAnnotator is deprecated and has been renamed to BoxAnnotator. BoundingBoxAnnotator will be removed in supervision-0.26.0.

2024-09-03 09:04:36,327 - py.warnings - WARNING - SupervisionWarnings: BoundingBoxAnnotator is deprecated: BoundingBoxAnnotator is deprecated and has been renamed to BoxAnnotator. BoundingBoxAnnotator will be removed in supervision-0.26.0.

2024-09-03 09:04:50,987 - auto_gptq.nn_modules.qlinear.qlinear_cuda - WARNING - CUDA extension not installed. 2024-09-03 09:04:50,991 - auto_gptq.nn_modules.qlinear.qlinear_cuda_old - WARNING - CUDA extension not installed. 2024-09-03 09:05:00,502 - root - WARNING - Traceback (most recent call last): File "C:\ComfyUI_windows_portable\ComfyUI\nodes.py", line 1993, in load_custom_node module_spec.loader.exec_module(module) File "", line 936, in exec_module File "", line 1073, in get_code File "", line 1130, in get_data FileNotFoundError: [Errno 2] No such file or directory: 'C:\ComfyUI_windows_portable\ComfyUI\custom_nodes\HunyuanDiT\init.py'

2024-09-03 09:05:00,503 - root - WARNING - Cannot import C:\ComfyUI_windows_portable\ComfyUI\custom_nodes\HunyuanDiT module for custom nodes: [Errno 2] No such file or directory: 'C:\ComfyUI_windows_portable\ComfyUI\custom_nodes\HunyuanDiT\init.py' 2024-09-03 09:05:00,526 - root - WARNING - Traceback (most recent call last): File "C:\ComfyUI_windows_portable\ComfyUI\nodes.py", line 1993, 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 "C:\ComfyUI_windows_portable\ComfyUI\custom_nodes\LCM_Inpaint-Outpaint_Comfy__init__.py", line 1, in from .LCM_Nodes import NODE_CLASS_MAPPINGS File "C:\ComfyUI_windows_portable\ComfyUI\custom_nodes\LCM_Inpaint-Outpaint_Comfy\LCM_Nodes.py", line 9, in from .LCM.LCM_reference_pipeline import LatentConsistencyModelPipeline_reference File "C:\ComfyUI_windows_portable\ComfyUI\custom_nodes\LCM_Inpaint-Outpaint_Comfy\LCM\LCM_reference_pipeline.py", line 33, in from diffusers.models.unet_2d_blocks import CrossAttnDownBlock2D, CrossAttnUpBlock2D, DownBlock2D, UpBlock2D ModuleNotFoundError: No module named 'diffusers.models.unet_2d_blocks'

2024-09-03 09:05:00,527 - root - WARNING - Cannot import C:\ComfyUI_windows_portable\ComfyUI\custom_nodes\LCM_Inpaint-Outpaint_Comfy module for custom nodes: No module named 'diffusers.models.unet_2d_blocks' 2024-09-03 09:05:00,589 - root - WARNING - Traceback (most recent call last): File "C:\ComfyUI_windows_portable\ComfyUI\nodes.py", line 1993, 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 "C:\ComfyUI_windows_portable\ComfyUI\custom_nodes\PuLID_ComfyUI__init__.py", line 1, in from .pulid import NODE_CLASS_MAPPINGS, NODE_DISPLAY_NAME_MAPPINGS File "C:\ComfyUI_windows_portable\ComfyUI\custom_nodes\PuLID_ComfyUI\pulid.py", line 10, in from facexlib.parsing import init_parsing_model ModuleNotFoundError: No module named 'facexlib'

2024-09-03 09:05:00,589 - root - WARNING - Cannot import C:\ComfyUI_windows_portable\ComfyUI\custom_nodes\PuLID_ComfyUI module for custom nodes: No module named 'facexlib' 2024-09-03 09:05:06,252 - root - INFO - Import times for custom nodes: 2024-09-03 09:05:06,252 - root - INFO - 0.0 seconds: C:\ComfyUI_windows_portable\ComfyUI\custom_nodes\sdxl_utility.py 2024-09-03 09:05:06,254 - root - INFO - 0.0 seconds: C:\ComfyUI_windows_portable\ComfyUI\custom_nodes\gcLatentTunnel.py 2024-09-03 09:05:06,254 - root - INFO - 0.0 seconds: C:\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-svd_txt2vid 2024-09-03 09:05:06,255 - root - INFO - 0.0 seconds: C:\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyBootlegOffload.py 2024-09-03 09:05:06,256 - root - INFO - 0.0 seconds: C:\ComfyUI_windows_portable\ComfyUI\custom_nodes\canvas_tab 2024-09-03 09:05:06,257 - root - INFO - 0.0 seconds: C:\ComfyUI_windows_portable\ComfyUI\custom_nodes\websocket_image_save.py 2024-09-03 09:05:06,257 - root - INFO - 0.0 seconds: C:\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Image-Selector 2024-09-03 09:05:06,258 - root - INFO - 0.0 seconds: C:\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Dream-Interpreter 2024-09-03 09:05:06,259 - root - INFO - 0.0 seconds: C:\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Styles_CSV_Loader 2024-09-03 09:05:06,259 - root - INFO - 0.0 seconds: C:\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-OtherVAEs 2024-09-03 09:05:06,260 - root - INFO - 0.0 seconds: C:\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-CascadeResolutions 2024-09-03 09:05:06,261 - root - INFO - 0.0 seconds: C:\ComfyUI_windows_portable\ComfyUI\custom_nodes\sdxl-recommended-res-calc 2024-09-03 09:05:06,262 - root - INFO - 0.0 seconds: C:\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-SVDResizer 2024-09-03 09:05:06,263 - root - INFO - 0.0 seconds: C:\ComfyUI_windows_portable\ComfyUI\custom_nodes\sdxl_prompt_styler 2024-09-03 09:05:06,264 - root - INFO - 0.0 seconds: C:\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-HF 2024-09-03 09:05:06,264 - root - INFO - 0.0 seconds: C:\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui-tcd-scheduler 2024-09-03 09:05:06,265 - root - INFO - 0.0 seconds: C:\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Flux-Prompt-Saver 2024-09-03 09:05:06,266 - root - INFO - 0.0 seconds: C:\ComfyUI_windows_portable\ComfyUI\custom_nodes\LoadLoraWithTags 2024-09-03 09:05:06,266 - root - INFO - 0.0 seconds: C:\ComfyUI_windows_portable\ComfyUI\custom_nodes\Image-Captioning-in-ComfyUI 2024-09-03 09:05:06,269 - root - INFO - 0.0 seconds: C:\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-StableDiffusion3-API 2024-09-03 09:05:06,270 - root - INFO - 0.0 seconds: C:\ComfyUI_windows_portable\ComfyUI\custom_nodes\Vector_Sculptor_ComfyUI 2024-09-03 09:05:06,271 - root - INFO - 0.0 seconds: C:\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-seamless-tiling 2024-09-03 09:05:06,271 - root - INFO - 0.0 seconds: C:\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI_Hallo 2024-09-03 09:05:06,272 - root - INFO - 0.0 seconds: C:\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Better-Dimensions 2024-09-03 09:05:06,273 - root - INFO - 0.0 seconds: C:\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-IF_AI_HFDownloaderNode 2024-09-03 09:05:06,274 - root - INFO - 0.0 seconds: C:\ComfyUI_windows_portable\ComfyUI\custom_nodes\prompt_injection 2024-09-03 09:05:06,274 - root - INFO - 0.0 seconds: C:\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Ollama-Describer 2024-09-03 09:05:06,275 - root - INFO - 0.0 seconds: C:\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-mxToolkit 2024-09-03 09:05:06,276 - root - INFO - 0.0 seconds: C:\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI_TiledIPAdapter 2024-09-03 09:05:06,277 - root - INFO - 0.0 seconds: C:\ComfyUI_windows_portable\ComfyUI\custom_nodes\save-image-extended-comfyui 2024-09-03 09:05:06,278 - root - INFO - 0.0 seconds: C:\ComfyUI_windows_portable\ComfyUI\custom_nodes\sd-dynamic-thresholding 2024-09-03 09:05:06,279 - root - INFO - 0.0 seconds (IMPORT FAILED): C:\ComfyUI_windows_portable\ComfyUI\custom_nodes\HunyuanDiT 2024-09-03 09:05:06,279 - root - INFO - 0.0 seconds: C:\ComfyUI_windows_portable\ComfyUI\custom_nodes\lora-info 2024-09-03 09:05:06,280 - root - INFO - 0.0 seconds: C:\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI_Noise 2024-09-03 09:05:06,281 - root - INFO - 0.0 seconds: C:\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI_ADV_CLIP_emb 2024-09-03 09:05:06,282 - root - INFO - 0.0 seconds: C:\ComfyUI_windows_portable\ComfyUI\custom_nodes\cg-use-everywhere 2024-09-03 09:05:06,282 - root - INFO - 0.0 seconds: C:\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-SAI_API 2024-09-03 09:05:06,283 - root - INFO - 0.0 seconds: C:\ComfyUI_windows_portable\ComfyUI\custom_nodes\SD-Advanced-Noise 2024-09-03 09:05:06,286 - root - INFO - 0.0 seconds: C:\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Logic 2024-09-03 09:05:06,287 - root - INFO - 0.0 seconds: C:\ComfyUI_windows_portable\ComfyUI\custom_nodes\sigmas_tools_and_the_golden_scheduler 2024-09-03 09:05:06,287 - root - INFO - 0.0 seconds: C:\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-YOLO 2024-09-03 09:05:06,288 - root - INFO - 0.0 seconds: C:\ComfyUI_windows_portable\ComfyUI\custom_nodes\cg-image-picker 2024-09-03 09:05:06,289 - root - INFO - 0.0 seconds: C:\ComfyUI_windows_portable\ComfyUI\custom_nodes\stability-ComfyUI-nodes 2024-09-03 09:05:06,290 - root - INFO - 0.0 seconds: C:\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Inpaint-CropAndStitch 2024-09-03 09:05:06,290 - root - INFO - 0.0 seconds: C:\ComfyUI_windows_portable\ComfyUI\custom_nodes\klinter_nodes 2024-09-03 09:05:06,291 - root - INFO - 0.0 seconds: C:\ComfyUI_windows_portable\ComfyUI\custom_nodes\sd-perturbed-attention 2024-09-03 09:05:06,292 - root - INFO - 0.0 seconds: C:\ComfyUI_windows_portable\ComfyUI\custom_nodes\FreeU_Advanced 2024-09-03 09:05:06,293 - root - INFO - 0.0 seconds: C:\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Florence-2 2024-09-03 09:05:06,294 - root - INFO - 0.0 seconds: C:\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI_IPAdapter_plus 2024-09-03 09:05:06,294 - root - INFO - 0.0 seconds: C:\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-PixArt-alpha-Diffusers 2024-09-03 09:05:06,295 - root - INFO - 0.0 seconds: C:\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-AutomaticCFG 2024-09-03 09:05:06,296 - root - INFO - 0.0 seconds (IMPORT FAILED): C:\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui-textutil 2024-09-03 09:05:06,297 - root - INFO - 0.0 seconds: C:\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfy-nodes 2024-09-03 09:05:06,297 - root - INFO - 0.0 seconds: C:\ComfyUI_windows_portable\ComfyUI\custom_nodes\efficiency-nodes-comfyui 2024-09-03 09:05:06,298 - root - INFO - 0.0 seconds: C:\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-SVD-ZHO 2024-09-03 09:05:06,299 - root - INFO - 0.0 seconds: C:\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-ResAdapter 2024-09-03 09:05:06,301 - root - INFO - 0.0 seconds: C:\ComfyUI_windows_portable\ComfyUI\custom_nodes\masquerade-nodes-comfyui 2024-09-03 09:05:06,302 - root - INFO - 0.0 seconds: C:\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-VideoHelperSuite 2024-09-03 09:05:06,303 - root - INFO - 0.0 seconds: C:\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-post-processing-nodes 2024-09-03 09:05:06,303 - root - INFO - 0.0 seconds: C:\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Lora-Auto-Trigger-Words 2024-09-03 09:05:06,304 - root - INFO - 0.0 seconds: C:\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui-ollama-prompt-encode 2024-09-03 09:05:06,305 - root - INFO - 0.0 seconds: C:\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-IC-Light 2024-09-03 09:05:06,306 - root - INFO - 0.0 seconds: C:\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Florence2 2024-09-03 09:05:06,306 - root - INFO - 0.0 seconds: C:\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI_InstantID 2024-09-03 09:05:06,307 - root - INFO - 0.0 seconds: C:\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI_experiments 2024-09-03 09:05:06,308 - root - INFO - 0.0 seconds: C:\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-HiDiffusion 2024-09-03 09:05:06,308 - root - INFO - 0.0 seconds: C:\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Image-Saver 2024-09-03 09:05:06,309 - root - INFO - 0.0 seconds: C:\ComfyUI_windows_portable\ComfyUI\custom_nodes\MistoControlNet-Flux-dev 2024-09-03 09:05:06,310 - root - INFO - 0.0 seconds: C:\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui-lama-remover 2024-09-03 09:05:06,311 - root - INFO - 0.0 seconds: C:\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui_face_parsing 2024-09-03 09:05:06,312 - root - INFO - 0.0 seconds: C:\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Static-Primitives 2024-09-03 09:05:06,312 - root - INFO - 0.0 seconds: C:\ComfyUI_windows_portable\ComfyUI\custom_nodes\wlsh_nodes 2024-09-03 09:05:06,313 - root - INFO - 0.0 seconds: C:\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Gemini 2024-09-03 09:05:06,314 - root - INFO - 0.0 seconds (IMPORT FAILED): C:\ComfyUI_windows_portable\ComfyUI\custom_nodes\Comfyui-ergouzi-Nodes 2024-09-03 09:05:06,317 - root - INFO - 0.0 seconds: C:\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-PhotoMaker-Plus 2024-09-03 09:05:06,317 - root - INFO - 0.0 seconds (IMPORT FAILED): C:\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-eesahesNodes 2024-09-03 09:05:06,318 - root - INFO - 0.0 seconds: C:\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui-mask-util 2024-09-03 09:05:06,319 - root - INFO - 0.0 seconds: C:\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-SuperBeasts 2024-09-03 09:05:06,319 - root - INFO - 0.0 seconds: C:\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-SizeFromPresets 2024-09-03 09:05:06,320 - root - INFO - 0.0 seconds: C:\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui_controlnet_aux 2024-09-03 09:05:06,321 - root - INFO - 0.0 seconds: C:\ComfyUI_windows_portable\ComfyUI\custom_nodes\primitive-types 2024-09-03 09:05:06,322 - root - INFO - 0.0 seconds: C:\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-WD14-Tagger 2024-09-03 09:05:06,322 - root - INFO - 0.0 seconds: C:\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI_omost 2024-09-03 09:05:06,323 - root - INFO - 0.0 seconds: C:\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-DDColor 2024-09-03 09:05:06,324 - root - INFO - 0.0 seconds: C:\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui-oms-diffusion 2024-09-03 09:05:06,324 - root - INFO - 0.0 seconds: C:\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfy_PoP 2024-09-03 09:05:06,325 - root - INFO - 0.0 seconds: C:\ComfyUI_windows_portable\ComfyUI\custom_nodes\DJZ-Nodes 2024-09-03 09:05:06,326 - root - INFO - 0.0 seconds: C:\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI_FaceAnalysis 2024-09-03 09:05:06,327 - root - INFO - 0.0 seconds: C:\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui-inpaint-nodes 2024-09-03 09:05:06,327 - root - INFO - 0.0 seconds: C:\ComfyUI_windows_portable\ComfyUI\custom_nodes\images-grid-comfy-plugin 2024-09-03 09:05:06,328 - root - INFO - 0.0 seconds: C:\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI_JPS-Nodes 2024-09-03 09:05:06,331 - root - INFO - 0.0 seconds: C:\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Kolors-MZ 2024-09-03 09:05:06,332 - root - INFO - 0.0 seconds: C:\ComfyUI_windows_portable\ComfyUI\custom_nodes\Comfyui_CXH_joy_caption 2024-09-03 09:05:06,332 - root - INFO - 0.0 seconds: C:\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-PromptUtilities 2024-09-03 09:05:06,333 - root - INFO - 0.0 seconds: C:\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-RTX-Remix 2024-09-03 09:05:06,334 - root - INFO - 0.0 seconds: C:\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Video-Matting 2024-09-03 09:05:06,335 - root - INFO - 0.0 seconds: C:\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-layerdiffuse 2024-09-03 09:05:06,335 - root - INFO - 0.0 seconds: C:\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-QualityOfLifeSuit_Omar92 2024-09-03 09:05:06,336 - root - INFO - 0.0 seconds: C:\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui-portrait-master 2024-09-03 09:05:06,337 - root - INFO - 0.0 seconds: C:\ComfyUI_windows_portable\ComfyUI\custom_nodes\demofusion-comfyui 2024-09-03 09:05:06,337 - root - INFO - 0.0 seconds: C:\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI_essentials 2024-09-03 09:05:06,338 - root - INFO - 0.0 seconds: C:\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Custom-Scripts 2024-09-03 09:05:06,339 - root - INFO - 0.0 seconds: C:\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-moondream 2024-09-03 09:05:06,340 - root - INFO - 0.0 seconds: C:\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-BrushNet 2024-09-03 09:05:06,340 - root - INFO - 0.0 seconds: C:\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-AutoCropFaces 2024-09-03 09:05:06,341 - root - INFO - 0.0 seconds: C:\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui-hiforce-plugin 2024-09-03 09:05:06,342 - root - INFO - 0.0 seconds: C:\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI_FizzNodes 2024-09-03 09:05:06,342 - root - INFO - 0.0 seconds: C:\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui_facetools 2024-09-03 09:05:06,343 - root - INFO - 0.0 seconds: C:\ComfyUI_windows_portable\ComfyUI\custom_nodes\OneButtonPrompt 2024-09-03 09:05:06,344 - root - INFO - 0.0 seconds (IMPORT FAILED): C:\ComfyUI_windows_portable\ComfyUI\custom_nodes\PuLID_ComfyUI 2024-09-03 09:05:06,345 - root - INFO - 0.0 seconds: C:\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyMath 2024-09-03 09:05:06,348 - root - INFO - 0.0 seconds: C:\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui-various 2024-09-03 09:05:06,349 - root - INFO - 0.0 seconds (IMPORT FAILED): C:\ComfyUI_windows_portable\ComfyUI\custom_nodes\LCM_Inpaint-Outpaint_Comfy 2024-09-03 09:05:06,349 - root - INFO - 0.0 seconds: C:\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfy-image-saver 2024-09-03 09:05:06,350 - root - INFO - 0.0 seconds: C:\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-AutoLabel 2024-09-03 09:05:06,351 - root - INFO - 0.0 seconds: C:\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-DepthAnythingV2 2024-09-03 09:05:06,352 - root - INFO - 0.0 seconds (IMPORT FAILED): C:\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Hallo 2024-09-03 09:05:06,352 - root - INFO - 0.0 seconds: C:\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI_UltimateSDUpscale 2024-09-03 09:05:06,353 - root - INFO - 0.0 seconds: C:\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Extra-Samplers 2024-09-03 09:05:06,354 - root - INFO - 0.0 seconds: C:\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-KwaiKolorsWrapper 2024-09-03 09:05:06,355 - root - INFO - 0.0 seconds: C:\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-TiledDiffusion 2024-09-03 09:05:06,355 - root - INFO - 0.0 seconds: C:\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-GGUF 2024-09-03 09:05:06,356 - root - INFO - 0.0 seconds (IMPORT FAILED): C:\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-V-Express 2024-09-03 09:05:06,357 - root - INFO - 0.0 seconds: C:\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-IG-Nodes 2024-09-03 09:05:06,358 - root - INFO - 0.0 seconds: C:\ComfyUI_windows_portable\ComfyUI\custom_nodes\Flux-Prompt-Generator 2024-09-03 09:05:06,358 - root - INFO - 0.0 seconds: C:\ComfyUI_windows_portable\ComfyUI\custom_nodes\mikey_nodes 2024-09-03 09:05:06,359 - root - INFO - 0.0 seconds: C:\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-DynamiCrafterWrapper 2024-09-03 09:05:06,360 - root - INFO - 0.0 seconds: C:\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI_NYJY 2024-09-03 09:05:06,361 - root - INFO - 0.0 seconds: C:\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Impact-Pack 2024-09-03 09:05:06,364 - root - INFO - 0.0 seconds: C:\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-AudioScheduler 2024-09-03 09:05:06,365 - root - INFO - 0.0 seconds: C:\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-InstanceDiffusion 2024-09-03 09:05:06,365 - root - INFO - 0.0 seconds: C:\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-segment-anything-2 2024-09-03 09:05:06,366 - root - INFO - 0.0 seconds: C:\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Frame-Interpolation 2024-09-03 09:05:06,367 - root - INFO - 0.0 seconds: C:\ComfyUI_windows_portable\ComfyUI\custom_nodes\x-flux-comfyui 2024-09-03 09:05:06,368 - root - INFO - 0.0 seconds: C:\ComfyUI_windows_portable\ComfyUI\custom_nodes\Derfuu_ComfyUI_ModdedNodes 2024-09-03 09:05:06,368 - root - INFO - 0.0 seconds: C:\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Advanced-ControlNet 2024-09-03 09:05:06,369 - root - INFO - 0.0 seconds: C:\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI_Jags_VectorMagic 2024-09-03 09:05:06,370 - root - INFO - 0.0 seconds: C:\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI_ExtraModels 2024-09-03 09:05:06,370 - root - INFO - 0.0 seconds (IMPORT FAILED): C:\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Diffusers 2024-09-03 09:05:06,371 - root - INFO - 0.0 seconds: C:\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-LivePortraitKJ 2024-09-03 09:05:06,372 - root - INFO - 0.0 seconds: C:\ComfyUI_windows_portable\ComfyUI\custom_nodes\rgthree-comfy 2024-09-03 09:05:06,373 - root - INFO - 0.0 seconds (IMPORT FAILED): C:\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui-dream-project 2024-09-03 09:05:06,373 - root - INFO - 0.0 seconds: C:\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-SUPIR 2024-09-03 09:05:06,374 - root - INFO - 0.0 seconds: C:\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-ToonCrafter 2024-09-03 09:05:06,375 - root - INFO - 0.0 seconds: C:\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-SaveImageWithMetaData 2024-09-03 09:05:06,375 - root - INFO - 0.0 seconds: C:\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-JDCN 2024-09-03 09:05:06,376 - root - INFO - 0.0 seconds: C:\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI_smZNodes 2024-09-03 09:05:06,378 - root - INFO - 0.0 seconds: C:\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-MagickWand 2024-09-03 09:05:06,380 - root - INFO - 0.0 seconds: C:\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui_bmad_nodes 2024-09-03 09:05:06,381 - root - INFO - 0.0 seconds (IMPORT FAILED): C:\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-LuminaWrapper 2024-09-03 09:05:06,382 - root - INFO - 0.0 seconds: C:\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI_Mokkaboss1 2024-09-03 09:05:06,382 - root - INFO - 0.1 seconds: C:\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-KJNodes 2024-09-03 09:05:06,383 - root - INFO - 0.1 seconds: C:\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-AnimateDiff-Evolved 2024-09-03 09:05:06,384 - root - INFO - 0.1 seconds: C:\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui-liveportrait 2024-09-03 09:05:06,385 - root - INFO - 0.1 seconds: C:\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI_Comfyroll_CustomNodes 2024-09-03 09:05:06,386 - root - INFO - 0.1 seconds: C:\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI_tinyterraNodes 2024-09-03 09:05:06,386 - root - INFO - 0.1 seconds: C:\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI_bitsandbytes_NF4 2024-09-03 09:05:06,387 - root - INFO - 0.1 seconds: C:\ComfyUI_windows_portable\ComfyUI\custom_nodes\facerestore_cf 2024-09-03 09:05:06,388 - root - INFO - 0.1 seconds: C:\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui_dagthomas 2024-09-03 09:05:06,388 - root - INFO - 0.1 seconds: C:\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI_MaraScott_Nodes 2024-09-03 09:05:06,389 - root - INFO - 0.1 seconds: C:\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui-workspace-manager 2024-09-03 09:05:06,390 - root - INFO - 0.1 seconds: C:\ComfyUI_windows_portable\ComfyUI\custom_nodes\eden_comfy_pipelines 2024-09-03 09:05:06,391 - root - INFO - 0.1 seconds: C:\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI_TensorRT 2024-09-03 09:05:06,391 - root - INFO - 0.1 seconds: C:\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui-prompt-control 2024-09-03 09:05:06,392 - root - INFO - 0.1 seconds: C:\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Inspire-Pack 2024-09-03 09:05:06,393 - root - INFO - 0.1 seconds: C:\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfy_mtb 2024-09-03 09:05:06,396 - root - INFO - 0.1 seconds: C:\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI_wav2lip 2024-09-03 09:05:06,397 - root - INFO - 0.1 seconds: C:\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Mana-Nodes 2024-09-03 09:05:06,398 - root - INFO - 0.1 seconds: C:\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Crystools 2024-09-03 09:05:06,398 - root - INFO - 0.1 seconds: C:\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui_segment_anything 2024-09-03 09:05:06,399 - root - INFO - 0.1 seconds: C:\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-IF_AI_tools 2024-09-03 09:05:06,400 - root - INFO - 0.1 seconds: C:\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui-reactor-node 2024-09-03 09:05:06,400 - root - INFO - 0.1 seconds: C:\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI_V-Express 2024-09-03 09:05:06,401 - root - INFO - 0.2 seconds: C:\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui-dynamicprompts 2024-09-03 09:05:06,402 - root - INFO - 0.2 seconds: C:\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui_milehighstyler 2024-09-03 09:05:06,402 - root - INFO - 0.2 seconds: C:\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-UltraPixel 2024-09-03 09:05:06,403 - root - INFO - 0.2 seconds: C:\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI_LayerStyle 2024-09-03 09:05:06,404 - root - INFO - 0.2 seconds: C:\ComfyUI_windows_portable\ComfyUI\custom_nodes\Comfyui_image2prompt 2024-09-03 09:05:06,404 - root - INFO - 0.3 seconds: C:\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui-mixlab-nodes 2024-09-03 09:05:06,405 - root - INFO - 0.3 seconds: C:\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Inspyrenet-Rembg 2024-09-03 09:05:06,406 - root - INFO - 0.5 seconds: C:\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui-ollama 2024-09-03 09:05:06,407 - root - INFO - 0.6 seconds (IMPORT FAILED): C:\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Anyline 2024-09-03 09:05:06,407 - root - INFO - 0.8 seconds: C:\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Arc2Face 2024-09-03 09:05:06,408 - root - INFO - 0.9 seconds: C:\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-DeepFuze 2024-09-03 09:05:06,409 - root - INFO - 1.1 seconds: C:\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-BiRefNet 2024-09-03 09:05:06,412 - root - INFO - 1.1 seconds: C:\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Manager 2024-09-03 09:05:06,413 - root - INFO - 1.1 seconds: C:\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui-art-venture 2024-09-03 09:05:06,414 - root - INFO - 1.2 seconds: C:\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Easy-Use 2024-09-03 09:05:06,414 - root - INFO - 1.4 seconds: C:\ComfyUI_windows_portable\ComfyUI\custom_nodes\SeargeSDXL 2024-09-03 09:05:06,415 - root - INFO - 1.4 seconds: C:\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-N-Nodes 2024-09-03 09:05:06,416 - root - INFO - 1.6 seconds: C:\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Image-Filters 2024-09-03 09:05:06,416 - root - INFO - 2.0 seconds: C:\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-CCSR 2024-09-03 09:05:06,417 - root - INFO - 2.6 seconds: C:\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-MimicMotion 2024-09-03 09:05:06,418 - root - INFO - 2.9 seconds: C:\ComfyUI_windows_portable\ComfyUI\custom_nodes\anynode 2024-09-03 09:05:06,418 - root - INFO - 3.1 seconds (IMPORT FAILED): C:\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Portrait-Maker 2024-09-03 09:05:06,419 - root - INFO - 3.5 seconds: C:\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-YoloWorld-EfficientSAM 2024-09-03 09:05:06,420 - root - INFO - 4.1 seconds: C:\ComfyUI_windows_portable\ComfyUI\custom_nodes\was-node-suite-comfyui 2024-09-03 09:05:06,420 - root - INFO - 5.8 seconds (IMPORT FAILED): C:\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-3D-Pack 2024-09-03 09:05:06,421 - root - INFO - 8.0 seconds: C:\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI_VLM_nodes 2024-09-03 09:05:06,422 - root - INFO - 11.8 seconds: C:\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Deepface 2024-09-03 09:05:06,423 - root - INFO - 14.2 seconds: C:\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI_Custom_Nodes_AlekPet 2024-09-03 09:05:06,423 - root - INFO - 2024-09-03 09:05:06,464 - root - INFO -

2024-09-03 09:05:06,465 - root - INFO -

Starting server 2024-09-03 09:05:06,466 - root - INFO - To see the GUI go to: http://192.168.46.1:8188 or http://127.0.0.1:8188 2024-09-03 09:05:06,467 - root - INFO - To see the GUI go to: https://192.168.46.1:8189 or https://127.0.0.1:8189 2024-09-03 09:06:53,459 - root - ERROR - [ERROR] An error occurred while retrieving information for the 'IF_ChatPrompt' node. 2024-09-03 09:06:53,460 - root - ERROR - Traceback (most recent call last): File "C:\ComfyUI_windows_portable\ComfyUI\server.py", line 486, in get_object_info out[x] = node_info(x) ^^^^^^^^^^^^ File "C:\ComfyUI_windows_portable\ComfyUI\server.py", line 454, in node_info info['input'] = obj_class.INPUT_TYPES() ^^^^^^^^^^^^^^^^^^^^^^^ File "C:\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-IF_AI_tools\IFChatPromptNode.py", line 109, in INPUT_TYPES node = cls() ^^^^^ File "C:\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-IF_AI_tools\IFChatPromptNode.py", line 53, in init self.agent_tools = self.load_agent_tools() ^^^^^^^^^^^^^^^^^^^^^^^ File "C:\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-IF_AI_tools\IFChatPromptNode.py", line 78, in load_agent_tools for filename in os.listdir(self.agents_dir): ^^^^^^^^^^^^^^^^^^^^^^^^^^^ FileNotFoundError: [WinError 3] The system cannot find the path specified: 'C:\ComfyUI_windows_portable\ComfyUI\input\IF_AI\presets\agents'

2024-09-03 09:07:02,630 - httpx - INFO - HTTP Request: GET https://api.openai.com/v1/models "HTTP/1.1 401 Unauthorized" 2024-09-03 09:07:05,316 - root - ERROR - [ERROR] An error occurred while retrieving information for the 'IF_ChatPrompt' node. 2024-09-03 09:07:05,318 - root - ERROR - Traceback (most recent call last): File "C:\ComfyUI_windows_portable\ComfyUI\server.py", line 486, in get_object_info out[x] = node_info(x) ^^^^^^^^^^^^ File "C:\ComfyUI_windows_portable\ComfyUI\server.py", line 454, in node_info info['input'] = obj_class.INPUT_TYPES() ^^^^^^^^^^^^^^^^^^^^^^^ File "C:\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-IF_AI_tools\IFChatPromptNode.py", line 109, in INPUT_TYPES node = cls() ^^^^^ File "C:\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-IF_AI_tools\IFChatPromptNode.py", line 53, in init self.agent_tools = self.load_agent_tools() ^^^^^^^^^^^^^^^^^^^^^^^ File "C:\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-IF_AI_tools\IFChatPromptNode.py", line 78, in load_agent_tools for filename in os.listdir(self.agents_dir): ^^^^^^^^^^^^^^^^^^^^^^^^^^^ FileNotFoundError: [WinError 3] The system cannot find the path specified: 'C:\ComfyUI_windows_portable\ComfyUI\input\IF_AI\presets\agents'

2024-09-03 09:07:36,270 - root - INFO - got prompt 2024-09-03 09:07:36,645 - root - ERROR - !!! Exception during processing !!! rope_scaling must be a dictionary with with two fields, type and factor, got {'factor': 8.0, 'high_freq_factor': 4.0, 'low_freq_factor': 1.0, 'original_max_position_embeddings': 8192, 'rope_type': 'llama3'} 2024-09-03 09:07:36,649 - root - ERROR - Traceback (most recent call last): File "C:\ComfyUI_windows_portable\ComfyUI\execution.py", line 317, in execute output_data, output_ui, has_subgraph = get_output_data(obj, input_data_all, execution_block_cb=execution_block_cb, pre_execute_cb=pre_execute_cb) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "C:\ComfyUI_windows_portable\ComfyUI\execution.py", line 192, in get_output_data return_values = _map_node_over_list(obj, input_data_all, obj.FUNCTION, allow_interrupt=True, execution_block_cb=execution_block_cb, pre_execute_cb=pre_execute_cb) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "C:\ComfyUI_windows_portable\ComfyUI\execution.py", line 169, in _map_node_over_list process_inputs(input_dict, i) File "C:\ComfyUI_windows_portable\ComfyUI\execution.py", line 158, in process_inputs results.append(getattr(obj, func)(inputs)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "C:\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI_NYJY\nodes\JoyCaption\JoyCaption.py", line 123, in run self.llama_model = LlamaModel(model) ^^^^^^^^^^^^^^^^^ File "C:\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI_NYJY\nodes\JoyCaption\JoyCaption.py", line 56, in init text_model = AutoModelForCausalLM.from_pretrained( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "C:\ComfyUI_windows_portable\python_embeded\Lib\site-packages\transformers\models\auto\auto_factory.py", line 521, in from_pretrained config, kwargs = AutoConfig.from_pretrained( ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "C:\ComfyUI_windows_portable\python_embeded\Lib\site-packages\transformers\models\auto\configuration_auto.py", line 1135, in from_pretrained return config_class.from_dict(config_dict, unused_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "C:\ComfyUI_windows_portable\python_embeded\Lib\site-packages\transformers\configuration_utils.py", line 763, in from_dict config = cls(**config_dict) ^^^^^^^^^^^^^^^^^^ File "C:\ComfyUI_windows_portable\python_embeded\Lib\site-packages\transformers\models\llama\configuration_llama.py", line 160, in init self._rope_scaling_validation() File "C:\ComfyUI_windows_portable\python_embeded\Lib\site-packages\transformers\models\llama\configuration_llama.py", line 180, in _rope_scaling_validation raise ValueError( ValueError: rope_scaling must be a dictionary with with two fields, type and factor, got {'factor': 8.0, 'high_freq_factor': 4.0, 'low_freq_factor': 1.0, 'original_max_position_embeddings': 8192, 'rope_type': 'llama3'}

2024-09-03 09:07:36,655 - root - INFO - Prompt executed in 0.38 seconds 2024-09-03 09:07:59,973 - root - INFO - got prompt 2024-09-03 09:08:00,322 - root - ERROR - !!! Exception during processing !!! rope_scaling must be a dictionary with with two fields, type and factor, got {'factor': 8.0, 'high_freq_factor': 4.0, 'low_freq_factor': 1.0, 'original_max_position_embeddings': 8192, 'rope_type': 'llama3'} 2024-09-03 09:08:00,324 - root - ERROR - Traceback (most recent call last): File "C:\ComfyUI_windows_portable\ComfyUI\execution.py", line 317, in execute output_data, output_ui, has_subgraph = get_output_data(obj, input_data_all, execution_block_cb=execution_block_cb, pre_execute_cb=pre_execute_cb) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "C:\ComfyUI_windows_portable\ComfyUI\execution.py", line 192, in get_output_data return_values = _map_node_over_list(obj, input_data_all, obj.FUNCTION, allow_interrupt=True, execution_block_cb=execution_block_cb, pre_execute_cb=pre_execute_cb) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "C:\ComfyUI_windows_portable\ComfyUI\execution.py", line 169, in _map_node_over_list process_inputs(input_dict, i) File "C:\ComfyUI_windows_portable\ComfyUI\execution.py", line 158, in process_inputs results.append(getattr(obj, func)(inputs)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "C:\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI_NYJY\nodes\JoyCaption\JoyCaption.py", line 123, in run self.llama_model = LlamaModel(model) ^^^^^^^^^^^^^^^^^ File "C:\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI_NYJY\nodes\JoyCaption\JoyCaption.py", line 56, in init text_model = AutoModelForCausalLM.from_pretrained( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "C:\ComfyUI_windows_portable\python_embeded\Lib\site-packages\transformers\models\auto\auto_factory.py", line 521, in from_pretrained config, kwargs = AutoConfig.from_pretrained( ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "C:\ComfyUI_windows_portable\python_embeded\Lib\site-packages\transformers\models\auto\configuration_auto.py", line 1135, in from_pretrained return config_class.from_dict(config_dict, unused_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "C:\ComfyUI_windows_portable\python_embeded\Lib\site-packages\transformers\configuration_utils.py", line 763, in from_dict config = cls(**config_dict) ^^^^^^^^^^^^^^^^^^ File "C:\ComfyUI_windows_portable\python_embeded\Lib\site-packages\transformers\models\llama\configuration_llama.py", line 160, in init self._rope_scaling_validation() File "C:\ComfyUI_windows_portable\python_embeded\Lib\site-packages\transformers\models\llama\configuration_llama.py", line 180, in _rope_scaling_validation raise ValueError( ValueError: rope_scaling must be a dictionary with with two fields, type and factor, got {'factor': 8.0, 'high_freq_factor': 4.0, 'low_freq_factor': 1.0, 'original_max_position_embeddings': 8192, 'rope_type': 'llama3'}

2024-09-03 09:08:00,328 - root - INFO - Prompt executed in 0.35 seconds

## Attached Workflow
Please make sure that workflow does not contain any sensitive information such as API keys or passwords.

{"last_node_id":15,"last_link_id":39,"nodes":[{"id":1,"type":"Load Image Batch","pos":{"0":100,"1":366},"size":{"0":315,"1":222},"flags":{},"order":0,"mode":0,"inputs":[],"outputs":[{"name":"image","type":"IMAGE","links":[38],"slot_index":0,"shape":3},{"name":"filename_text","type":"STRING","links":[7],"slot_index":1,"shape":3}],"properties":{"Node name for S&R":"Load Image Batch"},"widgets_values":["incremental_image",0,"Batch 001","c:\test","*","false","false"]},{"id":5,"type":"CR Save Text To File","pos":{"0":1509,"1":369},"size":{"0":400,"1":200},"flags":{},"order":3,"mode":0,"inputs":[{"name":"multiline_text","type":"STRING","link":6,"widget":{"name":"multiline_text"}},{"name":"file_name","type":"STRING","link":7,"widget":{"name":"file_name"}}],"outputs":[{"name":"show_help","type":"STRING","links":null,"shape":3}],"properties":{"Node name for S&R":"CR Save Text To File"},"widgets_values":["","c:\test","","txt"]},{"id":15,"type":"JoyCaption","pos":{"0":546,"1":111},"size":{"0":400,"1":200},"flags":{},"order":1,"mode":0,"inputs":[{"name":"image","type":"IMAGE","link":38}],"outputs":[{"name":"captions","type":"STRING","links":[39],"slot_index":0,"shape":3}],"properties":{"Node name for S&R":"JoyCaption"},"widgets_values":["A descriptive caption for this image:\n","Meta-Llama-3.1-8B-bnb-4bit",300,10,0.5,false]},{"id":2,"type":"Text Concatenate","pos":{"0":1047,"1":127},"size":{"0":315,"1":178},"flags":{},"order":2,"mode":0,"inputs":[{"name":"text_a","type":"STRING","link":39,"widget":{"name":"text_a"}},{"name":"text_b","type":"STRING","link":null,"widget":{"name":"text_b"}},{"name":"text_c","type":"STRING","link":null,"widget":{"name":"text_c"}},{"name":"text_d","type":"STRING","link":null,"widget":{"name":"text_d"}}],"outputs":[{"name":"STRING","type":"STRING","links":[6],"slot_index":0,"shape":3}],"properties":{"Node name for S&R":"Text Concatenate"},"widgets_values":[", ","true","","","",""]}],"links":[[6,2,0,5,0,"STRING"],[7,1,1,5,1,"STRING"],[38,1,0,15,0,"IMAGE"],[39,15,0,2,0,"STRING"]],"groups":[],"config":{},"extra":{"ds":{"scale":1.0610764609500007,"offset":[34.82460800724018,198.6381149306043]}},"version":0.4}

zyc6581750 commented 1 week ago

一样的问题