-
Notifications
You must be signed in to change notification settings - Fork 104
Description
Describe the bug
A clear and concise description of what the bug is.
To Reproduce
Steps to reproduce the behavior
Expected behavior
A clear and concise description of what you expected to happen.
Nice to have
- Terminal output
- Screenshots
Additional context
Add any other context about the problem here.
error on launch
C:\Users\walnu\ComfyUI_windows_portable>.\python_embeded\python.exe -s ComfyUI\main.py --windows-standalone-build
[START] Security scan
[DONE] Security scan
ComfyUI-Manager: installing dependencies done.
** ComfyUI startup time: 2026-01-18 11:54:19.738
** Platform: Windows
** Python version: 3.13.9 (tags/v3.13.9:8183fa5, Oct 14 2025, 14:09:13) [MSC v.1944 64 bit (AMD64)]
** Python executable: C:\Users\walnu\ComfyUI_windows_portable\python_embeded\python.exe
** ComfyUI Path: C:\Users\walnu\ComfyUI_windows_portable\ComfyUI
** ComfyUI Base Folder Path: C:\Users\walnu\ComfyUI_windows_portable\ComfyUI
** User directory: C:\Users\walnu\ComfyUI_windows_portable\ComfyUI\user
** ComfyUI-Manager config path: C:\Users\walnu\ComfyUI_windows_portable\ComfyUI\user__manager\config.ini
** Log path: C:\Users\walnu\ComfyUI_windows_portable\ComfyUI\user\comfyui.log
Prestartup times for custom nodes:
0.0 seconds: C:\Users\walnu\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui-easy-use
0.0 seconds: C:\Users\walnu\ComfyUI_windows_portable\ComfyUI\custom_nodes\rgthree-comfy
1.4 seconds: C:\Users\walnu\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui-manager
Checkpoint files will always be loaded safely.
Total VRAM 16311 MB, total RAM 63134 MB
pytorch version: 2.9.1+cu130
Set vram state to: NORMAL_VRAM
Device: cuda:0 NVIDIA GeForce RTX 5060 Ti : cudaMallocAsync
Using async weight offloading with 2 streams
Enabled pinned memory 28410.0
working around nvidia conv3d memory bug.
Found comfy_kitchen backend eager: {'available': True, 'disabled': False, 'unavailable_reason': None, 'capabilities': ['apply_rope', 'apply_rope1', 'dequantize_nvfp4', 'dequantize_per_tensor_fp8', 'quantize_nvfp4', 'quantize_per_tensor_fp8', 'scaled_mm_nvfp4']}
Found comfy_kitchen backend triton: {'available': False, 'disabled': True, 'unavailable_reason': "ImportError: No module named 'triton'", 'capabilities': []}
Found comfy_kitchen backend cuda: {'available': True, 'disabled': False, 'unavailable_reason': None, 'capabilities': ['apply_rope', 'apply_rope1', 'dequantize_nvfp4', 'dequantize_per_tensor_fp8', 'quantize_nvfp4', 'quantize_per_tensor_fp8', 'scaled_mm_nvfp4']}
Using pytorch attention
Python version: 3.13.9 (tags/v3.13.9:8183fa5, Oct 14 2025, 14:09:13) [MSC v.1944 64 bit (AMD64)]
ComfyUI version: 0.9.2
ComfyUI frontend version: 1.36.14
[Prompt Server] web root: C:\Users\walnu\ComfyUI_windows_portable\python_embeded\Lib\site-packages\comfyui_frontend_package\static
Traceback (most recent call last):
File "C:\Users\walnu\ComfyUI_windows_portable\ComfyUI\nodes.py", line 2158, in load_custom_node
module_spec.loader.exec_module(module)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^
File "", line 1027, in exec_module
File "", line 488, in call_with_frames_removed
File "C:\Users\walnu\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Crystools_init.py", line 10, in
from .core import version, logger
File "C:\Users\walnu\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Crystools\core_init_.py", line 5, in
from .common import *
File "C:\Users\walnu\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Crystools\core\common.py", line 4, in
from deepdiff import DeepDiff
ModuleNotFoundError: No module named 'deepdiff'
Cannot import C:\Users\walnu\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Crystools module for custom nodes: No module named 'deepdiff'
Traceback (most recent call last):
File "C:\Users\walnu\ComfyUI_windows_portable\ComfyUI\nodes.py", line 2158, in load_custom_node
module_spec.loader.exec_module(module)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^
File "", line 1027, in exec_module
File "", line 488, in call_with_frames_removed
File "C:\Users\walnu\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui-easy-use_init.py", line 19, in
imported_module = importlib.import_module(".py.nodes.{}".format(module_name), name)
File "importlib_init_.py", line 88, in import_module
File "", line 1387, in _gcd_import
File "", line 1360, in _find_and_load
File "", line 1331, in _find_and_load_unlocked
File "", line 935, in _load_unlocked
File "", line 1027, in exec_module
File "", line 488, in _call_with_frames_removed
File "C:\Users\walnu\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui-easy-use\py\nodes\image.py", line 1784, in
import cv2
ModuleNotFoundError: No module named 'cv2'
Cannot import C:\Users\walnu\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui-easy-use module for custom nodes: No module named 'cv2'
Traceback (most recent call last):
File "C:\Users\walnu\ComfyUI_windows_portable\ComfyUI\nodes.py", line 2158, in load_custom_node
module_spec.loader.exec_module(module)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^
File "", line 1027, in exec_module
File "", line 488, in call_with_frames_removed
File "C:\Users\walnu\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Gallery_init.py", line 4, in
from .server import *
File "C:\Users\walnu\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Gallery\server.py", line 15, in
from .folder_monitor import FileSystemMonitor
File "C:\Users\walnu\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Gallery\folder_monitor.py", line 5, in
from watchdog.observers import Observer
ModuleNotFoundError: No module named 'watchdog'
Cannot import C:\Users\walnu\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Gallery module for custom nodes: No module named 'watchdog'
Traceback (most recent call last):
File "C:\Users\walnu\ComfyUI_windows_portable\ComfyUI\nodes.py", line 2158, in load_custom_node
module_spec.loader.exec_module(module)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^
File "", line 1027, in exec_module
File "", line 488, in call_with_frames_removed
File "C:\Users\walnu\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-GGUF_init.py", line 7, in
from .nodes import NODE_CLASS_MAPPINGS
File "C:\Users\walnu\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-GGUF\nodes.py", line 16, in
from .ops import GGMLOps, move_patch_to_device
File "C:\Users\walnu\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-GGUF\ops.py", line 2, in
import gguf
ModuleNotFoundError: No module named 'gguf'
Cannot import C:\Users\walnu\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-GGUF module for custom nodes: No module named 'gguf'
[ComfyUI-IcyHider] Wrapped 64 core nodes
[ComfyUI-IcyHider] WAS Node Suite not found, skipping
[ComfyUI-IcyHider] WAS Extras not found, skipping
[ComfyUI-IcyHider] Total nodes wrapped: 64
Loading: ComfyUI-Impact-Pack (V8.28.2)
[Impact Pack] Failed to import due to several dependencies are missing!!!!
Traceback (most recent call last):
File "C:\Users\walnu\ComfyUI_windows_portable\ComfyUI\nodes.py", line 2158, in load_custom_node
module_spec.loader.exec_module(module)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^
File "", line 1027, in exec_module
File "", line 488, in call_with_frames_removed
File "C:\Users\walnu\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui-impact-pack_init.py", line 40, in
raise e
File "C:\Users\walnu\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui-impact-pack_init_.py", line 27, in
import cv2 # noqa: F401
^^^^^^^^^^
ModuleNotFoundError: No module named 'cv2'
Cannot import C:\Users\walnu\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui-impact-pack module for custom nodes: No module named 'cv2'
Loading: ComfyUI-Impact-Subpack (V1.3.5)
Traceback (most recent call last):
File "C:\Users\walnu\ComfyUI_windows_portable\ComfyUI\nodes.py", line 2158, in load_custom_node
module_spec.loader.exec_module(module)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^
File "", line 1027, in exec_module
File "", line 488, in call_with_frames_removed
File "C:\Users\walnu\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui-impact-subpack_init.py", line 23, in
imported_module = importlib.import_module(".modules.{}".format(module_name), name)
File "importlib_init_.py", line 88, in import_module
File "", line 1387, in _gcd_import
File "", line 1360, in _find_and_load
File "", line 1331, in _find_and_load_unlocked
File "", line 935, in _load_unlocked
File "", line 1027, in exec_module
File "", line 488, in _call_with_frames_removed
File "C:\Users\walnu\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui-impact-subpack\modules\subpack_nodes.py", line 3, in
from . import subcore
File "C:\Users\walnu\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui-impact-subpack\modules\subcore.py", line 3, in
import cv2
ModuleNotFoundError: No module named 'cv2'
Cannot import C:\Users\walnu\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui-impact-subpack module for custom nodes: No module named 'cv2'
jjk_util loding
OpenCV not installed
Traceback (most recent call last):
File "C:\Users\walnu\ComfyUI_windows_portable\ComfyUI\nodes.py", line 2158, in load_custom_node
module_spec.loader.exec_module(module)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^
File "", line 1027, in exec_module
File "", line 488, in call_with_frames_removed
File "C:\Users\walnu\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-KJNodes_init.py", line 7, in
from .nodes.mask_nodes import *
File "C:\Users\walnu\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-KJNodes\nodes\mask_nodes.py", line 1314, in
import cv2
ModuleNotFoundError: No module named 'cv2'
Cannot import C:\Users\walnu\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-KJNodes module for custom nodes: No module named 'cv2'
[ComfyUI-Manager] NOTICE: Legacy backup exists
- Your old Manager data was backed up to:
C:\Users\walnu\ComfyUI_windows_portable\ComfyUI\user__manager.legacy-manager-backup - Please verify and remove it when no longer needed.
Loading: ComfyUI-Manager (V3.39)
[ComfyUI-Manager] network_mode: personal_cloud
[ComfyUI-Manager] ComfyUI per-queue preview override detected (PR #11261). Manager's preview method feature is disabled. Use ComfyUI's --preview-method CLI option or 'Settings > Execution > Live preview method'.
ComfyUI Revision: 266 [034fac70] *DETACHED | Released on '2026-01-17'
[ComfyUI-Manager] default cache updated: https://raw.githubusercontent.com/ltdrdata/ComfyUI-Manager/main/alter-list.json
[ComfyUI-Manager] default cache updated: https://raw.githubusercontent.com/ltdrdata/ComfyUI-Manager/main/model-list.json
[VideoHelperSuite] - WARNING - Failed to import imageio_ffmpeg
[VideoHelperSuite] - ERROR - No valid ffmpeg found.
[ComfyUI-Manager] default cache updated: https://raw.githubusercontent.com/ltdrdata/ComfyUI-Manager/main/github-stats.json
Traceback (most recent call last):
File "C:\Users\walnu\ComfyUI_windows_portable\ComfyUI\nodes.py", line 2158, in load_custom_node
module_spec.loader.exec_module(module)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^
File "", line 1027, in exec_module
File "", line 488, in call_with_frames_removed
File "C:\Users\walnu\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui-videohelpersuite_init.py", line 1, in
from .videohelpersuite.nodes import NODE_CLASS_MAPPINGS, NODE_DISPLAY_NAME_MAPPINGS
File "C:\Users\walnu\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui-videohelpersuite\videohelpersuite\nodes.py", line 20, in
from .load_video_nodes import LoadVideoUpload, LoadVideoPath, LoadVideoFFmpegUpload, LoadVideoFFmpegPath, LoadImagePath
File "C:\Users\walnu\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui-videohelpersuite\videohelpersuite\load_video_nodes.py", line 6, in
import cv2
ModuleNotFoundError: No module named 'cv2'
Cannot import C:\Users\walnu\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui-videohelpersuite module for custom nodes: No module named 'cv2'
[ComfyUI-Manager] default cache updated: https://raw.githubusercontent.com/ltdrdata/ComfyUI-Manager/main/extension-node-map.json
Traceback (most recent call last):
File "C:\Users\walnu\ComfyUI_windows_portable\ComfyUI\nodes.py", line 2158, in load_custom_node
module_spec.loader.exec_module(module)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^
File "", line 1027, in exec_module
File "", line 488, in call_with_frames_removed
File "C:\Users\walnu\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-WanVideoWrapper_init.py", line 69, in
register_nodes(module_path, name, optional=False)
~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\walnu\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-WanVideoWrapper_init_.py", line 58, in register_nodes
module = importlib.import_module(module_path, package=package)
File "importlib_init_.py", line 88, in import_module
File "", line 1387, in _gcd_import
File "", line 1360, in _find_and_load
File "", line 1331, in find_and_load_unlocked
File "", line 935, in load_unlocked
File "", line 1027, in exec_module
File "", line 488, in call_with_frames_removed
File "C:\Users\walnu\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-WanVideoWrapper\nodes_sampler.py", line 7, in
from diffusers.schedulers import FlowMatchEulerDiscreteScheduler
File "C:\Users\walnu\ComfyUI_windows_portable\python_embeded\Lib\site-packages\diffusers_init.py", line 5, in
from .utils import (
...<12 lines>...
)
File "C:\Users\walnu\ComfyUI_windows_portable\python_embeded\Lib\site-packages\diffusers\utils_init.py", line 38, in
from .dynamic_modules_utils import get_class_from_dynamic_module
File "C:\Users\walnu\ComfyUI_windows_portable\python_embeded\Lib\site-packages\diffusers\utils\dynamic_modules_utils.py", line 28, in
from huggingface_hub import cached_download, hf_hub_download, model_info
ImportError: cannot import name 'cached_download' from 'huggingface_hub' (C:\Users\walnu\ComfyUI_windows_portable\python_embeded\Lib\site-packages\huggingface_hub_init.py). Did you mean: 'hf_hub_download'?
Cannot import C:\Users\walnu\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-WanVideoWrapper module for custom nodes: cannot import name 'cached_download' from 'huggingface_hub' (C:\Users\walnu\ComfyUI_windows_portable\python_embeded\Lib\site-packages\huggingface_hub_init_.py)
Traceback (most recent call last):
File "C:\Users\walnu\ComfyUI_windows_portable\ComfyUI\nodes.py", line 2158, in load_custom_node
module_spec.loader.exec_module(module)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^
File "", line 1027, in exec_module
File "", line 488, in call_with_frames_removed
File "C:\Users\walnu\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui_controlnet_aux_init.py", line 7, in
from .utils import here, define_preprocessor_inputs, INPUT
File "C:\Users\walnu\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui_controlnet_aux\utils.py", line 4, in
import cv2
ModuleNotFoundError: No module named 'cv2'
Cannot import C:\Users\walnu\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui_controlnet_aux module for custom nodes: No module named 'cv2'
[ComfyUI-Manager] default cache updated: https://raw.githubusercontent.com/ltdrdata/ComfyUI-Manager/main/custom-node-list.json
======================================== ComfyUI-nunchaku Initialization ========================================
Nunchaku version: Package 'nunchaku' not found.
ComfyUI-nunchaku version: 1.2.0
Could not parse nunchaku version: Package 'nunchaku' not found.. Please ensure you have at least v1.0.0.
Node NunchakuFluxDiTLoader import failed:
Traceback (most recent call last):
File "C:\Users\walnu\ComfyUI_windows_portable\ComfyUI\custom_nodes\nunchaku_nodes_init_.py", line 82, in
from .nodes.models.flux import NunchakuFluxDiTLoader
File "C:\Users\walnu\ComfyUI_windows_portable\ComfyUI\custom_nodes\nunchaku_nodes\nodes\models\flux.py", line 16, in
from nunchaku import NunchakuFluxTransformer2dModel
ModuleNotFoundError: No module named 'nunchaku'
Node NunchakuQwenImageDiTLoader import failed:
Traceback (most recent call last):
File "C:\Users\walnu\ComfyUI_windows_portable\ComfyUI\custom_nodes\nunchaku_nodes_init_.py", line 89, in
from .nodes.models.qwenimage import NunchakuQwenImageDiTLoader
File "C:\Users\walnu\ComfyUI_windows_portable\ComfyUI\custom_nodes\nunchaku_nodes\nodes\models\qwenimage.py", line 13, in
from nunchaku.utils import check_hardware_compatibility, get_gpu_memory, get_precision_from_quantization_config
ModuleNotFoundError: No module named 'nunchaku'
Nodes NunchakuFluxLoraLoader and NunchakuFluxLoraStack import failed:
Traceback (most recent call last):
File "C:\Users\walnu\ComfyUI_windows_portable\ComfyUI\custom_nodes\nunchaku_nodes_init_.py", line 96, in
from .nodes.lora.flux import NunchakuFluxLoraLoader, NunchakuFluxLoraStack
File "C:\Users\walnu\ComfyUI_windows_portable\ComfyUI\custom_nodes\nunchaku_nodes\nodes\lora\flux.py", line 9, in
from nunchaku.lora.flux import to_diffusers
ModuleNotFoundError: No module named 'nunchaku'
Nodes NunchakuTextEncoderLoader and NunchakuTextEncoderLoaderV2 import failed:
Traceback (most recent call last):
File "C:\Users\walnu\ComfyUI_windows_portable\ComfyUI\custom_nodes\nunchaku_nodes_init_.py", line 104, in
from .nodes.models.text_encoder import NunchakuTextEncoderLoader, NunchakuTextEncoderLoaderV2
File "C:\Users\walnu\ComfyUI_windows_portable\ComfyUI\custom_nodes\nunchaku_nodes\nodes\models\text_encoder.py", line 18, in
from nunchaku import NunchakuT5EncoderModel
ModuleNotFoundError: No module named 'nunchaku'
Nodes NunchakuPulidApply,NunchakuPulidLoader, NunchakuPuLIDLoaderV2 and NunchakuFluxPuLIDApplyV2 import failed:
Traceback (most recent call last):
File "C:\Users\walnu\ComfyUI_windows_portable\ComfyUI\custom_nodes\nunchaku_nodes_init_.py", line 119, in
from .nodes.models.pulid import (
...<4 lines>...
)
File "C:\Users\walnu\ComfyUI_windows_portable\ComfyUI\custom_nodes\nunchaku_nodes\nodes\models\pulid.py", line 19, in
from nunchaku.models.pulid.pulid_forward import pulid_forward
ModuleNotFoundError: No module named 'nunchaku'
Nodes NunchakuFluxIPAdapterApply and NunchakuIPAdapterLoader import failed:
Traceback (most recent call last):
File "C:\Users\walnu\ComfyUI_windows_portable\ComfyUI\custom_nodes\nunchaku_nodes_init_.py", line 136, in
from .nodes.models.ipadapter import NunchakuFluxIPAdapterApply, NunchakuIPAdapterLoader
File "C:\Users\walnu\ComfyUI_windows_portable\ComfyUI\custom_nodes\nunchaku_nodes\nodes\models\ipadapter.py", line 11, in
from diffusers import FluxPipeline
File "C:\Users\walnu\ComfyUI_windows_portable\python_embeded\Lib\site-packages\diffusers_init_.py", line 5, in
from .utils import (
...<12 lines>...
)
File "C:\Users\walnu\ComfyUI_windows_portable\python_embeded\Lib\site-packages\diffusers\utils_init_.py", line 38, in
from .dynamic_modules_utils import get_class_from_dynamic_module
File "C:\Users\walnu\ComfyUI_windows_portable\python_embeded\Lib\site-packages\diffusers\utils\dynamic_modules_utils.py", line 28, in
from huggingface_hub import cached_download, hf_hub_download, model_info
ImportError: cannot import name 'cached_download' from 'huggingface_hub' (C:\Users\walnu\ComfyUI_windows_portable\python_embeded\Lib\site-packages\huggingface_hub_init_.py). Did you mean: 'hf_hub_download'?
Nodes NunchakuZImageDiTLoader import failed:
Traceback (most recent call last):
File "C:\Users\walnu\ComfyUI_windows_portable\ComfyUI\custom_nodes\nunchaku_nodes_init_.py", line 144, in
from .nodes.models.zimage import NunchakuZImageDiTLoader
File "C:\Users\walnu\ComfyUI_windows_portable\ComfyUI\custom_nodes\nunchaku_nodes\nodes\models\zimage.py", line 12, in
from nunchaku.models.transformers.utils import convert_fp16, patch_scale_key
ModuleNotFoundError: No module named 'nunchaku'
Node NunchakuModelMerger import failed:
Traceback (most recent call last):
File "C:\Users\walnu\ComfyUI_windows_portable\ComfyUI\custom_nodes\nunchaku_nodes_init_.py", line 151, in
from .nodes.tools.merge_safetensors import NunchakuModelMerger
File "C:\Users\walnu\ComfyUI_windows_portable\ComfyUI\custom_nodes\nunchaku_nodes\nodes\tools\merge_safetensors.py", line 10, in
from nunchaku.merge_safetensors import merge_safetensors
ModuleNotFoundError: No module named 'nunchaku'
'nunchaku_versions.json' not found. Node will start in minimal mode. Use 'update node' to fetch versions.
[rgthree-comfy] Loaded 48 exciting nodes. 🎉
Traceback (most recent call last):
File "C:\Users\walnu\ComfyUI_windows_portable\ComfyUI\nodes.py", line 2158, in load_custom_node
module_spec.loader.exec_module(module)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^
File "", line 1027, in exec_module
File "", line 488, in call_with_frames_removed
File "C:\Users\walnu\ComfyUI_windows_portable\ComfyUI\custom_nodes\was-node-suite-comfyui_init.py", line 1, in
from .WAS_Node_Suite import NODE_CLASS_MAPPINGS
File "C:\Users\walnu\ComfyUI_windows_portable\ComfyUI\custom_nodes\was-node-suite-comfyui\WAS_Node_Suite.py", line 37, in
from numba import jit
ModuleNotFoundError: No module named 'numba'
Cannot import C:\Users\walnu\ComfyUI_windows_portable\ComfyUI\custom_nodes\was-node-suite-comfyui module for custom nodes: No module named 'numba'
Traceback (most recent call last):
File "C:\Users\walnu\ComfyUI_windows_portable\ComfyUI\nodes.py", line 2158, in load_custom_node
module_spec.loader.exec_module(module)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^
File "", line 1027, in exec_module
File "", line 488, in call_with_frames_removed
File "C:\Users\walnu\ComfyUI_windows_portable\ComfyUI\custom_nodes\was-ns_init.py", line 1, in
from .WAS_Node_Suite import NODE_CLASS_MAPPINGS
File "C:\Users\walnu\ComfyUI_windows_portable\ComfyUI\custom_nodes\was-ns\WAS_Node_Suite.py", line 44, in
from numba import jit
ModuleNotFoundError: No module named 'numba'
Cannot import C:\Users\walnu\ComfyUI_windows_portable\ComfyUI\custom_nodes\was-ns module for custom nodes: No module named 'numba'
Import times for custom nodes:
0.0 seconds: C:\Users\walnu\ComfyUI_windows_portable\ComfyUI\custom_nodes\websocket_image_save.py
0.0 seconds: C:\Users\walnu\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Jjk-Nodes
0.0 seconds (IMPORT FAILED): C:\Users\walnu\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-GGUF
0.0 seconds (IMPORT FAILED): C:\Users\walnu\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Gallery
0.0 seconds: C:\Users\walnu\ComfyUI_windows_portable\ComfyUI\custom_nodes\cg-use-everywhere
0.0 seconds (IMPORT FAILED): C:\Users\walnu\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui-impact-pack
0.0 seconds (IMPORT FAILED): C:\Users\walnu\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui-impact-subpack
0.0 seconds: C:\Users\walnu\ComfyUI_windows_portable\ComfyUI\custom_nodes\wan22fmlf
0.0 seconds: C:\Users\walnu\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui-inpaint-nodes
0.0 seconds (IMPORT FAILED): C:\Users\walnu\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Crystools
0.0 seconds: C:\Users\walnu\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui_ipadapter_plus
0.0 seconds (IMPORT FAILED): C:\Users\walnu\ComfyUI_windows_portable\ComfyUI\custom_nodes\was-ns
0.0 seconds (IMPORT FAILED): C:\Users\walnu\ComfyUI_windows_portable\ComfyUI\custom_nodes\was-node-suite-comfyui
0.0 seconds: C:\Users\walnu\ComfyUI_windows_portable\ComfyUI\custom_nodes\audio-separation-nodes-comfyui
0.0 seconds: C:\Users\walnu\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui-custom-scripts
0.0 seconds: C:\Users\walnu\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-IcyHider
0.0 seconds (IMPORT FAILED): C:\Users\walnu\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-KJNodes
0.0 seconds (IMPORT FAILED): C:\Users\walnu\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui_controlnet_aux
0.0 seconds: C:\Users\walnu\ComfyUI_windows_portable\ComfyUI\custom_nodes\gguf
0.0 seconds: C:\Users\walnu\ComfyUI_windows_portable\ComfyUI\custom_nodes\rgthree-comfy
0.0 seconds: C:\Users\walnu\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui_essentials
0.0 seconds (IMPORT FAILED): C:\Users\walnu\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui-videohelpersuite
0.0 seconds (IMPORT FAILED): C:\Users\walnu\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-WanVideoWrapper
0.1 seconds (IMPORT FAILED): C:\Users\walnu\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui-easy-use
0.1 seconds: C:\Users\walnu\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui-manager
0.1 seconds: C:\Users\walnu\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui-tooling-nodes
0.5 seconds: C:\Users\walnu\ComfyUI_windows_portable\ComfyUI\custom_nodes\nunchaku_nodes
Context impl SQLiteImpl.
Will assume non-transactional DDL.
Assets scan(roots=['models']) completed in 0.015s (created=0, skipped_existing=89, total_seen=89)
Starting server
To see the GUI go to: http://127.0.0.1:8188
[DEPRECATION WARNING] Detected import of deprecated legacy API: /scripts/ui.js. This is likely caused by a custom node extension using outdated APIs. Please update your extensions or contact the extension author for an updated version.
[DEPRECATION WARNING] Detected import of deprecated legacy API: /extensions/core/groupNode.js. This is likely caused by a custom node extension using outdated APIs. Please update your extensions or contact the extension author for an updated version.
[DEPRECATION WARNING] Detected import of deprecated legacy API: /scripts/ui/components/buttonGroup.js. This is likely caused by a custom node extension using outdated APIs. Please update your extensions or contact the extension author for an updated version.
[DEPRECATION WARNING] Detected import of deprecated legacy API: /scripts/ui/components/button.js. This is likely caused by a custom node extension using outdated APIs. Please update your extensions or contact the extension author for an updated version.
[DEPRECATION WARNING] Detected import of deprecated legacy API: /scripts/ui/components/popup.js. This is likely caused by a custom node extension using outdated APIs. Please update your extensions or contact the extension author for an updated version.
[DEPRECATION WARNING] Detected import of deprecated legacy API: /extensions/core/widgetInputs.js. This is likely caused by a custom node extension using outdated APIs. Please update your extensions or contact the extension author for an updated version.
FETCH ComfyRegistry Data: 5/120
FETCH ComfyRegistry Data: 10/120
FETCH ComfyRegistry Data: 15/120
FETCH ComfyRegistry Data: 20/120
FETCH ComfyRegistry Data: 25/120
FETCH ComfyRegistry Data: 30/120
FETCH ComfyRegistry Data: 35/120
FETCH ComfyRegistry Data: 40/120
FETCH ComfyRegistry Data: 45/120
FETCH ComfyRegistry Data: 50/120
got prompt
Prompt executed in 0.00 seconds
FETCH ComfyRegistry Data: 55/120
FETCH ComfyRegistry Data: 60/120
FETCH ComfyRegistry Data: 65/120
got prompt
Checking for new versions from CDN: https://nunchaku.tech/cdn/nunchaku_versions.json...
Successfully created/updated 'nunchaku_versions.json' from CDN.
Prompt executed in 0.06 seconds
FETCH ComfyRegistry Data: 70/120
FETCH ComfyRegistry Data: 75/120
FETCH ComfyRegistry Data: 80/120
FETCH ComfyRegistry Data: 85/120
FETCH ComfyRegistry Data: 90/120
got prompt
Using installer backend: uv
--- Trying source: modelscope for version 1.2.0 ---
Attempting to install: nunchaku-1.2.0+torch2.9-cp313-cp313-win_amd64.whl
Failed to install from modelscope: Installation failed for https://modelscope.cn/models/nunchaku-tech/nunchaku/resolve/master/nunchaku-1.2.0+torch2.9-cp313-cp313-win_amd64.whl. Error: HTTP Error 500: Internal Server Error. Trying next source...
--- Trying source: huggingface for version 1.2.0 ---
Attempting to install: nunchaku-1.2.0+torch2.9-cp313-cp313-win_amd64.whl
Failed to install from huggingface: Installation failed for https://huggingface.co/nunchaku-tech/nunchaku/resolve/main/nunchaku-1.2.0+torch2.9-cp313-cp313-win_amd64.whl. Error: HTTP Error 404: Not Found. Trying next source...
--- Trying source: github for version 1.2.0 ---
Attempting to install: nunchaku-1.2.0+torch2.9-cp313-cp313-win_amd64.whl
FETCH ComfyRegistry Data: 95/120
FETCH ComfyRegistry Data: 100/120
FETCH ComfyRegistry Data: 105/120
--- Successfully installed from github ---
Prompt executed in 11.00 seconds
FETCH ComfyRegistry Data: 110/120
FETCH ComfyRegistry Data: 115/120
FETCH ComfyRegistry Data: 120/120
FETCH ComfyRegistry Data [DONE]
[ComfyUI-Manager] default cache updated: https://api.comfy.org/nodes
[ComfyUI-Manager] An invalid channel was used: https://raw.githubusercontent.com/ltdrdata/ComfyUI-Manager/main
Exception in thread Thread-6 ():
Traceback (most recent call last):
File "threading.py", line 1043, in _bootstrap_inner
File "threading.py", line 994, in run
File "C:\Users\walnu\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui-manager\glob\manager_server.py", line 1846, in
threading.Thread(target=lambda: asyncio.run(default_cache_update())).start()
~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^
File "asyncio\runners.py", line 195, in run
File "asyncio\runners.py", line 118, in run
File "asyncio\base_events.py", line 725, in run_until_complete
File "C:\Users\walnu\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui-manager\glob\manager_server.py", line 1841, in default_cache_update
await core.unified_manager.get_custom_nodes(channel_url, 'remote')
File "C:\Users\walnu\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui-manager\glob\manager_core.py", line 885, in get_custom_nodes
nodes = await self.load_nightly(channel, mode)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\walnu\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui-manager\glob\manager_core.py", line 855, in load_nightly
raise InvalidChannel(channel_url)
manager_core.InvalidChannel: https://raw.githubusercontent.com/ltdrdata/ComfyUI-Manager/main