Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- (venv) H:\>cd com-ui
- (venv) H:\com-ui>python main.py --use-sage-attention
- C:\Users\dmcg3\AppData\Local\Programs\Python\Python311\python.exe: can't open file 'H:\\com-ui\\main.py': [Errno 2] No such file or directory
- (venv) H:\com-ui>cd ComfyUI
- (venv) H:\com-ui\ComfyUI>python main.py --use-sage-attention
- [START] Security scan
- [DONE] Security scan
- ## ComfyUI-Manager: installing dependencies done.
- ** ComfyUI startup time: 2025-03-23 12:48:41.187
- ** Platform: Windows
- ** Python version: 3.11.9 (tags/v3.11.9:de54cf5, Apr 2 2024, 10:12:12) [MSC v.1938 64 bit (AMD64)]
- ** Python executable: H:\com-ui\ComfyUI\venv\Scripts\python.exe
- ** ComfyUI Path: H:\com-ui\ComfyUI
- ** ComfyUI Base Folder Path: H:\com-ui\ComfyUI
- ** User directory: H:\com-ui\ComfyUI\user
- ** ComfyUI-Manager config path: H:\com-ui\ComfyUI\user\default\ComfyUI-Manager\config.ini
- ** Log path: H:\com-ui\ComfyUI\user\comfyui.log
- [notice] A new release of pip is available: 24.0 -> 25.0.1
- [notice] To update, run: python.exe -m pip install --upgrade pip
- [notice] A new release of pip is available: 24.0 -> 25.0.1
- [notice] To update, run: python.exe -m pip install --upgrade pip
- Prestartup times for custom nodes:
- 0.0 seconds: H:\com-ui\ComfyUI\custom_nodes\ComfyUI-Easy-Use
- 0.0 seconds: H:\com-ui\ComfyUI\custom_nodes\rgthree-comfy
- 2.4 seconds: H:\com-ui\ComfyUI\custom_nodes\ComfyUI-Manager
- Checkpoint files will always be loaded safely.
- Total VRAM 24564 MB, total RAM 31894 MB
- pytorch version: 2.6.0+cu118
- Set vram state to: NORMAL_VRAM
- Device: cuda:0 NVIDIA GeForce RTX 4090 : cudaMallocAsync
- Using sage attention
- ComfyUI version: 0.3.27
- ComfyUI frontend version: 1.14.5
- [Prompt Server] web root: H:\com-ui\ComfyUI\venv\Lib\site-packages\comfyui_frontend_package\static
- Traceback (most recent call last):
- File "H:\com-ui\ComfyUI\nodes.py", line 2141, in load_custom_node
- module_spec.loader.exec_module(module)
- File "<frozen importlib._bootstrap_external>", line 940, in exec_module
- File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
- File "H:\com-ui\ComfyUI\comfy_extras\nodes_upscale_model.py", line 2, in <module>
- from spandrel import ModelLoader, ImageModelDescriptor
- ModuleNotFoundError: No module named 'spandrel'
- Cannot import H:\com-ui\ComfyUI\comfy_extras\nodes_upscale_model.py module for custom nodes: No module named 'spandrel'
- Traceback (most recent call last):
- File "H:\com-ui\ComfyUI\nodes.py", line 2141, in load_custom_node
- module_spec.loader.exec_module(module)
- File "<frozen importlib._bootstrap_external>", line 940, in exec_module
- File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
- File "H:\com-ui\ComfyUI\comfy_extras\nodes_canny.py", line 1, in <module>
- from kornia.filters import canny
- ModuleNotFoundError: No module named 'kornia'
- Cannot import H:\com-ui\ComfyUI\comfy_extras\nodes_canny.py module for custom nodes: No module named 'kornia'
- Traceback (most recent call last):
- File "H:\com-ui\ComfyUI\nodes.py", line 2141, in load_custom_node
- module_spec.loader.exec_module(module)
- File "<frozen importlib._bootstrap_external>", line 940, in exec_module
- File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
- File "H:\com-ui\ComfyUI\comfy_extras\nodes_morphology.py", line 4, in <module>
- from kornia.morphology import dilation, erosion, opening, closing, gradient, top_hat, bottom_hat
- ModuleNotFoundError: No module named 'kornia'
- Cannot import H:\com-ui\ComfyUI\comfy_extras\nodes_morphology.py module for custom nodes: No module named 'kornia'
- Traceback (most recent call last):
- File "H:\com-ui\ComfyUI\nodes.py", line 2141, in load_custom_node
- module_spec.loader.exec_module(module)
- File "<frozen importlib._bootstrap_external>", line 940, in exec_module
- File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
- File "H:\com-ui\ComfyUI\comfy_extras\nodes_lt.py", line 10, in <module>
- import av
- ModuleNotFoundError: No module named 'av'
- Cannot import H:\com-ui\ComfyUI\comfy_extras\nodes_lt.py module for custom nodes: No module named 'av'
- Traceback (most recent call last):
- File "H:\com-ui\ComfyUI\nodes.py", line 2141, in load_custom_node
- module_spec.loader.exec_module(module)
- File "<frozen importlib._bootstrap_external>", line 940, in exec_module
- File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
- File "H:\com-ui\ComfyUI\comfy_extras\nodes_video.py", line 4, in <module>
- import av
- ModuleNotFoundError: No module named 'av'
- Cannot import H:\com-ui\ComfyUI\comfy_extras\nodes_video.py module for custom nodes: No module named 'av'
- Traceback (most recent call last):
- File "H:\com-ui\ComfyUI\nodes.py", line 2141, in load_custom_node
- module_spec.loader.exec_module(module)
- File "<frozen importlib._bootstrap_external>", line 940, in exec_module
- File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
- File "H:\com-ui\ComfyUI\custom_nodes\ComfyUI-AKatz-Nodes\__init__.py", line 25, in <module>
- from .src.ak_audio_framesync_schedule import AK_AudioFramesyncSchedule
- File "H:\com-ui\ComfyUI\custom_nodes\ComfyUI-AKatz-Nodes\src\ak_audio_framesync_schedule.py", line 2, in <module>
- from pydub import AudioSegment
- ModuleNotFoundError: No module named 'pydub'
- Cannot import H:\com-ui\ComfyUI\custom_nodes\ComfyUI-AKatz-Nodes module for custom nodes: No module named 'pydub'
- [AnimateDiffEvo] - ERROR - No motion models found. Please download one and place in: ['H:\\com-ui\\ComfyUI\\custom_nodes\\ComfyUI-AnimateDiff-Evolved\\models', 'H:\\com-ui\\ComfyUI\\models\\animatediff_models']
- Traceback (most recent call last):
- File "H:\com-ui\ComfyUI\nodes.py", line 2141, in load_custom_node
- module_spec.loader.exec_module(module)
- File "<frozen importlib._bootstrap_external>", line 940, in exec_module
- File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
- File "H:\com-ui\ComfyUI\custom_nodes\ComfyUI-Crystools\__init__.py", line 10, in <module>
- from .core import version, logger
- File "H:\com-ui\ComfyUI\custom_nodes\ComfyUI-Crystools\core\__init__.py", line 5, in <module>
- from .common import *
- File "H:\com-ui\ComfyUI\custom_nodes\ComfyUI-Crystools\core\common.py", line 4, in <module>
- from deepdiff import DeepDiff
- ModuleNotFoundError: No module named 'deepdiff'
- Cannot import H:\com-ui\ComfyUI\custom_nodes\ComfyUI-Crystools module for custom nodes: No module named 'deepdiff'
- xFormers not available
- xFormers not available
- Depthcrafter Nodes Loaded
- Traceback (most recent call last):
- File "H:\com-ui\ComfyUI\nodes.py", line 2141, in load_custom_node
- module_spec.loader.exec_module(module)
- File "<frozen importlib._bootstrap_external>", line 940, in exec_module
- File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
- File "H:\com-ui\ComfyUI\custom_nodes\ComfyUI-Easy-Use\__init__.py", line 20, in <module>
- imported_module = importlib.import_module(".py.nodes.{}".format(module_name), __name__)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "C:\Users\dmcg3\AppData\Local\Programs\Python\Python311\Lib\importlib\__init__.py", line 126, in import_module
- return _bootstrap._gcd_import(name[level:], package, level)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "<frozen importlib._bootstrap>", line 1204, in _gcd_import
- File "<frozen importlib._bootstrap>", line 1176, in _find_and_load
- File "<frozen importlib._bootstrap>", line 1147, in _find_and_load_unlocked
- File "<frozen importlib._bootstrap>", line 690, in _load_unlocked
- File "<frozen importlib._bootstrap_external>", line 940, in exec_module
- File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
- File "H:\com-ui\ComfyUI\custom_nodes\ComfyUI-Easy-Use\py\nodes\fix.py", line 7, in <module>
- from comfy_extras.chainner_models import model_loading
- File "H:\com-ui\ComfyUI\comfy_extras\chainner_models\model_loading.py", line 2, in <module>
- from spandrel import ModelLoader
- ModuleNotFoundError: No module named 'spandrel'
- Cannot import H:\com-ui\ComfyUI\custom_nodes\ComfyUI-Easy-Use module for custom nodes: No module named 'spandrel'
- Traceback (most recent call last):
- File "H:\com-ui\ComfyUI\nodes.py", line 2141, in load_custom_node
- module_spec.loader.exec_module(module)
- File "<frozen importlib._bootstrap_external>", line 940, in exec_module
- File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
- File "H:\com-ui\ComfyUI\custom_nodes\ComfyUI-GGUF\__init__.py", line 7, in <module>
- from .nodes import NODE_CLASS_MAPPINGS
- File "H:\com-ui\ComfyUI\custom_nodes\ComfyUI-GGUF\nodes.py", line 12, in <module>
- from .ops import GGMLOps, move_patch_to_device
- File "H:\com-ui\ComfyUI\custom_nodes\ComfyUI-GGUF\ops.py", line 2, in <module>
- import gguf
- ModuleNotFoundError: No module named 'gguf'
- Cannot import H:\com-ui\ComfyUI\custom_nodes\ComfyUI-GGUF module for custom nodes: No module named 'gguf'
- ### Loading: ComfyUI-Impact-Pack (V8.9)
- [Impact Pack] Failed to import due to several dependencies are missing!!!!
- Traceback (most recent call last):
- File "H:\com-ui\ComfyUI\nodes.py", line 2141, in load_custom_node
- module_spec.loader.exec_module(module)
- File "<frozen importlib._bootstrap_external>", line 940, in exec_module
- File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
- File "H:\com-ui\ComfyUI\custom_nodes\ComfyUI-Impact-Pack\__init__.py", line 46, in <module>
- raise e
- File "H:\com-ui\ComfyUI\custom_nodes\ComfyUI-Impact-Pack\__init__.py", line 37, in <module>
- import piexif
- ModuleNotFoundError: No module named 'piexif'
- Cannot import H:\com-ui\ComfyUI\custom_nodes\ComfyUI-Impact-Pack module for custom nodes: No module named 'piexif'
- ### Loading: ComfyUI-Impact-Subpack (V1.2.9)
- No module named 'ultralytics'
- !!!!!
- [ComfyUI-Impact-Subpack] If this error occurs, please check the following link:
- https://github.com/ltdrdata/ComfyUI-Impact-Pack/blob/Main/troubleshooting/TROUBLESHOOTING.md
- !!!!!
- Traceback (most recent call last):
- File "H:\com-ui\ComfyUI\nodes.py", line 2141, in load_custom_node
- module_spec.loader.exec_module(module)
- File "<frozen importlib._bootstrap_external>", line 940, in exec_module
- File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
- File "H:\com-ui\ComfyUI\custom_nodes\ComfyUI-Impact-Subpack\__init__.py", line 23, in <module>
- imported_module = importlib.import_module(".modules.{}".format(module_name), __name__)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "C:\Users\dmcg3\AppData\Local\Programs\Python\Python311\Lib\importlib\__init__.py", line 126, in import_module
- return _bootstrap._gcd_import(name[level:], package, level)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "<frozen importlib._bootstrap>", line 1204, in _gcd_import
- File "<frozen importlib._bootstrap>", line 1176, in _find_and_load
- File "<frozen importlib._bootstrap>", line 1147, in _find_and_load_unlocked
- File "<frozen importlib._bootstrap>", line 690, in _load_unlocked
- File "<frozen importlib._bootstrap_external>", line 940, in exec_module
- File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
- File "H:\com-ui\ComfyUI\custom_nodes\ComfyUI-Impact-Subpack\modules\subpack_nodes.py", line 3, in <module>
- from . import subcore
- File "H:\com-ui\ComfyUI\custom_nodes\ComfyUI-Impact-Subpack\modules\subcore.py", line 135, in <module>
- raise e
- File "H:\com-ui\ComfyUI\custom_nodes\ComfyUI-Impact-Subpack\modules\subcore.py", line 53, in <module>
- from ultralytics import YOLO
- ModuleNotFoundError: No module named 'ultralytics'
- Cannot import H:\com-ui\ComfyUI\custom_nodes\ComfyUI-Impact-Subpack module for custom nodes: No module named 'ultralytics'
- ### Loading: ComfyUI-Inspire-Pack (V1.14.1)
- Traceback (most recent call last):
- File "H:\com-ui\ComfyUI\nodes.py", line 2141, in load_custom_node
- module_spec.loader.exec_module(module)
- File "<frozen importlib._bootstrap_external>", line 940, in exec_module
- File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
- File "H:\com-ui\ComfyUI\custom_nodes\ComfyUI-Inspire-Pack\__init__.py", line 35, in <module>
- imported_module = importlib.import_module(".inspire.{}".format(module_name), __name__)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "C:\Users\dmcg3\AppData\Local\Programs\Python\Python311\Lib\importlib\__init__.py", line 126, in import_module
- return _bootstrap._gcd_import(name[level:], package, level)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "<frozen importlib._bootstrap>", line 1204, in _gcd_import
- File "<frozen importlib._bootstrap>", line 1176, in _find_and_load
- File "<frozen importlib._bootstrap>", line 1147, in _find_and_load_unlocked
- File "<frozen importlib._bootstrap>", line 690, in _load_unlocked
- File "<frozen importlib._bootstrap_external>", line 940, in exec_module
- File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
- File "H:\com-ui\ComfyUI\custom_nodes\ComfyUI-Inspire-Pack\inspire\regional_nodes.py", line 7, in <module>
- import webcolors
- ModuleNotFoundError: No module named 'webcolors'
- Cannot import H:\com-ui\ComfyUI\custom_nodes\ComfyUI-Inspire-Pack module for custom nodes: No module named 'webcolors'
- Total VRAM 24564 MB, total RAM 31894 MB
- pytorch version: 2.6.0+cu118
- Set vram state to: NORMAL_VRAM
- Device: cuda:0 NVIDIA GeForce RTX 4090 : cudaMallocAsync
- ### Loading: ComfyUI-Manager (V3.31.7)
- [ComfyUI-Manager] network_mode: public
- ### ComfyUI Version: v0.3.27-1-ge471c726 | Released on '2025-03-22'
- Traceback (most recent call last):
- File "H:\com-ui\ComfyUI\nodes.py", line 2141, in load_custom_node
- module_spec.loader.exec_module(module)
- File "<frozen importlib._bootstrap_external>", line 940, in exec_module
- File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
- File "H:\com-ui\ComfyUI\custom_nodes\comfyui-propost\__init__.py", line 1, in <module>
- from .nodes import NODE_CLASS_MAPPINGS
- File "H:\com-ui\ComfyUI\custom_nodes\comfyui-propost\nodes.py", line 8, in <module>
- from .utils import loading as loading_utils
- File "H:\com-ui\ComfyUI\custom_nodes\comfyui-propost\utils\loading.py", line 3, in <module>
- from colour.io.luts.iridas_cube import read_LUT_IridasCube, LUT3D, LUT3x1D
- ModuleNotFoundError: No module named 'colour'
- Cannot import H:\com-ui\ComfyUI\custom_nodes\comfyui-propost module for custom nodes: No module named 'colour'
- Traceback (most recent call last):
- File "H:\com-ui\ComfyUI\nodes.py", line 2141, in load_custom_node
- module_spec.loader.exec_module(module)
- File "<frozen importlib._bootstrap_external>", line 940, in exec_module
- File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
- File "H:\com-ui\ComfyUI\custom_nodes\ComfyUI-ReActor\__init__.py", line 23, in <module>
- from .nodes import NODE_CLASS_MAPPINGS, NODE_DISPLAY_NAME_MAPPINGS
- File "H:\com-ui\ComfyUI\custom_nodes\ComfyUI-ReActor\nodes.py", line 15, in <module>
- from insightface.app.common import Face
- ModuleNotFoundError: No module named 'insightface'
- Cannot import H:\com-ui\ComfyUI\custom_nodes\ComfyUI-ReActor module for custom nodes: No module named 'insightface'
- Traceback (most recent call last):
- File "H:\com-ui\ComfyUI\nodes.py", line 2141, in load_custom_node
- module_spec.loader.exec_module(module)
- File "<frozen importlib._bootstrap_external>", line 940, in exec_module
- File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
- File "H:\com-ui\ComfyUI\custom_nodes\ComfyUI-SAM2\__init__.py", line 1, in <module>
- from .node import SAM2ModelLoader, GroundingDinoModelLoader, GroundingDinoSAM2Segment, InvertMask, IsMaskEmptyNode
- File "H:\com-ui\ComfyUI\custom_nodes\ComfyUI-SAM2\node.py", line 15, in <module>
- from sam2.build_sam import build_sam2
- File "H:\com-ui\ComfyUI\custom_nodes\ComfyUI-SAM2\sam2\__init__.py", line 7, in <module>
- from hydra import initialize_config_module
- ModuleNotFoundError: No module named 'hydra'
- Cannot import H:\com-ui\ComfyUI\custom_nodes\ComfyUI-SAM2 module for custom nodes: No module named 'hydra'
- ComfyUI found: H:\com-ui\ComfyUI
- 'H:\com-ui\ComfyUI' added to sys.path
- [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(pysssss:WD14Tagger) [DEBUG] Available ORT providers: TensorrtExecutionProvider, CUDAExecutionProvider, CPUExecutionProvider
- (pysssss:WD14Tagger) [DEBUG] Using ORT providers: CUDAExecutionProvider, CPUExecutionProvider
- Comfyroll Studio: Failed to load Essential nodes
- [ComfyUI-Manager] default cache updated: https://raw.githubusercontent.com/ltdrdata/ComfyUI-Manager/main/github-stats.json
- Comfyroll Studio: Failed to load Graphics nodes
- Traceback (most recent call last):
- File "H:\com-ui\ComfyUI\nodes.py", line 2141, in load_custom_node
- module_spec.loader.exec_module(module)
- File "<frozen importlib._bootstrap_external>", line 940, in exec_module
- File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
- File "H:\com-ui\ComfyUI\custom_nodes\ComfyUI_Comfyroll_CustomNodes\__init__.py", line 21, in <module>
- from .node_mappings import NODE_CLASS_MAPPINGS, NODE_DISPLAY_NAME_MAPPINGS
- File "H:\com-ui\ComfyUI\custom_nodes\ComfyUI_Comfyroll_CustomNodes\node_mappings.py", line 87, in <module>
- "CR Image Size": CR_ImageSize,
- ^^^^^^^^^^^^
- NameError: name 'CR_ImageSize' is not defined
- Cannot import H:\com-ui\ComfyUI\custom_nodes\ComfyUI_Comfyroll_CustomNodes module for custom nodes: name 'CR_ImageSize' is not defined
- [comfyui_controlnet_aux] | INFO -> Using ckpts path: H:\com-ui\ComfyUI\custom_nodes\comfyui_controlnet_aux\ckpts
- [comfyui_controlnet_aux] | INFO -> Using symlinks: False
- [comfyui_controlnet_aux] | INFO -> Using ort providers: ['CUDAExecutionProvider', 'DirectMLExecutionProvider', 'OpenVINOExecutionProvider', 'ROCMExecutionProvider', 'CPUExecutionProvider', 'CoreMLExecutionProvider']
- [ComfyUI-Manager] default cache updated: https://raw.githubusercontent.com/ltdrdata/ComfyUI-Manager/main/extension-node-map.json
- [ComfyUI-Manager] default cache updated: https://raw.githubusercontent.com/ltdrdata/ComfyUI-Manager/main/custom-node-list.json
- DWPose: Onnxruntime with acceleration providers detected
- Traceback (most recent call last):
- File "H:\com-ui\ComfyUI\nodes.py", line 2141, in load_custom_node
- module_spec.loader.exec_module(module)
- File "<frozen importlib._bootstrap_external>", line 940, in exec_module
- File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
- File "H:\com-ui\ComfyUI\custom_nodes\ComfyUI_essentials\__init__.py", line 2, in <module>
- from .image import IMAGE_CLASS_MAPPINGS, IMAGE_NAME_MAPPINGS
- File "H:\com-ui\ComfyUI\custom_nodes\ComfyUI_essentials\image.py", line 8, in <module>
- import kornia
- ModuleNotFoundError: No module named 'kornia'
- Cannot import H:\com-ui\ComfyUI\custom_nodes\ComfyUI_essentials module for custom nodes: No module named 'kornia'
- Traceback (most recent call last):
- File "H:\com-ui\ComfyUI\nodes.py", line 2141, in load_custom_node
- module_spec.loader.exec_module(module)
- File "<frozen importlib._bootstrap_external>", line 940, in exec_module
- File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
- File "H:\com-ui\ComfyUI\custom_nodes\ComfyUI_FaceAnalysis\__init__.py", line 1, in <module>
- from .faceanalysis import NODE_CLASS_MAPPINGS, NODE_DISPLAY_NAME_MAPPINGS
- File "H:\com-ui\ComfyUI\custom_nodes\ComfyUI_FaceAnalysis\faceanalysis.py", line 16, in <module>
- raise Exception("Please install either dlib or insightface to use this node.")
- Exception: Please install either dlib or insightface to use this node.
- Cannot import H:\com-ui\ComfyUI\custom_nodes\ComfyUI_FaceAnalysis module for custom nodes: Please install either dlib or insightface to use this node.
- Traceback (most recent call last):
- File "H:\com-ui\ComfyUI\nodes.py", line 2141, in load_custom_node
- module_spec.loader.exec_module(module)
- File "<frozen importlib._bootstrap_external>", line 940, in exec_module
- File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
- File "H:\com-ui\ComfyUI\custom_nodes\ComfyUI_FizzNodes\__init__.py", line 57, in <module>
- from .ScheduledNodes import (
- File "H:\com-ui\ComfyUI\custom_nodes\ComfyUI_FizzNodes\ScheduledNodes.py", line 4, in <module>
- import numexpr
- ModuleNotFoundError: No module named 'numexpr'
- Cannot import H:\com-ui\ComfyUI\custom_nodes\ComfyUI_FizzNodes module for custom nodes: No module named 'numexpr'
- Traceback (most recent call last):
- File "H:\com-ui\ComfyUI\nodes.py", line 2141, in load_custom_node
- module_spec.loader.exec_module(module)
- File "<frozen importlib._bootstrap_external>", line 940, in exec_module
- File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
- File "H:\com-ui\ComfyUI\custom_nodes\ComfyUI_InstantID\__init__.py", line 1, in <module>
- from .InstantID import NODE_CLASS_MAPPINGS, NODE_DISPLAY_NAME_MAPPINGS
- File "H:\com-ui\ComfyUI\custom_nodes\ComfyUI_InstantID\InstantID.py", line 13, in <module>
- from insightface.app import FaceAnalysis
- ModuleNotFoundError: No module named 'insightface'
- Cannot import H:\com-ui\ComfyUI\custom_nodes\ComfyUI_InstantID module for custom nodes: No module named 'insightface'
- Traceback (most recent call last):
- File "H:\com-ui\ComfyUI\nodes.py", line 2141, in load_custom_node
- module_spec.loader.exec_module(module)
- File "<frozen importlib._bootstrap_external>", line 940, in exec_module
- File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
- File "H:\com-ui\ComfyUI\custom_nodes\ComfyUI_LayerStyle\__init__.py", line 35, in <module>
- imported_module = importlib.import_module(".py.{}".format(name), __name__)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "C:\Users\dmcg3\AppData\Local\Programs\Python\Python311\Lib\importlib\__init__.py", line 126, in import_module
- return _bootstrap._gcd_import(name[level:], package, level)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "<frozen importlib._bootstrap>", line 1204, in _gcd_import
- File "<frozen importlib._bootstrap>", line 1176, in _find_and_load
- File "<frozen importlib._bootstrap>", line 1147, in _find_and_load_unlocked
- File "<frozen importlib._bootstrap>", line 690, in _load_unlocked
- File "<frozen importlib._bootstrap_external>", line 940, in exec_module
- File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
- File "H:\com-ui\ComfyUI\custom_nodes\ComfyUI_LayerStyle\py\add_grain.py", line 3, in <module>
- from .imagefunc import log, tensor2pil, image_add_grain, pil2tensor
- File "H:\com-ui\ComfyUI\custom_nodes\ComfyUI_LayerStyle\py\imagefunc.py", line 37, in <module>
- from .blendmodes import *
- File "H:\com-ui\ComfyUI\custom_nodes\ComfyUI_LayerStyle\py\blendmodes.py", line 10, in <module>
- from blend_modes import difference, normal, screen, soft_light, lighten_only, dodge, \
- ModuleNotFoundError: No module named 'blend_modes'
- Cannot import H:\com-ui\ComfyUI\custom_nodes\ComfyUI_LayerStyle module for custom nodes: No module named 'blend_modes'
- Traceback (most recent call last):
- File "H:\com-ui\ComfyUI\nodes.py", line 2141, in load_custom_node
- module_spec.loader.exec_module(module)
- File "<frozen importlib._bootstrap_external>", line 940, in exec_module
- File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
- File "H:\com-ui\ComfyUI\custom_nodes\ComfyUI_Mira\__init__.py", line 3, in <module>
- from .Util import CanvasCreatorAdvanced, CanvasCreatorSimple, CanvasCreatorBasic, RandomTillingLayouts, RandomNestedLayouts, SeedGenerator
- File "H:\com-ui\ComfyUI\custom_nodes\ComfyUI_Mira\Util.py", line 8, in <module>
- from comfy_extras.nodes_upscale_model import ImageUpscaleWithModel
- File "H:\com-ui\ComfyUI\comfy_extras\nodes_upscale_model.py", line 2, in <module>
- from spandrel import ModelLoader, ImageModelDescriptor
- ModuleNotFoundError: No module named 'spandrel'
- Cannot import H:\com-ui\ComfyUI\custom_nodes\ComfyUI_Mira module for custom nodes: No module named 'spandrel'
- Traceback (most recent call last):
- File "H:\com-ui\ComfyUI\nodes.py", line 2141, in load_custom_node
- module_spec.loader.exec_module(module)
- File "<frozen importlib._bootstrap_external>", line 940, in exec_module
- File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
- File "H:\com-ui\ComfyUI\custom_nodes\ComfyUI_UltimateSDUpscale\__init__.py", line 59, in <module>
- from .nodes import NODE_CLASS_MAPPINGS, NODE_DISPLAY_NAME_MAPPINGS
- File "H:\com-ui\ComfyUI\custom_nodes\ComfyUI_UltimateSDUpscale\nodes.py", line 10, in <module>
- from modules.upscaler import UpscalerData
- File "H:\com-ui\ComfyUI\custom_nodes\ComfyUI_UltimateSDUpscale\modules\upscaler.py", line 3, in <module>
- from comfy_extras.nodes_upscale_model import ImageUpscaleWithModel
- File "H:\com-ui\ComfyUI\comfy_extras\nodes_upscale_model.py", line 2, in <module>
- from spandrel import ModelLoader, ImageModelDescriptor
- ModuleNotFoundError: No module named 'spandrel'
- Cannot import H:\com-ui\ComfyUI\custom_nodes\ComfyUI_UltimateSDUpscale module for custom nodes: No module named 'spandrel'
- [comfy_mtb] | INFO -> loaded 101 nodes successfuly
- [comfy_mtb] | INFO -> Some nodes (6) could not be loaded. This can be ignored, but go to http://127.0.0.1:8188/mtb if you want more information.
- Traceback (most recent call last):
- File "H:\com-ui\ComfyUI\nodes.py", line 2141, in load_custom_node
- module_spec.loader.exec_module(module)
- File "<frozen importlib._bootstrap_external>", line 940, in exec_module
- File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
- File "H:\com-ui\ComfyUI\custom_nodes\efficiency-nodes-comfyui\__init__.py", line 9, in <module>
- from .efficiency_nodes import NODE_CLASS_MAPPINGS
- File "H:\com-ui\ComfyUI\custom_nodes\efficiency-nodes-comfyui\efficiency_nodes.py", line 36, in <module>
- from comfy_extras.nodes_upscale_model import UpscaleModelLoader, ImageUpscaleWithModel
- File "H:\com-ui\ComfyUI\comfy_extras\nodes_upscale_model.py", line 2, in <module>
- from spandrel import ModelLoader, ImageModelDescriptor
- ModuleNotFoundError: No module named 'spandrel'
- Cannot import H:\com-ui\ComfyUI\custom_nodes\efficiency-nodes-comfyui module for custom nodes: No module named 'spandrel'
- Traceback (most recent call last):
- File "H:\com-ui\ComfyUI\nodes.py", line 2141, in load_custom_node
- module_spec.loader.exec_module(module)
- File "<frozen importlib._bootstrap_external>", line 940, in exec_module
- File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
- File "H:\com-ui\ComfyUI\custom_nodes\Jovimetrix\__init__.py", line 62, in <module>
- from loguru import logger
- ModuleNotFoundError: No module named 'loguru'
- Cannot import H:\com-ui\ComfyUI\custom_nodes\Jovimetrix module for custom nodes: No module named 'loguru'
- Traceback (most recent call last):
- File "H:\com-ui\ComfyUI\nodes.py", line 2141, in load_custom_node
- module_spec.loader.exec_module(module)
- File "<frozen importlib._bootstrap_external>", line 940, in exec_module
- File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
- File "H:\com-ui\ComfyUI\custom_nodes\mikey_nodes\__init__.py", line 1, in <module>
- from .mikey_nodes import NODE_CLASS_MAPPINGS, NODE_DISPLAY_NAME_MAPPINGS
- File "H:\com-ui\ComfyUI\custom_nodes\mikey_nodes\mikey_nodes.py", line 29, in <module>
- from comfy_extras.nodes_upscale_model import UpscaleModelLoader, ImageUpscaleWithModel
- File "H:\com-ui\ComfyUI\comfy_extras\nodes_upscale_model.py", line 2, in <module>
- from spandrel import ModelLoader, ImageModelDescriptor
- ModuleNotFoundError: No module named 'spandrel'
- Cannot import H:\com-ui\ComfyUI\custom_nodes\mikey_nodes module for custom nodes: No module named 'spandrel'
- Traceback (most recent call last):
- File "H:\com-ui\ComfyUI\nodes.py", line 2141, in load_custom_node
- module_spec.loader.exec_module(module)
- File "<frozen importlib._bootstrap_external>", line 940, in exec_module
- File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
- File "H:\com-ui\ComfyUI\custom_nodes\PuLID_ComfyUI\__init__.py", line 1, in <module>
- from .pulid import NODE_CLASS_MAPPINGS, NODE_DISPLAY_NAME_MAPPINGS
- File "H:\com-ui\ComfyUI\custom_nodes\PuLID_ComfyUI\pulid.py", line 9, in <module>
- from insightface.app import FaceAnalysis
- ModuleNotFoundError: No module named 'insightface'
- Cannot import H:\com-ui\ComfyUI\custom_nodes\PuLID_ComfyUI module for custom nodes: No module named 'insightface'
- [rgthree-comfy] Loaded 42 magnificent nodes. 🎉
- Traceback (most recent call last):
- File "H:\com-ui\ComfyUI\nodes.py", line 2141, in load_custom_node
- module_spec.loader.exec_module(module)
- File "<frozen importlib._bootstrap_external>", line 940, in exec_module
- File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
- File "H:\com-ui\ComfyUI\custom_nodes\was-node-suite-comfyui\__init__.py", line 1, in <module>
- from .WAS_Node_Suite import NODE_CLASS_MAPPINGS
- File "H:\com-ui\ComfyUI\custom_nodes\was-node-suite-comfyui\WAS_Node_Suite.py", line 29, in <module>
- from comfy_extras.chainner_models import model_loading
- File "H:\com-ui\ComfyUI\comfy_extras\chainner_models\model_loading.py", line 2, in <module>
- from spandrel import ModelLoader
- ModuleNotFoundError: No module named 'spandrel'
- Cannot import H:\com-ui\ComfyUI\custom_nodes\was-node-suite-comfyui module for custom nodes: No module named 'spandrel'
- Import times for custom nodes:
- 0.0 seconds: H:\com-ui\ComfyUI\custom_nodes\ComfyUI-Image-Selector
- 0.0 seconds: H:\com-ui\ComfyUI\custom_nodes\websocket_image_save.py
- 0.0 seconds: H:\com-ui\ComfyUI\custom_nodes\sdxl_prompt_styler
- 0.0 seconds: H:\com-ui\ComfyUI\custom_nodes\ComfyUI-IC-Light-Native
- 0.0 seconds: H:\com-ui\ComfyUI\custom_nodes\cg-use-everywhere
- 0.0 seconds: H:\com-ui\ComfyUI\custom_nodes\sd-dynamic-thresholding
- 0.0 seconds: H:\com-ui\ComfyUI\custom_nodes\ComfyUI-Janus-Pro
- 0.0 seconds (IMPORT FAILED): H:\com-ui\ComfyUI\custom_nodes\PuLID_ComfyUI
- 0.0 seconds (IMPORT FAILED): H:\com-ui\ComfyUI\custom_nodes\ComfyUI-GGUF
- 0.0 seconds (IMPORT FAILED): H:\com-ui\ComfyUI\custom_nodes\Jovimetrix
- 0.0 seconds: H:\com-ui\ComfyUI\custom_nodes\ComfyUI_IPAdapter_plus
- 0.0 seconds (IMPORT FAILED): H:\com-ui\ComfyUI\custom_nodes\ComfyUI-ReActor
- 0.0 seconds (IMPORT FAILED): H:\com-ui\ComfyUI\custom_nodes\ComfyUI_FaceAnalysis
- 0.0 seconds (IMPORT FAILED): H:\com-ui\ComfyUI\custom_nodes\ComfyUI-SAM2
- 0.0 seconds (IMPORT FAILED): H:\com-ui\ComfyUI\custom_nodes\ComfyUI_essentials
- 0.0 seconds (IMPORT FAILED): H:\com-ui\ComfyUI\custom_nodes\ComfyUI_FizzNodes
- 0.0 seconds (IMPORT FAILED): H:\com-ui\ComfyUI\custom_nodes\mikey_nodes
- 0.0 seconds (IMPORT FAILED): H:\com-ui\ComfyUI\custom_nodes\ComfyUI_InstantID
- 0.0 seconds (IMPORT FAILED): H:\com-ui\ComfyUI\custom_nodes\ComfyUI-Crystools
- 0.0 seconds: H:\com-ui\ComfyUI\custom_nodes\ComfyUI-layerdiffuse
- 0.0 seconds (IMPORT FAILED): H:\com-ui\ComfyUI\custom_nodes\ComfyUI-Impact-Subpack
- 0.0 seconds: H:\com-ui\ComfyUI\custom_nodes\ComfyUI-Florence2
- 0.0 seconds (IMPORT FAILED): H:\com-ui\ComfyUI\custom_nodes\ComfyUI_Mira
- 0.0 seconds (IMPORT FAILED): H:\com-ui\ComfyUI\custom_nodes\comfyui-propost
- 0.0 seconds: H:\com-ui\ComfyUI\custom_nodes\ComfyUI-Custom-Scripts
- 0.0 seconds (IMPORT FAILED): H:\com-ui\ComfyUI\custom_nodes\efficiency-nodes-comfyui
- 0.0 seconds (IMPORT FAILED): H:\com-ui\ComfyUI\custom_nodes\was-node-suite-comfyui
- 0.0 seconds: H:\com-ui\ComfyUI\custom_nodes\comfyui-portrait-master
- 0.0 seconds (IMPORT FAILED): H:\com-ui\ComfyUI\custom_nodes\ComfyUI_UltimateSDUpscale
- 0.0 seconds: H:\com-ui\ComfyUI\custom_nodes\ComfyUI-Frame-Interpolation
- 0.0 seconds: H:\com-ui\ComfyUI\custom_nodes\Derfuu_ComfyUI_ModdedNodes
- 0.0 seconds: H:\com-ui\ComfyUI\custom_nodes\ComfyUI-Advanced-ControlNet
- 0.0 seconds: H:\com-ui\ComfyUI\custom_nodes\rgthree-comfy
- 0.0 seconds: H:\com-ui\ComfyUI\custom_nodes\ComfyUI-KJNodes
- 0.0 seconds (IMPORT FAILED): H:\com-ui\ComfyUI\custom_nodes\ComfyUI_LayerStyle
- 0.0 seconds: H:\com-ui\ComfyUI\custom_nodes\ComfyUI-AnimateDiff-Evolved
- 0.0 seconds: H:\com-ui\ComfyUI\custom_nodes\ComfyUI_smZNodes
- 0.0 seconds (IMPORT FAILED): H:\com-ui\ComfyUI\custom_nodes\ComfyUI-Inspire-Pack
- 0.0 seconds (IMPORT FAILED): H:\com-ui\ComfyUI\custom_nodes\ComfyUI_Comfyroll_CustomNodes
- 0.0 seconds: H:\com-ui\ComfyUI\custom_nodes\ComfyUI-VideoHelperSuite
- 0.0 seconds: H:\com-ui\ComfyUI\custom_nodes\ComfyUI-DepthAnythingV2
- 0.1 seconds: H:\com-ui\ComfyUI\custom_nodes\comfy_mtb
- 0.1 seconds: H:\com-ui\ComfyUI\custom_nodes\ComfyUI-to-Python-Extension
- 0.1 seconds (IMPORT FAILED): H:\com-ui\ComfyUI\custom_nodes\ComfyUI-Impact-Pack
- 0.1 seconds: H:\com-ui\ComfyUI\custom_nodes\ComfyUI-WD14-Tagger
- 0.2 seconds: H:\com-ui\ComfyUI\custom_nodes\ComfyUI-DepthCrafter-Nodes
- 0.2 seconds: H:\com-ui\ComfyUI\custom_nodes\comfyui_controlnet_aux
- 0.2 seconds: H:\com-ui\ComfyUI\custom_nodes\ComfyUI-Detail-Daemon
- 0.2 seconds: H:\com-ui\ComfyUI\custom_nodes\ComfyUI-Manager
- 0.4 seconds (IMPORT FAILED): H:\com-ui\ComfyUI\custom_nodes\ComfyUI-Easy-Use
- 1.3 seconds (IMPORT FAILED): H:\com-ui\ComfyUI\custom_nodes\ComfyUI-AKatz-Nodes
- WARNING: some comfy_extras/ nodes did not import correctly. This may be because they are missing some dependencies.
- IMPORT FAILED: nodes_upscale_model.py
- IMPORT FAILED: nodes_canny.py
- IMPORT FAILED: nodes_morphology.py
- IMPORT FAILED: nodes_lt.py
- IMPORT FAILED: nodes_video.py
- This issue might be caused by new missing dependencies added the last time you updated ComfyUI.
- Please do a: pip install -r requirements.txt
- Starting server
- To see the GUI go to: http://127.0.0.1:8188
- FETCH ComfyRegistry Data: 5/79
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement