Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error occurred when executing KSampler: Given groups=1, weight of size [320, 4, 3, 3], expected input[2, 8, 96, 72] to have 4 channels, but got 8 channels instead #45

Open
kane1718 opened this issue Jul 10, 2024 · 6 comments

Comments

@kane1718
Copy link

I also encountered this kind of channel asymmetry problem, how did you solve it?

@planb788
Copy link

planb788 commented Jul 21, 2024

The solution is straightforward: use the appropriate model. This error occurs because there are many comfyui plugins with this functionality on the market, and it's possible that you're not using kijai's IC-Light plugin, but someone else's. Alternatively, you might have downloaded a model not by the author lllyasviel, but a modified version, such as a model by the author huchenlei, which could trigger this prompt. To resolve this issue, you need to ensure two things:

  1. The nodes used are from kijai/ComfyUI-IC-Light.
    2.The model used is lllyasviel's model.

@linfei2023
Copy link

Error occurred when executing KSampler:

Given groups=1, weight of size [320, 4, 3, 3], expected input[2, 8, 64, 64] to have 4 channels, but got 8 channels instead

I'm also in the same situation, I don't know how to deal with it, I'm just waiting for God to help me.

@kijai
Copy link
Owner

kijai commented Aug 25, 2024

Error occurred when executing KSampler:

Given groups=1, weight of size [320, 4, 3, 3], expected input[2, 8, 64, 64] to have 4 channels, but got 8 channels instead

I'm also in the same situation, I don't know how to deal with it, I'm just waiting for God to help me.

Either the model you are using is wrong, or you haven't updated these nodes (or ComfyUI itself) to the latest versions.

@linfei2023
Copy link

Error occurred when executing KSampler:
Given groups=1, weight of size [320, 4, 3, 3], expected input[2, 8, 64, 64] to have 4 channels, but got 8 channels instead
I'm also in the same situation, I don't know how to deal with it, I'm just waiting for God to help me.

Either the model you are using is wrong, or you haven't updated these nodes (or ComfyUI itself) to the latest versions.

The models have all been re-downloaded from https://huggingface.co/lllyasviel/ic-light/tree/main, and comfyui is also the latest.

@kijai
Copy link
Owner

kijai commented Aug 25, 2024

Error occurred when executing KSampler:
Given groups=1, weight of size [320, 4, 3, 3], expected input[2, 8, 64, 64] to have 4 channels, but got 8 channels instead
I'm also in the same situation, I don't know how to deal with it, I'm just waiting for God to help me.

Either the model you are using is wrong, or you haven't updated these nodes (or ComfyUI itself) to the latest versions.

The models have all been re-downloaded from https://huggingface.co/lllyasviel/ic-light/tree/main, and comfyui is also the latest.

Those are correct models yes. Either your ComfyUI just has not updated properly, or these nodes have not updated properly, or some other custom node is interfering. I had this error too after Comfy update, and this fix works for me and has worked for others too.

@zmczmc123654
Copy link

Input channels 8 does not match model in_channels 12, 'opt_background' latent input should be used with the IC-Light 'fbc' model, and only with it

ComfyUI Error Report

Error Details

  • Node Type: KSampler
  • Exception Type: Exception
  • Exception Message: Input channels 8 does not match model in_channels 12, 'opt_background' latent input should be used with the IC-Light 'fbc' model, and only with it

Stack Trace

  File "D:\SDAI\ComfyUI-aki-v1.3\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 "D:\SDAI\ComfyUI-aki-v1.3\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 "D:\SDAI\ComfyUI-aki-v1.3\execution.py", line 169, in _map_node_over_list
    process_inputs(input_dict, i)

  File "D:\SDAI\ComfyUI-aki-v1.3\execution.py", line 158, in process_inputs
    results.append(getattr(obj, func)(**inputs))

  File "D:\SDAI\ComfyUI-aki-v1.3\nodes.py", line 1429, in sample
    return common_ksampler(model, seed, steps, cfg, sampler_name, scheduler, positive, negative, latent_image, denoise=denoise)

  File "D:\SDAI\ComfyUI-aki-v1.3\nodes.py", line 1396, in common_ksampler
    samples = comfy.sample.sample(model, noise, steps, cfg, sampler_name, scheduler, positive, negative, latent_image,

  File "D:\SDAI\ComfyUI-aki-v1.3\custom_nodes\ComfyUI-Impact-Pack\modules\impact\sample_error_enhancer.py", line 9, in informative_sample
    return original_sample(*args, **kwargs)  # This code helps interpret error messages that occur within exceptions but does not have any impact on other operations.

  File "D:\SDAI\ComfyUI-aki-v1.3\custom_nodes\ComfyUI-AnimateDiff-Evolved\animatediff\sampling.py", line 410, in motion_sample
    return orig_comfy_sample(model, noise, *args, **kwargs)

  File "D:\SDAI\ComfyUI-aki-v1.3\custom_nodes\ComfyUI-Advanced-ControlNet\adv_control\sampling.py", line 92, in acn_sample
    return orig_comfy_sample(model, *args, **kwargs)

  File "D:\SDAI\ComfyUI-aki-v1.3\custom_nodes\ComfyUI-Advanced-ControlNet\adv_control\utils.py", line 112, in uncond_multiplier_check_cn_sample
    return orig_comfy_sample(model, *args, **kwargs)

  File "D:\SDAI\ComfyUI-aki-v1.3\comfy\sample.py", line 43, in sample
    samples = sampler.sample(noise, positive, negative, cfg=cfg, latent_image=latent_image, start_step=start_step, last_step=last_step, force_full_denoise=force_full_denoise, denoise_mask=noise_mask, sigmas=sigmas, callback=callback, disable_pbar=disable_pbar, seed=seed)

  File "D:\SDAI\ComfyUI-aki-v1.3\comfy\samplers.py", line 829, in sample
    return sample(self.model, noise, positive, negative, cfg, self.device, sampler, sigmas, self.model_options, latent_image=latent_image, denoise_mask=denoise_mask, callback=callback, disable_pbar=disable_pbar, seed=seed)

  File "D:\SDAI\ComfyUI-aki-v1.3\comfy\samplers.py", line 729, in sample
    return cfg_guider.sample(noise, latent_image, sampler, sigmas, denoise_mask, callback, disable_pbar, seed)

  File "D:\SDAI\ComfyUI-aki-v1.3\comfy\samplers.py", line 716, in sample
    output = self.inner_sample(noise, latent_image, device, sampler, sigmas, denoise_mask, callback, disable_pbar, seed)

  File "D:\SDAI\ComfyUI-aki-v1.3\comfy\samplers.py", line 691, in inner_sample
    self.conds = process_conds(self.inner_model, noise, self.conds, device, latent_image, denoise_mask, seed)

  File "D:\SDAI\ComfyUI-aki-v1.3\comfy\samplers.py", line 643, in process_conds
    conds[k] = encode_model_conds(model.extra_conds, conds[k], noise, device, k, latent_image=latent_image, denoise_mask=denoise_mask, seed=seed)

  File "D:\SDAI\ComfyUI-aki-v1.3\comfy\samplers.py", line 554, in encode_model_conds
    out = model_function(**params)

  File "D:\SDAI\ComfyUI-aki-v1.3\custom_nodes\ComfyUI-IC-Light\nodes.py", line 82, in bound_extra_conds
    return ICLight.extra_conds(self, **kwargs)

  File "D:\SDAI\ComfyUI-aki-v1.3\custom_nodes\ComfyUI-IC-Light\nodes.py", line 104, in extra_conds
    raise Exception(f"Input channels {input_channels} does not match model in_channels {model_in_channels}, 'opt_background' latent input should be used with the IC-Light 'fbc' model, and only with it")

System Information

  • ComfyUI Version: v0.2.2
  • Arguments: D:\SDAI\ComfyUI-aki-v1.3\main.py --auto-launch --preview-method auto --disable-cuda-malloc
  • OS: nt
  • Python Version: 3.10.11 (tags/v3.10.11:7d4cc5a, Apr 5 2023, 00:38:17) [MSC v.1929 64 bit (AMD64)]
  • Embedded Python: false
  • PyTorch Version: 2.3.1+cu121

Devices

  • Name: cuda:0 NVIDIA GeForce RTX 4060 Laptop GPU : cudaMallocAsync
    • Type: cuda
    • VRAM Total: 8585216000
    • VRAM Free: 5213667686
    • Torch VRAM Total: 2181038080
    • Torch VRAM Free: 13779302

Logs

2024-09-25 23:57:20,008 - root - INFO - Total VRAM 8188 MB, total RAM 32043 MB
2024-09-25 23:57:20,009 - root - INFO - pytorch version: 2.3.1+cu121
2024-09-25 23:57:23,320 - root - INFO - xformers version: 0.0.27
2024-09-25 23:57:23,321 - root - INFO - Set vram state to: NORMAL_VRAM
2024-09-25 23:57:23,321 - root - INFO - Device: cuda:0 NVIDIA GeForce RTX 4060 Laptop GPU : cudaMallocAsync
2024-09-25 23:57:23,861 - root - INFO - Using xformers cross attention
2024-09-25 23:57:26,049 - root - INFO - [Prompt Server] web root: D:\SDAI\ComfyUI-aki-v1.3\web
2024-09-25 23:57:26,052 - root - INFO - Adding extra search path checkpoints D:/SDAI/sd-webui-aki-v4.8\models/Stable-diffusion
2024-09-25 23:57:26,052 - root - INFO - Adding extra search path configs D:/SDAI/sd-webui-aki-v4.8\models/Stable-diffusion
2024-09-25 23:57:26,052 - root - INFO - Adding extra search path vae D:/SDAI/sd-webui-aki-v4.8\models/VAE
2024-09-25 23:57:26,052 - root - INFO - Adding extra search path loras D:/SDAI/sd-webui-aki-v4.8\models/Lora
2024-09-25 23:57:26,052 - root - INFO - Adding extra search path loras D:/SDAI/sd-webui-aki-v4.8\models/LyCORIS
2024-09-25 23:57:26,052 - root - INFO - Adding extra search path upscale_models D:/SDAI/sd-webui-aki-v4.8\models/ESRGAN
2024-09-25 23:57:26,052 - root - INFO - Adding extra search path upscale_models D:/SDAI/sd-webui-aki-v4.8\models/RealESRGAN
2024-09-25 23:57:26,053 - root - INFO - Adding extra search path upscale_models D:/SDAI/sd-webui-aki-v4.8\models/SwinIR
2024-09-25 23:57:26,053 - root - INFO - Adding extra search path embeddings D:/SDAI/sd-webui-aki-v4.8\embeddings
2024-09-25 23:57:26,053 - root - INFO - Adding extra search path hypernetworks D:/SDAI/sd-webui-aki-v4.8\models/hypernetworks
2024-09-25 23:57:26,053 - root - INFO - Adding extra search path controlnet D:/SDAI/sd-webui-aki-v4.8\models/ControlNet
2024-09-25 23:57:53,843 - root - WARNING - Traceback (most recent call last):
  File "D:\SDAI\ComfyUI-aki-v1.3\nodes.py", line 1993, in load_custom_node
    module_spec.loader.exec_module(module)
  File "<frozen importlib._bootstrap_external>", line 883, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "D:\SDAI\ComfyUI-aki-v1.3\custom_nodes\ComfyUI-Disco-Diffusion\__init__.py", line 3, in <module>
    from .nodes import NODE_CLASS_MAPPINGS, NODE_DISPLAY_NAME_MAPPINGS
  File "D:\SDAI\ComfyUI-aki-v1.3\custom_nodes\ComfyUI-Disco-Diffusion\nodes.py", line 23, in <module>
    from guided_diffusion.script_util import create_model_and_diffusion, model_and_diffusion_defaults
ModuleNotFoundError: No module named 'guided_diffusion'

2024-09-25 23:57:53,843 - root - WARNING - Cannot import D:\SDAI\ComfyUI-aki-v1.3\custom_nodes\ComfyUI-Disco-Diffusion module for custom nodes: No module named 'guided_diffusion'
2024-09-25 23:57:54,658 - root - WARNING - Traceback (most recent call last):
  File "D:\SDAI\ComfyUI-aki-v1.3\nodes.py", line 1993, in load_custom_node
    module_spec.loader.exec_module(module)
  File "<frozen importlib._bootstrap_external>", line 879, in exec_module
  File "<frozen importlib._bootstrap_external>", line 1016, in get_code
  File "<frozen importlib._bootstrap_external>", line 1073, in get_data
FileNotFoundError: [Errno 2] No such file or directory: 'D:\\SDAI\\ComfyUI-aki-v1.3\\custom_nodes\\ComfyUI-eesahesNodes\\__init__.py'

2024-09-25 23:57:54,658 - root - WARNING - Cannot import D:\SDAI\ComfyUI-aki-v1.3\custom_nodes\ComfyUI-eesahesNodes module for custom nodes: [Errno 2] No such file or directory: 'D:\\SDAI\\ComfyUI-aki-v1.3\\custom_nodes\\ComfyUI-eesahesNodes\\__init__.py'
2024-09-25 23:57:54,945 - root - INFO - Total VRAM 8188 MB, total RAM 32043 MB
2024-09-25 23:57:54,945 - root - INFO - pytorch version: 2.3.1+cu121
2024-09-25 23:57:54,945 - root - INFO - xformers version: 0.0.27
2024-09-25 23:57:54,945 - root - INFO - Set vram state to: NORMAL_VRAM
2024-09-25 23:57:54,945 - root - INFO - Device: cuda:0 NVIDIA GeForce RTX 4060 Laptop GPU : cudaMallocAsync
2024-09-25 23:57:56,624 - root - WARNING - Traceback (most recent call last):
  File "D:\SDAI\ComfyUI-aki-v1.3\nodes.py", line 1993, in load_custom_node
    module_spec.loader.exec_module(module)
  File "<frozen importlib._bootstrap_external>", line 879, in exec_module
  File "<frozen importlib._bootstrap_external>", line 1016, in get_code
  File "<frozen importlib._bootstrap_external>", line 1073, in get_data
FileNotFoundError: [Errno 2] No such file or directory: 'D:\\SDAI\\ComfyUI-aki-v1.3\\custom_nodes\\ComfyUI-LayerDivider\\__init__.py'

2024-09-25 23:57:56,624 - root - WARNING - Cannot import D:\SDAI\ComfyUI-aki-v1.3\custom_nodes\ComfyUI-LayerDivider module for custom nodes: [Errno 2] No such file or directory: 'D:\\SDAI\\ComfyUI-aki-v1.3\\custom_nodes\\ComfyUI-LayerDivider\\__init__.py'
2024-09-25 23:57:58,360 - root - INFO - --------------
2024-09-25 23:57:58,360 - root - INFO - �[91m ### Mixlab Nodes: �[93mLoaded
2024-09-25 23:57:58,360 - root - INFO - ChatGPT.available True
2024-09-25 23:57:58,362 - root - INFO - edit_mask.available True
2024-09-25 23:57:58,377 - root - INFO - LaMaInpainting.available True
2024-09-25 23:57:58,582 - root - INFO - ClipInterrogator.available True
2024-09-25 23:57:58,677 - root - INFO - PromptGenerate.available True
2024-09-25 23:57:58,677 - root - INFO - ChinesePrompt.available True
2024-09-25 23:57:58,677 - root - INFO - RembgNode_.available True
2024-09-25 23:57:59,577 - root - INFO - TripoSR.available
2024-09-25 23:57:59,577 - root - INFO - �[93m -------------- �[0m
2024-09-25 23:57:59,608 - root - WARNING - Traceback (most recent call last):
  File "D:\SDAI\ComfyUI-aki-v1.3\nodes.py", line 1993, in load_custom_node
    module_spec.loader.exec_module(module)
  File "<frozen importlib._bootstrap_external>", line 879, in exec_module
  File "<frozen importlib._bootstrap_external>", line 1016, in get_code
  File "<frozen importlib._bootstrap_external>", line 1073, in get_data
FileNotFoundError: [Errno 2] No such file or directory: 'D:\\SDAI\\ComfyUI-aki-v1.3\\custom_nodes\\ComfyUI-Pymunk\\__init__.py'

2024-09-25 23:57:59,608 - root - WARNING - Cannot import D:\SDAI\ComfyUI-aki-v1.3\custom_nodes\ComfyUI-Pymunk module for custom nodes: [Errno 2] No such file or directory: 'D:\\SDAI\\ComfyUI-aki-v1.3\\custom_nodes\\ComfyUI-Pymunk\\__init__.py'
2024-09-25 23:58:21,730 - root - WARNING - Traceback (most recent call last):
  File "D:\SDAI\ComfyUI-aki-v1.3\nodes.py", line 1993, in load_custom_node
    module_spec.loader.exec_module(module)
  File "<frozen importlib._bootstrap_external>", line 883, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "D:\SDAI\ComfyUI-aki-v1.3\custom_nodes\Comfyui_Lama\__init__.py", line 1, in <module>
    from .LamaRemove import NODE_CLASS_MAPPINGS, NODE_DISPLAY_NAME_MAPPINGS
  File "D:\SDAI\ComfyUI-aki-v1.3\custom_nodes\Comfyui_Lama\LamaRemove.py", line 13, in <module>
    from saicinpainting.training.trainers import load_checkpoint
  File "D:\SDAI\ComfyUI-aki-v1.3\custom_nodes\Comfyui_Lama\saicinpainting\training\trainers\__init__.py", line 3, in <module>
    from saicinpainting.training.trainers.default import DefaultInpaintingTrainingModule
  File "D:\SDAI\ComfyUI-aki-v1.3\custom_nodes\Comfyui_Lama\saicinpainting\training\trainers\default.py", line 7, in <module>
    from saicinpainting.training.data.datasets import make_constant_area_crop_params
  File "D:\SDAI\ComfyUI-aki-v1.3\custom_nodes\Comfyui_Lama\saicinpainting\training\data\datasets.py", line 20, in <module>
    from saicinpainting.training.data.aug import IAAAffine2, IAAPerspective2
  File "D:\SDAI\ComfyUI-aki-v1.3\custom_nodes\Comfyui_Lama\saicinpainting\training\data\aug.py", line 1, in <module>
    from albumentations import DualIAATransform, to_tuple
ImportError: cannot import name 'DualIAATransform' from 'albumentations' (D:\SDAI\ComfyUI-aki-v1.3\python\lib\site-packages\albumentations\__init__.py)

2024-09-25 23:58:21,730 - root - WARNING - Cannot import D:\SDAI\ComfyUI-aki-v1.3\custom_nodes\Comfyui_Lama module for custom nodes: cannot import name 'DualIAATransform' from 'albumentations' (D:\SDAI\ComfyUI-aki-v1.3\python\lib\site-packages\albumentations\__init__.py)
2024-09-25 23:58:22,210 - root - WARNING - Traceback (most recent call last):
  File "D:\SDAI\ComfyUI-aki-v1.3\nodes.py", line 1993, in load_custom_node
    module_spec.loader.exec_module(module)
  File "<frozen importlib._bootstrap_external>", line 879, in exec_module
  File "<frozen importlib._bootstrap_external>", line 1016, in get_code
  File "<frozen importlib._bootstrap_external>", line 1073, in get_data
FileNotFoundError: [Errno 2] No such file or directory: 'D:\\SDAI\\ComfyUI-aki-v1.3\\custom_nodes\\ComfyUI_MiniCPM-V\\__init__.py'

2024-09-25 23:58:22,210 - root - WARNING - Cannot import D:\SDAI\ComfyUI-aki-v1.3\custom_nodes\ComfyUI_MiniCPM-V module for custom nodes: [Errno 2] No such file or directory: 'D:\\SDAI\\ComfyUI-aki-v1.3\\custom_nodes\\ComfyUI_MiniCPM-V\\__init__.py'
2024-09-25 23:58:22,319 - root - WARNING - Traceback (most recent call last):
  File "D:\SDAI\ComfyUI-aki-v1.3\nodes.py", line 1993, in load_custom_node
    module_spec.loader.exec_module(module)
  File "<frozen importlib._bootstrap_external>", line 879, in exec_module
  File "<frozen importlib._bootstrap_external>", line 1016, in get_code
  File "<frozen importlib._bootstrap_external>", line 1073, in get_data
FileNotFoundError: [Errno 2] No such file or directory: 'D:\\SDAI\\ComfyUI-aki-v1.3\\custom_nodes\\Comfyui_MiniCPMv2_6-prompt-generator\\__init__.py'

2024-09-25 23:58:22,319 - root - WARNING - Cannot import D:\SDAI\ComfyUI-aki-v1.3\custom_nodes\Comfyui_MiniCPMv2_6-prompt-generator module for custom nodes: [Errno 2] No such file or directory: 'D:\\SDAI\\ComfyUI-aki-v1.3\\custom_nodes\\Comfyui_MiniCPMv2_6-prompt-generator\\__init__.py'
2024-09-25 23:58:22,948 - root - WARNING - Traceback (most recent call last):
  File "D:\SDAI\ComfyUI-aki-v1.3\custom_nodes\IC-Light-ComfyUI-Node\nodes.py", line 19, in <module>
    from diffusers.loaders.single_file_utils import (
ImportError: cannot import name 'create_vae_diffusers_config' from 'diffusers.loaders.single_file_utils' (D:\SDAI\ComfyUI-aki-v1.3\python\lib\site-packages\diffusers\loaders\single_file_utils.py)

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "D:\SDAI\ComfyUI-aki-v1.3\nodes.py", line 1993, in load_custom_node
    module_spec.loader.exec_module(module)
  File "<frozen importlib._bootstrap_external>", line 883, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "D:\SDAI\ComfyUI-aki-v1.3\custom_nodes\IC-Light-ComfyUI-Node\__init__.py", line 1, in <module>
    from .nodes import NODE_CLASS_MAPPINGS, NODE_DISPLAY_NAME_MAPPINGS
  File "D:\SDAI\ComfyUI-aki-v1.3\custom_nodes\IC-Light-ComfyUI-Node\nodes.py", line 27, in <module>
    raise ImportError("Diffusers version too old. Please update to 0.26.0 minimum.")
ImportError: Diffusers version too old. Please update to 0.26.0 minimum.

2024-09-25 23:58:22,948 - root - WARNING - Cannot import D:\SDAI\ComfyUI-aki-v1.3\custom_nodes\IC-Light-ComfyUI-Node module for custom nodes: Diffusers version too old. Please update to 0.26.0 minimum.
2024-09-25 23:58:32,340 - root - INFO - 
Import times for custom nodes:
2024-09-25 23:58:32,341 - root - INFO -    0.0 seconds: D:\SDAI\ComfyUI-aki-v1.3\custom_nodes\rembg-comfyui-node-better
2024-09-25 23:58:32,341 - root - INFO -    0.0 seconds: D:\SDAI\ComfyUI-aki-v1.3\custom_nodes\websocket_image_save.py
2024-09-25 23:58:32,341 - root - INFO -    0.0 seconds: D:\SDAI\ComfyUI-aki-v1.3\custom_nodes\AIGODLIKE-ComfyUI-Translation
2024-09-25 23:58:32,341 - root - INFO -    0.0 seconds: D:\SDAI\ComfyUI-aki-v1.3\custom_nodes\rembg-comfyui-node
2024-09-25 23:58:32,341 - root - INFO -    0.0 seconds: D:\SDAI\ComfyUI-aki-v1.3\custom_nodes\ComfyUI-IC-Light-Native
2024-09-25 23:58:32,341 - root - INFO -    0.0 seconds: D:\SDAI\ComfyUI-aki-v1.3\custom_nodes\sdxl_prompt_styler
2024-09-25 23:58:32,341 - root - INFO -    0.0 seconds (IMPORT FAILED): D:\SDAI\ComfyUI-aki-v1.3\custom_nodes\Comfyui_MiniCPMv2_6-prompt-generator
2024-09-25 23:58:32,341 - root - INFO -    0.0 seconds: D:\SDAI\ComfyUI-aki-v1.3\custom_nodes\FreeU_Advanced
2024-09-25 23:58:32,341 - root - INFO -    0.0 seconds: D:\SDAI\ComfyUI-aki-v1.3\custom_nodes\ControlNet-LLLite-ComfyUI
2024-09-25 23:58:32,341 - root - INFO -    0.0 seconds (IMPORT FAILED): D:\SDAI\ComfyUI-aki-v1.3\custom_nodes\ComfyUI_MiniCPM-V
2024-09-25 23:58:32,341 - root - INFO -    0.0 seconds: D:\SDAI\ComfyUI-aki-v1.3\custom_nodes\cg-use-everywhere
2024-09-25 23:58:32,341 - root - INFO -    0.0 seconds (IMPORT FAILED): D:\SDAI\ComfyUI-aki-v1.3\custom_nodes\ComfyUI-LayerDivider
2024-09-25 23:58:32,341 - root - INFO -    0.0 seconds (IMPORT FAILED): D:\SDAI\ComfyUI-aki-v1.3\custom_nodes\ComfyUI-Pymunk
2024-09-25 23:58:32,341 - root - INFO -    0.0 seconds: D:\SDAI\ComfyUI-aki-v1.3\custom_nodes\stability-ComfyUI-nodes
2024-09-25 23:58:32,341 - root - INFO -    0.0 seconds: D:\SDAI\ComfyUI-aki-v1.3\custom_nodes\ComfyUI-Eagle-PNGInfo
2024-09-25 23:58:32,341 - root - INFO -    0.0 seconds: D:\SDAI\ComfyUI-aki-v1.3\custom_nodes\ComfyUI_ADV_CLIP_emb
2024-09-25 23:58:32,341 - root - INFO -    0.0 seconds: D:\SDAI\ComfyUI-aki-v1.3\custom_nodes\ComfyUI_TiledKSampler
2024-09-25 23:58:32,341 - root - INFO -    0.0 seconds: D:\SDAI\ComfyUI-aki-v1.3\custom_nodes\ComfyUI_IPAdapter_plus
2024-09-25 23:58:32,341 - root - INFO -    0.0 seconds: D:\SDAI\ComfyUI-aki-v1.3\custom_nodes\ComfyUI_densediffusion
2024-09-25 23:58:32,341 - root - INFO -    0.0 seconds: D:\SDAI\ComfyUI-aki-v1.3\custom_nodes\ComfyUI-AutomaticCFG
2024-09-25 23:58:32,341 - root - INFO -    0.0 seconds (IMPORT FAILED): D:\SDAI\ComfyUI-aki-v1.3\custom_nodes\ComfyUI-eesahesNodes
2024-09-25 23:58:32,341 - root - INFO -    0.0 seconds: D:\SDAI\ComfyUI-aki-v1.3\custom_nodes\ComfyUI-WD14-Tagger
2024-09-25 23:58:32,341 - root - INFO -    0.0 seconds: D:\SDAI\ComfyUI-aki-v1.3\custom_nodes\comfyui-lama-remover
2024-09-25 23:58:32,341 - root - INFO -    0.0 seconds: D:\SDAI\ComfyUI-aki-v1.3\custom_nodes\ComfyLiterals
2024-09-25 23:58:32,341 - root - INFO -    0.0 seconds: D:\SDAI\ComfyUI-aki-v1.3\custom_nodes\ComfyUI_InstantID
2024-09-25 23:58:32,341 - root - INFO -    0.0 seconds: D:\SDAI\ComfyUI-aki-v1.3\custom_nodes\wlsh_nodes
2024-09-25 23:58:32,341 - root - INFO -    0.0 seconds: D:\SDAI\ComfyUI-aki-v1.3\custom_nodes\PowerNoiseSuite
2024-09-25 23:58:32,341 - root - INFO -    0.0 seconds: D:\SDAI\ComfyUI-aki-v1.3\custom_nodes\comfyui_controlnet_aux
2024-09-25 23:58:32,341 - root - INFO -    0.0 seconds: D:\SDAI\ComfyUI-aki-v1.3\custom_nodes\ComfyUI_experiments
2024-09-25 23:58:32,341 - root - INFO -    0.0 seconds: D:\SDAI\ComfyUI-aki-v1.3\custom_nodes\ComfyUI_omost
2024-09-25 23:58:32,341 - root - INFO -    0.0 seconds: D:\SDAI\ComfyUI-aki-v1.3\custom_nodes\StableDiffusion-dpmpp_2m_alt-Sampler
2024-09-25 23:58:32,341 - root - INFO -    0.0 seconds: D:\SDAI\ComfyUI-aki-v1.3\custom_nodes\ComfyUI-Image-Filters
2024-09-25 23:58:32,341 - root - INFO -    0.0 seconds: D:\SDAI\ComfyUI-aki-v1.3\custom_nodes\ComfyUI-layerdiffuse
2024-09-25 23:58:32,341 - root - INFO -    0.0 seconds: D:\SDAI\ComfyUI-aki-v1.3\custom_nodes\ComfyUI-Kolors-MZ
2024-09-25 23:58:32,341 - root - INFO -    0.0 seconds (IMPORT FAILED): D:\SDAI\ComfyUI-aki-v1.3\custom_nodes\IC-Light-ComfyUI-Node
2024-09-25 23:58:32,342 - root - INFO -    0.0 seconds: D:\SDAI\ComfyUI-aki-v1.3\custom_nodes\images-grid-comfy-plugin
2024-09-25 23:58:32,342 - root - INFO -    0.0 seconds: D:\SDAI\ComfyUI-aki-v1.3\custom_nodes\ComfyUI-PixArt-alpha-Diffusers
2024-09-25 23:58:32,342 - root - INFO -    0.0 seconds: D:\SDAI\ComfyUI-aki-v1.3\custom_nodes\comfyui-instantId-faceswap
2024-09-25 23:58:32,342 - root - INFO -    0.0 seconds: D:\SDAI\ComfyUI-aki-v1.3\custom_nodes\img2txt-comfyui-nodes
2024-09-25 23:58:32,342 - root - INFO -    0.0 seconds: D:\SDAI\ComfyUI-aki-v1.3\custom_nodes\ComfyUI-Marigold
2024-09-25 23:58:32,342 - root - INFO -    0.0 seconds: D:\SDAI\ComfyUI-aki-v1.3\custom_nodes\ComfyMath
2024-09-25 23:58:32,342 - root - INFO -    0.0 seconds: D:\SDAI\ComfyUI-aki-v1.3\custom_nodes\ComfyUI_UltimateSDUpscale
2024-09-25 23:58:32,342 - root - INFO -    0.0 seconds: D:\SDAI\ComfyUI-aki-v1.3\custom_nodes\ComfyUI-GGUF
2024-09-25 23:58:32,342 - root - INFO -    0.0 seconds: D:\SDAI\ComfyUI-aki-v1.3\custom_nodes\ComfyUI-Custom-Scripts
2024-09-25 23:58:32,342 - root - INFO -    0.0 seconds: D:\SDAI\ComfyUI-aki-v1.3\custom_nodes\x-flux-comfyui
2024-09-25 23:58:32,342 - root - INFO -    0.0 seconds: D:\SDAI\ComfyUI-aki-v1.3\custom_nodes\ComfyUI-Impact-Pack
2024-09-25 23:58:32,342 - root - INFO -    0.0 seconds: D:\SDAI\ComfyUI-aki-v1.3\custom_nodes\x-flux-comfyui-dev-advip
2024-09-25 23:58:32,342 - root - INFO -    0.0 seconds: D:\SDAI\ComfyUI-aki-v1.3\custom_nodes\ComfyUI-Advanced-ControlNet
2024-09-25 23:58:32,342 - root - INFO -    0.0 seconds: D:\SDAI\ComfyUI-aki-v1.3\custom_nodes\ComfyUI_FizzNodes
2024-09-25 23:58:32,342 - root - INFO -    0.0 seconds: D:\SDAI\ComfyUI-aki-v1.3\custom_nodes\ComfyUI-Frame-Interpolation
2024-09-25 23:58:32,342 - root - INFO -    0.0 seconds: D:\SDAI\ComfyUI-aki-v1.3\custom_nodes\ComfyUI-KJNodes
2024-09-25 23:58:32,342 - root - INFO -    0.0 seconds: D:\SDAI\ComfyUI-aki-v1.3\custom_nodes\ComfyUI_essentials
2024-09-25 23:58:32,342 - root - INFO -    0.0 seconds: D:\SDAI\ComfyUI-aki-v1.3\custom_nodes\Derfuu_ComfyUI_ModdedNodes
2024-09-25 23:58:32,342 - root - INFO -    0.1 seconds: D:\SDAI\ComfyUI-aki-v1.3\custom_nodes\ComfyUI-Allor
2024-09-25 23:58:32,342 - root - INFO -    0.1 seconds: D:\SDAI\ComfyUI-aki-v1.3\custom_nodes\CharacterFaceSwap
2024-09-25 23:58:32,342 - root - INFO -    0.1 seconds: D:\SDAI\ComfyUI-aki-v1.3\custom_nodes\comfyui_bmad_nodes
2024-09-25 23:58:32,342 - root - INFO -    0.1 seconds: D:\SDAI\ComfyUI-aki-v1.3\custom_nodes\ComfyUI-AnimateDiff-Evolved
2024-09-25 23:58:32,342 - root - INFO -    0.1 seconds: D:\SDAI\ComfyUI-aki-v1.3\custom_nodes\rgthree-comfy
2024-09-25 23:58:32,342 - root - INFO -    0.1 seconds: D:\SDAI\ComfyUI-aki-v1.3\custom_nodes\ComfyUI-Inspire-Pack
2024-09-25 23:58:32,342 - root - INFO -    0.1 seconds: D:\SDAI\ComfyUI-aki-v1.3\custom_nodes\ComfyUI-IC-Light
2024-09-25 23:58:32,342 - root - INFO -    0.1 seconds: D:\SDAI\ComfyUI-aki-v1.3\custom_nodes\ComfyUI_tinyterraNodes
2024-09-25 23:58:32,342 - root - INFO -    0.1 seconds: D:\SDAI\ComfyUI-aki-v1.3\custom_nodes\ComfyUI-Llama
2024-09-25 23:58:32,342 - root - INFO -    0.1 seconds: D:\SDAI\ComfyUI-aki-v1.3\custom_nodes\comfyui-workspace-manager
2024-09-25 23:58:32,342 - root - INFO -    0.1 seconds: D:\SDAI\ComfyUI-aki-v1.3\custom_nodes\ComfyUI_MiniCPM-V-2_6-int4
2024-09-25 23:58:32,342 - root - INFO -    0.1 seconds: D:\SDAI\ComfyUI-aki-v1.3\custom_nodes\ComfyUI_bitsandbytes_NF4-master
2024-09-25 23:58:32,342 - root - INFO -    0.1 seconds: D:\SDAI\ComfyUI-aki-v1.3\custom_nodes\ComfyUI_Comfyroll_CustomNodes
2024-09-25 23:58:32,342 - root - INFO -    0.1 seconds: D:\SDAI\ComfyUI-aki-v1.3\custom_nodes\PuLID_ComfyUI
2024-09-25 23:58:32,342 - root - INFO -    0.2 seconds: D:\SDAI\ComfyUI-aki-v1.3\custom_nodes\comfy_mtb
2024-09-25 23:58:32,342 - root - INFO -    0.2 seconds: D:\SDAI\ComfyUI-aki-v1.3\custom_nodes\Comfyui-ergouzi-Nodes
2024-09-25 23:58:32,342 - root - INFO -    0.2 seconds: D:\SDAI\ComfyUI-aki-v1.3\custom_nodes\comfyui-reactor-node
2024-09-25 23:58:32,342 - root - INFO -    0.2 seconds: D:\SDAI\ComfyUI-aki-v1.3\custom_nodes\comfyui_segment_anything
2024-09-25 23:58:32,342 - root - INFO -    0.3 seconds (IMPORT FAILED): D:\SDAI\ComfyUI-aki-v1.3\custom_nodes\Comfyui_Lama
2024-09-25 23:58:32,342 - root - INFO -    0.3 seconds: D:\SDAI\ComfyUI-aki-v1.3\custom_nodes\ComfyUI-InstantID
2024-09-25 23:58:32,342 - root - INFO -    0.4 seconds (IMPORT FAILED): D:\SDAI\ComfyUI-aki-v1.3\custom_nodes\ComfyUI-Disco-Diffusion
2024-09-25 23:58:32,342 - root - INFO -    0.5 seconds: D:\SDAI\ComfyUI-aki-v1.3\custom_nodes\ComfyUI_LayerStyle
2024-09-25 23:58:32,342 - root - INFO -    0.5 seconds: D:\SDAI\ComfyUI-aki-v1.3\custom_nodes\clipseg.py
2024-09-25 23:58:32,342 - root - INFO -    0.8 seconds: D:\SDAI\ComfyUI-aki-v1.3\custom_nodes\ComfyUI-Easy-Use
2024-09-25 23:58:32,343 - root - INFO -    0.9 seconds: D:\SDAI\ComfyUI-aki-v1.3\custom_nodes\ComfyUI-Manager
2024-09-25 23:58:32,343 - root - INFO -    1.1 seconds: D:\SDAI\ComfyUI-aki-v1.3\custom_nodes\ComfyUI-Inspyrenet-Rembg
2024-09-25 23:58:32,343 - root - INFO -    1.1 seconds: D:\SDAI\ComfyUI-aki-v1.3\custom_nodes\ComfyUI-SUPIR
2024-09-25 23:58:32,343 - root - INFO -    1.5 seconds: D:\SDAI\ComfyUI-aki-v1.3\custom_nodes\ComfyUI-BiRefNet-ZHO
2024-09-25 23:58:32,343 - root - INFO -    1.8 seconds: D:\SDAI\ComfyUI-aki-v1.3\custom_nodes\batchImg-rembg-ComfyUI-nodes
2024-09-25 23:58:32,343 - root - INFO -    2.0 seconds: D:\SDAI\ComfyUI-aki-v1.3\custom_nodes\comfyui-mixlab-nodes
2024-09-25 23:58:32,343 - root - INFO -    4.2 seconds: D:\SDAI\ComfyUI-aki-v1.3\custom_nodes\comfyui-art-venture
2024-09-25 23:58:32,343 - root - INFO -    6.8 seconds: D:\SDAI\ComfyUI-aki-v1.3\custom_nodes\ComfyUI-Diffusers
2024-09-25 23:58:32,343 - root - INFO -    9.0 seconds: D:\SDAI\ComfyUI-aki-v1.3\custom_nodes\was-node-suite-comfyui
2024-09-25 23:58:32,343 - root - INFO -   10.4 seconds: D:\SDAI\ComfyUI-aki-v1.3\custom_nodes\ComfyUI-Crystools
2024-09-25 23:58:32,343 - root - INFO -   19.9 seconds: D:\SDAI\ComfyUI-aki-v1.3\custom_nodes\ComfyUI_Custom_Nodes_AlekPet
2024-09-25 23:58:32,343 - root - INFO - 
2024-09-25 23:58:32,369 - root - INFO - 

2024-09-25 23:58:32,369 - root - INFO - 

Starting server
2024-09-25 23:58:32,381 - root - INFO - �[93mTo see the GUI go to: http://192.168.1.134:8188 or http://127.0.0.1:8188
2024-09-25 23:58:32,381 - root - INFO - �[93mTo see the GUI go to: https://192.168.1.134:8189 or https://127.0.0.1:8189�[0m
2024-09-25 23:59:22,050 - root - INFO - got prompt
2024-09-25 23:59:30,217 - root - INFO - model weight dtype torch.float16, manual cast: None
2024-09-25 23:59:30,241 - root - INFO - model_type EPS
2024-09-25 23:59:32,285 - root - INFO - Using xformers attention in VAE
2024-09-25 23:59:32,286 - root - INFO - Using xformers attention in VAE
2024-09-25 23:59:33,155 - root - INFO - Using xformers attention in VAE
2024-09-25 23:59:33,156 - root - INFO - Using xformers attention in VAE
2024-09-25 23:59:41,355 - root - INFO - Requested to load SD1ClipModel
2024-09-25 23:59:41,355 - root - INFO - Loading 1 new model
2024-09-25 23:59:41,423 - root - INFO - loaded completely 0.0 235.84423828125 True
2024-09-25 23:59:41,617 - root - INFO - model weight dtype torch.float8_e5m2, manual cast: torch.bfloat16
2024-09-25 23:59:41,618 - root - INFO - model_type FLOW
2024-09-26 00:00:01,926 - root - WARNING - clip missing: ['text_projection.weight']
2024-09-26 00:00:15,317 - root - INFO - Requested to load FluxClipModel_
2024-09-26 00:00:15,319 - root - INFO - Loading 1 new model
2024-09-26 00:00:18,154 - root - INFO - loaded partially 5253.853714752197 5253.7109375 0
2024-09-26 00:00:20,921 - root - INFO - loaded partially 5253.853714752197 5253.7109375 0
2024-09-26 00:00:23,180 - root - INFO - Requested to load AutoencodingEngine
2024-09-26 00:00:23,180 - root - INFO - Loading 1 new model
2024-09-26 00:00:25,254 - root - INFO - loaded completely 0.0 159.87335777282715 True
2024-09-26 00:00:28,823 - root - INFO - Requested to load Flux
2024-09-26 00:00:28,823 - root - INFO - Loading 1 new model
2024-09-26 00:00:31,631 - root - INFO - loaded partially 2397.7373207092287 2397.4102172851562 0
2024-09-26 00:00:49,869 - root - INFO - Unloading models for lowram load.
2024-09-26 00:00:50,568 - root - INFO - 0 models unloaded.
2024-09-26 00:05:07,315 - root - INFO - Requested to load AutoencodingEngine
2024-09-26 00:05:07,315 - root - INFO - Loading 1 new model
2024-09-26 00:05:28,328 - root - INFO - loaded completely 0.0 159.87335777282715 True
2024-09-26 00:05:39,098 - root - WARNING - Warning torch.load doesn't support weights_only on this pytorch version, loading unsafely.
2024-09-26 00:05:46,036 - root - INFO - Requested to load AutoencoderKL
2024-09-26 00:05:46,037 - root - INFO - Loading 1 new model
2024-09-26 00:05:47,197 - root - INFO - loaded completely 0.0 159.55708122253418 True
2024-09-26 00:05:48,067 - root - INFO - Unloading models for lowram load.
2024-09-26 00:05:48,170 - root - INFO - 1 models unloaded.
2024-09-26 00:05:48,170 - root - INFO - Loading 1 new model
2024-09-26 00:05:48,216 - root - INFO - loaded completely 0.0 159.55708122253418 True
2024-09-26 00:05:48,893 - root - INFO - Requested to load BaseModel
2024-09-26 00:05:48,893 - root - INFO - Loading 1 new model
2024-09-26 00:06:07,293 - root - WARNING - WARNING SHAPE MISMATCH diffusion_model.input_blocks.0.0.weight WEIGHT NOT MERGED torch.Size([320, 12, 3, 3]) != torch.Size([320, 4, 3, 3])
2024-09-26 00:06:09,493 - root - INFO - loaded completely 0.0 1639.406135559082 True
2024-09-26 00:06:09,543 - root - ERROR - !!! Exception during processing !!! Input channels 8 does not match model in_channels 12, 'opt_background' latent input should be used with the IC-Light 'fbc' model, and only with it
2024-09-26 00:06:09,624 - root - ERROR - Traceback (most recent call last):
  File "D:\SDAI\ComfyUI-aki-v1.3\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 "D:\SDAI\ComfyUI-aki-v1.3\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 "D:\SDAI\ComfyUI-aki-v1.3\execution.py", line 169, in _map_node_over_list
    process_inputs(input_dict, i)
  File "D:\SDAI\ComfyUI-aki-v1.3\execution.py", line 158, in process_inputs
    results.append(getattr(obj, func)(**inputs))
  File "D:\SDAI\ComfyUI-aki-v1.3\nodes.py", line 1429, in sample
    return common_ksampler(model, seed, steps, cfg, sampler_name, scheduler, positive, negative, latent_image, denoise=denoise)
  File "D:\SDAI\ComfyUI-aki-v1.3\nodes.py", line 1396, in common_ksampler
    samples = comfy.sample.sample(model, noise, steps, cfg, sampler_name, scheduler, positive, negative, latent_image,
  File "D:\SDAI\ComfyUI-aki-v1.3\custom_nodes\ComfyUI-Impact-Pack\modules\impact\sample_error_enhancer.py", line 9, in informative_sample
    return original_sample(*args, **kwargs)  # This code helps interpret error messages that occur within exceptions but does not have any impact on other operations.
  File "D:\SDAI\ComfyUI-aki-v1.3\custom_nodes\ComfyUI-AnimateDiff-Evolved\animatediff\sampling.py", line 410, in motion_sample
    return orig_comfy_sample(model, noise, *args, **kwargs)
  File "D:\SDAI\ComfyUI-aki-v1.3\custom_nodes\ComfyUI-Advanced-ControlNet\adv_control\sampling.py", line 92, in acn_sample
    return orig_comfy_sample(model, *args, **kwargs)
  File "D:\SDAI\ComfyUI-aki-v1.3\custom_nodes\ComfyUI-Advanced-ControlNet\adv_control\utils.py", line 112, in uncond_multiplier_check_cn_sample
    return orig_comfy_sample(model, *args, **kwargs)
  File "D:\SDAI\ComfyUI-aki-v1.3\comfy\sample.py", line 43, in sample
    samples = sampler.sample(noise, positive, negative, cfg=cfg, latent_image=latent_image, start_step=start_step, last_step=last_step, force_full_denoise=force_full_denoise, denoise_mask=noise_mask, sigmas=sigmas, callback=callback, disable_pbar=disable_pbar, seed=seed)
  File "D:\SDAI\ComfyUI-aki-v1.3\comfy\samplers.py", line 829, in sample
    return sample(self.model, noise, positive, negative, cfg, self.device, sampler, sigmas, self.model_options, latent_image=latent_image, denoise_mask=denoise_mask, callback=callback, disable_pbar=disable_pbar, seed=seed)
  File "D:\SDAI\ComfyUI-aki-v1.3\comfy\samplers.py", line 729, in sample
    return cfg_guider.sample(noise, latent_image, sampler, sigmas, denoise_mask, callback, disable_pbar, seed)
  File "D:\SDAI\ComfyUI-aki-v1.3\comfy\samplers.py", line 716, in sample
    output = self.inner_sample(noise, latent_image, device, sampler, sigmas, denoise_mask, callback, disable_pbar, seed)
  File "D:\SDAI\ComfyUI-aki-v1.3\comfy\samplers.py", line 691, in inner_sample
    self.conds = process_conds(self.inner_model, noise, self.conds, device, latent_image, denoise_mask, seed)
  File "D:\SDAI\ComfyUI-aki-v1.3\comfy\samplers.py", line 643, in process_conds
    conds[k] = encode_model_conds(model.extra_conds, conds[k], noise, device, k, latent_image=latent_image, denoise_mask=denoise_mask, seed=seed)
  File "D:\SDAI\ComfyUI-aki-v1.3\comfy\samplers.py", line 554, in encode_model_conds
    out = model_function(**params)
  File "D:\SDAI\ComfyUI-aki-v1.3\custom_nodes\ComfyUI-IC-Light\nodes.py", line 82, in bound_extra_conds
    return ICLight.extra_conds(self, **kwargs)
  File "D:\SDAI\ComfyUI-aki-v1.3\custom_nodes\ComfyUI-IC-Light\nodes.py", line 104, in extra_conds
    raise Exception(f"Input channels {input_channels} does not match model in_channels {model_in_channels}, 'opt_background' latent input should be used with the IC-Light 'fbc' model, and only with it")
Exception: Input channels 8 does not match model in_channels 12, 'opt_background' latent input should be used with the IC-Light 'fbc' model, and only with it

2024-09-26 00:06:09,626 - root - INFO - Prompt executed in 407.18 seconds
2024-09-26 00:08:29,502 - root - INFO - got prompt
2024-09-26 00:08:36,595 - root - ERROR - !!! Exception during processing !!! Input channels 8 does not match model in_channels 12, 'opt_background' latent input should be used with the IC-Light 'fbc' model, and only with it
2024-09-26 00:08:36,596 - root - ERROR - Traceback (most recent call last):
  File "D:\SDAI\ComfyUI-aki-v1.3\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 "D:\SDAI\ComfyUI-aki-v1.3\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 "D:\SDAI\ComfyUI-aki-v1.3\execution.py", line 169, in _map_node_over_list
    process_inputs(input_dict, i)
  File "D:\SDAI\ComfyUI-aki-v1.3\execution.py", line 158, in process_inputs
    results.append(getattr(obj, func)(**inputs))
  File "D:\SDAI\ComfyUI-aki-v1.3\nodes.py", line 1429, in sample
    return common_ksampler(model, seed, steps, cfg, sampler_name, scheduler, positive, negative, latent_image, denoise=denoise)
  File "D:\SDAI\ComfyUI-aki-v1.3\nodes.py", line 1396, in common_ksampler
    samples = comfy.sample.sample(model, noise, steps, cfg, sampler_name, scheduler, positive, negative, latent_image,
  File "D:\SDAI\ComfyUI-aki-v1.3\custom_nodes\ComfyUI-Impact-Pack\modules\impact\sample_error_enhancer.py", line 9, in informative_sample
    return original_sample(*args, **kwargs)  # This code helps interpret error messages that occur within exceptions but does not have any impact on other operations.
  File "D:\SDAI\ComfyUI-aki-v1.3\custom_nodes\ComfyUI-AnimateDiff-Evolved\animatediff\sampling.py", line 410, in motion_sample
    return orig_comfy_sample(model, noise, *args, **kwargs)
  File "D:\SDAI\ComfyUI-aki-v1.3\custom_nodes\ComfyUI-Advanced-ControlNet\adv_control\sampling.py", line 92, in acn_sample
    return orig_comfy_sample(model, *args, **kwargs)
  File "D:\SDAI\ComfyUI-aki-v1.3\custom_nodes\ComfyUI-Advanced-ControlNet\adv_control\utils.py", line 112, in uncond_multiplier_check_cn_sample
    return orig_comfy_sample(model, *args, **kwargs)
  File "D:\SDAI\ComfyUI-aki-v1.3\comfy\sample.py", line 43, in sample
    samples = sampler.sample(noise, positive, negative, cfg=cfg, latent_image=latent_image, start_step=start_step, last_step=last_step, force_full_denoise=force_full_denoise, denoise_mask=noise_mask, sigmas=sigmas, callback=callback, disable_pbar=disable_pbar, seed=seed)
  File "D:\SDAI\ComfyUI-aki-v1.3\comfy\samplers.py", line 829, in sample
    return sample(self.model, noise, positive, negative, cfg, self.device, sampler, sigmas, self.model_options, latent_image=latent_image, denoise_mask=denoise_mask, callback=callback, disable_pbar=disable_pbar, seed=seed)
  File "D:\SDAI\ComfyUI-aki-v1.3\comfy\samplers.py", line 729, in sample
    return cfg_guider.sample(noise, latent_image, sampler, sigmas, denoise_mask, callback, disable_pbar, seed)
  File "D:\SDAI\ComfyUI-aki-v1.3\comfy\samplers.py", line 716, in sample
    output = self.inner_sample(noise, latent_image, device, sampler, sigmas, denoise_mask, callback, disable_pbar, seed)
  File "D:\SDAI\ComfyUI-aki-v1.3\comfy\samplers.py", line 691, in inner_sample
    self.conds = process_conds(self.inner_model, noise, self.conds, device, latent_image, denoise_mask, seed)
  File "D:\SDAI\ComfyUI-aki-v1.3\comfy\samplers.py", line 643, in process_conds
    conds[k] = encode_model_conds(model.extra_conds, conds[k], noise, device, k, latent_image=latent_image, denoise_mask=denoise_mask, seed=seed)
  File "D:\SDAI\ComfyUI-aki-v1.3\comfy\samplers.py", line 554, in encode_model_conds
    out = model_function(**params)
  File "D:\SDAI\ComfyUI-aki-v1.3\custom_nodes\ComfyUI-IC-Light\nodes.py", line 82, in bound_extra_conds
    return ICLight.extra_conds(self, **kwargs)
  File "D:\SDAI\ComfyUI-aki-v1.3\custom_nodes\ComfyUI-IC-Light\nodes.py", line 104, in extra_conds
    raise Exception(f"Input channels {input_channels} does not match model in_channels {model_in_channels}, 'opt_background' latent input should be used with the IC-Light 'fbc' model, and only with it")
Exception: Input channels 8 does not match model in_channels 12, 'opt_background' latent input should be used with the IC-Light 'fbc' model, and only with it

2024-09-26 00:08:36,600 - root - INFO - Prompt executed in 6.76 seconds
2024-09-26 00:10:26,748 - root - INFO - got prompt
2024-09-26 00:10:26,834 - root - ERROR - Failed to validate prompt for output 36:
2024-09-26 00:10:26,834 - root - ERROR - * LoadAndApplyICLightUnet 37:
2024-09-26 00:10:26,834 - root - ERROR -   - Value not in list: model_path: 'IC-Light\iclight_sd15_fc.safetensors' not in ['Flux1-fp8 11G版_flux1-Schnell.safetensors', 'iclight_sd15_fbc_unet_ldm.safetensors', 'iclight_sd15_fc_unet_ldm.safetensors', 'iclight_sd15_fcon.safetensors', '废弃FULX1.0-dev-NF4_dev-bnb-nf4-v2.safetensors']
2024-09-26 00:10:26,834 - root - ERROR - Output will be ignored
2024-09-26 00:10:27,796 - root - INFO - Prompt executed in 0.96 seconds
2024-09-26 00:10:36,759 - root - INFO - got prompt
2024-09-26 00:10:39,469 - root - INFO - Requested to load SD1ClipModel
2024-09-26 00:10:39,469 - root - INFO - Loading 1 new model
2024-09-26 00:10:39,784 - root - INFO - loaded completely 0.0 235.84423828125 True
2024-09-26 00:10:40,887 - root - INFO - Requested to load BaseModel
2024-09-26 00:10:40,887 - root - INFO - Loading 1 new model
2024-09-26 00:10:42,305 - root - WARNING - WARNING SHAPE MISMATCH diffusion_model.input_blocks.0.0.weight WEIGHT NOT MERGED torch.Size([320, 12, 3, 3]) != torch.Size([320, 4, 3, 3])
2024-09-26 00:10:42,406 - root - INFO - loaded completely 0.0 1639.406135559082 True
2024-09-26 00:10:42,420 - root - ERROR - !!! Exception during processing !!! Input channels 8 does not match model in_channels 12, 'opt_background' latent input should be used with the IC-Light 'fbc' model, and only with it
2024-09-26 00:10:42,421 - root - ERROR - Traceback (most recent call last):
  File "D:\SDAI\ComfyUI-aki-v1.3\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 "D:\SDAI\ComfyUI-aki-v1.3\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 "D:\SDAI\ComfyUI-aki-v1.3\execution.py", line 169, in _map_node_over_list
    process_inputs(input_dict, i)
  File "D:\SDAI\ComfyUI-aki-v1.3\execution.py", line 158, in process_inputs
    results.append(getattr(obj, func)(**inputs))
  File "D:\SDAI\ComfyUI-aki-v1.3\nodes.py", line 1429, in sample
    return common_ksampler(model, seed, steps, cfg, sampler_name, scheduler, positive, negative, latent_image, denoise=denoise)
  File "D:\SDAI\ComfyUI-aki-v1.3\nodes.py", line 1396, in common_ksampler
    samples = comfy.sample.sample(model, noise, steps, cfg, sampler_name, scheduler, positive, negative, latent_image,
  File "D:\SDAI\ComfyUI-aki-v1.3\custom_nodes\ComfyUI-Impact-Pack\modules\impact\sample_error_enhancer.py", line 9, in informative_sample
    return original_sample(*args, **kwargs)  # This code helps interpret error messages that occur within exceptions but does not have any impact on other operations.
  File "D:\SDAI\ComfyUI-aki-v1.3\custom_nodes\ComfyUI-AnimateDiff-Evolved\animatediff\sampling.py", line 410, in motion_sample
    return orig_comfy_sample(model, noise, *args, **kwargs)
  File "D:\SDAI\ComfyUI-aki-v1.3\custom_nodes\ComfyUI-Advanced-ControlNet\adv_control\sampling.py", line 92, in acn_sample
    return orig_comfy_sample(model, *args, **kwargs)
  File "D:\SDAI\ComfyUI-aki-v1.3\custom_nodes\ComfyUI-Advanced-ControlNet\adv_control\utils.py", line 112, in uncond_multiplier_check_cn_sample
    return orig_comfy_sample(model, *args, **kwargs)
  File "D:\SDAI\ComfyUI-aki-v1.3\comfy\sample.py", line 43, in sample
    samples = sampler.sample(noise, positive, negative, cfg=cfg, latent_image=latent_image, start_step=start_step, last_step=last_step, force_full_denoise=force_full_denoise, denoise_mask=noise_mask, sigmas=sigmas, callback=callback, disable_pbar=disable_pbar, seed=seed)
  File "D:\SDAI\ComfyUI-aki-v1.3\comfy\samplers.py", line 829, in sample
    return sample(self.model, noise, positive, negative, cfg, self.device, sampler, sigmas, self.model_options, latent_image=latent_image, denoise_mask=denoise_mask, callback=callback, disable_pbar=disable_pbar, seed=seed)
  File "D:\SDAI\ComfyUI-aki-v1.3\comfy\samplers.py", line 729, in sample
    return cfg_guider.sample(noise, latent_image, sampler, sigmas, denoise_mask, callback, disable_pbar, seed)
  File "D:\SDAI\ComfyUI-aki-v1.3\comfy\samplers.py", line 716, in sample
    output = self.inner_sample(noise, latent_image, device, sampler, sigmas, denoise_mask, callback, disable_pbar, seed)
  File "D:\SDAI\ComfyUI-aki-v1.3\comfy\samplers.py", line 691, in inner_sample
    self.conds = process_conds(self.inner_model, noise, self.conds, device, latent_image, denoise_mask, seed)
  File "D:\SDAI\ComfyUI-aki-v1.3\comfy\samplers.py", line 643, in process_conds
    conds[k] = encode_model_conds(model.extra_conds, conds[k], noise, device, k, latent_image=latent_image, denoise_mask=denoise_mask, seed=seed)
  File "D:\SDAI\ComfyUI-aki-v1.3\comfy\samplers.py", line 554, in encode_model_conds
    out = model_function(**params)
  File "D:\SDAI\ComfyUI-aki-v1.3\custom_nodes\ComfyUI-IC-Light\nodes.py", line 82, in bound_extra_conds
    return ICLight.extra_conds(self, **kwargs)
  File "D:\SDAI\ComfyUI-aki-v1.3\custom_nodes\ComfyUI-IC-Light\nodes.py", line 104, in extra_conds
    raise Exception(f"Input channels {input_channels} does not match model in_channels {model_in_channels}, 'opt_background' latent input should be used with the IC-Light 'fbc' model, and only with it")
Exception: Input channels 8 does not match model in_channels 12, 'opt_background' latent input should be used with the IC-Light 'fbc' model, and only with it

2024-09-26 00:10:42,432 - root - INFO - Prompt executed in 5.60 seconds
2024-09-26 00:12:02,322 - root - INFO - got prompt
2024-09-26 00:12:02,892 - root - ERROR - !!! Exception during processing !!! Input channels 8 does not match model in_channels 12, 'opt_background' latent input should be used with the IC-Light 'fbc' model, and only with it
2024-09-26 00:12:02,894 - root - ERROR - Traceback (most recent call last):
  File "D:\SDAI\ComfyUI-aki-v1.3\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 "D:\SDAI\ComfyUI-aki-v1.3\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 "D:\SDAI\ComfyUI-aki-v1.3\execution.py", line 169, in _map_node_over_list
    process_inputs(input_dict, i)
  File "D:\SDAI\ComfyUI-aki-v1.3\execution.py", line 158, in process_inputs
    results.append(getattr(obj, func)(**inputs))
  File "D:\SDAI\ComfyUI-aki-v1.3\nodes.py", line 1429, in sample
    return common_ksampler(model, seed, steps, cfg, sampler_name, scheduler, positive, negative, latent_image, denoise=denoise)
  File "D:\SDAI\ComfyUI-aki-v1.3\nodes.py", line 1396, in common_ksampler
    samples = comfy.sample.sample(model, noise, steps, cfg, sampler_name, scheduler, positive, negative, latent_image,
  File "D:\SDAI\ComfyUI-aki-v1.3\custom_nodes\ComfyUI-Impact-Pack\modules\impact\sample_error_enhancer.py", line 9, in informative_sample
    return original_sample(*args, **kwargs)  # This code helps interpret error messages that occur within exceptions but does not have any impact on other operations.
  File "D:\SDAI\ComfyUI-aki-v1.3\custom_nodes\ComfyUI-AnimateDiff-Evolved\animatediff\sampling.py", line 410, in motion_sample
    return orig_comfy_sample(model, noise, *args, **kwargs)
  File "D:\SDAI\ComfyUI-aki-v1.3\custom_nodes\ComfyUI-Advanced-ControlNet\adv_control\sampling.py", line 92, in acn_sample
    return orig_comfy_sample(model, *args, **kwargs)
  File "D:\SDAI\ComfyUI-aki-v1.3\custom_nodes\ComfyUI-Advanced-ControlNet\adv_control\utils.py", line 112, in uncond_multiplier_check_cn_sample
    return orig_comfy_sample(model, *args, **kwargs)
  File "D:\SDAI\ComfyUI-aki-v1.3\comfy\sample.py", line 43, in sample
    samples = sampler.sample(noise, positive, negative, cfg=cfg, latent_image=latent_image, start_step=start_step, last_step=last_step, force_full_denoise=force_full_denoise, denoise_mask=noise_mask, sigmas=sigmas, callback=callback, disable_pbar=disable_pbar, seed=seed)
  File "D:\SDAI\ComfyUI-aki-v1.3\comfy\samplers.py", line 829, in sample
    return sample(self.model, noise, positive, negative, cfg, self.device, sampler, sigmas, self.model_options, latent_image=latent_image, denoise_mask=denoise_mask, callback=callback, disable_pbar=disable_pbar, seed=seed)
  File "D:\SDAI\ComfyUI-aki-v1.3\comfy\samplers.py", line 729, in sample
    return cfg_guider.sample(noise, latent_image, sampler, sigmas, denoise_mask, callback, disable_pbar, seed)
  File "D:\SDAI\ComfyUI-aki-v1.3\comfy\samplers.py", line 716, in sample
    output = self.inner_sample(noise, latent_image, device, sampler, sigmas, denoise_mask, callback, disable_pbar, seed)
  File "D:\SDAI\ComfyUI-aki-v1.3\comfy\samplers.py", line 691, in inner_sample
    self.conds = process_conds(self.inner_model, noise, self.conds, device, latent_image, denoise_mask, seed)
  File "D:\SDAI\ComfyUI-aki-v1.3\comfy\samplers.py", line 643, in process_conds
    conds[k] = encode_model_conds(model.extra_conds, conds[k], noise, device, k, latent_image=latent_image, denoise_mask=denoise_mask, seed=seed)
  File "D:\SDAI\ComfyUI-aki-v1.3\comfy\samplers.py", line 554, in encode_model_conds
    out = model_function(**params)
  File "D:\SDAI\ComfyUI-aki-v1.3\custom_nodes\ComfyUI-IC-Light\nodes.py", line 82, in bound_extra_conds
    return ICLight.extra_conds(self, **kwargs)
  File "D:\SDAI\ComfyUI-aki-v1.3\custom_nodes\ComfyUI-IC-Light\nodes.py", line 104, in extra_conds
    raise Exception(f"Input channels {input_channels} does not match model in_channels {model_in_channels}, 'opt_background' latent input should be used with the IC-Light 'fbc' model, and only with it")
Exception: Input channels 8 does not match model in_channels 12, 'opt_background' latent input should be used with the IC-Light 'fbc' model, and only with it

2024-09-26 00:12:02,896 - root - INFO - Prompt executed in 0.49 seconds
2024-09-26 00:12:20,473 - root - INFO - got prompt
2024-09-26 00:12:21,118 - root - ERROR - !!! Exception during processing !!! Input channels 8 does not match model in_channels 12, 'opt_background' latent input should be used with the IC-Light 'fbc' model, and only with it
2024-09-26 00:12:21,119 - root - ERROR - Traceback (most recent call last):
  File "D:\SDAI\ComfyUI-aki-v1.3\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 "D:\SDAI\ComfyUI-aki-v1.3\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 "D:\SDAI\ComfyUI-aki-v1.3\execution.py", line 169, in _map_node_over_list
    process_inputs(input_dict, i)
  File "D:\SDAI\ComfyUI-aki-v1.3\execution.py", line 158, in process_inputs
    results.append(getattr(obj, func)(**inputs))
  File "D:\SDAI\ComfyUI-aki-v1.3\nodes.py", line 1429, in sample
    return common_ksampler(model, seed, steps, cfg, sampler_name, scheduler, positive, negative, latent_image, denoise=denoise)
  File "D:\SDAI\ComfyUI-aki-v1.3\nodes.py", line 1396, in common_ksampler
    samples = comfy.sample.sample(model, noise, steps, cfg, sampler_name, scheduler, positive, negative, latent_image,
  File "D:\SDAI\ComfyUI-aki-v1.3\custom_nodes\ComfyUI-Impact-Pack\modules\impact\sample_error_enhancer.py", line 9, in informative_sample
    return original_sample(*args, **kwargs)  # This code helps interpret error messages that occur within exceptions but does not have any impact on other operations.
  File "D:\SDAI\ComfyUI-aki-v1.3\custom_nodes\ComfyUI-AnimateDiff-Evolved\animatediff\sampling.py", line 410, in motion_sample
    return orig_comfy_sample(model, noise, *args, **kwargs)
  File "D:\SDAI\ComfyUI-aki-v1.3\custom_nodes\ComfyUI-Advanced-ControlNet\adv_control\sampling.py", line 92, in acn_sample
    return orig_comfy_sample(model, *args, **kwargs)
  File "D:\SDAI\ComfyUI-aki-v1.3\custom_nodes\ComfyUI-Advanced-ControlNet\adv_control\utils.py", line 112, in uncond_multiplier_check_cn_sample
    return orig_comfy_sample(model, *args, **kwargs)
  File "D:\SDAI\ComfyUI-aki-v1.3\comfy\sample.py", line 43, in sample
    samples = sampler.sample(noise, positive, negative, cfg=cfg, latent_image=latent_image, start_step=start_step, last_step=last_step, force_full_denoise=force_full_denoise, denoise_mask=noise_mask, sigmas=sigmas, callback=callback, disable_pbar=disable_pbar, seed=seed)
  File "D:\SDAI\ComfyUI-aki-v1.3\comfy\samplers.py", line 829, in sample
    return sample(self.model, noise, positive, negative, cfg, self.device, sampler, sigmas, self.model_options, latent_image=latent_image, denoise_mask=denoise_mask, callback=callback, disable_pbar=disable_pbar, seed=seed)
  File "D:\SDAI\ComfyUI-aki-v1.3\comfy\samplers.py", line 729, in sample
    return cfg_guider.sample(noise, latent_image, sampler, sigmas, denoise_mask, callback, disable_pbar, seed)
  File "D:\SDAI\ComfyUI-aki-v1.3\comfy\samplers.py", line 716, in sample
    output = self.inner_sample(noise, latent_image, device, sampler, sigmas, denoise_mask, callback, disable_pbar, seed)
  File "D:\SDAI\ComfyUI-aki-v1.3\comfy\samplers.py", line 691, in inner_sample
    self.conds = process_conds(self.inner_model, noise, self.conds, device, latent_image, denoise_mask, seed)
  File "D:\SDAI\ComfyUI-aki-v1.3\comfy\samplers.py", line 643, in process_conds
    conds[k] = encode_model_conds(model.extra_conds, conds[k], noise, device, k, latent_image=latent_image, denoise_mask=denoise_mask, seed=seed)
  File "D:\SDAI\ComfyUI-aki-v1.3\comfy\samplers.py", line 554, in encode_model_conds
    out = model_function(**params)
  File "D:\SDAI\ComfyUI-aki-v1.3\custom_nodes\ComfyUI-IC-Light\nodes.py", line 82, in bound_extra_conds
    return ICLight.extra_conds(self, **kwargs)
  File "D:\SDAI\ComfyUI-aki-v1.3\custom_nodes\ComfyUI-IC-Light\nodes.py", line 104, in extra_conds
    raise Exception(f"Input channels {input_channels} does not match model in_channels {model_in_channels}, 'opt_background' latent input should be used with the IC-Light 'fbc' model, and only with it")
Exception: Input channels 8 does not match model in_channels 12, 'opt_background' latent input should be used with the IC-Light 'fbc' model, and only with it

2024-09-26 00:12:21,121 - root - INFO - Prompt executed in 0.56 seconds
2024-09-26 00:22:18,884 - root - INFO - got prompt
2024-09-26 00:22:19,518 - root - ERROR - !!! Exception during processing !!! Input channels 8 does not match model in_channels 12, 'opt_background' latent input should be used with the IC-Light 'fbc' model, and only with it
2024-09-26 00:22:19,520 - root - ERROR - Traceback (most recent call last):
  File "D:\SDAI\ComfyUI-aki-v1.3\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 "D:\SDAI\ComfyUI-aki-v1.3\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 "D:\SDAI\ComfyUI-aki-v1.3\execution.py", line 169, in _map_node_over_list
    process_inputs(input_dict, i)
  File "D:\SDAI\ComfyUI-aki-v1.3\execution.py", line 158, in process_inputs
    results.append(getattr(obj, func)(**inputs))
  File "D:\SDAI\ComfyUI-aki-v1.3\nodes.py", line 1429, in sample
    return common_ksampler(model, seed, steps, cfg, sampler_name, scheduler, positive, negative, latent_image, denoise=denoise)
  File "D:\SDAI\ComfyUI-aki-v1.3\nodes.py", line 1396, in common_ksampler
    samples = comfy.sample.sample(model, noise, steps, cfg, sampler_name, scheduler, positive, negative, latent_image,
  File "D:\SDAI\ComfyUI-aki-v1.3\custom_nodes\ComfyUI-Impact-Pack\modules\impact\sample_error_enhancer.py", line 9, in informative_sample
    return original_sample(*args, **kwargs)  # This code helps interpret error messages that occur within exceptions but does not have any impact on other operations.
  File "D:\SDAI\ComfyUI-aki-v1.3\custom_nodes\ComfyUI-AnimateDiff-Evolved\animatediff\sampling.py", line 410, in motion_sample
    return orig_comfy_sample(model, noise, *args, **kwargs)
  File "D:\SDAI\ComfyUI-aki-v1.3\custom_nodes\ComfyUI-Advanced-ControlNet\adv_control\sampling.py", line 92, in acn_sample
    return orig_comfy_sample(model, *args, **kwargs)
  File "D:\SDAI\ComfyUI-aki-v1.3\custom_nodes\ComfyUI-Advanced-ControlNet\adv_control\utils.py", line 112, in uncond_multiplier_check_cn_sample
    return orig_comfy_sample(model, *args, **kwargs)
  File "D:\SDAI\ComfyUI-aki-v1.3\comfy\sample.py", line 43, in sample
    samples = sampler.sample(noise, positive, negative, cfg=cfg, latent_image=latent_image, start_step=start_step, last_step=last_step, force_full_denoise=force_full_denoise, denoise_mask=noise_mask, sigmas=sigmas, callback=callback, disable_pbar=disable_pbar, seed=seed)
  File "D:\SDAI\ComfyUI-aki-v1.3\comfy\samplers.py", line 829, in sample
    return sample(self.model, noise, positive, negative, cfg, self.device, sampler, sigmas, self.model_options, latent_image=latent_image, denoise_mask=denoise_mask, callback=callback, disable_pbar=disable_pbar, seed=seed)
  File "D:\SDAI\ComfyUI-aki-v1.3\comfy\samplers.py", line 729, in sample
    return cfg_guider.sample(noise, latent_image, sampler, sigmas, denoise_mask, callback, disable_pbar, seed)
  File "D:\SDAI\ComfyUI-aki-v1.3\comfy\samplers.py", line 716, in sample
    output = self.inner_sample(noise, latent_image, device, sampler, sigmas, denoise_mask, callback, disable_pbar, seed)
  File "D:\SDAI\ComfyUI-aki-v1.3\comfy\samplers.py", line 691, in inner_sample
    self.conds = process_conds(self.inner_model, noise, self.conds, device, latent_image, denoise_mask, seed)
  File "D:\SDAI\ComfyUI-aki-v1.3\comfy\samplers.py", line 643, in process_conds
    conds[k] = encode_model_conds(model.extra_conds, conds[k], noise, device, k, latent_image=latent_image, denoise_mask=denoise_mask, seed=seed)
  File "D:\SDAI\ComfyUI-aki-v1.3\comfy\samplers.py", line 554, in encode_model_conds
    out = model_function(**params)
  File "D:\SDAI\ComfyUI-aki-v1.3\custom_nodes\ComfyUI-IC-Light\nodes.py", line 82, in bound_extra_conds
    return ICLight.extra_conds(self, **kwargs)
  File "D:\SDAI\ComfyUI-aki-v1.3\custom_nodes\ComfyUI-IC-Light\nodes.py", line 104, in extra_conds
    raise Exception(f"Input channels {input_channels} does not match model in_channels {model_in_channels}, 'opt_background' latent input should be used with the IC-Light 'fbc' model, and only with it")
Exception: Input channels 8 does not match model in_channels 12, 'opt_background' latent input should be used with the IC-Light 'fbc' model, and only with it

2024-09-26 00:22:19,521 - root - INFO - Prompt executed in 0.55 seconds

Attached Workflow

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

{"last_node_id":46,"last_link_id":168,"nodes":[{"id":4,"type":"CLIPTextEncode","pos":{"0":203,"1":582},"size":{"0":400,"1":200},"flags":{},"order":4,"mode":0,"inputs":[{"name":"clip","type":"CLIP","link":4,"label":"clip"}],"outputs":[{"name":"CONDITIONING","type":"CONDITIONING","links":[157],"slot_index":0,"shape":3,"label":"CONDITIONING"}],"properties":{"Node name for S&R":"CLIPTextEncode"},"widgets_values":["spotlight"],"color":"#232","bgcolor":"#353"},{"id":20,"type":"VAEEncode","pos":{"0":996,"1":758},"size":{"0":210,"1":46},"flags":{},"order":13,"mode":0,"inputs":[{"name":"pixels","type":"IMAGE","link":133,"slot_index":0,"label":"pixels"},{"name":"vae","type":"VAE","link":150,"slot_index":1,"label":"vae"}],"outputs":[{"name":"LATENT","type":"LATENT","links":[123],"slot_index":0,"shape":3,"label":"LATENT"}],"properties":{"Node name for S&R":"VAEEncode"}},{"id":5,"type":"CLIPTextEncode","pos":{"0":207,"1":832},"size":{"0":400,"1":200},"flags":{},"order":5,"mode":0,"inputs":[{"name":"clip","type":"CLIP","link":5,"label":"clip"}],"outputs":[{"name":"CONDITIONING","type":"CONDITIONING","links":[158],"slot_index":0,"shape":3,"label":"CONDITIONING"}],"properties":{"Node name for S&R":"CLIPTextEncode"},"widgets_values":["bad quality"],"color":"#322","bgcolor":"#533"},{"id":7,"type":"VAEDecode","pos":{"0":1642,"1":399},"size":{"0":210,"1":46},"flags":{},"order":16,"mode":0,"inputs":[{"name":"samples","type":"LATENT","link":77,"label":"samples"},{"name":"vae","type":"VAE","link":10,"slot_index":1,"label":"vae"}],"outputs":[{"name":"IMAGE","type":"IMAGE","links":[134],"slot_index":0,"shape":3,"label":"IMAGE"}],"properties":{"Node name for S&R":"VAEDecode"}},{"id":35,"type":"MaskToImage","pos":{"0":757,"1":776},"size":{"0":210,"1":26},"flags":{},"order":12,"mode":0,"inputs":[{"name":"mask","type":"MASK","link":155,"label":"mask"}],"outputs":[{"name":"IMAGE","type":"IMAGE","links":[133,151],"slot_index":0,"shape":3,"label":"IMAGE"}],"properties":{"Node name for S&R":"MaskToImage"}},{"id":22,"type":"CreateShapeMask","pos":{"0":279,"1":1087},"size":{"0":315,"1":270},"flags":{},"order":7,"mode":0,"inputs":[{"name":"frame_width","type":"INT","link":167,"slot_index":0,"widget":{"name":"frame_width"},"label":"frame_width"},{"name":"frame_height","type":"INT","link":168,"widget":{"name":"frame_height"},"label":"frame_height"}],"outputs":[{"name":"mask","type":"MASK","links":[152],"slot_index":0,"shape":3,"label":"mask"},{"name":"mask_inverted","type":"MASK","links":null,"shape":3,"label":"mask_inverted"}],"properties":{"Node name for S&R":"CreateShapeMask"},"widgets_values":["circle",1,125,256,0,512,512,256,512]},{"id":42,"type":"GrowMaskWithBlur","pos":{"0":657,"1":1051},"size":{"0":315,"1":246},"flags":{},"order":9,"mode":0,"inputs":[{"name":"mask","type":"MASK","link":152,"label":"mask"}],"outputs":[{"name":"mask","type":"MASK","links":[154],"slot_index":0,"shape":3,"label":"mask"},{"name":"mask_inverted","type":"MASK","links":null,"shape":3,"label":"mask_inverted"}],"properties":{"Node name for S&R":"GrowMaskWithBlur"},"widgets_values":[0,0,true,false,11.700000000000001,1,1,false]},{"id":43,"type":"RemapMaskRange","pos":{"0":664,"1":910},"size":{"0":315,"1":82},"flags":{},"order":11,"mode":0,"inputs":[{"name":"mask","type":"MASK","link":154,"label":"mask"}],"outputs":[{"name":"mask","type":"MASK","links":[155],"slot_index":0,"shape":3,"label":"mask"}],"properties":{"Node name for S&R":"RemapMaskRange"},"widgets_values":[0,0.65]},{"id":44,"type":"ICLightConditioning","pos":{"0":863,"1":506},"size":{"0":342.5999755859375,"1":138},"flags":{},"order":10,"mode":0,"inputs":[{"name":"positive","type":"CONDITIONING","link":157,"label":"positive"},{"name":"negative","type":"CONDITIONING","link":158,"label":"negative"},{"name":"vae","type":"VAE","link":159,"label":"vae"},{"name":"foreground","type":"LATENT","link":160,"slot_index":3,"label":"foreground"},{"name":"opt_background","type":"LATENT","link":null,"label":"opt_background"}],"outputs":[{"name":"positive","type":"CONDITIONING","links":[161],"slot_index":0,"shape":3,"label":"positive"},{"name":"negative","type":"CONDITIONING","links":[162],"slot_index":1,"shape":3,"label":"negative"},{"name":"empty_latent","type":"LATENT","links":null,"shape":3,"label":"empty_latent"}],"properties":{"Node name for S&R":"ICLightConditioning"},"widgets_values":[0.18215]},{"id":40,"type":"Reroute","pos":{"0":504,"1":484},"size":[75,26],"flags":{},"order":6,"mode":0,"inputs":[{"name":"","type":"*","link":148,"label":""}],"outputs":[{"name":"VAE","type":"VAE","links":[150,159,163],"slot_index":0,"label":"VAE"}],"properties":{"showOutputText":true,"horizontal":false}},{"id":45,"type":"VAEEncode","pos":{"0":628,"1":609},"size":{"0":210,"1":46},"flags":{},"order":8,"mode":0,"inputs":[{"name":"pixels","type":"IMAGE","link":166,"slot_index":0,"label":"pixels"},{"name":"vae","type":"VAE","link":163,"slot_index":1,"label":"vae"}],"outputs":[{"name":"LATENT","type":"LATENT","links":[160],"shape":3,"label":"LATENT"}],"properties":{"Node name for S&R":"VAEEncode"}},{"id":36,"type":"PreviewImage","pos":{"0":1517,"1":899},"size":{"0":377.3042297363281,"1":387.90838623046875},"flags":{},"order":17,"mode":0,"inputs":[{"name":"images","type":"IMAGE","link":134,"label":"images"}],"outputs":[],"properties":{"Node name for S&R":"PreviewImage"}},{"id":41,"type":"PreviewImage","pos":{"0":1048,"1":933},"size":{"0":377.3042297363281,"1":387.90838623046875},"flags":{},"order":14,"mode":0,"inputs":[{"name":"images","type":"IMAGE","link":151,"label":"images"}],"outputs":[],"properties":{"Node name for S&R":"PreviewImage"}},{"id":9,"type":"LoadImage","pos":{"0":-240,"1":650},"size":{"0":315,"1":314.0000305175781},"flags":{},"order":0,"mode":0,"inputs":[],"outputs":[{"name":"IMAGE","type":"IMAGE","links":[165],"slot_index":0,"shape":3,"label":"IMAGE"},{"name":"MASK","type":"MASK","links":[],"shape":3,"label":"MASK"}],"properties":{"Node name for S&R":"LoadImage"},"widgets_values":["00017-3677610169.png","image"]},{"id":2,"type":"CheckpointLoaderSimple","pos":{"0":-213,"1":381},"size":{"0":315,"1":98},"flags":{},"order":1,"mode":0,"inputs":[],"outputs":[{"name":"MODEL","type":"MODEL","links":[156],"slot_index":0,"shape":3,"label":"MODEL"},{"name":"CLIP","type":"CLIP","links":[4,5],"slot_index":1,"shape":3,"label":"CLIP"},{"name":"VAE","type":"VAE","links":[10,148],"slot_index":2,"shape":3,"label":"VAE"}],"properties":{"Node name for S&R":"CheckpointLoaderSimple"},"widgets_values":["cyberrealistic_v50.safetensors"]},{"id":46,"type":"ImageResizeKJ","pos":{"0":-148,"1":1060},"size":{"0":313.05291748046875,"1":238},"flags":{},"order":2,"mode":0,"inputs":[{"name":"image","type":"IMAGE","link":165,"label":"image"},{"name":"get_image_size","type":"IMAGE","link":null,"label":"get_image_size"},{"name":"width_input","type":"INT","link":null,"widget":{"name":"width_input"},"label":"width_input"},{"name":"height_input","type":"INT","link":null,"widget":{"name":"height_input"},"label":"height_input"}],"outputs":[{"name":"IMAGE","type":"IMAGE","links":[166],"shape":3,"label":"IMAGE"},{"name":"width","type":"INT","links":[167],"shape":3,"label":"width"},{"name":"height","type":"INT","links":[168],"shape":3,"label":"height"}],"properties":{"Node name for S&R":"ImageResizeKJ"},"widgets_values":[1024,1024,"lanczos",false,2,0,0,"disabled"]},{"id":37,"type":"LoadAndApplyICLightUnet","pos":{"0":489,"1":365},"size":{"0":381.3333740234375,"1":58},"flags":{},"order":3,"mode":0,"inputs":[{"name":"model","type":"MODEL","link":156,"label":"model"}],"outputs":[{"name":"MODEL","type":"MODEL","links":[137],"slot_index":0,"shape":3,"label":"MODEL"}],"properties":{"Node name for S&R":"LoadAndApplyICLightUnet"},"widgets_values":["iclight_sd15_fbc_unet_ldm.safetensors"]},{"id":19,"type":"KSampler","pos":{"0":1255,"1":377},"size":{"0":315,"1":474},"flags":{},"order":15,"mode":0,"inputs":[{"name":"model","type":"MODEL","link":137,"slot_index":0,"label":"model"},{"name":"positive","type":"CONDITIONING","link":161,"label":"positive"},{"name":"negative","type":"CONDITIONING","link":162,"slot_index":2,"label":"negative"},{"name":"latent_image","type":"LATENT","link":123,"label":"latent_image"}],"outputs":[{"name":"LATENT","type":"LATENT","links":[77],"slot_index":0,"shape":3,"label":"LATENT"}],"properties":{"Node name for S&R":"KSampler"},"widgets_values":[100361857014338,"fixed",25,2.05,"euler","normal",0.9]}],"links":[[4,2,1,4,0,"CLIP"],[5,2,1,5,0,"CLIP"],[10,2,2,7,1,"VAE"],[77,19,0,7,0,"LATENT"],[123,20,0,19,3,"LATENT"],[133,35,0,20,0,"IMAGE"],[134,7,0,36,0,"IMAGE"],[137,37,0,19,0,"MODEL"],[148,2,2,40,0,"*"],[150,40,0,20,1,"VAE"],[151,35,0,41,0,"IMAGE"],[152,22,0,42,0,"MASK"],[154,42,0,43,0,"MASK"],[155,43,0,35,0,"MASK"],[156,2,0,37,0,"MODEL"],[157,4,0,44,0,"CONDITIONING"],[158,5,0,44,1,"CONDITIONING"],[159,40,0,44,2,"VAE"],[160,45,0,44,3,"LATENT"],[161,44,0,19,1,"CONDITIONING"],[162,44,1,19,2,"CONDITIONING"],[163,40,0,45,1,"VAE"],[165,9,0,46,0,"IMAGE"],[166,46,0,45,0,"IMAGE"],[167,46,1,22,0,"INT"],[168,46,2,22,1,"INT"]],"groups":[],"config":{},"extra":{"ds":{"scale":1.5535220464768986,"offset":[-751.147298987748,-861.4772729009932]}},"version":0.4}

Additional Context

(Please add any additional context or steps to reproduce the error here)
i update the comfyui, but the issuse still

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants