ComfyUI icon indicating copy to clipboard operation
ComfyUI copied to clipboard

RuntimeError: Given groups=1, weight of size [5120, 36, 1, 2, 2], expected input[1, 32, 16, 116, 90] to have 36 channels, but got 32 channels instead

Open rajiv0ne opened this issue 6 months ago β€’ 11 comments

Custom Node Testing

Your question

ComfyUI Error Report

Error Details

  • Node ID: 522
  • Node Type: KSamplerAdvanced
  • Exception Type: RuntimeError
  • Exception Message: Given groups=1, weight of size [5120, 36, 1, 2, 2], expected input[1, 32, 16, 116, 90] to have 36 channels, but got 32 channels instead

Stack Trace

  File "C:\Users\Raj\AppData\Local\Programs\@comfyorgcomfyui-electron\resources\ComfyUI\execution.py", line 496, in execute
    output_data, output_ui, has_subgraph, has_pending_tasks = await get_output_data(prompt_id, unique_id, obj, input_data_all, execution_block_cb=execution_block_cb, pre_execute_cb=pre_execute_cb, hidden_inputs=hidden_inputs)
                                                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

  File "C:\Users\Raj\AppData\Local\Programs\@comfyorgcomfyui-electron\resources\ComfyUI\execution.py", line 315, in get_output_data
    return_values = await _async_map_node_over_list(prompt_id, unique_id, obj, input_data_all, obj.FUNCTION, allow_interrupt=True, execution_block_cb=execution_block_cb, pre_execute_cb=pre_execute_cb, hidden_inputs=hidden_inputs)
                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

  File "C:\Users\Raj\AppData\Local\Programs\@comfyorgcomfyui-electron\resources\ComfyUI\execution.py", line 289, in _async_map_node_over_list
    await process_inputs(input_dict, i)

  File "C:\Users\Raj\AppData\Local\Programs\@comfyorgcomfyui-electron\resources\ComfyUI\execution.py", line 277, in process_inputs
    result = f(**inputs)
             ^^^^^^^^^^^

  File "C:\Users\Raj\AppData\Local\Programs\@comfyorgcomfyui-electron\resources\ComfyUI\nodes.py", line 1555, in sample
    return common_ksampler(model, noise_seed, steps, cfg, sampler_name, scheduler, positive, negative, latent_image, denoise=denoise, disable_noise=disable_noise, start_step=start_at_step, last_step=end_at_step, force_full_denoise=force_full_denoise)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

  File "C:\Users\Raj\AppData\Local\Programs\@comfyorgcomfyui-electron\resources\ComfyUI\nodes.py", line 1488, in common_ksampler
    samples = comfy.sample.sample(model, noise, steps, cfg, sampler_name, scheduler, positive, negative, latent_image,
              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

  File "C:\Users\Raj\AppData\Local\Programs\@comfyorgcomfyui-electron\resources\ComfyUI\comfy\sample.py", line 45, 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 "C:\Users\Raj\AppData\Local\Programs\@comfyorgcomfyui-electron\resources\ComfyUI\comfy\samplers.py", line 1161, 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 "C:\Users\Raj\AppData\Local\Programs\@comfyorgcomfyui-electron\resources\ComfyUI\comfy\samplers.py", line 1051, in sample
    return cfg_guider.sample(noise, latent_image, sampler, sigmas, denoise_mask, callback, disable_pbar, seed)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

  File "C:\Users\Raj\AppData\Local\Programs\@comfyorgcomfyui-electron\resources\ComfyUI\comfy\samplers.py", line 1036, in sample
    output = executor.execute(noise, latent_image, sampler, sigmas, denoise_mask, callback, disable_pbar, seed)
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

  File "C:\Users\Raj\AppData\Local\Programs\@comfyorgcomfyui-electron\resources\ComfyUI\comfy\patcher_extension.py", line 112, in execute
    return self.original(*args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

  File "C:\Users\Raj\AppData\Local\Programs\@comfyorgcomfyui-electron\resources\ComfyUI\comfy\samplers.py", line 1004, in outer_sample
    output = self.inner_sample(noise, latent_image, device, sampler, sigmas, denoise_mask, callback, disable_pbar, seed)
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

  File "C:\Users\Raj\AppData\Local\Programs\@comfyorgcomfyui-electron\resources\ComfyUI\comfy\samplers.py", line 987, in inner_sample
    samples = executor.execute(self, sigmas, extra_args, callback, noise, latent_image, denoise_mask, disable_pbar)
              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

  File "C:\Users\Raj\AppData\Local\Programs\@comfyorgcomfyui-electron\resources\ComfyUI\comfy\patcher_extension.py", line 112, in execute
    return self.original(*args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

  File "C:\Users\Raj\AppData\Local\Programs\@comfyorgcomfyui-electron\resources\ComfyUI\comfy\samplers.py", line 759, in sample
    samples = self.sampler_function(model_k, noise, sigmas, extra_args=extra_args, callback=k_callback, disable=disable_pbar, **self.extra_options)
              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

  File "C:\ComfyUI\.venv\Lib\site-packages\torch\utils\_contextlib.py", line 116, in decorate_context
    return func(*args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^

  File "C:\Users\Raj\AppData\Local\Programs\@comfyorgcomfyui-electron\resources\ComfyUI\comfy\k_diffusion\sampling.py", line 190, in sample_euler
    denoised = model(x, sigma_hat * s_in, **extra_args)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

  File "C:\Users\Raj\AppData\Local\Programs\@comfyorgcomfyui-electron\resources\ComfyUI\comfy\samplers.py", line 408, in __call__
    out = self.inner_model(x, sigma, model_options=model_options, seed=seed)
          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

  File "C:\Users\Raj\AppData\Local\Programs\@comfyorgcomfyui-electron\resources\ComfyUI\comfy\samplers.py", line 960, in __call__
    return self.outer_predict_noise(*args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

  File "C:\Users\Raj\AppData\Local\Programs\@comfyorgcomfyui-electron\resources\ComfyUI\comfy\samplers.py", line 967, in outer_predict_noise
    ).execute(x, timestep, model_options, seed)
      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

  File "C:\Users\Raj\AppData\Local\Programs\@comfyorgcomfyui-electron\resources\ComfyUI\comfy\patcher_extension.py", line 112, in execute
    return self.original(*args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

  File "C:\Users\Raj\AppData\Local\Programs\@comfyorgcomfyui-electron\resources\ComfyUI\comfy\samplers.py", line 970, in predict_noise
    return sampling_function(self.inner_model, x, timestep, self.conds.get("negative", None), self.conds.get("positive", None), self.cfg, model_options=model_options, seed=seed)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

  File "C:\Users\Raj\AppData\Local\Programs\@comfyorgcomfyui-electron\resources\ComfyUI\comfy\samplers.py", line 388, in sampling_function
    out = calc_cond_batch(model, conds, x, timestep, model_options)
          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

  File "C:\Users\Raj\AppData\Local\Programs\@comfyorgcomfyui-electron\resources\ComfyUI\comfy\samplers.py", line 206, in calc_cond_batch
    return _calc_cond_batch_outer(model, conds, x_in, timestep, model_options)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

  File "C:\Users\Raj\AppData\Local\Programs\@comfyorgcomfyui-electron\resources\ComfyUI\comfy\samplers.py", line 214, in _calc_cond_batch_outer
    return executor.execute(model, conds, x_in, timestep, model_options)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

  File "C:\Users\Raj\AppData\Local\Programs\@comfyorgcomfyui-electron\resources\ComfyUI\comfy\patcher_extension.py", line 112, in execute
    return self.original(*args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

  File "C:\Users\Raj\AppData\Local\Programs\@comfyorgcomfyui-electron\resources\ComfyUI\comfy\samplers.py", line 333, in _calc_cond_batch
    output = model.apply_model(input_x, timestep_, **c).chunk(batch_chunks)
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

  File "C:\Users\Raj\AppData\Local\Programs\@comfyorgcomfyui-electron\resources\ComfyUI\comfy\model_base.py", line 156, in apply_model
    return comfy.patcher_extension.WrapperExecutor.new_class_executor(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

  File "C:\Users\Raj\AppData\Local\Programs\@comfyorgcomfyui-electron\resources\ComfyUI\comfy\patcher_extension.py", line 112, in execute
    return self.original(*args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

  File "C:\Users\Raj\AppData\Local\Programs\@comfyorgcomfyui-electron\resources\ComfyUI\comfy\model_base.py", line 195, in _apply_model
    model_output = self.diffusion_model(xc, t, context=context, control=control, transformer_options=transformer_options, **extra_conds).float()
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

  File "C:\ComfyUI\.venv\Lib\site-packages\torch\nn\modules\module.py", line 1751, in _wrapped_call_impl
    return self._call_impl(*args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

  File "C:\ComfyUI\.venv\Lib\site-packages\torch\nn\modules\module.py", line 1762, in _call_impl
    return forward_call(*args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

  File "C:\Users\Raj\AppData\Local\Programs\@comfyorgcomfyui-electron\resources\ComfyUI\comfy\ldm\wan\model.py", line 602, in forward
    return comfy.patcher_extension.WrapperExecutor.new_class_executor(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

  File "C:\Users\Raj\AppData\Local\Programs\@comfyorgcomfyui-electron\resources\ComfyUI\comfy\patcher_extension.py", line 112, in execute
    return self.original(*args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

  File "C:\Users\Raj\AppData\Local\Programs\@comfyorgcomfyui-electron\resources\ComfyUI\comfy\ldm\wan\model.py", line 622, in _forward
    return self.forward_orig(x, timestep, context, clip_fea=clip_fea, freqs=freqs, transformer_options=transformer_options, **kwargs)[:, :, :t, :h, :w]
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

  File "C:\Users\Raj\AppData\Local\Programs\@comfyorgcomfyui-electron\resources\ComfyUI\comfy\ldm\wan\model.py", line 529, in forward_orig
    x = self.patch_embedding(x.float()).to(x.dtype)
        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

  File "C:\ComfyUI\.venv\Lib\site-packages\torch\nn\modules\module.py", line 1751, in _wrapped_call_impl
    return self._call_impl(*args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

  File "C:\ComfyUI\.venv\Lib\site-packages\torch\nn\modules\module.py", line 1762, in _call_impl
    return forward_call(*args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

  File "C:\Users\Raj\AppData\Local\Programs\@comfyorgcomfyui-electron\resources\ComfyUI\comfy\ops.py", line 152, in forward
    return self.forward_comfy_cast_weights(*args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

  File "C:\Users\Raj\AppData\Local\Programs\@comfyorgcomfyui-electron\resources\ComfyUI\comfy\ops.py", line 148, in forward_comfy_cast_weights
    return self._conv_forward(input, weight, bias)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

  File "C:\ComfyUI\.venv\Lib\site-packages\torch\nn\modules\conv.py", line 720, in _conv_forward
    return F.conv3d(
           ^^^^^^^^^

System Information

  • ComfyUI Version: 0.3.53
  • Arguments: C:\Users\Raj\AppData\Local\Programs@comfyorgcomfyui-electron\resources\ComfyUI\main.py --user-directory C:\ComfyUI\user --input-directory C:\ComfyUI\input --output-directory C:\ComfyUI\output --front-end-root C:\Users\Raj\AppData\Local\Programs@comfyorgcomfyui-electron\resources\ComfyUI\web_custom_versions\desktop_app --base-directory C:\ComfyUI\ --extra-model-paths-config C:\Users\Raj\AppData\Roaming\ComfyUI\extra_models_config.yaml --log-stdout --listen 127.0.0.1 --port 8001
  • OS: nt
  • Python Version: 3.12.9 (main, Feb 12 2025, 14:52:31) [MSC v.1942 64 bit (AMD64)]
  • Embedded Python: false
  • PyTorch Version: 2.7.0+cu128

Devices

  • Name: cuda:0 NVIDIA GeForce RTX 4090 Laptop GPU : cudaMallocAsync
    • Type: cuda
    • VRAM Total: 17170956288
    • VRAM Free: 15776874496
    • Torch VRAM Total: 0
    • Torch VRAM Free: 0

Logs

2025-08-28T13:42:46.758359 - 
2025-08-28T13:42:47.818424 - [ComfyUI-Manager] Skipped fixing the 'comfyui-frontend-package' dependency because the ComfyUI is outdated.
2025-08-28T13:42:47.818424 - 
Prestartup times for custom nodes:
2025-08-28T13:42:47.818424 -    2.2 seconds: C:\Users\Raj\AppData\Local\Programs\@comfyorgcomfyui-electron\resources\ComfyUI\custom_nodes\ComfyUI-Manager
2025-08-28T13:42:47.818424 - 
2025-08-28T13:42:48.940623 - Checkpoint files will always be loaded safely.
2025-08-28T13:42:49.025322 - Total VRAM 16376 MB, total RAM 65271 MB
2025-08-28T13:42:49.025322 - pytorch version: 2.7.0+cu128
2025-08-28T13:42:49.025322 - Set vram state to: NORMAL_VRAM
2025-08-28T13:42:49.025322 - Device: cuda:0 NVIDIA GeForce RTX 4090 Laptop GPU : cudaMallocAsync
2025-08-28T13:42:50.183946 - Using pytorch attention
2025-08-28T13:42:51.089241 - Python version: 3.12.9 (main, Feb 12 2025, 14:52:31) [MSC v.1942 64 bit (AMD64)]
2025-08-28T13:42:51.089241 - ComfyUI version: 0.3.53
2025-08-28T13:42:51.111047 - [Prompt Server] web root: C:\Users\Raj\AppData\Local\Programs\@comfyorgcomfyui-electron\resources\ComfyUI\web_custom_versions\desktop_app
2025-08-28T13:42:52.017927 - Error:
[WinError 1314] A required privilege is not held by the client: 'C:\\ComfyUI\\custom_nodes\\ComfyLiterals\\js' -> 'C:\\ComfyUI\\web\\extensions\\ComfyLiterals'
Failed to create symlink to C:\ComfyUI\web\extensions\ComfyLiterals. Please copy the folder manually.
Source: C:\ComfyUI\custom_nodes\ComfyLiterals\js
Target: C:\ComfyUI\web\extensions\ComfyLiterals2025-08-28T13:42:52.017927 - 
2025-08-28T13:42:52.050586 - 42lux: STORK sampler nodes loaded successfully!2025-08-28T13:42:52.050586 - 
2025-08-28T13:42:52.050586 - 42lux: Available samplers: stork2, stork42025-08-28T13:42:52.050586 - 
2025-08-28T13:42:52.215842 - [Crystools [0;32mINFO[0m] Crystools version: 1.27.3
2025-08-28T13:42:52.251038 - [Crystools [0;32mINFO[0m] Platform release: 11
2025-08-28T13:42:52.251038 - [Crystools [0;32mINFO[0m] JETSON: Not detected.
2025-08-28T13:42:52.251038 - [Crystools [0;32mINFO[0m] CPU: 13th Gen Intel(R) Core(TM) i9-13900HX - Arch: AMD64 - OS: Windows 11
2025-08-28T13:42:52.262482 - [Crystools [0;32mINFO[0m] pynvml (NVIDIA) initialized.
2025-08-28T13:42:52.262482 - [Crystools [0;32mINFO[0m] GPU/s:
2025-08-28T13:42:52.269199 - [Crystools [0;32mINFO[0m] 0) NVIDIA GeForce RTX 4090 Laptop GPU
2025-08-28T13:42:52.269199 - [Crystools [0;32mINFO[0m] NVIDIA Driver: 581.08
2025-08-28T13:42:53.571357 - [ComfyUI-Easy-Use] server: 2025-08-28T13:42:53.571357 - v1.3.2 2025-08-28T13:42:53.571357 - Loaded2025-08-28T13:42:53.571357 - 
2025-08-28T13:42:53.571357 - [ComfyUI-Easy-Use] web root: 2025-08-28T13:42:53.571357 - C:\ComfyUI\custom_nodes\comfyui-easy-use\web_version/v2 2025-08-28T13:42:53.571357 - Loaded2025-08-28T13:42:53.571357 - 
2025-08-28T13:42:53.682708 - Registered blueprint: gpu_usage_bp2025-08-28T13:42:53.682708 - 
2025-08-28T13:42:53.718118 - [CCTech Suite]: πŸ€–πŸ€–πŸ€– 2025-08-28T13:42:53.718118 - Algorithm: Activated!2025-08-28T13:42:53.718118 -  πŸ€–πŸ€–πŸ€–2025-08-28T13:42:53.718118 - 
2025-08-28T13:42:53.718118 - [CCTech Suite]:2025-08-28T13:42:53.718118 -  Activated 2025-08-28T13:42:53.718118 - 12025-08-28T13:42:53.718118 -  server nodes.2025-08-28T13:42:53.718118 - 
2025-08-28T13:42:53.755438 - ComfyUI-GGUF: Partial torch compile only, consider updating pytorch
2025-08-28T13:42:53.759078 - ### Loading: ComfyUI-Impact-Pack (V8.22.2)
2025-08-28T13:42:53.861044 - [Impact Pack] Wildcards loading done.
2025-08-28T13:42:53.887029 - theUpsiders Logic Nodes: 2025-08-28T13:42:53.887029 - Loaded2025-08-28T13:42:53.887029 - 
2025-08-28T13:42:53.953769 - ### Loading: ComfyUI-Manager (V3.36)
2025-08-28T13:42:53.953769 - [ComfyUI-Manager] network_mode: public
2025-08-28T13:42:53.953769 - ### ComfyUI Revision: UNKNOWN (The currently installed ComfyUI is not a Git repository)
2025-08-28T13:42:54.037305 - [MultiGPU] Logger initialized with level: INFO
2025-08-28T13:42:54.037305 - [MultiGPU] Patching mm.get_torch_device and mm.text_encoder_device
2025-08-28T13:42:54.053558 - [MultiGPU] Initiating custom_node Registration. . .
2025-08-28T13:42:54.053558 - -----------------------------------------------
2025-08-28T13:42:54.053558 - custom_node                   Found     Nodes
2025-08-28T13:42:54.054834 - -----------------------------------------------
2025-08-28T13:42:54.054834 - ComfyUI-LTXVideo                  N         0
2025-08-28T13:42:54.054834 - ComfyUI-Florence2                 Y         2
2025-08-28T13:42:54.054834 - ComfyUI_bitsandbytes_NF4          N         0
2025-08-28T13:42:54.055834 - x-flux-comfyui                    N         0
2025-08-28T13:42:54.055834 - ComfyUI-MMAudio                   N         0
2025-08-28T13:42:54.055834 - ComfyUI-GGUF                      Y        18
2025-08-28T13:42:54.055834 - PuLID_ComfyUI                     N         0
2025-08-28T13:42:54.056472 - ComfyUI-HunyuanVideoWrapper       N         0
2025-08-28T13:42:54.056472 - ComfyUI-WanVideoWrapper           Y         8
2025-08-28T13:42:54.056876 - -----------------------------------------------
2025-08-28T13:42:54.056876 - [MultiGPU] Registration complete. Final mappings: DeviceSelectorMultiGPU, HunyuanVideoEmbeddingsAdapter, UNETLoaderMultiGPU, VAELoaderMultiGPU, CLIPLoaderMultiGPU, DualCLIPLoaderMultiGPU, TripleCLIPLoaderMultiGPU, QuadrupleCLIPLoaderMultiGPU, CLIPVisionLoaderMultiGPU, CheckpointLoaderSimpleMultiGPU, ControlNetLoaderMultiGPU, DiffusersLoaderMultiGPU, DiffControlNetLoaderMultiGPU, UNETLoaderDisTorch2MultiGPU, VAELoaderDisTorch2MultiGPU, CLIPLoaderDisTorch2MultiGPU, DualCLIPLoaderDisTorch2MultiGPU, TripleCLIPLoaderDisTorch2MultiGPU, QuadrupleCLIPLoaderDisTorch2MultiGPU, CLIPVisionLoaderDisTorch2MultiGPU, CheckpointLoaderSimpleDisTorch2MultiGPU, ControlNetLoaderDisTorch2MultiGPU, DiffusersLoaderDisTorch2MultiGPU, DiffControlNetLoaderDisTorch2MultiGPU, Florence2ModelLoaderMultiGPU, DownloadAndLoadFlorence2ModelMultiGPU, UnetLoaderGGUFDisTorchMultiGPU, UnetLoaderGGUFAdvancedDisTorchMultiGPU, CLIPLoaderGGUFDisTorchMultiGPU, DualCLIPLoaderGGUFDisTorchMultiGPU, TripleCLIPLoaderGGUFDisTorchMultiGPU, QuadrupleCLIPLoaderGGUFDisTorchMultiGPU, UnetLoaderGGUFDisTorch2MultiGPU, UnetLoaderGGUFAdvancedDisTorch2MultiGPU, CLIPLoaderGGUFDisTorch2MultiGPU, DualCLIPLoaderGGUFDisTorch2MultiGPU, TripleCLIPLoaderGGUFDisTorch2MultiGPU, QuadrupleCLIPLoaderGGUFDisTorch2MultiGPU, UnetLoaderGGUFMultiGPU, UnetLoaderGGUFAdvancedMultiGPU, CLIPLoaderGGUFMultiGPU, DualCLIPLoaderGGUFMultiGPU, TripleCLIPLoaderGGUFMultiGPU, QuadrupleCLIPLoaderGGUFMultiGPU, WanVideoModelLoaderMultiGPU, WanVideoModelLoaderMultiGPU_2, WanVideoVAELoaderMultiGPU, LoadWanVideoT5TextEncoderMultiGPU, LoadWanVideoClipTextEncoderMultiGPU, WanVideoTextEncodeMultiGPU, WanVideoBlockSwapMultiGPU, WanVideoSamplerMultiGPU
2025-08-28T13:42:54.081704 - [C:\ComfyUI\custom_nodes\ComfyUI-TBG-ETUR.py.vendor.comfyui_controlnet_aux] | INFO -> Using ckpts path: C:\ComfyUI\custom_nodes\ComfyUI-TBG-ETUR\py\vendor\comfyui_controlnet_aux\ckpts2025-08-28T13:42:54.081704 - 
2025-08-28T13:42:54.081704 - [C:\ComfyUI\custom_nodes\ComfyUI-TBG-ETUR.py.vendor.comfyui_controlnet_aux] | INFO -> Using symlinks: False2025-08-28T13:42:54.081704 - 
2025-08-28T13:42:54.081704 - [C:\ComfyUI\custom_nodes\ComfyUI-TBG-ETUR.py.vendor.comfyui_controlnet_aux] | INFO -> Using ort providers: ['CUDAExecutionProvider', 'DirectMLExecutionProvider', 'OpenVINOExecutionProvider', 'ROCMExecutionProvider', 'CPUExecutionProvider', 'CoreMLExecutionProvider']2025-08-28T13:42:54.081704 - 
2025-08-28T13:42:54.103710 - xFormers not available
2025-08-28T13:42:54.106398 - xFormers not available
2025-08-28T13:42:54.125355 - [TBG_Enhanced Tiled Upscaler and Refiner FLUX PRO] 2025-08-28T13:42:54.125355 - Loaded2025-08-28T13:42:54.125355 - 
2025-08-28T13:42:54.160384 - Initializing ComfyUI-VideoUpscale_WithModel2025-08-28T13:42:54.160384 - 
2025-08-28T13:42:54.160384 - Note: Progress bar initialization failed: cannot import name 'init_comfyui_progress' from 'C:\\ComfyUI\\custom_nodes\\ComfyUI-VideoUpscale_WithModel.video_upscale_model' (C:\ComfyUI\custom_nodes\ComfyUI-VideoUpscale_WithModel\video_upscale_model.py)2025-08-28T13:42:54.160384 - 
2025-08-28T13:42:54.512535 - [ComfyUI-Manager] default cache updated: https://raw.githubusercontent.com/ltdrdata/ComfyUI-Manager/main/alter-list.json
2025-08-28T13:42:54.523147 - [ComfyUI-Manager] default cache updated: https://raw.githubusercontent.com/ltdrdata/ComfyUI-Manager/main/model-list.json
2025-08-28T13:42:54.836428 -  * Serving Flask app 'Elegant Resource Monitor'
2025-08-28T13:42:54.836428 -  * Debug mode: off
2025-08-28T13:42:55.055420 - [ComfyUI-Manager] default cache updated: https://raw.githubusercontent.com/ltdrdata/ComfyUI-Manager/main/github-stats.json
2025-08-28T13:42:55.089928 - [ComfyUI-Manager] default cache updated: https://raw.githubusercontent.com/ltdrdata/ComfyUI-Manager/main/extension-node-map.json
2025-08-28T13:42:55.305038 - [ComfyUI-Manager] default cache updated: https://raw.githubusercontent.com/ltdrdata/ComfyUI-Manager/main/custom-node-list.json
2025-08-28T13:42:55.359250 - FantasyPortrait nodes not available due to error in importing them: No module named 'onnx'2025-08-28T13:42:55.359250 - 
2025-08-28T13:42:55.389375 - ------------------------------------------2025-08-28T13:42:55.389375 - 
2025-08-28T13:42:55.389375 - Comfyroll Studio v1.76 : 2025-08-28T13:42:55.389375 -  175 Nodes Loaded2025-08-28T13:42:55.389375 - 
2025-08-28T13:42:55.389375 - ------------------------------------------2025-08-28T13:42:55.389375 - 
2025-08-28T13:42:55.389375 - ** For changes, please see patch notes at https://github.com/Suzie1/ComfyUI_Comfyroll_CustomNodes/blob/main/Patch_Notes.md2025-08-28T13:42:55.389375 - 
2025-08-28T13:42:55.389375 - ** For help, please see the wiki at https://github.com/Suzie1/ComfyUI_Comfyroll_CustomNodes/wiki2025-08-28T13:42:55.389375 - 
2025-08-28T13:42:55.389375 - ------------------------------------------2025-08-28T13:42:55.389375 - 
2025-08-28T13:42:55.394150 - [C:\ComfyUI\custom_nodes\comfyui_controlnet_aux] | INFO -> Using ckpts path: C:\ComfyUI\custom_nodes\comfyui_controlnet_aux\ckpts2025-08-28T13:42:55.394150 - 
2025-08-28T13:42:55.394150 - [C:\ComfyUI\custom_nodes\comfyui_controlnet_aux] | INFO -> Using symlinks: False2025-08-28T13:42:55.395205 - 
2025-08-28T13:42:55.395205 - [C:\ComfyUI\custom_nodes\comfyui_controlnet_aux] | INFO -> Using ort providers: ['CUDAExecutionProvider', 'DirectMLExecutionProvider', 'OpenVINOExecutionProvider', 'ROCMExecutionProvider', 'CPUExecutionProvider', 'CoreMLExecutionProvider']2025-08-28T13:42:55.395205 - 
2025-08-28T13:42:55.419077 - 

Full error log from comfyui_controlnet_aux: 
Traceback (most recent call last):
  File "C:\ComfyUI\custom_nodes\comfyui_controlnet_aux\__init__.py", line 35, in load_nodes
    module = importlib.import_module(
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "C:\Users\Raj\AppData\Roaming\uv\python\cpython-3.12.9-windows-x86_64-none\Lib\importlib\__init__.py", line 90, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 1387, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1360, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1331, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 935, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 999, in exec_module
  File "<frozen importlib._bootstrap>", line 488, in _call_with_frames_removed
  File "C:\ComfyUI\custom_nodes\comfyui_controlnet_aux\node_wrappers\dwpose.py", line 5, in <module>
    from custom_controlnet_aux.dwpose import DwposeDetector, AnimalposeDetector
ModuleNotFoundError: No module named 'custom_controlnet_aux.dwpose'


Traceback (most recent call last):
  File "C:\ComfyUI\custom_nodes\comfyui_controlnet_aux\__init__.py", line 35, in load_nodes
    module = importlib.import_module(
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "C:\Users\Raj\AppData\Roaming\uv\python\cpython-3.12.9-windows-x86_64-none\Lib\importlib\__init__.py", line 90, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 1387, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1360, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1331, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 935, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 999, in exec_module
  File "<frozen importlib._bootstrap>", line 488, in _call_with_frames_removed
  File "C:\ComfyUI\custom_nodes\comfyui_controlnet_aux\node_wrappers\pose_keypoint_postprocess.py", line 11, in <module>
    from ..src.custom_controlnet_aux.dwpose import draw_poses, draw_animalposes, decode_json_as_poses
  File "C:\ComfyUI\custom_nodes\comfyui_controlnet_aux\src\custom_controlnet_aux\dwpose\__init__.py", line 21, in <module>
    from .wholebody import Wholebody
  File "C:\ComfyUI\custom_nodes\comfyui_controlnet_aux\src\custom_controlnet_aux\dwpose\wholebody.py", line 16, in <module>
    from custom_controlnet_aux.dwpose.util import guess_onnx_input_shape_dtype, get_model_type, get_ort_providers, is_model_torchscript
ModuleNotFoundError: No module named 'custom_controlnet_aux.dwpose'


2025-08-28T13:42:55.419077 - 
2025-08-28T13:42:55.419077 - [C:\ComfyUI\custom_nodes\comfyui_controlnet_aux] | INFO -> Some nodes failed to load:
	Failed to import module dwpose because ModuleNotFoundError: No module named 'custom_controlnet_aux.dwpose'
	Failed to import module pose_keypoint_postprocess because ModuleNotFoundError: No module named 'custom_controlnet_aux.dwpose'

Check that you properly installed the dependencies.
If you think this is a bug, please report it on the github page (https://github.com/Fannovel16/comfyui_controlnet_aux/issues)2025-08-28T13:42:55.419077 - 
2025-08-28T13:42:56.512317 - [tinyterraNodes] 2025-08-28T13:42:56.512317 - Loaded2025-08-28T13:42:56.512317 - 
2025-08-28T13:42:58.897739 - 
2025-08-28T13:42:58.897739 - [rgthree-comfy] Loaded 48 exciting nodes. πŸŽ‰2025-08-28T13:42:58.897739 - 
2025-08-28T13:42:58.897739 - 
2025-08-28T13:42:59.570542 - WAS Node Suite: 2025-08-28T13:42:59.570542 - OpenCV Python FFMPEG support is enabled2025-08-28T13:42:59.570542 - 
2025-08-28T13:42:59.570542 - WAS Node Suite 2025-08-28T13:42:59.570542 - Warning: 2025-08-28T13:42:59.570542 - `ffmpeg_bin_path` is not set in `C:\ComfyUI\custom_nodes\was-node-suite-comfyui\was_suite_config.json` config file. Will attempt to use system ffmpeg binaries if available.2025-08-28T13:42:59.570542 - 
2025-08-28T13:43:00.094981 - WAS Node Suite: 2025-08-28T13:43:00.094981 - Finished.2025-08-28T13:43:00.094981 -  2025-08-28T13:43:00.094981 - Loaded2025-08-28T13:43:00.094981 -  2025-08-28T13:43:00.094981 - 2202025-08-28T13:43:00.094981 -  2025-08-28T13:43:00.094981 - nodes successfully.2025-08-28T13:43:00.094981 - 
2025-08-28T13:43:00.094981 - 
	2025-08-28T13:43:00.094981 - "Believe in yourself, take on your challenges, and dig deep within yourself to conquer fears."2025-08-28T13:43:00.094981 -  - Chantal Sutherland2025-08-28T13:43:00.094981 - 
2025-08-28T13:43:00.094981 - 
2025-08-28T13:43:00.610770 - WAS Node Suite: 2025-08-28T13:43:00.610770 - OpenCV Python FFMPEG support is enabled2025-08-28T13:43:00.610770 - 
2025-08-28T13:43:00.610770 - WAS Node Suite 2025-08-28T13:43:00.610770 - Warning: 2025-08-28T13:43:00.610770 - `ffmpeg_bin_path` is not set in `C:\ComfyUI\custom_nodes\was-ns\was_suite_config.json` config file. Will attempt to use system ffmpeg binaries if available.2025-08-28T13:43:00.610770 - 
2025-08-28T13:43:01.041249 - FETCH ComfyRegistry Data: 5/952025-08-28T13:43:01.041249 - 
2025-08-28T13:43:01.113404 - WAS Node Suite: 2025-08-28T13:43:01.113404 - Finished.2025-08-28T13:43:01.113404 -  2025-08-28T13:43:01.113404 - Loaded2025-08-28T13:43:01.113404 -  2025-08-28T13:43:01.113404 - 2202025-08-28T13:43:01.113404 -  2025-08-28T13:43:01.113404 - nodes successfully.2025-08-28T13:43:01.113404 - 
2025-08-28T13:43:01.113404 - 
	2025-08-28T13:43:01.115414 - "Life is 10% what happens to us and 90% how we react to it."2025-08-28T13:43:01.115414 -  - Charles R. Swindoll2025-08-28T13:43:01.115414 - 
2025-08-28T13:43:01.115414 - 
2025-08-28T13:43:01.120006 - 
Import times for custom nodes:
2025-08-28T13:43:01.120006 -    0.0 seconds: C:\Users\Raj\AppData\Local\Programs\@comfyorgcomfyui-electron\resources\ComfyUI\custom_nodes\websocket_image_save.py
2025-08-28T13:43:01.120006 -    0.0 seconds: C:\ComfyUI\custom_nodes\ComfyUI-VideoUpscale_WithModel
2025-08-28T13:43:01.120006 -    0.0 seconds: C:\ComfyUI\custom_nodes\comfyui-image-selector
2025-08-28T13:43:01.120006 -    0.0 seconds: C:\Users\Raj\AppData\Local\Programs\@comfyorgcomfyui-electron\resources\ComfyUI\custom_nodes\ComfyUI-Manager
2025-08-28T13:43:01.120006 -    0.0 seconds: C:\ComfyUI\custom_nodes\comfyui-logic
2025-08-28T13:43:01.120006 -    0.0 seconds: C:\ComfyUI\custom_nodes\ComfyLiterals
2025-08-28T13:43:01.120006 -    0.0 seconds: C:\ComfyUI\custom_nodes\comfyui_memory_cleanup
2025-08-28T13:43:01.120006 -    0.0 seconds: C:\ComfyUI\custom_nodes\masquerade-nodes-comfyui
2025-08-28T13:43:01.120006 -    0.0 seconds: C:\ComfyUI\custom_nodes\Comfy-Photoshop-SD
2025-08-28T13:43:01.120006 -    0.0 seconds: C:\ComfyUI\custom_nodes\wanblockswap
2025-08-28T13:43:01.120006 -    0.0 seconds: C:\ComfyUI\custom_nodes\ComfyUI-UltimateSDUpscale-GGUF
2025-08-28T13:43:01.120348 -    0.0 seconds: C:\ComfyUI\custom_nodes\comfyui-extras
2025-08-28T13:43:01.120348 -    0.0 seconds: C:\ComfyUI\custom_nodes\ComfyUI-MagCache
2025-08-28T13:43:01.120348 -    0.0 seconds: C:\ComfyUI\custom_nodes\comfyui-mxtoolkit
2025-08-28T13:43:01.120348 -    0.0 seconds: C:\ComfyUI\custom_nodes\ComfyUI_JPS-Nodes
2025-08-28T13:43:01.120348 -    0.0 seconds: C:\ComfyUI\custom_nodes\ComfyUI-GGUF
2025-08-28T13:43:01.120348 -    0.0 seconds: C:\ComfyUI\custom_nodes\ComfyUI-TaskMonitor
2025-08-28T13:43:01.120348 -    0.0 seconds: C:\ComfyUI\custom_nodes\comfyui-flux-continuum
2025-08-28T13:43:01.120348 -    0.0 seconds: C:\ComfyUI\custom_nodes\comfyui-inpaint-cropandstitch
2025-08-28T13:43:01.120348 -    0.0 seconds: C:\ComfyUI\custom_nodes\comfy-image-saver
2025-08-28T13:43:01.120348 -    0.0 seconds: C:\ComfyUI\custom_nodes\cg-use-everywhere
2025-08-28T13:43:01.120348 -    0.0 seconds: C:\ComfyUI\custom_nodes\comfyui_HavocsCall_Custom_Nodes
2025-08-28T13:43:01.120348 -    0.0 seconds: C:\ComfyUI\custom_nodes\teacache
2025-08-28T13:43:01.120348 -    0.0 seconds: C:\ComfyUI\custom_nodes\comfyui_essentials
2025-08-28T13:43:01.120348 -    0.0 seconds: C:\ComfyUI\custom_nodes\derfuu_comfyui_moddednodes
2025-08-28T13:43:01.120348 -    0.0 seconds: C:\ComfyUI\custom_nodes\comfyui_ultimatesdupscale
2025-08-28T13:43:01.120348 -    0.0 seconds: C:\ComfyUI\custom_nodes\comfyui-custom-scripts
2025-08-28T13:43:01.120348 -    0.0 seconds: C:\ComfyUI\custom_nodes\ComfyMath
2025-08-28T13:43:01.120348 -    0.0 seconds: C:\ComfyUI\custom_nodes\comfyui-frame-interpolation
2025-08-28T13:43:01.120348 -    0.0 seconds: C:\ComfyUI\custom_nodes\comfyui-multigpu
2025-08-28T13:43:01.120348 -    0.0 seconds: C:\ComfyUI\custom_nodes\comfyui-florence2
2025-08-28T13:43:01.120348 -    0.0 seconds: C:\ComfyUI\custom_nodes\ComfyUI-Fluxtapoz
2025-08-28T13:43:01.120348 -    0.0 seconds: C:\ComfyUI\custom_nodes\comfyui-kjnodes
2025-08-28T13:43:01.120348 -    0.0 seconds: C:\ComfyUI\custom_nodes\ComfyUI-42lux
2025-08-28T13:43:01.120348 -    0.0 seconds: C:\ComfyUI\custom_nodes\ComfyUI_Comfyroll_CustomNodes
2025-08-28T13:43:01.120348 -    0.0 seconds: C:\ComfyUI\custom_nodes\ComfyUI-TeaCache
2025-08-28T13:43:01.120348 -    0.0 seconds: C:\ComfyUI\custom_nodes\comfyui-videohelpersuite
2025-08-28T13:43:01.120348 -    0.0 seconds: C:\ComfyUI\custom_nodes\gguf
2025-08-28T13:43:01.120348 -    0.0 seconds: C:\ComfyUI\custom_nodes\comfyui-manager
2025-08-28T13:43:01.120981 -    0.0 seconds: C:\ComfyUI\custom_nodes\comfyui_controlnet_aux
2025-08-28T13:43:01.120981 -    0.1 seconds: C:\ComfyUI\custom_nodes\comfyui_tinyterranodes
2025-08-28T13:43:01.120981 -    0.1 seconds: C:\ComfyUI\custom_nodes\ComfyUI-TBG-ETUR
2025-08-28T13:43:01.120981 -    0.1 seconds: C:\ComfyUI\custom_nodes\ComfyUI-MediaMixer
2025-08-28T13:43:01.120981 -    0.1 seconds: C:\ComfyUI\custom_nodes\comfyui-logicutils
2025-08-28T13:43:01.120981 -    0.1 seconds: C:\ComfyUI\custom_nodes\comfyui-impact-pack
2025-08-28T13:43:01.120981 -    0.1 seconds: C:\ComfyUI\custom_nodes\comfyui-elegant-resource-monitor
2025-08-28T13:43:01.120981 -    0.2 seconds: C:\ComfyUI\custom_nodes\comfyui-detail-daemon
2025-08-28T13:43:01.120981 -    0.2 seconds: C:\ComfyUI\custom_nodes\ComfyUI-Crystools
2025-08-28T13:43:01.120981 -    0.3 seconds: C:\ComfyUI\custom_nodes\ComfyUI_LayerStyle_Advance
2025-08-28T13:43:01.120981 -    0.4 seconds: C:\ComfyUI\custom_nodes\rgthree-comfy
2025-08-28T13:43:01.120981 -    0.8 seconds: C:\ComfyUI\custom_nodes\comfyui_layerstyle
2025-08-28T13:43:01.120981 -    1.0 seconds: C:\ComfyUI\custom_nodes\was-ns
2025-08-28T13:43:01.120981 -    1.1 seconds: C:\ComfyUI\custom_nodes\comfyui-easy-use
2025-08-28T13:43:01.120981 -    1.2 seconds: C:\ComfyUI\custom_nodes\was-node-suite-comfyui
2025-08-28T13:43:01.120981 -    1.2 seconds: C:\ComfyUI\custom_nodes\ComfyUI-WanVideoWrapper
2025-08-28T13:43:01.120981 -    1.9 seconds: C:\ComfyUI\custom_nodes\flow2-wan-video
2025-08-28T13:43:01.120981 - 
2025-08-28T13:43:01.498757 - Failed to initialize database. Please ensure you have installed the latest requirements. If the error persists, please report this as in future the database will be required: (sqlite3.OperationalError) unable to open database file
(Background on this error at: https://sqlalche.me/e/20/e3q8)
2025-08-28T13:43:01.530787 - Starting server

2025-08-28T13:43:01.530787 - To see the GUI go to: http://127.0.0.1:8001
2025-08-28T13:43:03.401689 - comfyui-frontend-package not found in requirements.txt
2025-08-28T13:43:07.069111 - FETCH ComfyRegistry Data: 10/952025-08-28T13:43:07.069111 - 
2025-08-28T13:43:08.773693 - comfyui-frontend-package not found in requirements.txt
2025-08-28T13:43:13.160488 - FETCH ComfyRegistry Data: 15/952025-08-28T13:43:13.160488 - 
2025-08-28T13:43:18.515870 - FETCH ComfyRegistry Data: 20/952025-08-28T13:43:18.515870 - 
2025-08-28T13:43:23.760672 - FETCH ComfyRegistry Data: 25/952025-08-28T13:43:23.760672 - 
2025-08-28T13:43:29.263312 - FETCH ComfyRegistry Data: 30/952025-08-28T13:43:29.263312 - 
2025-08-28T13:43:34.957126 - FETCH ComfyRegistry Data: 35/952025-08-28T13:43:34.958126 - 
2025-08-28T13:43:40.490538 - FETCH ComfyRegistry Data: 40/952025-08-28T13:43:40.490538 - 
2025-08-28T13:43:45.905546 - FETCH ComfyRegistry Data: 45/952025-08-28T13:43:45.905546 - 
2025-08-28T13:43:51.331481 - FETCH ComfyRegistry Data: 50/952025-08-28T13:43:51.335218 - 
2025-08-28T13:43:56.930060 - FETCH ComfyRegistry Data: 55/952025-08-28T13:43:56.930060 - 
2025-08-28T13:44:02.761295 - FETCH ComfyRegistry Data: 60/952025-08-28T13:44:02.761295 - 
2025-08-28T13:44:08.758312 - FETCH ComfyRegistry Data: 65/952025-08-28T13:44:08.758312 - 
2025-08-28T13:44:14.725313 - FETCH ComfyRegistry Data: 70/952025-08-28T13:44:14.725313 - 
2025-08-28T13:44:20.670348 - FETCH ComfyRegistry Data: 75/952025-08-28T13:44:20.670348 - 
2025-08-28T13:44:26.479002 - FETCH ComfyRegistry Data: 80/952025-08-28T13:44:26.479002 - 
2025-08-28T13:44:32.311666 - FETCH ComfyRegistry Data: 85/952025-08-28T13:44:32.311666 - 
2025-08-28T13:44:39.558425 - FETCH ComfyRegistry Data: 90/952025-08-28T13:44:39.558425 - 
2025-08-28T13:44:45.623968 - FETCH ComfyRegistry Data: 95/952025-08-28T13:44:45.623968 - 
2025-08-28T13:44:46.124436 - FETCH ComfyRegistry Data [DONE]2025-08-28T13:44:46.124436 - 
2025-08-28T13:44:46.291115 - [ComfyUI-Manager] default cache updated: https://api.comfy.org/nodes
2025-08-28T13:44:46.324405 - FETCH DATA from: https://raw.githubusercontent.com/ltdrdata/ComfyUI-Manager/main/custom-node-list.json2025-08-28T13:44:47.407519 -  [DONE]2025-08-28T13:44:47.407519 - 
2025-08-28T13:44:47.461162 - [ComfyUI-Manager] All startup tasks have been completed.
2025-08-28T13:46:42.465163 - got prompt
2025-08-28T13:46:42.895769 - Using pytorch attention in VAE
2025-08-28T13:46:42.897780 - Using pytorch attention in VAE
2025-08-28T13:46:43.036268 - VAE load device: cuda:0, offload device: cpu, dtype: torch.bfloat16
2025-08-28T13:46:43.591012 - Requested to load CLIPVisionModelProjection
2025-08-28T13:46:43.929229 - loaded completely 13526.8 1208.09814453125 True
2025-08-28T13:46:44.182453 - Using scaled fp8: fp8 matrix mult: False, scale input: False
2025-08-28T13:46:44.674772 - CLIP/text encoder model load device: cuda:0, offload device: cpu, current: cpu, dtype: torch.float16
2025-08-28T13:46:47.798637 - Requested to load WanTEModel
2025-08-28T13:46:49.145578 - loaded completely 12252.5744140625 6419.477203369141 True
2025-08-28T13:46:50.115466 - Requested to load WanVAE
2025-08-28T13:46:50.449946 - loaded completely 278.3899955749512 242.02829551696777 True
2025-08-28T13:47:00.657609 - gguf qtypes: F16 (694), Q5_K (400), F32 (1)
2025-08-28T13:47:00.720095 - model weight dtype torch.float16, manual cast: None
2025-08-28T13:47:00.720095 - model_type FLOW
2025-08-28T13:47:01.286252 - Requested to load WAN21
2025-08-28T13:47:07.248645 - loaded partially 5719.426973297119 5719.423828125 0
2025-08-28T13:47:07.253027 - Attempting to release mmap (429)
2025-08-28T13:47:12.890435 - 
  0%|          | 0/3 [00:00<?, ?it/s]2025-08-28T13:47:12.890435 - 
2025-08-28T13:47:12.924120 - !!! Exception during processing !!! Given groups=1, weight of size [5120, 36, 1, 2, 2], expected input[1, 32, 16, 116, 90] to have 36 channels, but got 32 channels instead
2025-08-28T13:47:13.164554 - Traceback (most recent call last):
  File "C:\Users\Raj\AppData\Local\Programs\@comfyorgcomfyui-electron\resources\ComfyUI\execution.py", line 496, in execute
    output_data, output_ui, has_subgraph, has_pending_tasks = await get_output_data(prompt_id, unique_id, obj, input_data_all, execution_block_cb=execution_block_cb, pre_execute_cb=pre_execute_cb, hidden_inputs=hidden_inputs)
                                                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "C:\Users\Raj\AppData\Local\Programs\@comfyorgcomfyui-electron\resources\ComfyUI\execution.py", line 315, in get_output_data
    return_values = await _async_map_node_over_list(prompt_id, unique_id, obj, input_data_all, obj.FUNCTION, allow_interrupt=True, execution_block_cb=execution_block_cb, pre_execute_cb=pre_execute_cb, hidden_inputs=hidden_inputs)
                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "C:\Users\Raj\AppData\Local\Programs\@comfyorgcomfyui-electron\resources\ComfyUI\execution.py", line 289, in _async_map_node_over_list
    await process_inputs(input_dict, i)
  File "C:\Users\Raj\AppData\Local\Programs\@comfyorgcomfyui-electron\resources\ComfyUI\execution.py", line 277, in process_inputs
    result = f(**inputs)
             ^^^^^^^^^^^
  File "C:\Users\Raj\AppData\Local\Programs\@comfyorgcomfyui-electron\resources\ComfyUI\nodes.py", line 1555, in sample
    return common_ksampler(model, noise_seed, steps, cfg, sampler_name, scheduler, positive, negative, latent_image, denoise=denoise, disable_noise=disable_noise, start_step=start_at_step, last_step=end_at_step, force_full_denoise=force_full_denoise)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "C:\Users\Raj\AppData\Local\Programs\@comfyorgcomfyui-electron\resources\ComfyUI\nodes.py", line 1488, in common_ksampler
    samples = comfy.sample.sample(model, noise, steps, cfg, sampler_name, scheduler, positive, negative, latent_image,
              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "C:\Users\Raj\AppData\Local\Programs\@comfyorgcomfyui-electron\resources\ComfyUI\comfy\sample.py", line 45, 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 "C:\Users\Raj\AppData\Local\Programs\@comfyorgcomfyui-electron\resources\ComfyUI\comfy\samplers.py", line 1161, 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 "C:\Users\Raj\AppData\Local\Programs\@comfyorgcomfyui-electron\resources\ComfyUI\comfy\samplers.py", line 1051, in sample
    return cfg_guider.sample(noise, latent_image, sampler, sigmas, denoise_mask, callback, disable_pbar, seed)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "C:\Users\Raj\AppData\Local\Programs\@comfyorgcomfyui-electron\resources\ComfyUI\comfy\samplers.py", line 1036, in sample
    output = executor.execute(noise, latent_image, sampler, sigmas, denoise_mask, callback, disable_pbar, seed)
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "C:\Users\Raj\AppData\Local\Programs\@comfyorgcomfyui-electron\resources\ComfyUI\comfy\patcher_extension.py", line 112, in execute
    return self.original(*args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "C:\Users\Raj\AppData\Local\Programs\@comfyorgcomfyui-electron\resources\ComfyUI\comfy\samplers.py", line 1004, in outer_sample
    output = self.inner_sample(noise, latent_image, device, sampler, sigmas, denoise_mask, callback, disable_pbar, seed)
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "C:\Users\Raj\AppData\Local\Programs\@comfyorgcomfyui-electron\resources\ComfyUI\comfy\samplers.py", line 987, in inner_sample
    samples = executor.execute(self, sigmas, extra_args, callback, noise, latent_image, denoise_mask, disable_pbar)
              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "C:\Users\Raj\AppData\Local\Programs\@comfyorgcomfyui-electron\resources\ComfyUI\comfy\patcher_extension.py", line 112, in execute
    return self.original(*args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "C:\Users\Raj\AppData\Local\Programs\@comfyorgcomfyui-electron\resources\ComfyUI\comfy\samplers.py", line 759, in sample
    samples = self.sampler_function(model_k, noise, sigmas, extra_args=extra_args, callback=k_callback, disable=disable_pbar, **self.extra_options)
              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "C:\ComfyUI\.venv\Lib\site-packages\torch\utils\_contextlib.py", line 116, in decorate_context
    return func(*args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^
  File "C:\Users\Raj\AppData\Local\Programs\@comfyorgcomfyui-electron\resources\ComfyUI\comfy\k_diffusion\sampling.py", line 190, in sample_euler
    denoised = model(x, sigma_hat * s_in, **extra_args)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "C:\Users\Raj\AppData\Local\Programs\@comfyorgcomfyui-electron\resources\ComfyUI\comfy\samplers.py", line 408, in __call__
    out = self.inner_model(x, sigma, model_options=model_options, seed=seed)
          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "C:\Users\Raj\AppData\Local\Programs\@comfyorgcomfyui-electron\resources\ComfyUI\comfy\samplers.py", line 960, in __call__
    return self.outer_predict_noise(*args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "C:\Users\Raj\AppData\Local\Programs\@comfyorgcomfyui-electron\resources\ComfyUI\comfy\samplers.py", line 967, in outer_predict_noise
    ).execute(x, timestep, model_options, seed)
      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "C:\Users\Raj\AppData\Local\Programs\@comfyorgcomfyui-electron\resources\ComfyUI\comfy\patcher_extension.py", line 112, in execute
    return self.original(*args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "C:\Users\Raj\AppData\Local\Programs\@comfyorgcomfyui-electron\resources\ComfyUI\comfy\samplers.py", line 970, in predict_noise
    return sampling_function(self.inner_model, x, timestep, self.conds.get("negative", None), self.conds.get("positive", None), self.cfg, model_options=model_options, seed=seed)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "C:\Users\Raj\AppData\Local\Programs\@comfyorgcomfyui-electron\resources\ComfyUI\comfy\samplers.py", line 388, in sampling_function
    out = calc_cond_batch(model, conds, x, timestep, model_options)
          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "C:\Users\Raj\AppData\Local\Programs\@comfyorgcomfyui-electron\resources\ComfyUI\comfy\samplers.py", line 206, in calc_cond_batch
    return _calc_cond_batch_outer(model, conds, x_in, timestep, model_options)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "C:\Users\Raj\AppData\Local\Programs\@comfyorgcomfyui-electron\resources\ComfyUI\comfy\samplers.py", line 214, in _calc_cond_batch_outer
    return executor.execute(model, conds, x_in, timestep, model_options)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "C:\Users\Raj\AppData\Local\Programs\@comfyorgcomfyui-electron\resources\ComfyUI\comfy\patcher_extension.py", line 112, in execute
    return self.original(*args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "C:\Users\Raj\AppData\Local\Programs\@comfyorgcomfyui-electron\resources\ComfyUI\comfy\samplers.py", line 333, in _calc_cond_batch
    output = model.apply_model(input_x, timestep_, **c).chunk(batch_chunks)
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "C:\Users\Raj\AppData\Local\Programs\@comfyorgcomfyui-electron\resources\ComfyUI\comfy\model_base.py", line 156, in apply_model
    return comfy.patcher_extension.WrapperExecutor.new_class_executor(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "C:\Users\Raj\AppData\Local\Programs\@comfyorgcomfyui-electron\resources\ComfyUI\comfy\patcher_extension.py", line 112, in execute
    return self.original(*args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "C:\Users\Raj\AppData\Local\Programs\@comfyorgcomfyui-electron\resources\ComfyUI\comfy\model_base.py", line 195, in _apply_model
    model_output = self.diffusion_model(xc, t, context=context, control=control, transformer_options=transformer_options, **extra_conds).float()
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "C:\ComfyUI\.venv\Lib\site-packages\torch\nn\modules\module.py", line 1751, in _wrapped_call_impl
    return self._call_impl(*args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "C:\ComfyUI\.venv\Lib\site-packages\torch\nn\modules\module.py", line 1762, in _call_impl
    return forward_call(*args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "C:\Users\Raj\AppData\Local\Programs\@comfyorgcomfyui-electron\resources\ComfyUI\comfy\ldm\wan\model.py", line 602, in forward
    return comfy.patcher_extension.WrapperExecutor.new_class_executor(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "C:\Users\Raj\AppData\Local\Programs\@comfyorgcomfyui-electron\resources\ComfyUI\comfy\patcher_extension.py", line 112, in execute
    return self.original(*args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "C:\Users\Raj\AppData\Local\Programs\@comfyorgcomfyui-electron\resources\ComfyUI\comfy\ldm\wan\model.py", line 622, in _forward
    return self.forward_orig(x, timestep, context, clip_fea=clip_fea, freqs=freqs, transformer_options=transformer_options, **kwargs)[:, :, :t, :h, :w]
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "C:\Users\Raj\AppData\Local\Programs\@comfyorgcomfyui-electron\resources\ComfyUI\comfy\ldm\wan\model.py", line 529, in forward_orig
    x = self.patch_embedding(x.float()).to(x.dtype)
        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "C:\ComfyUI\.venv\Lib\site-packages\torch\nn\modules\module.py", line 1751, in _wrapped_call_impl
    return self._call_impl(*args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "C:\ComfyUI\.venv\Lib\site-packages\torch\nn\modules\module.py", line 1762, in _call_impl
    return forward_call(*args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "C:\Users\Raj\AppData\Local\Programs\@comfyorgcomfyui-electron\resources\ComfyUI\comfy\ops.py", line 152, in forward
    return self.forward_comfy_cast_weights(*args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "C:\Users\Raj\AppData\Local\Programs\@comfyorgcomfyui-electron\resources\ComfyUI\comfy\ops.py", line 148, in forward_comfy_cast_weights
    return self._conv_forward(input, weight, bias)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "C:\ComfyUI\.venv\Lib\site-packages\torch\nn\modules\conv.py", line 720, in _conv_forward
    return F.conv3d(
           ^^^^^^^^^
RuntimeError: Given groups=1, weight of size [5120, 36, 1, 2, 2], expected input[1, 32, 16, 116, 90] to have 36 channels, but got 32 channels instead

2025-08-28T13:47:13.168743 - Prompt executed in 30.69 seconds

Attached Workflow

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

Workflow too large. Please manually upload the workflow from local file system.

Additional Context

(Please add any additional context or steps to reproduce the error here)

Logs


Other

No response

rajiv0ne avatar Aug 28 '25 12:08 rajiv0ne

similar issue with wan2.2 I2V workflow.

  File "C:\Users\tomsk\Downloads\ComfyUI_windows_portable\python_embeded\Lib\site-packages\torch\nn\modules\conv.py", line 712, in _conv_forward
    return F.conv3d(
           ^^^^^^^^^
RuntimeError: Given groups=1, weight of size [5120, 36, 1, 2, 2], expected input[1, 64, 21, 80, 80] to have 36 channels, but got 64 channels instead

Python version: 3.12.10 (tags/v3.12.10:0cc8128, Apr 8 2025, 12:21:36) [MSC v.1943 64 bit (AMD64)] ComfyUI version: 0.3.54 ComfyUI frontend version: 1.25.11 PyTorch: 2.8.0+cu128

TomskDiver avatar Aug 29 '25 04:08 TomskDiver

similar issue with wan2.2 I2V workflow.

Same here, using wan2.2 T2V workflow on ComfyUI Portable. It happens at the end of the generation, as the second KSampler hits 100%.

100%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ| 4/4 [01:44<00:00, 26.16s/it]
Restoring initial comfy attention
Requested to load WanVAE
loaded completely 1422.7579040527344 1344.0869674682617 True
!!! Exception during processing !!! Given groups=1, weight of size [48, 48, 1, 1, 1], expected input[1, 16, 25, 90, 60] to have 48 channels, but got 16 channels instead
File "D:\ComfyUI\python_embeded\Lib\site-packages\torch\nn\modules\conv.py", line 720, in _conv_forward
    return F.conv3d(
           ^^^^^^^^^
RuntimeError: Given groups=1, weight of size [48, 48, 1, 1, 1], expected input[1, 16, 25, 90, 60] to have 48 channels, but got 16 channels instead

Python version: 3.12.9 (tags/v3.12.9:fdb8142, Feb 4 2025, 15:27:58) [MSC v.1942 64 bit (AMD64)] ComfyUI version: 0.3.55 ComfyUI frontend version: 1.25.11 pytorch version: 2.7.0+cu126

UPDATE:

I changed from the Wan2.2 vae to the Wan2.1 vae, and it fixed it.

Jellybit avatar Aug 30 '25 04:08 Jellybit

Yes, I also tried wan_2.1_vae.safetensors and everything was fixed.

TomskDiver avatar Aug 30 '25 09:08 TomskDiver

Guys, I tried wan_2.1_vae.safetensors and it is still not working. Any help?

Obeidat98 avatar Sep 01 '25 18:09 Obeidat98

2025-08-28T13:43:01.120981 - 1.9 seconds: C:\ComfyUI\custom_nodes\flow2-wan-video

Delete the flow2-wan-video folder and restart ComfyUI. Worked for me but donΒ΄t ask why

MrNonAir avatar Sep 06 '25 03:09 MrNonAir

2025-08-28T13:43:01.120981 - 1.9 seconds: C:\ComfyUI\custom_nodes\flow2-wan-video

Delete the flow2-wan-video folder and restart ComfyUI. Worked for me but donΒ΄t ask why

It worked, thanks!

dttomsu avatar Sep 13 '25 14:09 dttomsu

2025-08-28T13:43:01.120981 - 1.9 seconds: C:\ComfyUI\custom_nodes\flow2-wan-video

Delete the flow2-wan-video folder and restart ComfyUI. Worked for me but donΒ΄t ask why

can confrm, it works - but how and why?

Grownz avatar Sep 23 '25 23:09 Grownz

2025-08-28T13:43:01.120981 - 1.9 seconds: C:\ComfyUI\custom_nodes\flow2-wan-video Delete the flow2-wan-video folder and restart ComfyUI. Worked for me but donΒ΄t ask why

can confrm, it works - but how and why?

That's an important question, could it be nodes that have same time, or is it custom nodes that interfere wiht comfyUI in the BACKEND (which is suspicious?) even if it(s not used? @comfyanonymous any idea why this could be happening? Thanks. Should it not be investigated? I have the same error but probbaly for other custom nodes (I solved it without disabling any custom node i had a genuinre error, but still wonder why some people are suggesting that a custom node 1-2 months was altering their workflow that did not use said node)

BestofthebestinAI avatar Oct 19 '25 09:10 BestofthebestinAI

Image attached the image of my issues. same as above but deleting the flow2-wan-video folder didn't resolve...

juanogando avatar Oct 28 '25 18:10 juanogando

Im experiencing a bit of a similar problem, for me the message is "Given groups=1, weight of size [5120, 36, 1, 2, 2], expected input[1, 64, 21, 80, 80] to have 36 channels, but got 64 channels instead"

In my case, the C:\ComfyUI\custom_nodes\ folder is empty so i can't delete anything.

I also disabled custom nodes (clean install, but just to be sure). I was running the wan 2.2 image to video template with the fp16 high and low models.

ChatGPT is telling me that the loras should be disabled because they are not made for FP16 models and are also not necessary. But no matter what I try, his solutions don't work. Any idea if ChatGPT is talking nonsense, or maybe he is right and the fix doesn't work?

KoenKeunen avatar Nov 14 '25 23:11 KoenKeunen

Im experiencing a bit of a similar problem, for me the message is "Given groups=1, weight of size [5120, 36, 1, 2, 2], expected input[1, 64, 21, 80, 80] to have 36 channels, but got 64 channels instead"

In my case, the C:\ComfyUI\custom_nodes\ folder is empty so i can't delete anything.

I also disabled custom nodes (clean install, but just to be sure). I was running the wan 2.2 image to video template with the fp16 high and low models.

ChatGPT is telling me that the loras should be disabled because they are not made for FP16 models and are also not necessary. But no matter what I try, his solutions don't work. Any idea if ChatGPT is talking nonsense, or maybe he is right and the fix doesn't work?

I would put my money on "Chat GPT is talking nonsense". I use almost exclusively wan 2.2 I2V fp16 + 4 steps Loras (maybe I tried once or twice full 20 steps without Loras). But depends on what exact loras you are using. Because it's a bit of chaos of versions when you look around. I tend to use latest versions from here https://huggingface.co/lightx2v/Wan2.2-Distill-Loras/tree/main They give some errors in console during execution but the errors are of no consequence.

jovan2009 avatar Nov 15 '25 00:11 jovan2009