Open jiangwp2022 opened 1 month ago
Try updating the dependencies first
pip install -U -r custom_nodes/ComfyUI_SLK_joy_caption_two/requirements.txt
Update the dependencies required for the project, It should be that the version of peft is a bit old
ComfyUI Error Report
Error Details
Exception Message: LoraConfig.init() got an unexpected keyword argument 'layer_replication'
Stack Trace
2024-10-16 09:59:49,927 - root - INFO - Total VRAM 12288 MB, total RAM 65346 MB 2024-10-16 09:59:49,927 - root - INFO - pytorch version: 2.4.1+cu124 2024-10-16 09:59:50,990 - root - INFO - xformers version: 0.0.28.post1 2024-10-16 09:59:50,990 - root - INFO - Set vram state to: NORMAL_VRAM 2024-10-16 09:59:50,990 - root - INFO - Device: cuda:0 NVIDIA GeForce RTX 3080 Ti : cudaMallocAsync 2024-10-16 09:59:51,146 - root - INFO - Using xformers cross attention 2024-10-16 09:59:51,865 - root - INFO - [Prompt Server] web root: E:\ComfyUI-aki-v1.3\web 2024-10-16 09:59:51,867 - root - INFO - Adding extra search path checkpoints e:/sd/models/Stable-diffusion 2024-10-16 09:59:51,867 - root - INFO - Adding extra search path configs e:/sd/models/Stable-diffusion 2024-10-16 09:59:51,867 - root - INFO - Adding extra search path vae e:/sd/models/VAE 2024-10-16 09:59:51,867 - root - INFO - Adding extra search path loras e:/sd/models/Lora 2024-10-16 09:59:51,867 - root - INFO - Adding extra search path loras e:/sd/models/LyCORIS 2024-10-16 09:59:51,867 - root - INFO - Adding extra search path upscale_models e:/sd/models/ESRGAN 2024-10-16 09:59:51,867 - root - INFO - Adding extra search path upscale_models e:/sd/models/RealESRGAN 2024-10-16 09:59:51,867 - root - INFO - Adding extra search path upscale_models e:/sd/models/SwinIR 2024-10-16 09:59:51,867 - root - INFO - Adding extra search path embeddings e:/sd/embeddings 2024-10-16 09:59:51,867 - root - INFO - Adding extra search path hypernetworks e:/sd/models/hypernetworks 2024-10-16 09:59:51,867 - root - INFO - Adding extra search path controlnet e:/sd/models/ControlNet 2024-10-16 09:59:52,250 - bizyair.nodes_base - WARNING - Display name '☁️BizyAir SetUnionControlNetType' might differ from the native display name. 2024-10-16 09:59:52,252 - bizyair.nodes_base - WARNING - Display name '☁️BizyAir IPAdapterModelLoader' might differ from the native display name. 2024-10-16 09:59:52,253 - bizyair.nodes_base - WARNING - Display name '☁️BizyAir IPAdapterAdvanced' might differ from the native display name. 2024-10-16 09:59:52,253 - bizyair.nodes_base - WARNING - Display name '☁️BizyAir IPAdapterStyleComposition' might differ from the native display name. 2024-10-16 09:59:52,254 - bizyair.nodes_base - WARNING - Display name '☁️BizyAir UltimateSDUpscale' might differ from the native display name. 2024-10-16 09:59:52,255 - bizyair.nodes_base - WARNING - Display name '☁️BizyAir MinusZoneChatGLM3TextEncode' might differ from the native display name. 2024-10-16 10:00:14,036 - bizyair.nodes_base - WARNING - Display name '☁️BizyAir SamplerCustomAdvanced' might differ from the native display name. 2024-10-16 10:00:14,036 - bizyair.nodes_base - WARNING - Display name '☁️BizyAir BasicGuider' might differ from the native display name. 2024-10-16 10:00:14,037 - bizyair.nodes_base - WARNING - Display name '☁️BizyAir BasicScheduler' might differ from the native display name. 2024-10-16 10:00:14,037 - bizyair.nodes_base - WARNING - Display name '☁️BizyAir DualCLIPLoader' might differ from the native display name. 2024-10-16 10:00:14,037 - bizyair.nodes_base - WARNING - Display name '☁️BizyAir KSamplerSelect' might differ from the native display name. 2024-10-16 10:00:14,037 - bizyair.nodes_base - WARNING - Display name '☁️BizyAir RandomNoise' might differ from the native display name. 2024-10-16 10:00:14,037 - bizyair.nodes_base - WARNING - Display name '☁️BizyAir FluxGuidance' might differ from the native display name. 2024-10-16 10:00:14,037 - bizyair.nodes_base - WARNING - Display name '☁️BizyAir InpaintModelConditioning' might differ from the native display name. 2024-10-16 10:00:15,398 - root - WARNING - Traceback (most recent call last): File "E:\ComfyUI-aki-v1.3\nodes.py", line 2001, 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 "E:\ComfyUI-aki-v1.3\custom_nodes\ComfyUI-3D-MeshTool__init.py", line 36, in
loadCustomNodes()# 调用loadCustomNodes函数,执行加载操作
File "E:\ComfyUI-aki-v1.3\custom_nodes\ComfyUI-3D-MeshTool__init.py", line 26, in loadCustomNodes
module = importlib.import_module(model_name, name__)# 使用importlib.import_module动态导入模块
File "E:\ComfyUI-aki-v1.3\python\lib\importlib\ init__.py", line 126, in import_module
return _bootstrap._gcd_import(name[level:], package, level)
File "", line 1050, in _gcd_import
File "", line 1027, in _find_and_load
File "", line 1006, in _find_and_load_unlocked
File "", line 688, in _load_unlocked
File "", line 883, in exec_module
File "", line 241, in _call_with_frames_removed
File "E:\ComfyUI-aki-v1.3\custom_nodes\ComfyUI-3D-MeshTool\nodes\mesh_basics.py", line 6, in
from ..moduel.mesh_class import Mesh
File "E:\ComfyUI-aki-v1.3\custom_nodes\ComfyUI-3D-MeshTool\moduel\mesh_class.py", line 10, in
from kiui.op import safe_normalize, dot
ModuleNotFoundError: No module named 'kiui'
2024-10-16 10:00:15,398 - root - WARNING - Cannot import E:\ComfyUI-aki-v1.3\custom_nodes\ComfyUI-3D-MeshTool module for custom nodes: No module named 'kiui' 2024-10-16 10:00:18,188 - root - WARNING - Traceback (most recent call last): File "E:\ComfyUI-aki-v1.3\nodes.py", line 2001, 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 "E:\ComfyUI-aki-v1.3\custom_nodes\ComfyUI-Anyline__init__.py", line 1, in
from .anyline import AnyLine
File "E:\ComfyUI-aki-v1.3\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-10-16 10:00:18,188 - root - WARNING - Cannot import E:\ComfyUI-aki-v1.3\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-10-16 10:00:19,105 - root - WARNING - Traceback (most recent call last): File "E:\ComfyUI-aki-v1.3\nodes.py", line 2001, 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 "E:\ComfyUI-aki-v1.3\custom_nodes\ComfyUI-BiRefNet__init__.py", line 3, in
from .BiRefNet_node import NODE_CLASS_MAPPINGS, NODE_DISPLAY_NAME_MAPPINGS
File "E:\ComfyUI-aki-v1.3\custom_nodes\ComfyUI-BiRefNet\BiRefNet_node.py", line 7, in
from models.baseline import BiRefNet
File "E:\ComfyUI-aki-v1.3\custom_nodes\ComfyUI-BiRefNet\models\baseline.py", line 11, in
from models.backbones.build_backbone import build_backbone
File "E:\ComfyUI-aki-v1.3\custom_nodes\ComfyUI-BiRefNet\models\backbones\build_backbone.py", line 8, in
from utils import check_download_model
ImportError: cannot import name 'check_download_model' from 'utils' (E:\ComfyUI-aki-v1.3\utils__init__.py)
2024-10-16 10:00:19,105 - root - WARNING - Cannot import E:\ComfyUI-aki-v1.3\custom_nodes\ComfyUI-BiRefNet module for custom nodes: cannot import name 'check_download_model' from 'utils' (E:\ComfyUI-aki-v1.3\utils__init__.py) 2024-10-16 10:00:22,039 - root - WARNING - Traceback (most recent call last): File "E:\ComfyUI-aki-v1.3\nodes.py", line 2001, 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 "E:\ComfyUI-aki-v1.3\custom_nodes\ComfyUI-CogVideoXWrapper__init.py", line 1, in
from .nodes import NODE_CLASS_MAPPINGS, NODE_DISPLAY_NAME_MAPPINGS
File "E:\ComfyUI-aki-v1.3\custom_nodes\ComfyUI-CogVideoXWrapper\nodes.py", line 6, in
from diffusers.schedulers import CogVideoXDDIMScheduler, CogVideoXDPMScheduler, DDIMScheduler, PNDMScheduler, DPMSolverMultistepScheduler, EulerDiscreteScheduler, EulerAncestralDiscreteScheduler
ImportError: cannot import name 'CogVideoXDDIMScheduler' from 'diffusers.schedulers' (E:\ComfyUI-aki-v1.3\python\lib\site-packages\diffusers\schedulers\ init__.py)
2024-10-16 10:00:22,039 - root - WARNING - Cannot import E:\ComfyUI-aki-v1.3\custom_nodes\ComfyUI-CogVideoXWrapper module for custom nodes: cannot import name 'CogVideoXDDIMScheduler' from 'diffusers.schedulers' (E:\ComfyUI-aki-v1.3\python\lib\site-packages\diffusers\schedulers__init__.py) 2024-10-16 10:00:22,131 - root - WARNING - Traceback (most recent call last): File "E:\ComfyUI-aki-v1.3\nodes.py", line 2001, 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 "E:\ComfyUI-aki-v1.3\custom_nodes\comfyui-dynamicprompts__init.py", line 1, in
from .nodes import NODE_CLASS_MAPPINGS, NODE_DISPLAY_NAME_MAPPINGS
File "E:\ComfyUI-aki-v1.3\custom_nodes\comfyui-dynamicprompts\nodes\ init__.py", line 1, in
from .combinatorial import DPCombinatorialGenerator
File "E:\ComfyUI-aki-v1.3\custom_nodes\comfyui-dynamicprompts\nodes\combinatorial.py", line 3, in
from dynamicprompts.enums import SamplingMethod
ModuleNotFoundError: No module named 'dynamicprompts'
2024-10-16 10:00:22,131 - root - WARNING - Cannot import E:\ComfyUI-aki-v1.3\custom_nodes\comfyui-dynamicprompts module for custom nodes: No module named 'dynamicprompts' 2024-10-16 10:00:22,797 - root - INFO - Total VRAM 12288 MB, total RAM 65346 MB 2024-10-16 10:00:22,797 - root - INFO - pytorch version: 2.4.1+cu124 2024-10-16 10:00:22,797 - root - INFO - xformers version: 0.0.28.post1 2024-10-16 10:00:22,797 - root - INFO - Set vram state to: NORMAL_VRAM 2024-10-16 10:00:22,797 - root - INFO - Device: cuda:0 NVIDIA GeForce RTX 3080 Ti : cudaMallocAsync 2024-10-16 10:00:22,824 - root - WARNING - Traceback (most recent call last): File "E:\ComfyUI-aki-v1.3\nodes.py", line 2001, 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 "E:\ComfyUI-aki-v1.3\custom_nodes\ComfyUI-eesahesNodes__init.py", line 8, in
from .nodes import InstantXFluxUnionControlNetLoader
File "E:\ComfyUI-aki-v1.3\custom_nodes\ComfyUI-eesahesNodes\nodes.py", line 6, in
from .controlnet.controlnet_instantx import InstantXControlNetFlux
File "E:\ComfyUI-aki-v1.3\custom_nodes\ComfyUI-eesahesNodes\controlnet\controlnet_instantx.py", line 16, in
from diffusers.models.transformers.transformer_flux import FluxSingleTransformerBlock, FluxTransformerBlock
File "E:\ComfyUI-aki-v1.3\python\lib\site-packages\diffusers\models\transformers\transformer_flux.py", line 23, in
from ...loaders import FromOriginalModelMixin, PeftAdapterMixin
ImportError: cannot import name 'FromOriginalModelMixin' from 'diffusers.loaders' (E:\ComfyUI-aki-v1.3\python\lib\site-packages\diffusers\loaders\ init__.py)
2024-10-16 10:00:22,824 - root - WARNING - Cannot import E:\ComfyUI-aki-v1.3\custom_nodes\ComfyUI-eesahesNodes module for custom nodes: cannot import name 'FromOriginalModelMixin' from 'diffusers.loaders' (E:\ComfyUI-aki-v1.3\python\lib\site-packages\diffusers\loaders__init__.py) 2024-10-16 10:00:24,870 - root - INFO - -------------- 2024-10-16 10:00:24,870 - root - INFO - [91m ### Mixlab Nodes: [93mLoaded 2024-10-16 10:00:24,870 - root - INFO - ChatGPT.available True 2024-10-16 10:00:24,870 - root - INFO - editmask.available True 2024-10-16 10:00:24,876 - root - INFO - LaMaInpainting.available True 2024-10-16 10:00:25,027 - root - INFO - ClipInterrogator.available True 2024-10-16 10:00:25,169 - root - INFO - PromptGenerate.available True 2024-10-16 10:00:25,170 - root - INFO - ChinesePrompt.available True 2024-10-16 10:00:25,170 - root - INFO - RembgNode.available True 2024-10-16 10:00:25,183 - root - INFO - TripoSR.available 2024-10-16 10:00:25,184 - root - INFO - MiniCPMNode.available 2024-10-16 10:00:25,187 - root - INFO - Scenedetect.available False 2024-10-16 10:00:25,292 - root - INFO - FishSpeech.available 2024-10-16 10:00:25,292 - root - INFO - [93m -------------- [0m 2024-10-16 10:00:47,792 - root - INFO - Import times for custom nodes: 2024-10-16 10:00:47,792 - root - INFO - 0.0 seconds: E:\ComfyUI-aki-v1.3\custom_nodes\quick-connections 2024-10-16 10:00:47,792 - root - INFO - 0.0 seconds: E:\ComfyUI-aki-v1.3\custom_nodes\AIGODLIKE-ComfyUI-Translation 2024-10-16 10:00:47,792 - root - INFO - 0.0 seconds: E:\ComfyUI-aki-v1.3\custom_nodes\ComfyUI-NodeAligner 2024-10-16 10:00:47,792 - root - INFO - 0.0 seconds: E:\ComfyUI-aki-v1.3\custom_nodes\websocket_image_save.py 2024-10-16 10:00:47,792 - root - INFO - 0.0 seconds: E:\ComfyUI-aki-v1.3\custom_nodes\comfyUI_TJ_NormalLighting 2024-10-16 10:00:47,792 - root - INFO - 0.0 seconds: E:\ComfyUI-aki-v1.3\custom_nodes\ComfyUI-SDXL-EmptyLatentImage 2024-10-16 10:00:47,793 - root - INFO - 0.0 seconds: E:\ComfyUI-aki-v1.3\custom_nodes\image-resize-comfyui 2024-10-16 10:00:47,793 - root - INFO - 0.0 seconds: E:\ComfyUI-aki-v1.3\custom_nodes\ComfyUI_TGate 2024-10-16 10:00:47,793 - root - INFO - 0.0 seconds: E:\ComfyUI-aki-v1.3\custom_nodes\FreeU_Advanced 2024-10-16 10:00:47,793 - root - INFO - 0.0 seconds: E:\ComfyUI-aki-v1.3\custom_nodes\LoadLoraWithTags 2024-10-16 10:00:47,793 - root - INFO - 0.0 seconds: E:\ComfyUI-aki-v1.3\custom_nodes\Cup-ClipBoard 2024-10-16 10:00:47,793 - root - INFO - 0.0 seconds: E:\ComfyUI-aki-v1.3\custom_nodes\cg-use-everywhere 2024-10-16 10:00:47,793 - root - INFO - 0.0 seconds: E:\ComfyUI-aki-v1.3\custom_nodes\ComfyUI_IPAdapter_plus 2024-10-16 10:00:47,793 - root - INFO - 0.0 seconds: E:\ComfyUI-aki-v1.3\custom_nodes\SD-Latent-Interposer 2024-10-16 10:00:47,793 - root - INFO - 0.0 seconds: E:\ComfyUI-aki-v1.3\custom_nodes\ComfyUI-Logic 2024-10-16 10:00:47,794 - root - INFO - 0.0 seconds: E:\ComfyUI-aki-v1.3\custom_nodes\ComfyUI_Noise 2024-10-16 10:00:47,794 - root - INFO - 0.0 seconds: E:\ComfyUI-aki-v1.3\custom_nodes\sdxl_prompt_styler 2024-10-16 10:00:47,794 - root - INFO - 0.0 seconds: E:\ComfyUI-aki-v1.3\custom_nodes\ComfyUI-Inpaint-CropAndStitch 2024-10-16 10:00:47,794 - root - INFO - 0.0 seconds: E:\ComfyUI-aki-v1.3\custom_nodes\ComfyUI_TiledKSampler 2024-10-16 10:00:47,794 - root - INFO - 0.0 seconds: E:\ComfyUI-aki-v1.3\custom_nodes\sd-dynamic-thresholding 2024-10-16 10:00:47,794 - root - INFO - 0.0 seconds: E:\ComfyUI-aki-v1.3\custom_nodes\ComfyUI-VideoHelperSuite 2024-10-16 10:00:47,794 - root - INFO - 0.0 seconds: E:\ComfyUI-aki-v1.3\custom_nodes\ComfyUI-ResAdapter 2024-10-16 10:00:47,794 - root - INFO - 0.0 seconds: E:\ComfyUI-aki-v1.3\custom_nodes\comfyui-prompt-composer 2024-10-16 10:00:47,794 - root - INFO - 0.0 seconds: E:\ComfyUI-aki-v1.3\custom_nodes\ComfyUi-Ollama-YN 2024-10-16 10:00:47,794 - root - INFO - 0.0 seconds: E:\ComfyUI-aki-v1.3\custom_nodes\sd-perturbed-attention 2024-10-16 10:00:47,794 - root - INFO - 0.0 seconds: E:\ComfyUI-aki-v1.3\custom_nodes\ComfyUI-AnyText 2024-10-16 10:00:47,795 - root - INFO - 0.0 seconds: E:\ComfyUI-aki-v1.3\custom_nodes\ComfyUI-FluxExt-MZ 2024-10-16 10:00:47,795 - root - INFO - 0.0 seconds: E:\ComfyUI-aki-v1.3\custom_nodes\ComfyUI_Cutoff 2024-10-16 10:00:47,795 - root - INFO - 0.0 seconds: E:\ComfyUI-aki-v1.3\custom_nodes\efficiency-nodes-comfyui 2024-10-16 10:00:47,795 - root - INFO - 0.0 seconds: E:\ComfyUI-aki-v1.3\custom_nodes\ComfyUI-post-processing-nodes 2024-10-16 10:00:47,795 - root - INFO - 0.0 seconds: E:\ComfyUI-aki-v1.3\custom_nodes\ComfyLiterals 2024-10-16 10:00:47,795 - root - INFO - 0.0 seconds: E:\ComfyUI-aki-v1.3\custom_nodes\ComfyUI_ADV_CLIP_emb 2024-10-16 10:00:47,795 - root - INFO - 0.0 seconds: E:\ComfyUI-aki-v1.3\custom_nodes\ComfyUI-WD14-Tagger 2024-10-16 10:00:47,795 - root - INFO - 0.0 seconds: E:\ComfyUI-aki-v1.3\custom_nodes\comfyui-lama-remover 2024-10-16 10:00:47,795 - root - INFO - 0.0 seconds: E:\ComfyUI-aki-v1.3\custom_nodes\comfyui_controlnet_aux 2024-10-16 10:00:47,795 - root - INFO - 0.0 seconds: E:\ComfyUI-aki-v1.3\custom_nodes\ComfyUI_InstantID 2024-10-16 10:00:47,795 - root - INFO - 0.0 seconds: E:\ComfyUI-aki-v1.3\custom_nodes\ComfyUI-AutomaticCFG 2024-10-16 10:00:47,795 - root - INFO - 0.0 seconds: E:\ComfyUI-aki-v1.3\custom_nodes\ComfyUI_VisualStylePrompting 2024-10-16 10:00:47,795 - root - INFO - 0.0 seconds: E:\ComfyUI-aki-v1.3\custom_nodes\ComfyUI-IC-Light 2024-10-16 10:00:47,796 - root - INFO - 0.0 seconds: E:\ComfyUI-aki-v1.3\custom_nodes\ComfyUI-Lora-Auto-Trigger-Words 2024-10-16 10:00:47,796 - root - INFO - 0.0 seconds: E:\ComfyUI-aki-v1.3\custom_nodes\ComfyUI_MiniCPM-V-2_6-int4 2024-10-16 10:00:47,796 - root - INFO - 0.0 seconds: E:\ComfyUI-aki-v1.3\custom_nodes\ComfyUI_SLK_joy_caption_two-main 2024-10-16 10:00:47,796 - root - INFO - 0.0 seconds: E:\ComfyUI-aki-v1.3\custom_nodes\comfyui-inpaint-nodes 2024-10-16 10:00:47,796 - root - INFO - 0.0 seconds: E:\ComfyUI-aki-v1.3\custom_nodes\ComfyUI_fabric 2024-10-16 10:00:47,796 - root - INFO - 0.0 seconds: E:\ComfyUI-aki-v1.3\custom_nodes\ComfyUI-Video-Matting 2024-10-16 10:00:47,796 - root - INFO - 0.0 seconds: E:\ComfyUI-aki-v1.3\custom_nodes\ComfyUI-ELLA 2024-10-16 10:00:47,796 - root - INFO - 0.0 seconds: E:\ComfyUI-aki-v1.3\custom_nodes\ComfyUI_kkTranslator_nodes 2024-10-16 10:00:47,796 - root - INFO - 0.0 seconds: E:\ComfyUI-aki-v1.3\custom_nodes\PowerNoiseSuite 2024-10-16 10:00:47,796 - root - INFO - 0.0 seconds: E:\ComfyUI-aki-v1.3\custom_nodes\ComfyUI_experiments 2024-10-16 10:00:47,797 - root - INFO - 0.0 seconds: E:\ComfyUI-aki-v1.3\custom_nodes\ComfyUI-AutoCropFaces 2024-10-16 10:00:47,797 - root - INFO - 0.0 seconds: E:\ComfyUI-aki-v1.3\custom_nodes\ComfyUI-TiledDiffusion 2024-10-16 10:00:47,797 - root - INFO - 0.0 seconds: E:\ComfyUI-aki-v1.3\custom_nodes\ComfyUI-Kolors-MZ 2024-10-16 10:00:47,797 - root - INFO - 0.0 seconds: E:\ComfyUI-aki-v1.3\custom_nodes\comfyui-ollama-nodes 2024-10-16 10:00:47,797 - root - INFO - 0.0 seconds: E:\ComfyUI-aki-v1.3\custom_nodes\ComfyUI_FizzNodes 2024-10-16 10:00:47,797 - root - INFO - 0.0 seconds: E:\ComfyUI-aki-v1.3\custom_nodes\Comfyui_CXH_joy_caption 2024-10-16 10:00:47,797 - root - INFO - 0.0 seconds: E:\ComfyUI-aki-v1.3\custom_nodes\comfyui-portrait-master 2024-10-16 10:00:47,798 - root - INFO - 0.0 seconds: E:\ComfyUI-aki-v1.3\custom_nodes\ComfyUI-Impact-Pack 2024-10-16 10:00:47,798 - root - INFO - 0.0 seconds: E:\ComfyUI-aki-v1.3\custom_nodes\execution-inversion-demo-comfyui 2024-10-16 10:00:47,798 - root - INFO - 0.0 seconds: E:\ComfyUI-aki-v1.3\custom_nodes\ComfyUI-Tripo 2024-10-16 10:00:47,798 - root - INFO - 0.0 seconds: E:\ComfyUI-aki-v1.3\custom_nodes\ComfyUI-CUP 2024-10-16 10:00:47,798 - root - INFO - 0.0 seconds: E:\ComfyUI-aki-v1.3\custom_nodes\Euler-Smea-Dyn-Sampler 2024-10-16 10:00:47,798 - root - INFO - 0.0 seconds: E:\ComfyUI-aki-v1.3\custom_nodes\ComfyMath 2024-10-16 10:00:47,798 - root - INFO - 0.0 seconds: E:\ComfyUI-aki-v1.3\custom_nodes\ComfyUI-BiRefNet-Hugo 2024-10-16 10:00:47,798 - root - INFO - 0.0 seconds: E:\ComfyUI-aki-v1.3\custom_nodes\ComfyUI_omost 2024-10-16 10:00:47,799 - root - INFO - 0.0 seconds: E:\ComfyUI-aki-v1.3\custom_nodes\ComfyUI-Miaoshouai-Tagger 2024-10-16 10:00:47,799 - root - INFO - 0.0 seconds: E:\ComfyUI-aki-v1.3\custom_nodes\comfyui-various 2024-10-16 10:00:47,799 - root - INFO - 0.0 seconds (IMPORT FAILED): E:\ComfyUI-aki-v1.3\custom_nodes\ComfyUI-CogVideoXWrapper 2024-10-16 10:00:47,799 - root - INFO - 0.0 seconds: E:\ComfyUI-aki-v1.3\custom_nodes\ComfyUI-layerdiffuse 2024-10-16 10:00:47,799 - root - INFO - 0.0 seconds: E:\ComfyUI-aki-v1.3\custom_nodes\ComfyUI-Flowty-CRM 2024-10-16 10:00:47,799 - root - INFO - 0.0 seconds: E:\ComfyUI-aki-v1.3\custom_nodes\ComfyUI-Custom-Scripts 2024-10-16 10:00:47,799 - root - INFO - 0.0 seconds (IMPORT FAILED): E:\ComfyUI-aki-v1.3\custom_nodes\comfyui-dynamicprompts 2024-10-16 10:00:47,799 - root - INFO - 0.0 seconds: E:\ComfyUI-aki-v1.3\custom_nodes\ComfyUI-Frame-Interpolation 2024-10-16 10:00:47,799 - root - INFO - 0.0 seconds (IMPORT FAILED): E:\ComfyUI-aki-v1.3\custom_nodes\ComfyUI-eesahesNodes 2024-10-16 10:00:47,799 - root - INFO - 0.0 seconds: E:\ComfyUI-aki-v1.3\custom_nodes\comfy-qr 2024-10-16 10:00:47,799 - root - INFO - 0.0 seconds: E:\ComfyUI-aki-v1.3\custom_nodes\ComfyUI_essentials 2024-10-16 10:00:47,800 - root - INFO - 0.0 seconds: E:\ComfyUI-aki-v1.3\custom_nodes\comfy-image-saver 2024-10-16 10:00:47,800 - root - INFO - 0.0 seconds: E:\ComfyUI-aki-v1.3\custom_nodes\ComfyUI-Advanced-ControlNet 2024-10-16 10:00:47,800 - root - INFO - 0.0 seconds: E:\ComfyUI-aki-v1.3\custom_nodes\ComfyUI-Marigold 2024-10-16 10:00:47,800 - root - INFO - 0.0 seconds: E:\ComfyUI-aki-v1.3\custom_nodes\ComfyUI-BrushNet 2024-10-16 10:00:47,800 - root - INFO - 0.0 seconds: E:\ComfyUI-aki-v1.3\custom_nodes\ComfyUI-KJNodes 2024-10-16 10:00:47,800 - root - INFO - 0.0 seconds: E:\ComfyUI-aki-v1.3\custom_nodes\ComfyUI-KwaiKolorsWrapper 2024-10-16 10:00:47,800 - root - INFO - 0.0 seconds: E:\ComfyUI-aki-v1.3\custom_nodes\comfyui-prompt-reader-node 2024-10-16 10:00:47,800 - root - INFO - 0.0 seconds: E:\ComfyUI-aki-v1.3\custom_nodes\rgthree-comfy 2024-10-16 10:00:47,800 - root - INFO - 0.0 seconds: E:\ComfyUI-aki-v1.3\custom_nodes\comfyui-ollama 2024-10-16 10:00:47,800 - root - INFO - 0.0 seconds: E:\ComfyUI-aki-v1.3\custom_nodes\Derfuu_ComfyUI_ModdedNodes 2024-10-16 10:00:47,800 - root - INFO - 0.0 seconds: E:\ComfyUI-aki-v1.3\custom_nodes\ComfyUI-ControlNeXt-SVD 2024-10-16 10:00:47,800 - root - INFO - 0.0 seconds: E:\ComfyUI-aki-v1.3\custom_nodes\ComfyUI-SUPIR 2024-10-16 10:00:47,800 - root - INFO - 0.0 seconds: E:\ComfyUI-aki-v1.3\custom_nodes\ComfyUI-Inspire-Pack 2024-10-16 10:00:47,801 - root - INFO - 0.0 seconds: E:\ComfyUI-aki-v1.3\custom_nodes\ComfyUI-LivePortraitKJ 2024-10-16 10:00:47,801 - root - INFO - 0.0 seconds: E:\ComfyUI-aki-v1.3\custom_nodes\ComfyUI_UltimateSDUpscale 2024-10-16 10:00:47,801 - root - INFO - 0.0 seconds: E:\ComfyUI-aki-v1.3\custom_nodes\ComfyUI-Studio 2024-10-16 10:00:47,801 - root - INFO - 0.0 seconds: E:\ComfyUI-aki-v1.3\custom_nodes\ComfyUI-Flowty-TripoSR 2024-10-16 10:00:47,801 - root - INFO - 0.0 seconds: E:\ComfyUI-aki-v1.3\custom_nodes\ComfyUI_NYJY 2024-10-16 10:00:47,801 - root - INFO - 0.0 seconds: E:\ComfyUI-aki-v1.3\custom_nodes\ComfyUI_bitsandbytes_NF4 2024-10-16 10:00:47,801 - root - INFO - 0.0 seconds: E:\ComfyUI-aki-v1.3\custom_nodes\ComfyUI-AnimateDiff-Evolved 2024-10-16 10:00:47,801 - root - INFO - 0.0 seconds: E:\ComfyUI-aki-v1.3\custom_nodes\ComfyUI_Comfyroll_CustomNodes 2024-10-16 10:00:47,802 - root - INFO - 0.0 seconds: E:\ComfyUI-aki-v1.3\custom_nodes\comfy_mtb 2024-10-16 10:00:47,802 - root - INFO - 0.0 seconds: E:\ComfyUI-aki-v1.3\custom_nodes\facerestore_cf 2024-10-16 10:00:47,802 - root - INFO - 0.0 seconds: E:\ComfyUI-aki-v1.3\custom_nodes\ComfyUI-EasyAnimateWrapper 2024-10-16 10:00:47,802 - root - INFO - 0.0 seconds: E:\ComfyUI-aki-v1.3\custom_nodes\ComfyUI-ToonCrafter 2024-10-16 10:00:47,802 - root - INFO - 0.1 seconds: E:\ComfyUI-aki-v1.3\custom_nodes\SeargeSDXL 2024-10-16 10:00:47,802 - root - INFO - 0.1 seconds: E:\ComfyUI-aki-v1.3\custom_nodes\ComfyUI-Crystools 2024-10-16 10:00:47,802 - root - INFO - 0.1 seconds: E:\ComfyUI-aki-v1.3\custom_nodes\x-flux-comfyui 2024-10-16 10:00:47,802 - root - INFO - 0.1 seconds: E:\ComfyUI-aki-v1.3\custom_nodes\ComfyUI-FluxTrainer 2024-10-16 10:00:47,802 - root - INFO - 0.1 seconds: E:\ComfyUI-aki-v1.3\custom_nodes\ComfyUI_FaceAnalysis 2024-10-16 10:00:47,803 - root - INFO - 0.1 seconds: E:\ComfyUI-aki-v1.3\custom_nodes\ComfyUI-IF_AI_tools 2024-10-16 10:00:47,803 - root - INFO - 0.1 seconds: E:\ComfyUI-aki-v1.3\custom_nodes\PuLID_ComfyUI 2024-10-16 10:00:47,803 - root - INFO - 0.1 seconds: E:\ComfyUI-aki-v1.3\custom_nodes\comfyui_segment_anything 2024-10-16 10:00:47,803 - root - INFO - 0.1 seconds: E:\ComfyUI-aki-v1.3\custom_nodes\ComfyUI-Gemini 2024-10-16 10:00:47,803 - root - INFO - 0.1 seconds: E:\ComfyUI-aki-v1.3\custom_nodes\ComfyUI_LayerStyle 2024-10-16 10:00:47,803 - root - INFO - 0.2 seconds: E:\ComfyUI-aki-v1.3\custom_nodes\ComfyUI-AnimateAnyone-Evolved 2024-10-16 10:00:47,803 - root - INFO - 0.2 seconds: E:\ComfyUI-aki-v1.3\custom_nodes\comfyui-reactor-node 2024-10-16 10:00:47,803 - root - INFO - 0.3 seconds (IMPORT FAILED): E:\ComfyUI-aki-v1.3\custom_nodes\ComfyUI-Anyline 2024-10-16 10:00:47,803 - root - INFO - 0.4 seconds (IMPORT FAILED): E:\ComfyUI-aki-v1.3\custom_nodes\ComfyUI-BiRefNet 2024-10-16 10:00:47,803 - root - INFO - 0.4 seconds: E:\ComfyUI-aki-v1.3\custom_nodes\clipseg.py 2024-10-16 10:00:47,803 - root - INFO - 0.5 seconds: E:\ComfyUI-aki-v1.3\custom_nodes\ComfyUI-UltraPixel 2024-10-16 10:00:47,804 - root - INFO - 0.5 seconds: E:\ComfyUI-aki-v1.3\custom_nodes\comfyui-art-venture 2024-10-16 10:00:47,804 - root - INFO - 0.6 seconds: E:\ComfyUI-aki-v1.3\custom_nodes\ComfyUI-Easy-Use 2024-10-16 10:00:47,804 - root - INFO - 0.7 seconds: E:\ComfyUI-aki-v1.3\custom_nodes\ComfyUI-Manager 2024-10-16 10:00:47,804 - root - INFO - 0.8 seconds (IMPORT FAILED): E:\ComfyUI-aki-v1.3\custom_nodes\ComfyUI-3D-MeshTool 2024-10-16 10:00:47,804 - root - INFO - 0.8 seconds: E:\ComfyUI-aki-v1.3\custom_nodes\ComfyUI-CCSR 2024-10-16 10:00:47,804 - root - INFO - 1.4 seconds: E:\ComfyUI-aki-v1.3\custom_nodes\comfyui-mixlab-nodes 2024-10-16 10:00:47,804 - root - INFO - 2.1 seconds: E:\ComfyUI-aki-v1.3\custom_nodes\ComfyUI-BrushNet-Wrapper 2024-10-16 10:00:47,804 - root - INFO - 2.2 seconds: E:\ComfyUI-aki-v1.3\custom_nodes\ComfyUI_VLM_nodes 2024-10-16 10:00:47,804 - root - INFO - 2.3 seconds: E:\ComfyUI-aki-v1.3\custom_nodes\ComfyUI-AdvancedLivePortrait 2024-10-16 10:00:47,804 - root - INFO - 3.4 seconds: E:\ComfyUI-aki-v1.3\custom_nodes\ComfyUI_Custom_Nodes_AlekPet 2024-10-16 10:00:47,805 - root - INFO - 6.1 seconds: E:\ComfyUI-aki-v1.3\custom_nodes\was-node-suite-comfyui 2024-10-16 10:00:47,805 - root - INFO - 9.1 seconds: E:\ComfyUI-aki-v1.3\custom_nodes\ComfyUI_zfkun 2024-10-16 10:00:47,805 - root - INFO - 21.9 seconds: E:\ComfyUI-aki-v1.3\custom_nodes\BizyAir 2024-10-16 10:00:47,805 - root - INFO - 2024-10-16 10:00:47,842 - root - INFO - Starting server
2024-10-16 10:00:47,845 - root - INFO - To see the GUI go to: http://127.0.0.1:8188 2024-10-16 10:00:49,958 - root - ERROR - [ERROR] An error occurred while retrieving information for the 'IF_ChatPrompt' node. 2024-10-16 10:00:49,959 - root - ERROR - Traceback (most recent call last): File "E:\ComfyUI-aki-v1.3\server.py", line 564, in get_object_info out[x] = node_info(x) File "E:\ComfyUI-aki-v1.3\server.py", line 531, in node_info info['input'] = obj_class.INPUT_TYPES() File "E:\ComfyUI-aki-v1.3\custom_nodes\ComfyUI-IF_AI_tools\IFChatPromptNode.py", line 109, in INPUT_TYPES node = cls() File "E:\ComfyUI-aki-v1.3\custom_nodes\ComfyUI-IF_AI_tools\IFChatPromptNode.py", line 53, in init self.agent_tools = self.load_agent_tools() File "E:\ComfyUI-aki-v1.3\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] 系统找不到指定的路径。: 'E:\ComfyUI-aki-v1.3\input\IF_AI\presets\agents'
2024-10-16 10:00:50,713 - root - ERROR - [ERROR] An error occurred while retrieving information for the 'IF_ChatPrompt' node. 2024-10-16 10:00:50,713 - root - ERROR - Traceback (most recent call last): File "E:\ComfyUI-aki-v1.3\server.py", line 564, in get_object_info out[x] = node_info(x) File "E:\ComfyUI-aki-v1.3\server.py", line 531, in node_info info['input'] = obj_class.INPUT_TYPES() File "E:\ComfyUI-aki-v1.3\custom_nodes\ComfyUI-IF_AI_tools\IFChatPromptNode.py", line 109, in INPUT_TYPES node = cls() File "E:\ComfyUI-aki-v1.3\custom_nodes\ComfyUI-IF_AI_tools\IFChatPromptNode.py", line 53, in init self.agent_tools = self.load_agent_tools() File "E:\ComfyUI-aki-v1.3\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] 系统找不到指定的路径。: 'E:\ComfyUI-aki-v1.3\input\IF_AI\presets\agents'
2024-10-16 10:02:43,341 - root - INFO - got prompt 2024-10-16 10:02:46,947 - root - INFO - Requested to load SiglipVisionTransformer 2024-10-16 10:02:46,947 - root - INFO - Loading 1 new model 2024-10-16 10:02:47,095 - root - INFO - loaded completely 0.0 809.1729736328125 True 2024-10-16 10:02:47,590 - root - INFO - Requested to load ImageAdapter 2024-10-16 10:02:47,590 - root - INFO - Loading 1 new model 2024-10-16 10:02:47,605 - root - INFO - loaded completely 0.0 82.078125 True 2024-10-16 10:02:54,732 - datasets - INFO - PyTorch version 2.3.1+cu121 available. 2024-10-16 10:02:54,733 - datasets - INFO - TensorFlow version 2.12.0 available. 2024-10-16 10:02:55,024 - root - ERROR - !!! Exception during processing !!! LoraConfig.init() got an unexpected keyword argument 'layer_replication' 2024-10-16 10:02:55,027 - root - ERROR - Traceback (most recent call last): File "E:\ComfyUI-aki-v1.3\execution.py", line 323, 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 "E:\ComfyUI-aki-v1.3\execution.py", line 198, 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 "E:\ComfyUI-aki-v1.3\execution.py", line 169, in _map_node_over_list process_inputs(input_dict, i) File "E:\ComfyUI-aki-v1.3\execution.py", line 158, in process_inputs results.append(getattr(obj, func)(inputs)) File "E:\ComfyUI-aki-v1.3\custom_nodes\ComfyUI_SLK_joy_caption_two-main\joy_caption_two_node.py", line 375, in generate text_model = joy_two_pipeline.llm.load_llm_model() File "E:\ComfyUI-aki-v1.3\custom_nodes\ComfyUI_SLK_joy_caption_two-main\joy_caption_two_node.py", line 173, in load_llm_model text_model = AutoModelForCausalLM.from_pretrained(text_model_path, File "E:\ComfyUI-aki-v1.3\python\lib\site-packages\transformers\models\auto\auto_factory.py", line 564, in from_pretrained return model_class.from_pretrained( File "E:\ComfyUI-aki-v1.3\python\lib\site-packages\transformers\modeling_utils.py", line 4098, in from_pretrained model.load_adapter( File "E:\ComfyUI-aki-v1.3\python\lib\site-packages\transformers\integrations\peft.py", line 188, in load_adapter peft_config = PeftConfig.from_pretrained( File "E:\ComfyUI-aki-v1.3\python\lib\site-packages\peft\config.py", line 151, in from_pretrained return cls.from_peft_type(kwargs) File "E:\ComfyUI-aki-v1.3\python\lib\site-packages\peft\config.py", line 118, in from_peft_type return config_cls(**kwargs) TypeError: LoraConfig.init() got an unexpected keyword argument 'layer_replication'
2024-10-16 10:02:55,028 - root - INFO - Prompt executed in 11.68 seconds 2024-10-16 10:08:29,081 - root - INFO - got prompt 2024-10-16 10:08:36,834 - root - ERROR - !!! Exception during processing !!! LoraConfig.init() got an unexpected keyword argument 'layer_replication' 2024-10-16 10:08:36,835 - root - ERROR - Traceback (most recent call last): File "E:\ComfyUI-aki-v1.3\execution.py", line 323, 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 "E:\ComfyUI-aki-v1.3\execution.py", line 198, 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 "E:\ComfyUI-aki-v1.3\execution.py", line 169, in _map_node_over_list process_inputs(input_dict, i) File "E:\ComfyUI-aki-v1.3\execution.py", line 158, in process_inputs results.append(getattr(obj, func)(inputs)) File "E:\ComfyUI-aki-v1.3\custom_nodes\ComfyUI_SLK_joy_caption_two-main\joy_caption_two_node.py", line 375, in generate text_model = joy_two_pipeline.llm.load_llm_model() File "E:\ComfyUI-aki-v1.3\custom_nodes\ComfyUI_SLK_joy_caption_two-main\joy_caption_two_node.py", line 173, in load_llm_model text_model = AutoModelForCausalLM.from_pretrained(text_model_path, File "E:\ComfyUI-aki-v1.3\python\lib\site-packages\transformers\models\auto\auto_factory.py", line 564, in from_pretrained return model_class.from_pretrained( File "E:\ComfyUI-aki-v1.3\python\lib\site-packages\transformers\modeling_utils.py", line 4098, in from_pretrained model.load_adapter( File "E:\ComfyUI-aki-v1.3\python\lib\site-packages\transformers\integrations\peft.py", line 188, in load_adapter peft_config = PeftConfig.from_pretrained( File "E:\ComfyUI-aki-v1.3\python\lib\site-packages\peft\config.py", line 151, in from_pretrained return cls.from_peft_type(kwargs) File "E:\ComfyUI-aki-v1.3\python\lib\site-packages\peft\config.py", line 118, in from_peft_type return config_cls(**kwargs) TypeError: LoraConfig.init() got an unexpected keyword argument 'layer_replication'
2024-10-16 10:08:36,836 - root - INFO - Prompt executed in 7.75 seconds 2024-10-16 10:20:18,129 - root - INFO - got prompt 2024-10-16 10:20:28,876 - root - ERROR - !!! Exception during processing !!! LoraConfig.init() got an unexpected keyword argument 'layer_replication' 2024-10-16 10:20:28,877 - root - ERROR - Traceback (most recent call last): File "E:\ComfyUI-aki-v1.3\execution.py", line 323, 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 "E:\ComfyUI-aki-v1.3\execution.py", line 198, 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 "E:\ComfyUI-aki-v1.3\execution.py", line 169, in _map_node_over_list process_inputs(input_dict, i) File "E:\ComfyUI-aki-v1.3\execution.py", line 158, in process_inputs results.append(getattr(obj, func)(inputs)) File "E:\ComfyUI-aki-v1.3\custom_nodes\ComfyUI_SLK_joy_caption_two-main\joy_caption_two_node.py", line 375, in generate text_model = joy_two_pipeline.llm.load_llm_model() File "E:\ComfyUI-aki-v1.3\custom_nodes\ComfyUI_SLK_joy_caption_two-main\joy_caption_two_node.py", line 173, in load_llm_model text_model = AutoModelForCausalLM.from_pretrained(text_model_path, File "E:\ComfyUI-aki-v1.3\python\lib\site-packages\transformers\models\auto\auto_factory.py", line 564, in from_pretrained return model_class.from_pretrained( File "E:\ComfyUI-aki-v1.3\python\lib\site-packages\transformers\modeling_utils.py", line 4098, in from_pretrained model.load_adapter( File "E:\ComfyUI-aki-v1.3\python\lib\site-packages\transformers\integrations\peft.py", line 188, in load_adapter peft_config = PeftConfig.from_pretrained( File "E:\ComfyUI-aki-v1.3\python\lib\site-packages\peft\config.py", line 151, in from_pretrained return cls.from_peft_type(kwargs) File "E:\ComfyUI-aki-v1.3\python\lib\site-packages\peft\config.py", line 118, in from_peft_type return config_cls(**kwargs) TypeError: LoraConfig.init() got an unexpected keyword argument 'layer_replication'
2024-10-16 10:20:28,879 - root - INFO - Prompt executed in 10.74 seconds
Workflow too large. Please manually upload the workflow from local file system.