SamplerCustomAdvanced error, Node ID 13
- Dominant language
- Python
- Stars
- 133k
- Forks
- 15.7k
- Avg merge
- 1d 7h
- Merged PRs (30d)
- 158
Description
### Expected Behavior
I am getting error when trying to generate video or images. Even trying the template .json from ComfyUI yields this same error. See report below
### Actual Behavior
Error when generating

### Steps to Reproduce
Generating image and video, even with template json
### Debug Logs
```powershell
`
# ComfyUI Error Report
## Error Details
- **Node ID:** 13
- **Node Type:** SamplerCustomAdvanced
- **Exception Type:** RuntimeError
- **Exception Message:** mat1 and mat2 shapes cannot be multiplied (1x2048 and 4096x3072)
## Stack Trace
File "G:\-=AI-Image-Video=-\ComfyUI_windows_portable\ComfyUI\execution.py", line 327, 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 "G:\-=AI-Image-Video=-\ComfyUI_windows_portable\ComfyUI\execution.py", line 202, 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 "G:\-=AI-Image-Video=-\ComfyUI_windows_portable\ComfyUI\execution.py", line 174, in _map_node_over_list
process_inputs(input_dict, i)
File "G:\-=AI-Image-Video=-\ComfyUI_windows_portable\ComfyUI\execution.py", line 163, in process_inputs
results.append(getattr(obj, func)(**inputs))
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "G:\-=AI-Image-Video=-\ComfyUI_windows_portable\ComfyUI\comfy_extras\nodes_custom_sampler.py", line 651, in sample
samples = guider.sample(noise.generate_noise(latent), latent_image, sampler, sigmas, denoise_mask=noise_mask, callback=callback, disable_pbar=disable_pbar, seed=noise.seed)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "G:\-=AI-Image-Video=-\ComfyUI_windows_portable\ComfyUI\comfy\samplers.py", line 985, in sample
output = executor.execute(noise, latent_image, sampler, sigmas, denoise_mask, callback, disable_pbar, seed)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "G:\-=AI-Image-Video=-\ComfyUI_windows_portable\ComfyUI\comfy\patcher_extension.py", line 110, in execute
return self.original(*args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "G:\-=AI-Image-Video=-\ComfyUI_windows_portable\ComfyUI\comfy\samplers.py", line 953, in outer_sample
output = self.inner_sample(noise, latent_image, device, sampler, sigmas, denoise_mask, callback, disable_pbar, seed)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "G:\-=AI-Image-Video=-\ComfyUI_windows_portable\ComfyUI\comfy\samplers.py", line 936, in inner_sample
samples = executor.execute(self, sigmas, extra_args, callback, noise, latent_image, denoise_mask, disable_pbar)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "G:\-=AI-Image-Video=-\ComfyUI_windows_portable\ComfyUI\comfy\patcher_extension.py", line 110, in execute
return self.original(*args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "G:\-=AI-Image-Video=-\ComfyUI_windows_portable\ComfyUI\comfy\samplers.py", line 715, in sample
samples = self.sampler_function(model_k, noise, sigmas, extra_args=extra_args, callback=k_callback, disable=disable_pbar, **self.extra_options)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "G:\-=AI-Image-Video=-\ComfyUI_windows_portable\python_embeded\Lib\site-packages\torch\utils\_contextlib.py", line 116, in decorate_context
return func(*args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^
File "G:\-=AI-Image-Video=-\ComfyUI_windows_portable\ComfyUI\comfy\k_diffusion\sampling.py", line 161, in sample_euler
denoised = model(x, sigma_hat * s_in, **extra_args)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "G:\-=AI-Image-Video=-\ComfyUI_windows_portable\ComfyUI\comfy\samplers.py", line 379, in __call__
out = self.inner_model(x, sigma, model_options=model_options, seed=seed)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "G:\-=AI-Image-Video=-\ComfyUI_windows_portable\ComfyUI\comfy\samplers.py", line 916, in __call__
return self.predict_noise(*args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "G:\-=AI-Image-Video=-\ComfyUI_windows_portable\ComfyUI\comfy\samplers.py", line 919, 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 "G:\-=AI-Image-Video=-\ComfyUI_windows_portable\ComfyUI\comfy\samplers.py", line 359, in sampling_function
out = calc_cond_batch(model, conds, x, timestep, model_options)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "G:\-=AI-Image-Video=-\ComfyUI_windows_portable\ComfyUI\comfy\samplers.py", line 195, in calc_cond_batch
return executor.execute(model, conds, x_in, timestep, model_options)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "G:\-=AI-Image-Video=-\ComfyUI_windows_portable\ComfyUI\comfy\patcher_extension.py", line 110, in execute
return self.original(*args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "G:\-=AI-Image-Video=-\ComfyUI_windows_portable\ComfyUI\comfy\samplers.py", line 308, in _calc_cond_batch
output = model.apply_model(input_x, timestep_, **c).chunk(batch_chunks)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "G:\-=AI-Image-Video=-\ComfyUI_windows_portable\ComfyUI\comfy\model_base.py", line 133, in apply_model
return comfy.patcher_extension.WrapperExecutor.new_class_executor(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "G:\-=AI-Image-Video=-\ComfyUI_windows_portable\ComfyUI\comfy\patcher_extension.py", line 110, in execute
return self.original(*args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "G:\-=AI-Image-Video=-\ComfyUI_windows_portable\ComfyUI\comfy\model_base.py", line 164, in _apply_model
model_output = self.diffusion_model(xc, t, context=context, control=control, transformer_options=transformer_options, **extra_conds).float()
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "G:\-=AI-Image-Video=-\ComfyUI_windows_portable\python_embeded\Lib\site-packages\torch\nn\modules\module.py", line 1739, in _wrapped_call_impl
return self._call_impl(*args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "G:\-=AI-Image-Video=-\ComfyUI_windows_portable\python_embeded\Lib\site-packages\torch\nn\modules\module.py", line 1750, in _call_impl
return forward_call(*args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "G:\-=AI-Image-Video=-\ComfyUI_windows_portable\ComfyUI\comfy\ldm\hunyuan_video\model.py", line 328, in forward
out = self.forward_orig(x, img_ids, context, txt_ids, attention_mask, timestep, y, guidance, control, transformer_options)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "G:\-=AI-Image-Video=-\ComfyUI_windows_portable\ComfyUI\comfy\ldm\hunyuan_video\model.py", line 249, in forward_orig
txt = self.txt_in(txt, timesteps, txt_mask)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "G:\-=AI-Image-Video=-\ComfyUI_windows_portable\python_embeded\Lib\site-packages\torch\nn\modules\module.py", line 1739, in _wrapped_call_impl
return self._call_impl(*args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "G:\-=AI-Image-Video=-\ComfyUI_windows_portable\python_embeded\Lib\site-packages\torch\nn\modules\module.py", line 1750, in _call_impl
return forward_call(*args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "G:\-=AI-Image-Video=-\ComfyUI_windows_portable\ComfyUI\comfy\ldm\hunyuan_video\model.py", line 158, in forward
c = t + self.c_embedder(c.to(x.dtype))
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "G:\-=AI-Image-Video=-\ComfyUI_windows_portable\python_embeded\Lib\site-packages\torch\nn\modules\module.py", line 1739, in _wrapped_call_impl
return self._call_impl(*args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "G:\-=AI-Image-Video=-\ComfyUI_windows_portable\python_embeded\Lib\site-packages\torch\nn\modules\module.py", line 1750, in _call_impl
return forward_call(*args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "G:\-=AI-Image-Video=-\ComfyUI_windows_portable\ComfyUI\comfy\ldm\flux\layers.py", line 58, in forward
return self.out_layer(self.silu(self.in_layer(x)))
^^^^^^^^^^^^^^^^
File "G:\-=AI-Image-Video=-\ComfyUI_windows_portable\python_embeded\Lib\site-packages\torch\nn\modules\module.py", line 1739, in _wrapped_call_impl
return self._call_impl(*args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "G:\-=AI-Image-Video=-\ComfyUI_windows_portable\python_embeded\Lib\site-packages\torch\nn\modules\module.py", line 1750, in _call_impl
return forward_call(*args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "G:\-=AI-Image-Video=-\ComfyUI_windows_portable\ComfyUI\comfy\ops.py", line 70, in forward
return self.forward_comfy_cast_weights(*args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "G:\-=AI-Image-Video=-\ComfyUI_windows_portable\ComfyUI\comfy\ops.py", line 66, in forward_comfy_cast_weights
return torch.nn.functional.linear(input, weight, bias)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
## System Information
- **ComfyUI Version:** 0.3.18
- **Arguments:** ComfyUI\main.py
- **OS:** nt
- **Python Version:** 3.12.8 (tags/v3.12.8:2dc476b, Dec 3 2024, 19:30:04) [MSC v.1942 64 bit (AMD64)]
- **Embedded Python:** true
- **PyTorch Version:** 2.6.0+cu126
## Devices
- **Name:** cuda:0 NVIDIA GeForce RTX 4090 : cudaMallocAsync
- **Type:** cuda
- **VRAM Total:** 25756696576
- **VRAM Free:** 4218386304
- **Torch VRAM Total:** 18857590784
- **Torch VRAM Free:** 25798528
## Logs
2025-03-04T01:30:30.338830 - Adding extra search path checkpoints G:\-=AI-Image-Video=-\A1111 Stable Diffusion\webui\models\Stable-diffusion
2025-03-04T01:30:30.338830 - Adding extra search path configs G:\-=AI-Image-Video=-\A1111 Stable Diffusion\webui\models\Stable-diffusion
2025-03-04T01:30:30.338830 - Adding extra search path vae G:\-=AI-Image-Video=-\A1111 Stable Diffusion\webui\models\VAE
2025-03-04T01:30:30.338830 - Adding extra search path loras G:\-=AI-Image-Video=-\A1111 Stable Diffusion\webui\models\Lora
2025-03-04T01:30:30.338830 - Adding extra search path loras G:\-=AI-Image-Video=-\A1111 Stable Diffusion\webui\models\LyCORIS
2025-03-04T01:30:30.338830 - Adding extra search path upscale_models G:\-=AI-Image-Video=-\A1111 Stable Diffusion\webui\models\ESRGAN
2025-03-04T01:30:30.338830 - Adding extra search path upscale_models G:\-=AI-Image-Video=-\A1111 Stable Diffusion\webui\models\RealESRGAN
2025-03-04T01:30:30.338830 - Adding extra search path upscale_models G:\-=AI-Image-Video=-\A1111 Stable Diffusion\webui\models\SwinIR
2025-03-04T01:30:30.338830 - Adding extra search path embeddings G:\-=AI-Image-Video=-\A1111 Stable Diffusion\webui\embeddings
2025-03-04T01:30:30.338830 - Adding extra search path hypernetworks G:\-=AI-Image-Video=-\A1111 Stable Diffusion\webui\models\hypernetworks
2025-03-04T01:30:30.338830 - Adding extra search path controlnet G:\-=AI-Image-Video=-\A1111 Stable Diffusion\webui\models\ControlNet
2025-03-04T01:30:30.854980 - [START] Security scan2025-03-04T01:30:30.854980 -
2025-03-04T01:30:31.451035 - [DONE] Security scan2025-03-04T01:30:31.451035 -
2025-03-04T01:30:31.527989 - ## ComfyUI-Manager: installing dependencies done.2025-03-04T01:30:31.527989 -
2025-03-04T01:30:31.527989 - ** ComfyUI startup time:2025-03-04T01:30:31.527989 - 2025-03-04T01:30:31.527989 - 2025-03-04 01:30:31.5272025-03-04T01:30:31.527989 -
2025-03-04T01:30:31.527989 - ** Platform:2025-03-04T01:30:31.527989 - 2025-03-04T01:30:31.527989 - Windows2025-03-04T01:30:31.527989 -
2025-03-04T01:30:31.527989 - ** Python version:2025-03-04T01:30:31.527989 - 2025-03-04T01:30:31.527989 - 3.12.8 (tags/v3.12.8:2dc476b, Dec 3 2024, 19:30:04) [MSC v.1942 64 bit (AMD64)]2025-03-04T01:30:31.527989 -
2025-03-04T01:30:31.527989 - ** Python executable:2025-03-04T01:30:31.527989 - 2025-03-04T01:30:31.529001 - G:\-=AI-Image-Video=-\ComfyUI_windows_portable\python_embeded\python.exe2025-03-04T01:30:31.529001 -
2025-03-04T01:30:31.529001 - ** ComfyUI Path:2025-03-04T01:30:31.529001 - 2025-03-04T01:30:31.529001 - G:\-=AI-Image-Video=-\ComfyUI_windows_portable\ComfyUI2025-03-04T01:30:31.529001 -
2025-03-04T01:30:31.529001 - ** ComfyUI Base Folder Path:2025-03-04T01:30:31.529001 - 2025-03-04T01:30:31.529001 - G:\-=AI-Image-Video=-\ComfyUI_windows_portable\ComfyUI2025-03-04T01:30:31.529001 -
2025-03-04T01:30:31.529001 - ** User directory:2025-03-04T01:30:31.529001 - 2025-03-04T01:30:31.532026 - G:\-=AI-Image-Video=-\ComfyUI_windows_portable\ComfyUI\user2025-03-04T01:30:31.532026 -
2025-03-04T01:30:31.532026 - ** ComfyUI-Manager config path:2025-03-04T01:30:31.532026 - 2025-03-04T01:30:31.532026 - G:\-=AI-Image-Video=-\ComfyUI_windows_portable\ComfyUI\user\default\ComfyUI-Manager\config.ini2025-03-04T01:30:31.532026 -
2025-03-04T01:30:31.532026 - ** Log path:2025-03-04T01:30:31.532026 - 2025-03-04T01:30:31.532026 - G:\-=AI-Image-Video=-\ComfyUI_windows_portable\ComfyUI\user\comfyui.log2025-03-04T01:30:31.532026 -
2025-03-04T01:30:32.213953 -
Prestartup times for custom nodes:
2025-03-04T01:30:32.213953 - 1.9 seconds: G:\-=AI-Image-Video=-\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui-manager
2025-03-04T01:30:32.213953 -
2025-03-04T01:30:33.324227 - Checkpoint files will always be loaded safely.
2025-03-04T01:30:33.477909 - Total VRAM 24564 MB, total RAM 32476 MB
2025-03-04T01:30:33.477909 - pytorch version: 2.6.0+cu126
2025-03-04T01:30:33.478917 - Set vram state to: NORMAL_VRAM
2025-03-04T01:30:33.478917 - Device: cuda:0 NVIDIA GeForce RTX 4090 : cudaMallocAsync
2025-03-04T01:30:34.263902 - Using pytorch attention
2025-03-04T01:30:35.064755 - ComfyUI version: 0.3.18
2025-03-04T01:30:35.080924 - [Prompt Server] web root: G:\-=AI-Image-Video=-\ComfyUI_windows_portable\ComfyUI\web
2025-03-04T01:30:35.366723 - ### Loading: ComfyUI-Inspire-Pack (V1.14.1)
2025-03-04T01:30:35.412688 - ### Loading: ComfyUI-Manager (V3.27.8)
2025-03-04T01:30:35.413695 - [ComfyUI-Manager] network_mode: public
2025-03-04T01:30:35.486518 - ### ComfyUI Revision: 3183 [b07f116d] *DETACHED | Released on '2025-02-26'
2025-03-04T01:30:35.642651 - [ComfyUI-Manager] default cache updated: https://raw.githubusercontent.com/ltdrdata/ComfyUI-Manager/main/alter-list.json
2025-03-04T01:30:35.652765 - [ComfyUI-Manager] default cache updated: https://raw.githubusercontent.com/ltdrdata/ComfyUI-Manager/main/model-list.json
2025-03-04T01:30:35.664887 - [ComfyUI-Manager] default cache updated: https://raw.githubusercontent.com/ltdrdata/ComfyUI-Manager/main/github-stats.json
2025-03-04T01:30:35.700733 - [ComfyUI-Manager] default cache updated: https://raw.githubusercontent.com/ltdrdata/ComfyUI-Manager/main/extension-node-map.json
2025-03-04T01:30:35.731022 - [ComfyUI-Manager] default cache updated: https://raw.githubusercontent.com/ltdrdata/ComfyUI-Manager/main/custom-node-list.json
2025-03-04T01:30:35.876040 - ------------------------------------------2025-03-04T01:30:35.876542 -
2025-03-04T01:30:35.876542 - [34mComfyroll Studio v1.76 : [92m 175 Nodes Loaded[0m2025-03-04T01:30:35.877548 -
2025-03-04T01:30:35.877548 - ------------------------------------------2025-03-04T01:30:35.878557 -
2025-03-04T01:30:35.879566 - ** For changes, please see patch notes at https://github.com/Suzie1/ComfyUI_Comfyroll_CustomNodes/blob/main/Patch_Notes.md2025-03-04T01:30:35.879566 -
2025-03-04T01:30:35.880575 - ** For help, please see the wiki at https://github.com/Suzie1/ComfyUI_Comfyroll_CustomNodes/wiki2025-03-04T01:30:35.880575 -
2025-03-04T01:30:35.880575 - ------------------------------------------2025-03-04T01:30:35.880575 -
2025-03-04T01:30:35.933085 - Traceback (most recent call last):
File "G:\-=AI-Image-Video=-\ComfyUI_windows_portable\ComfyUI\nodes.py", line 2147, in load_custom_node
module_spec.loader.exec_module(module)
File "", line 999, in exec_module
File "", line 488, in _call_with_frames_removed
File "G:\-=AI-Image-Video=-\ComfyUI_windows_portable\ComfyUI\custom_nodes\efficiency-nodes-ED\__init__.py", line 16, in
from .efficiency_nodes_ED import NODE_CLASS_MAPPINGS
File "G:\-=AI-Image-Video=-\ComfyUI_windows_portable\ComfyUI\custom_nodes\efficiency-nodes-ED\efficiency_nodes_ED.py", line 33, in
from tsc_utils import *
ModuleNotFoundError: No module named 'tsc_utils'
2025-03-04T01:30:35.933085 - Cannot import G:\-=AI-Image-Video=-\ComfyUI_windows_portable\ComfyUI\custom_nodes\efficiency-nodes-ED module for custom nodes: No module named 'tsc_utils'
2025-03-04T01:30:35.935100 -
Import times for custom nodes:
2025-03-04T01:30:35.935100 - 0.0 seconds: G:\-=AI-Image-Video=-\ComfyUI_windows_portable\ComfyUI\custom_nodes\websocket_image_save.py
2025-03-04T01:30:35.936103 - 0.0 seconds (IMPORT FAILED): G:\-=AI-Image-Video=-\ComfyUI_windows_portable\ComfyUI\custom_nodes\efficiency-nodes-ED
2025-03-04T01:30:35.938619 - 0.0 seconds: G:\-=AI-Image-Video=-\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui-videohelpersuite
2025-03-04T01:30:35.939627 - 0.0 seconds: G:\-=AI-Image-Video=-\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui-inspire-pack
2025-03-04T01:30:35.939627 - 0.0 seconds: G:\-=AI-Image-Video=-\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui_tensorrt
2025-03-04T01:30:35.940634 - 0.2 seconds: G:\-=AI-Image-Video=-\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui-manager
2025-03-04T01:30:35.940634 - 0.2 seconds: G:\-=AI-Image-Video=-\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI_Comfyroll_CustomNodes
2025-03-04T01:30:35.943655 -
2025-03-04T01:30:35.952750 - Starting server
2025-03-04T01:30:35.952750 - To see the GUI go to: http://127.0.0.1:8188
2025-03-04T01:30:38.888943 - [Inspire Pack] IPAdapterPlus is not installed.
2025-03-04T01:30:39.212657 - FETCH ComfyRegistry Data: 5/362025-03-04T01:30:39.212657 -
2025-03-04T01:30:44.033040 - FETCH ComfyRegistry Data: 10/362025-03-04T01:30:44.033040 -
2025-03-04T01:30:48.136248 - FETCH ComfyRegistry Data: 15/362025-03-04T01:30:48.136761 -
2025-03-04T01:30:52.901652 - FETCH ComfyRegistry Data: 20/362025-03-04T01:30:52.901652 -
2025-03-04T01:30:56.859106 - FETCH ComfyRegistry Data: 25/362025-03-04T01:30:56.860142 -
2025-03-04T01:31:00.811683 - FETCH ComfyRegistry Data: 30/362025-03-04T01:31:00.811683 -
2025-03-04T01:31:02.538635 - got prompt
2025-03-04T01:31:02.580681 - Using pytorch attention in VAE
2025-03-04T01:31:02.581694 - Using pytorch attention in VAE
2025-03-04T01:31:04.540653 - VAE load device: cuda:0, offload device: cpu, dtype: torch.bfloat16
2025-03-04T01:31:04.544691 - FETCH ComfyRegistry Data: 35/362025-03-04T01:31:04.545698 -
2025-03-04T01:31:05.780606 - FETCH ComfyRegistry Data [DONE]2025-03-04T01:31:05.780606 -
2025-03-04T01:31:05.807826 - [ComfyUI-Manager] default cache updated: https://api.comfy.org/nodes
2025-03-04T01:31:05.877758 - nightly_channel:
https://raw.githubusercontent.com/ltdrdata/ComfyUI-Manager/main/remo
te
2025-03-04T01:31:05.878770 - FETCH DATA from: https://raw.githubusercontent.com/ltdrdata/ComfyUI-Manager/main/custom-node-list.json2025-03-04T01:31:05.878770 - 2025-03-04T01:31:06.072798 - [DONE]2025-03-04T01:31:06.072798 -
2025-03-04T01:31:06.118010 - [ComfyUI-Manager] All startup tasks have been completed.
2025-03-04T01:31:06.137697 - model weight dtype torch.bfloat16, manual cast: None
2025-03-04T01:31:06.140751 - model_type FLOW
2025-03-04T01:32:34.961028 - Requested to load SDXLClipModel
2025-03-04T01:32:34.982744 - loaded completely 9.5367431640625e+25 1560.802734375 True
2025-03-04T01:32:34.990839 - CLIP/text encoder model load device: cuda:0, offload device: cpu, current: cuda:0, dtype: torch.float16
2025-03-04T01:32:35.853955 - clip missing: ['text_projection.weight']
2025-03-04T01:32:35.854964 - clip missing: ['text_model.embeddings.token_embedding.weight', 'text_model.embeddings.position_embedding.weight', 'text_model.encoder.layers.0.layer_norm1.weight', 'text_model.encoder.layers.0.layer_norm1.bias', 'text_model.encoder.layers.0.self_attn.q_proj.weight', 'text_model.encoder.layers.0.self_attn.q_proj.bias', 'text_model.encoder.layers.0.self_attn.k_proj.weight', 'text_model.encoder.layers.0.self_attn.k_proj.bias', 'text_model.encoder.layers.0.self_attn.v_proj.weight', 'text_model.encoder.layers.0.self_attn.v_proj.bias', 'text_model.encoder.layers.0.self_attn.out_proj.weight', 'text_model.encoder.layers.0.self_attn.out_proj.bias', 'text_model.encoder.layers.0.layer_norm2.weight', 'text_model.encoder.layers.0.layer_norm2.bias', 'text_model.encoder.layers.0.mlp.fc1.weight', 'text_model.encoder.layers.0.mlp.fc1.bias', 'text_model.encoder.layers.0.mlp.fc2.weight', 'text_model.encoder.layers.0.mlp.fc2.bias', 'text_model.encoder.layers.1.layer_norm1.weight', 'text_model.encoder.layers.1.layer_norm1.bias', 'text_model.encoder.layers.1.self_attn.q_proj.weight', 'text_model.encoder.layers.1.self_attn.q_proj.bias', 'text_model.encoder.layers.1.self_attn.k_proj.weight', 'text_model.encoder.layers.1.self_attn.k_proj.bias', 'text_model.encoder.layers.1.self_attn.v_proj.weight', 'text_model.encoder.layers.1.self_attn.v_proj.bias', 'text_model.encoder.layers.1.self_attn.out_proj.weight', 'text_model.encoder.layers.1.self_attn.out_proj.bias', 'text_model.encoder.layers.1.layer_norm2.weight', 'text_model.encoder.layers.1.layer_norm2.bias', 'text_model.encoder.layers.1.mlp.fc1.weight', 'text_model.encoder.layers.1.mlp.fc1.bias', 'text_model.encoder.layers.1.mlp.fc2.weight', 'text_model.encoder.layers.1.mlp.fc2.bias', 'text_model.encoder.layers.2.layer_norm1.weight', 'text_model.encoder.layers.2.layer_norm1.bias', 'text_model.encoder.layers.2.self_attn.q_proj.weight', 'text_model.encoder.layers.2.self_attn.q_proj.bias', 'text_model.encoder.layers.2.self_attn.k_proj.weight', 'text_model.encoder.layers.2.self_attn.k_proj.bias', 'text_model.encoder.layers.2.self_attn.v_proj.weight', 'text_model.encoder.layers.2.self_attn.v_proj.bias', 'text_model.encoder.layers.2.self_attn.out_proj.weight', 'text_model.encoder.layers.2.self_attn.out_proj.bias', 'text_model.encoder.layers.2.layer_norm2.weight', 'text_model.encoder.layers.2.layer_norm2.bias', 'text_model.encoder.layers.2.mlp.fc1.weight', 'text_model.encoder.layers.2.mlp.fc1.bias', 'text_model.encoder.layers.2.mlp.fc2.weight', 'text_model.encoder.layers.2.mlp.fc2.bias', 'text_model.encoder.layers.3.layer_norm1.weight', 'text_model.encoder.layers.3.layer_norm1.bias', 'text_model.encoder.layers.3.self_attn.q_proj.weight', 'text_model.encoder.layers.3.self_attn.q_proj.bias', 'text_model.encoder.layers.3.self_attn.k_proj.weight', 'text_model.encoder.layers.3.self_attn.k_proj.bias', 'text_model.encoder.layers.3.self_attn.v_proj.weight', 'text_model.encoder.layers.3.self_attn.v_proj.bias', 'text_model.encoder.layers.3.self_attn.out_proj.weight', 'text_model.encoder.layers.3.self_attn.out_proj.bias', 'text_model.encoder.layers.3.layer_norm2.weight', 'text_model.encoder.layers.3.layer_norm2.bias', 'text_model.encoder.layers.3.mlp.fc1.weight', 'text_model.encoder.layers.3.mlp.fc1.bias', 'text_model.encoder.layers.3.mlp.fc2.weight', 'text_model.encoder.layers.3.mlp.fc2.bias', 'text_model.encoder.layers.4.layer_norm1.weight', 'text_model.encoder.layers.4.layer_norm1.bias', 'text_model.encoder.layers.4.self_attn.q_proj.weight', 'text_model.encoder.layers.4.self_attn.q_proj.bias', 'text_model.encoder.layers.4.self_attn.k_proj.weight', 'text_model.encoder.layers.4.self_attn.k_proj.bias', 'text_model.encoder.layers.4.self_attn.v_proj.weight', 'text_model.encoder.layers.4.self_attn.v_proj.bias', 'text_model.encoder.layers.4.self_attn.out_proj.weight', 'text_model.encoder.layers.4.self_attn.out_proj.bias', 'text_model.encoder.layers.4.layer_norm2.weight', 'text_model.encoder.layers.4.layer_norm2.bias', 'text_model.encoder.layers.4.mlp.fc1.weight', 'text_model.encoder.layers.4.mlp.fc1.bias', 'text_model.encoder.layers.4.mlp.fc2.weight', 'text_model.encoder.layers.4.mlp.fc2.bias', 'text_model.encoder.layers.5.layer_norm1.weight', 'text_model.encoder.layers.5.layer_norm1.bias', 'text_model.encoder.layers.5.self_attn.q_proj.weight', 'text_model.encoder.layers.5.self_attn.q_proj.bias', 'text_model.encoder.layers.5.self_attn.k_proj.weight', 'text_model.encoder.layers.5.self_attn.k_proj.bias', 'text_model.encoder.layers.5.self_attn.v_proj.weight', 'text_model.encoder.layers.5.self_attn.v_proj.bias', 'text_model.encoder.layers.5.self_attn.out_proj.weight', 'text_model.encoder.layers.5.self_attn.out_proj.bias', 'text_model.encoder.layers.5.layer_norm2.weight', 'text_model.encoder.layers.5.layer_norm2.bias', 'text_model.encoder.layers.5.mlp.fc1.weight', 'text_model.encoder.layers.5.mlp.fc1.bias', 'text_model.encoder.layers.5.mlp.fc2.weight', 'text_model.encoder.layers.5.mlp.fc2.bias', 'text_model.encoder.layers.6.layer_norm1.weight', 'text_model.encoder.layers.6.layer_norm1.bias', 'text_model.encoder.layers.6.self_attn.q_proj.weight', 'text_model.encoder.layers.6.self_attn.q_proj.bias', 'text_model.encoder.layers.6.self_attn.k_proj.weight', 'text_model.encoder.layers.6.self_attn.k_proj.bias', 'text_model.encoder.layers.6.self_attn.v_proj.weight', 'text_model.encoder.layers.6.self_attn.v_proj.bias', 'text_model.encoder.layers.6.self_attn.out_proj.weight', 'text_model.encoder.layers.6.self_attn.out_proj.bias', 'text_model.encoder.layers.6.layer_norm2.weight', 'text_model.encoder.layers.6.layer_norm2.bias', 'text_model.encoder.layers.6.mlp.fc1.weight', 'text_model.encoder.layers.6.mlp.fc1.bias', 'text_model.encoder.layers.6.mlp.fc2.weight', 'text_model.encoder.layers.6.mlp.fc2.bias', 'text_model.encoder.layers.7.layer_norm1.weight', 'text_model.encoder.layers.7.layer_norm1.bias', 'text_model.encoder.layers.7.self_attn.q_proj.weight', 'text_model.encoder.layers.7.self_attn.q_proj.bias', 'text_model.encoder.layers.7.self_attn.k_proj.weight', 'text_model.encoder.layers.7.self_attn.k_proj.bias', 'text_model.encoder.layers.7.self_attn.v_proj.weight', 'text_model.encoder.layers.7.self_attn.v_proj.bias', 'text_model.encoder.layers.7.self_attn.out_proj.weight', 'text_model.encoder.layers.7.self_attn.out_proj.bias', 'text_model.encoder.layers.7.layer_norm2.weight', 'text_model.encoder.layers.7.layer_norm2.bias', 'text_model.encoder.layers.7.mlp.fc1.weight', 'text_model.encoder.layers.7.mlp.fc1.bias', 'text_model.encoder.layers.7.mlp.fc2.weight', 'text_model.encoder.layers.7.mlp.fc2.bias', 'text_model.encoder.layers.8.layer_norm1.weight', 'text_model.encoder.layers.8.layer_norm1.bias', 'text_model.encoder.layers.8.self_attn.q_proj.weight', 'text_model.encoder.layers.8.self_attn.q_proj.bias', 'text_model.encoder.layers.8.self_attn.k_proj.weight', 'text_model.encoder.layers.8.self_attn.k_proj.bias', 'text_model.encoder.layers.8.self_attn.v_proj.weight', 'text_model.encoder.layers.8.self_attn.v_proj.bias', 'text_model.encoder.layers.8.self_attn.out_proj.weight', 'text_model.encoder.layers.8.self_attn.out_proj.bias', 'text_model.encoder.layers.8.layer_norm2.weight', 'text_model.encoder.layers.8.layer_norm2.bias', 'text_model.encoder.layers.8.mlp.fc1.weight', 'text_model.encoder.layers.8.mlp.fc1.bias', 'text_model.encoder.layers.8.mlp.fc2.weight', 'text_model.encoder.layers.8.mlp.fc2.bias', 'text_model.encoder.layers.9.layer_norm1.weight', 'text_model.encoder.layers.9.layer_norm1.bias', 'text_model.encoder.layers.9.self_attn.q_proj.weight', 'text_model.encoder.layers.9.self_attn.q_proj.bias', 'text_model.encoder.layers.9.self_attn.k_proj.weight', 'text_model.encoder.layers.9.self_attn.k_proj.bias', 'text_model.encoder.layers.9.self_attn.v_proj.weight', 'text_model.encoder.layers.9.self_attn.v_proj.bias', 'text_model.encoder.layers.9.self_attn.out_proj.weight', 'text_model.encoder.layers.9.self_attn.out_proj.bias', 'text_model.encoder.layers.9.layer_norm2.weight', 'text_model.encoder.layers.9.layer_norm2.bias', 'text_model.encoder.layers.9.mlp.fc1.weight', 'text_model.encoder.layers.9.mlp.fc1.bias', 'text_model.encoder.layers.9.mlp.fc2.weight', 'text_model.encoder.layers.9.mlp.fc2.bias', 'text_model.encoder.layers.10.layer_norm1.weight', 'text_model.encoder.layers.10.layer_norm1.bias', 'text_model.encoder.layers.10.self_attn.q_proj.weight', 'text_model.encoder.layers.10.self_attn.q_proj.bias', 'text_model.encoder.layers.10.self_attn.k_proj.weight', 'text_model.encoder.layers.10.self_attn.k_proj.bias', 'text_model.encoder.layers.10.self_attn.v_proj.weight', 'text_model.encoder.layers.10.self_attn.v_proj.bias', 'text_model.encoder.layers.10.self_attn.out_proj.weight', 'text_model.encoder.layers.10.self_attn.out_proj.bias', 'text_model.encoder.layers.10.layer_norm2.weight', 'text_model.encoder.layers.10.layer_norm2.bias', 'text_model.encoder.layers.10.mlp.fc1.weight', 'text_model.encoder.layers.10.mlp.fc1.bias', 'text_model.encoder.layers.10.mlp.fc2.weight', 'text_model.encoder.layers.10.mlp.fc2.bias', 'text_model.encoder.layers.11.layer_norm1.weight', 'text_model.encoder.layers.11.layer_norm1.bias', 'text_model.encoder.layers.11.self_attn.q_proj.weight', 'text_model.encoder.layers.11.self_attn.q_proj.bias', 'text_model.encoder.layers.11.self_attn.k_proj.weight', 'text_model.encoder.layers.11.self_attn.k_proj.bias', 'text_model.encoder.layers.11.self_attn.v_proj.weight', 'text_model.encoder.layers.11.self_attn.v_proj.bias', 'text_model.encoder.layers.11.self_attn.out_proj.weight', 'text_model.encoder.layers.11.self_attn.out_proj.bias', 'text_model.encoder.layers.11.layer_norm2.weight', 'text_model.encoder.layers.11.layer_norm2.bias', 'text_model.encoder.layers.11.mlp.fc1.weight', 'text_model.encoder.layers.11.mlp.fc1.bias', 'text_model.encoder.layers.11.mlp.fc2.weight', 'text_model.encoder.layers.11.mlp.fc2.bias', 'text_model.final_layer_norm.weight', 'text_model.final_layer_norm.bias', 'text_projection.weight']
2025-03-04T01:32:36.655769 - Requested to load HunyuanVideo
2025-03-04T01:32:57.894945 - loaded partially 17951.635 17951.271606445312 0
2025-03-04T01:32:57.983879 -
0%| | 0/20 [00:00
Contributor guide
Assessment
This issue has not been assessed yet.