Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

Import Failed #781

Open
dkamajix opened this issue Oct 14, 2024 · 0 comments
Open

Import Failed #781

dkamajix opened this issue Oct 14, 2024 · 0 comments

Comments

@dkamajix
Copy link

Hello, Im suddenly having an Import Failed
tried pip freeze and pip requirements but still not loading
here is my logs: thanks for your help!

G:\WORKSPACE_AI\02_COMFY\ComfyUI_windows_portable>.\python_embeded\python.exe -s ComfyUI\main.py --windows-standalone-build
[START] Security scan
WARNING: Ignoring invalid distribution ~ (G:\WORKSPACE_AI\02_COMFY\ComfyUI_windows_portable\python_embeded\Lib\site-packages)
WARNING: Ignoring invalid distribution ~nnxruntime (G:\WORKSPACE_AI\02_COMFY\ComfyUI_windows_portable\python_embeded\Lib\site-packages)
[DONE] Security scan

ComfyUI-Manager: installing dependencies done.

** ComfyUI startup time: 2024-10-13 23:28:51.370797
** Platform: Windows
** Python version: 3.11.6 (tags/v3.11.6:8b6ee5b, Oct 2 2023, 14:57:12) [MSC v.1935 64 bit (AMD64)]
** Python executable: G:\WORKSPACE_AI\02_COMFY\ComfyUI_windows_portable\python_embeded\python.exe
** ComfyUI Path: G:\WORKSPACE_AI\02_COMFY\ComfyUI_windows_portable\ComfyUI
** Log path: G:\WORKSPACE_AI\02_COMFY\ComfyUI_windows_portable\comfyui.log

#######################################################################
[ComfyUI-Manager] Starting dependency installation/(de)activation for the extension

WARNING: Ignoring invalid distribution ~ (G:\WORKSPACE_AI\02_COMFY\ComfyUI_windows_portable\python_embeded\Lib\site-packages)
WARNING: Ignoring invalid distribution ~nnxruntime (G:\WORKSPACE_AI\02_COMFY\ComfyUI_windows_portable\python_embeded\Lib\site-packages)

ComfyUI-Manager: EXECUTE => ['G:\WORKSPACE_AI\02_COMFY\ComfyUI_windows_portable\python_embeded\python.exe', '-m', 'pip', 'install', 'GitPython']

Execute install/(de)activation script for 'G:\WORKSPACE_AI\02_COMFY\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Impact-Pack'

[!] WARNING: Ignoring invalid distribution ~ (G:\WORKSPACE_AI\02_COMFY\ComfyUI_windows_portable\python_embeded\Lib\site-packages)
[!] WARNING: Ignoring invalid distribution ~nnxruntime (G:\WORKSPACE_AI\02_COMFY\ComfyUI_windows_portable\python_embeded\Lib\site-packages)
[!] WARNING: Ignoring invalid distribution ~ (G:\WORKSPACE_AI\02_COMFY\ComfyUI_windows_portable\python_embeded\Lib\site-packages)
[!] WARNING: Ignoring invalid distribution ~nnxruntime (G:\WORKSPACE_AI\02_COMFY\ComfyUI_windows_portable\python_embeded\Lib\site-packages)
[!]
[!] [notice] A new release of pip is available: 24.1.2 -> 24.2
[!] [notice] To update, run: G:\WORKSPACE_AI\02_COMFY\ComfyUI_windows_portable\python_embeded\python.exe -m pip install --upgrade pip
[SKIP] Downgrading pip package isn't allowed: scipy (cur=1.14.0)

ComfyUI-Manager: EXECUTE => ['G:\WORKSPACE_AI\02_COMFY\ComfyUI_windows_portable\python_embeded\python.exe', 'install.py']

Execute install/(de)activation script for 'G:\WORKSPACE_AI\02_COMFY\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Impact-Pack'

[!]
[!] [bold yellow]WARN: The COMFYUI_MODEL_PATH environment variable is not set. Assuming G:\WORKSPACE_AI\02_COMFY\ComfyUI_windows_portable\ComfyUI\models as the ComfyUI path.[/bold yellow]

ComfyUI-Impact-Pack: Check dependencies

ComfyUI-Impact-Pack: Updating subpack

[Impact Pack] EXECUTE: ['G:\WORKSPACE_AI\02_COMFY\ComfyUI_windows_portable\python_embeded\python.exe', 'install.py'] in 'G:\WORKSPACE_AI\02_COMFY\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Impact-Pack\impact_subpack'

ComfyUI-Impact-Pack: Check basic models

[ComfyUI-Manager] Startup script completed.
#######################################################################

Prestartup times for custom nodes:
0.0 seconds: G:\WORKSPACE_AI\02_COMFY\ComfyUI_windows_portable\ComfyUI\custom_nodes\rgthree-comfy
0.0 seconds: G:\WORKSPACE_AI\02_COMFY\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Easy-Use
10.1 seconds: G:\WORKSPACE_AI\02_COMFY\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Manager

Total VRAM 16375 MB, total RAM 131014 MB
pytorch version: 2.3.1+cu121
Set vram state to: NORMAL_VRAM
Device: cuda:0 NVIDIA GeForce RTX 4080 : cudaMallocAsync
Using pytorch cross attention
[Prompt Server] web root: G:\WORKSPACE_AI\02_COMFY\ComfyUI_windows_portable\ComfyUI\web
Adding extra search path checkpoints G:\WORKSPACE_AI\00_SD_MODELS\CHECKPOINTS
Adding extra search path configs G:\WORKSPACE_AI\00_SD_MODELS\models/Stable-diffusion
Adding extra search path vae G:\WORKSPACE_AI\00_SD_MODELS\VAE
Adding extra search path loras G:\WORKSPACE_AI\00_SD_MODELS\LORAS
Adding extra search path loras G:\WORKSPACE_AI\00_SD_MODELS\models/LyCORIS
Adding extra search path upscale_models G:\WORKSPACE_AI\00_SD_MODELS\ERSGAN
Adding extra search path upscale_models G:\WORKSPACE_AI\00_SD_MODELS\models/RealESRGAN
Adding extra search path upscale_models G:\WORKSPACE_AI\00_SD_MODELS\models/SwinIR
Adding extra search path embeddings G:\WORKSPACE_AI\00_SD_MODELS\EMBEDDINGS
Adding extra search path hypernetworks G:\WORKSPACE_AI\00_SD_MODELS\models/hypernetworks
Adding extra search path controlnet G:\WORKSPACE_AI\00_SD_MODELS\CONTROLNET
Adding extra search path ipadapter G:\WORKSPACE_AI\00_SD_MODELS\IPADAPTERS
Traceback (most recent call last):
File "G:\WORKSPACE_AI\02_COMFY\ComfyUI_windows_portable\ComfyUI\nodes.py", line 2001, in load_custom_node
module_spec.loader.exec_module(module)
File "", line 936, in exec_module
File "", line 1073, in get_code
File "", line 1130, in get_data
FileNotFoundError: [Errno 2] No such file or directory: 'G:\WORKSPACE_AI\02_COMFY\ComfyUI_windows_portable\ComfyUI\custom_nodes\BiRefNet\init.py'

Cannot import G:\WORKSPACE_AI\02_COMFY\ComfyUI_windows_portable\ComfyUI\custom_nodes\BiRefNet module for custom nodes: [Errno 2] No such file or directory: 'G:\WORKSPACE_AI\02_COMFY\ComfyUI_windows_portable\ComfyUI\custom_nodes\BiRefNet\init.py'
Web extensions folder found at G:\WORKSPACE_AI\02_COMFY\ComfyUI_windows_portable\ComfyUI\web\extensions\ComfyLiterals
←[92m[Allor]←[0m: 0 standard nodes was overridden.
Traceback (most recent call last):
File "G:\WORKSPACE_AI\02_COMFY\ComfyUI_windows_portable\ComfyUI\nodes.py", line 2001, in load_custom_node
module_spec.loader.exec_module(module)
File "", line 940, in exec_module
File "", line 241, in call_with_frames_removed
File "G:\WORKSPACE_AI\02_COMFY\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Allor_init
.py", line 12, in
NODE_CLASS_MAPPINGS = loader.get_modules()
^^^^^^^^^^^^^^^^^^^^
File "G:\WORKSPACE_AI\02_COMFY\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Allor\Loader.py", line 348, in get_modules
from .modules import ImageSegmentation
File "G:\WORKSPACE_AI\02_COMFY\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Allor\modules\ImageSegmentation.py", line 3, in
from rembg import remove, new_session
File "G:\WORKSPACE_AI\02_COMFY\ComfyUI_windows_portable\python_embeded\Lib\site-packages\rembg_init_.py", line 5, in
from .bg import remove
File "G:\WORKSPACE_AI\02_COMFY\ComfyUI_windows_portable\python_embeded\Lib\site-packages\rembg\bg.py", line 6, in
from cv2 import (
ImportError: cannot import name 'BORDER_DEFAULT' from 'cv2' (unknown location)

Cannot import G:\WORKSPACE_AI\02_COMFY\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Allor module for custom nodes: cannot import name 'BORDER_DEFAULT' from 'cv2' (unknown location)
Adding G:\WORKSPACE_AI\02_COMFY\ComfyUI_windows_portable\ComfyUI\custom_nodes to sys.path
←[36mEfficiency Nodes:←[0m Attempting to add Control Net options to the 'HiRes-Fix Script' Node (comfyui_controlnet_aux add-on)...←[92mSuccess!←[0m
Loaded Efficiency nodes from G:\WORKSPACE_AI\02_COMFY\ComfyUI_windows_portable\ComfyUI\custom_nodes\efficiency-nodes-comfyui
Loaded ControlNetPreprocessors nodes from G:\WORKSPACE_AI\02_COMFY\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui_controlnet_aux
Loaded AdvancedControlNet nodes from G:\WORKSPACE_AI\02_COMFY\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Advanced-ControlNet
Loaded AnimateDiff from G:\WORKSPACE_AI\02_COMFY\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui-animatediff\animatediff/sliding_schedule.py
Loaded IPAdapter nodes from G:\WORKSPACE_AI\02_COMFY\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI_IPAdapter_plus
Loaded VideoHelperSuite from G:\WORKSPACE_AI\02_COMFY\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-VideoHelperSuite

Loading: ComfyUI-Impact-Pack (V7.10)

module 'cv2' has no attribute 'setNumThreads'

!!!!!

[ComfyUI-Impact-Subpack] If this error occurs, please check the following link:
https://github.com/ltdrdata/ComfyUI-Impact-Pack/blob/Main/troubleshooting/TROUBLESHOOTING.md

!!!!!

[Impact Pack] Failed to import due to several dependencies are missing!!!!
Could not load ImpactPack nodes module 'cv2' has no attribute 'setNumThreads'
Traceback (most recent call last):
File "G:\WORKSPACE_AI\02_COMFY\ComfyUI_windows_portable\ComfyUI\nodes.py", line 2001, in load_custom_node
module_spec.loader.exec_module(module)
File "", line 940, in exec_module
File "", line 241, in call_with_frames_removed
File "G:\WORKSPACE_AI\02_COMFY\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-BiRefNet_init
.py", line 3, in
from .BiRefNet_node import NODE_CLASS_MAPPINGS, NODE_DISPLAY_NAME_MAPPINGS
File "G:\WORKSPACE_AI\02_COMFY\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-BiRefNet\BiRefNet_node.py", line 7, in
from models.baseline import BiRefNet
File "G:\WORKSPACE_AI\02_COMFY\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-BiRefNet\models\baseline.py", line 11, in
from models.backbones.build_backbone import build_backbone
File "G:\WORKSPACE_AI\02_COMFY\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-BiRefNet\models\backbones\build_backbone.py", line 8, in
from utils import check_download_model
ImportError: cannot import name 'check_download_model' from 'utils' (G:\WORKSPACE_AI\02_COMFY\ComfyUI_windows_portable\ComfyUI\utils_init_.py)

Cannot import G:\WORKSPACE_AI\02_COMFY\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-BiRefNet module for custom nodes: cannot import name 'check_download_model' from 'utils' (G:\WORKSPACE_AI\02_COMFY\ComfyUI_windows_portable\ComfyUI\utils_init_.py)
Traceback (most recent call last):
File "G:\WORKSPACE_AI\02_COMFY\ComfyUI_windows_portable\ComfyUI\nodes.py", line 2001, in load_custom_node
module_spec.loader.exec_module(module)
File "", line 940, in exec_module
File "", line 241, in call_with_frames_removed
File "G:\WORKSPACE_AI\02_COMFY\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-BiRefNet-ZHO_init
.py", line 1, in
from . import birefnet
File "G:\WORKSPACE_AI\02_COMFY\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-BiRefNet-ZHO\birefnet.py", line 7, in
from models.baseline import BiRefNet
File "G:\WORKSPACE_AI\02_COMFY\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-BiRefNet\models\baseline.py", line 11, in
from models.backbones.build_backbone import build_backbone
File "G:\WORKSPACE_AI\02_COMFY\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-BiRefNet\models\backbones\build_backbone.py", line 8, in
from utils import check_download_model
ImportError: cannot import name 'check_download_model' from 'utils' (G:\WORKSPACE_AI\02_COMFY\ComfyUI_windows_portable\ComfyUI\utils_init_.py)

Cannot import G:\WORKSPACE_AI\02_COMFY\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-BiRefNet-ZHO module for custom nodes: cannot import name 'check_download_model' from 'utils' (G:\WORKSPACE_AI\02_COMFY\ComfyUI_windows_portable\ComfyUI\utils_init_.py)
sageattn not found, using sdpa
sageattn not found, using sdpa
sageattn not found, using sdpa
[Crystools ←[0;32mINFO←[0m] Crystools version: 1.19.0
[Crystools ←[0;32mINFO←[0m] CPU: AMD Ryzen 9 5950X 16-Core Processor - Arch: AMD64 - OS: Windows 10
[Crystools ←[0;32mINFO←[0m] Pynvml (Nvidia) initialized.
[Crystools ←[0;32mINFO←[0m] GPU/s:
[Crystools ←[0;32mINFO←[0m] 0) NVIDIA GeForce RTX 4080
[Crystools ←[0;32mINFO←[0m] NVIDIA Driver: 560.94
xFormers not available
xFormers not available
←[34m[ComfyUI-Easy-Use] server: ←[0mv1.2.4 ←[92mLoaded←[0m
←[34m[ComfyUI-Easy-Use] web root: ←[0mG:\WORKSPACE_AI\02_COMFY\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Easy-Use\web_version/v2 ←[92mLoaded←[0m
G:\WORKSPACE_AI\02_COMFY\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-FollowYourEmojiWrapper\diffusers\utils\outputs.py:63: UserWarning: torch.utils._pytree._register_pytree_node is deprecated. Please use torch.utils._pytree.register_pytree_node instead.
torch.utils._pytree._register_pytree_node(

Loading: ComfyUI-Impact-Pack (V7.10)

module 'cv2' has no attribute 'setNumThreads'

!!!!!

[ComfyUI-Impact-Subpack] If this error occurs, please check the following link:
https://github.com/ltdrdata/ComfyUI-Impact-Pack/blob/Main/troubleshooting/TROUBLESHOOTING.md

!!!!!

[Impact Pack] Failed to import due to several dependencies are missing!!!!
Traceback (most recent call last):
File "G:\WORKSPACE_AI\02_COMFY\ComfyUI_windows_portable\ComfyUI\nodes.py", line 2001, in load_custom_node
module_spec.loader.exec_module(module)
File "", line 940, in exec_module
File "", line 241, in call_with_frames_removed
File "G:\WORKSPACE_AI\02_COMFY\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Impact-Pack_init
.py", line 53, in
raise e
File "G:\WORKSPACE_AI\02_COMFY\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Impact-Pack_init_.py", line 31, in
import impact.subpack_nodes # This import must be done before cv2.
^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "G:\WORKSPACE_AI\02_COMFY\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Impact-Pack\impact_subpack\impact\subpack_nodes.py", line 4, in
import impact.subcore as subcore
File "G:\WORKSPACE_AI\02_COMFY\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Impact-Pack\impact_subpack\impact\subcore.py", line 17, in
raise e
File "G:\WORKSPACE_AI\02_COMFY\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Impact-Pack\impact_subpack\impact\subcore.py", line 13, in
from ultralytics import YOLO
File "G:\WORKSPACE_AI\02_COMFY\ComfyUI_windows_portable\python_embeded\Lib\site-packages\ultralytics_init_.py", line 10, in
from ultralytics.data.explorer.explorer import Explorer
File "G:\WORKSPACE_AI\02_COMFY\ComfyUI_windows_portable\python_embeded\Lib\site-packages\ultralytics\data_init_.py", line 3, in
from .base import BaseDataset
File "G:\WORKSPACE_AI\02_COMFY\ComfyUI_windows_portable\python_embeded\Lib\site-packages\ultralytics\data\base.py", line 17, in
from ultralytics.data.utils import FORMATS_HELP_MSG, HELP_URL, IMG_FORMATS
File "G:\WORKSPACE_AI\02_COMFY\ComfyUI_windows_portable\python_embeded\Lib\site-packages\ultralytics\data\utils.py", line 19, in
from ultralytics.nn.autobackend import check_class_names
File "G:\WORKSPACE_AI\02_COMFY\ComfyUI_windows_portable\python_embeded\Lib\site-packages\ultralytics\nn_init_.py", line 3, in
from .tasks import (
File "G:\WORKSPACE_AI\02_COMFY\ComfyUI_windows_portable\python_embeded\Lib\site-packages\ultralytics\nn\tasks.py", line 10, in
from ultralytics.nn.modules import (
File "G:\WORKSPACE_AI\02_COMFY\ComfyUI_windows_portable\python_embeded\Lib\site-packages\ultralytics\nn\modules_init_.py", line 20, in
from .block import (
File "G:\WORKSPACE_AI\02_COMFY\ComfyUI_windows_portable\python_embeded\Lib\site-packages\ultralytics\nn\modules\block.py", line 8, in
from ultralytics.utils.torch_utils import fuse_conv_and_bn
File "G:\WORKSPACE_AI\02_COMFY\ComfyUI_windows_portable\python_embeded\Lib\site-packages\ultralytics\utils_init_.py", line 108, in
cv2.setNumThreads(0) # prevent OpenCV from multithreading (incompatible with PyTorch DataLoader)
^^^^^^^^^^^^^^^^^
AttributeError: module 'cv2' has no attribute 'setNumThreads'

Cannot import G:\WORKSPACE_AI\02_COMFY\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Impact-Pack module for custom nodes: module 'cv2' has no attribute 'setNumThreads'
Traceback (most recent call last):
File "G:\WORKSPACE_AI\02_COMFY\ComfyUI_windows_portable\ComfyUI\nodes.py", line 2001, in load_custom_node
module_spec.loader.exec_module(module)
File "", line 940, in exec_module
File "", line 241, in call_with_frames_removed
File "G:\WORKSPACE_AI\02_COMFY\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Inference-Core-Nodes_init
.py", line 1, in
from inference_core_nodes import NODE_CLASS_MAPPINGS, NODE_DISPLAY_NAME_MAPPINGS
ModuleNotFoundError: No module named 'inference_core_nodes'

Cannot import G:\WORKSPACE_AI\02_COMFY\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Inference-Core-Nodes module for custom nodes: No module named 'inference_core_nodes'

Loading: ComfyUI-Inspire-Pack (V1.4)

Total VRAM 16375 MB, total RAM 131014 MB
pytorch version: 2.3.1+cu121
Set vram state to: NORMAL_VRAM
Device: cuda:0 NVIDIA GeForce RTX 4080 : cudaMallocAsync
@@device:cuda
@@device:cuda
Traceback (most recent call last):
File "G:\WORKSPACE_AI\02_COMFY\ComfyUI_windows_portable\ComfyUI\nodes.py", line 2001, in load_custom_node
module_spec.loader.exec_module(module)
File "", line 940, in exec_module
File "", line 241, in call_with_frames_removed
File "G:\WORKSPACE_AI\02_COMFY\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui-liveportrait_init
.py", line 1, in
from .nodes.live_portrait import LivePortraitNode,FaceCropInfo,Retargeting,LivePortraitVideoNode
File "G:\WORKSPACE_AI\02_COMFY\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui-liveportrait\nodes\live_portrait.py", line 32, in
from .LivePortrait.src.live_portrait_pipeline import LivePortraitPipeline
File "G:\WORKSPACE_AI\02_COMFY\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui-liveportrait\nodes\LivePortrait\src\live_portrait_pipeline.py", line 20, in
from .utils.cropper import Cropper
File "G:\WORKSPACE_AI\02_COMFY\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui-liveportrait\nodes\LivePortrait\src\utils\cropper.py", line 12, in
cv2.setNumThreads(0); cv2.ocl.setUseOpenCL(False)
^^^^^^^^^^^^^^^^^
AttributeError: module 'cv2' has no attribute 'setNumThreads'

Cannot import G:\WORKSPACE_AI\02_COMFY\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui-liveportrait module for custom nodes: module 'cv2' has no attribute 'setNumThreads'
Can't load MediaPipe, MediaPipeCropper not available
Can't load MediaPipe, MediaPipeCropper not available
Can't load FaceAlignment, CropperFaceAlignment not available
Traceback (most recent call last):
File "G:\WORKSPACE_AI\02_COMFY\ComfyUI_windows_portable\ComfyUI\nodes.py", line 2001, in load_custom_node
module_spec.loader.exec_module(module)
File "", line 940, in exec_module
File "", line 241, in call_with_frames_removed
File "G:\WORKSPACE_AI\02_COMFY\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-LivePortraitKJ_init
.py", line 1, in
from .nodes import NODE_CLASS_MAPPINGS, NODE_DISPLAY_NAME_MAPPINGS
File "G:\WORKSPACE_AI\02_COMFY\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-LivePortraitKJ\nodes.py", line 42, in
from .liveportrait.utils.crop import _transform_img_kornia
File "G:\WORKSPACE_AI\02_COMFY\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-LivePortraitKJ\liveportrait\utils\crop.py", line 11, in
CV2_INTERP = cv2.INTER_LINEAR
^^^^^^^^^^^^^^^^
AttributeError: module 'cv2' has no attribute 'INTER_LINEAR'

Cannot import G:\WORKSPACE_AI\02_COMFY\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-LivePortraitKJ module for custom nodes: module 'cv2' has no attribute 'INTER_LINEAR'
Traceback (most recent call last):
File "G:\WORKSPACE_AI\02_COMFY\ComfyUI_windows_portable\ComfyUI\nodes.py", line 2001, in load_custom_node
module_spec.loader.exec_module(module)
File "", line 940, in exec_module
File "", line 241, in call_with_frames_removed
File "G:\WORKSPACE_AI\02_COMFY\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-LivePortraitKJ-MPS_init
.py", line 1, in
from .nodes import NODE_CLASS_MAPPINGS, NODE_DISPLAY_NAME_MAPPINGS
File "G:\WORKSPACE_AI\02_COMFY\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-LivePortraitKJ-MPS\nodes.py", line 8, in
assert torch.backends.mps.is_available(), "You are trying to use a Apple Silicon node on a Windows or Linux device. Download the original node from https://github.com/kijai/ComfyUI-LivePortraitKJ."
AssertionError: You are trying to use a Apple Silicon node on a Windows or Linux device. Download the original node from https://github.com/kijai/ComfyUI-LivePortraitKJ.

Cannot import G:\WORKSPACE_AI\02_COMFY\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-LivePortraitKJ-MPS module for custom nodes: You are trying to use a Apple Silicon node on a Windows or Linux device. Download the original node from https://github.com/kijai/ComfyUI-LivePortraitKJ.
←[94mtheUpsiders Logic Nodes: ←[92mLoaded←[0m

Loading: ComfyUI-Manager (V2.51.7)

ComfyUI Revision: 2758 [3c60ecd7] | Released on '2024-10-12'

[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
[ComfyUI-Manager] default cache updated: https://raw.githubusercontent.com/ltdrdata/ComfyUI-Manager/main/github-stats.json
[ComfyUI-Manager] default cache updated: https://raw.githubusercontent.com/ltdrdata/ComfyUI-Manager/main/custom-node-list.json
[ComfyUI-Manager] default cache updated: https://raw.githubusercontent.com/ltdrdata/ComfyUI-Manager/main/extension-node-map.json

←[91m ### Mixlab Nodes: ←[93mLoaded
json_repair## OK
ChatGPT.available True
edit_mask.available True
simple_lama_inpainting## OK
LaMaInpainting.available False

clip_interrogator_model not found: G:\WORKSPACE_AI\02_COMFY\ComfyUI_windows_portable\ComfyUI\models\clip_interrogator\Salesforce\blip-image-captioning-base, pls download from https://huggingface.co/Salesforce/blip-image-captioning-base

ClipInterrogator.available True

text_generator_model not found: G:\WORKSPACE_AI\02_COMFY\ComfyUI_windows_portable\ComfyUI\models\prompt_generator\text2image-prompt-generator, pls download from https://huggingface.co/succinctly/text2image-prompt-generator/tree/main

zh_en_model not found: G:\WORKSPACE_AI\02_COMFY\ComfyUI_windows_portable\ComfyUI\models\prompt_generator\opus-mt-zh-en, pls download from https://huggingface.co/Helsinki-NLP/opus-mt-zh-en/tree/main

PromptGenerate.available True
ChinesePrompt.available True
RembgNode_.available False
TripoSR.available
MiniCPMNode.available
Scenedetect.available False
FishSpeech.available
SenseVoice.available
Whisper.available False
←[93m -------------- ←[0m

←[34m### N-Suite Revision:←[0m ←[32mae7cc848 ←[0m
Current version of packaging: 23.2
Version of cpuinfo: Not found
Current version of git: 3.1.37
Current version of moviepy: 1.0.3
Version of cv2: Not found
Current version of skbuild: 0.17.6
Version of typing: Not found
Current version of diskcache: 5.6.3
Current version of llama_cpp: 0.2.17+cu121
Current version of timm: 0.9.12
Note: NumExpr detected 32 cores but "NUMEXPR_MAX_THREADS" not set, so enforcing safe limit of 8.
Failed to auto update Quality of Life Suit
←[33mQualityOfLifeSuit_Omar92_DIR:←[0m G:\WORKSPACE_AI\02_COMFY\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-QualityOfLifeSuit_Omar92
Traceback (most recent call last):
File "G:\WORKSPACE_AI\02_COMFY\ComfyUI_windows_portable\ComfyUI\nodes.py", line 2001, in load_custom_node
module_spec.loader.exec_module(module)
File "", line 940, in exec_module
File "", line 241, in call_with_frames_removed
File "G:\WORKSPACE_AI\02_COMFY\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui-reactor-node_init
.py", line 23, in
from .nodes import NODE_CLASS_MAPPINGS, NODE_DISPLAY_NAME_MAPPINGS
File "G:\WORKSPACE_AI\02_COMFY\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui-reactor-node\nodes.py", line 15, in
from insightface.app.common import Face
File "G:\WORKSPACE_AI\02_COMFY\ComfyUI_windows_portable\python_embeded\Lib\site-packages\insightface_init_.py", line 18, in
from . import app
File "G:\WORKSPACE_AI\02_COMFY\ComfyUI_windows_portable\python_embeded\Lib\site-packages\insightface\app_init_.py", line 2, in
from .mask_renderer import *
File "G:\WORKSPACE_AI\02_COMFY\ComfyUI_windows_portable\python_embeded\Lib\site-packages\insightface\app\mask_renderer.py", line 4, in
import albumentations as A
File "G:\WORKSPACE_AI\02_COMFY\ComfyUI_windows_portable\python_embeded\Lib\site-packages\albumentations_init_.py", line 6, in
from .augmentations import *
File "G:\WORKSPACE_AI\02_COMFY\ComfyUI_windows_portable\python_embeded\Lib\site-packages\albumentations\augmentations_init_.py", line 1, in
from .blur.functional import *
File "G:\WORKSPACE_AI\02_COMFY\ComfyUI_windows_portable\python_embeded\Lib\site-packages\albumentations\augmentations\blur_init_.py", line 1, in
from .functional import *
File "G:\WORKSPACE_AI\02_COMFY\ComfyUI_windows_portable\python_embeded\Lib\site-packages\albumentations\augmentations\blur\functional.py", line 9, in
from albucore import clipped, float32_io, maybe_process_in_chunks, preserve_channel_dim
File "G:\WORKSPACE_AI\02_COMFY\ComfyUI_windows_portable\python_embeded\Lib\site-packages\albucore_init_.py", line 3, in
from .decorators import *
File "G:\WORKSPACE_AI\02_COMFY\ComfyUI_windows_portable\python_embeded\Lib\site-packages\albucore\decorators.py", line 7, in
from albucore.utils import MONO_CHANNEL_DIMENSIONS, NUM_MULTI_CHANNEL_DIMENSIONS, P
File "G:\WORKSPACE_AI\02_COMFY\ComfyUI_windows_portable\python_embeded\Lib\site-packages\albucore\utils.py", line 44, in
np.uint8: cv2.CV_8U,
^^^^^^^^^
AttributeError: module 'cv2' has no attribute 'CV_8U'

Cannot import G:\WORKSPACE_AI\02_COMFY\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui-reactor-node module for custom nodes: module 'cv2' has no attribute 'CV_8U'
G:\WORKSPACE_AI\02_COMFY\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-segment-anything-2\sam2\modeling\sam\transformer.py:20: UserWarning: Flash Attention is disabled as it requires a GPU with Ampere (8.0) CUDA capability.
OLD_GPU, USE_FLASH_ATTN, MATH_KERNEL_ON = get_sdpa_settings()

no module 'xformers'. Processing without...
no module 'xformers'. Processing without...
(pysssss:WD14Tagger) [DEBUG] Available ORT providers: AzureExecutionProvider, CPUExecutionProvider
(pysssss:WD14Tagger) [DEBUG] Using ORT providers: CUDAExecutionProvider, CPUExecutionProvider
Traceback (most recent call last):
File "G:\WORKSPACE_AI\02_COMFY\ComfyUI_windows_portable\ComfyUI\nodes.py", line 2001, in load_custom_node
module_spec.loader.exec_module(module)
File "", line 940, in exec_module
File "", line 241, in call_with_frames_removed
File "G:\WORKSPACE_AI\02_COMFY\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-YoloWorld-EfficientSAM_init
.py", line 1, in
from . import YOLO_WORLD_EfficientSAM
File "G:\WORKSPACE_AI\02_COMFY\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-YoloWorld-EfficientSAM\YOLO_WORLD_EfficientSAM.py", line 6, in
import supervision as sv
File "G:\WORKSPACE_AI\02_COMFY\ComfyUI_windows_portable\python_embeded\Lib\site-packages\supervision_init_.py", line 9, in
from supervision.annotators.core import (
File "G:\WORKSPACE_AI\02_COMFY\ComfyUI_windows_portable\python_embeded\Lib\site-packages\supervision\annotators\core.py", line 19, in
from supervision.draw.utils import draw_polygon
File "G:\WORKSPACE_AI\02_COMFY\ComfyUI_windows_portable\python_embeded\Lib\site-packages\supervision\draw\utils.py", line 164, in
text_font: int = cv2.FONT_HERSHEY_SIMPLEX,
^^^^^^^^^^^^^^^^^^^^^^^^
AttributeError: module 'cv2' has no attribute 'FONT_HERSHEY_SIMPLEX'

Cannot import G:\WORKSPACE_AI\02_COMFY\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-YoloWorld-EfficientSAM module for custom nodes: module 'cv2' has no attribute 'FONT_HERSHEY_SIMPLEX'

←[34mComfyroll Studio v1.76 : ←[92m 175 Nodes Loaded←[0m

** For changes, please see patch notes at https://github.com/Suzie1/ComfyUI_Comfyroll_CustomNodes/blob/main/Patch_Notes.md
** For help, please see the wiki at https://github.com/Suzie1/ComfyUI_Comfyroll_CustomNodes/wiki

←[34mFizzleDorf Custom Nodes: ←[92mLoaded←[0m
←[34mIb Custom Nodes: ←[92mLoaded←[0m

😺dzNodes: LayerStyle -> ←[1;33mCannot import name 'guidedFilter' from 'cv2.ximgproc'

A few nodes cannot works properly, while most nodes are not affected. Please REINSTALL package 'opencv-contrib-python'.
For detail refer to ←[4mhttps://github.com/chflame163/ComfyUI_LayerStyle/issues/5←[0m←[m
导入 easyocr_function 时出错:cannot import name 'get_display' from 'bidi' (G:\WORKSPACE_AI\02_COMFY\ComfyUI_windows_portable\python_embeded\Lib\site-packages\bidi_init_.py)
导入 miniparty 时出错:cannot import name 'get_display' from 'bidi' (G:\WORKSPACE_AI\02_COMFY\ComfyUI_windows_portable\python_embeded\Lib\site-packages\bidi_init_.py)
llama-cpp installed
Successfully installed py-cord[voice]
←[92m[tinyterraNodes] ←[32mLoaded←[0m
←[36;20m[comfy_mtb] | INFO -> loaded ←[96m82←[0m nodes successfuly←[0m
←[36;20m[comfy_mtb] | INFO -> Some nodes (3) could not be loaded. This can be ignored, but go to http://127.0.0.1:8188/mtb if you want more information.←[0m
Initializing ControlAltAI Nodes
Patching UNetModel.forward
UNetModel.forward has been successfully patched.
Downloading anime face detector...
Failed to download lbpcascade_animeface.xml so please download it in G:\WORKSPACE_AI\02_COMFY\ComfyUI_windows_portable\ComfyUI\custom_nodes\IPAdapter-ComfyUI.
←[1;32m[Power Noise Suite]: 🦚🦚🦚 ←[93m←[3mkweh..←[0m 🦚🦚🦚
←[1;32m[Power Noise Suite]:←[0m Tamed ←[93m11←[0m wild nodes.
Traceback (most recent call last):
File "G:\WORKSPACE_AI\02_COMFY\ComfyUI_windows_portable\ComfyUI\nodes.py", line 2001, in load_custom_node
module_spec.loader.exec_module(module)
File "", line 936, in exec_module
File "", line 1073, in get_code
File "", line 1130, in get_data
FileNotFoundError: [Errno 2] No such file or directory: 'G:\WORKSPACE_AI\02_COMFY\ComfyUI_windows_portable\ComfyUI\custom_nodes\reactor\init.py'

Cannot import G:\WORKSPACE_AI\02_COMFY\ComfyUI_windows_portable\ComfyUI\custom_nodes\reactor module for custom nodes: [Errno 2] No such file or directory: 'G:\WORKSPACE_AI\02_COMFY\ComfyUI_windows_portable\ComfyUI\custom_nodes\reactor\init.py'

←[92m[rgthree-comfy] Loaded 43 magnificent nodes. 🎉←[00m

←[92m[💾 save_image_extended] AVIF is supported! Woohoo!←[0m
←[92m[💾 save_image_extended] JPEGXL is supported! YeePee!←[0m
←[92m[💾 save_image_extended]←[0m version: 2.76←[0m
Searge-SDXL v4.3.1 in G:\WORKSPACE_AI\02_COMFY\ComfyUI_windows_portable\ComfyUI\custom_nodes\SeargeSDXL
←[34mWAS Node Suite: ←[0mBlenderNeko's Advanced CLIP Text Encode found, attempting to enable CLIPTextEncode support.←[0m
←[34mWAS Node Suite: ←[0mCLIPTextEncode (BlenderNeko Advanced + NSP) node enabled under WAS Suite/Conditioning menu.←[0m
Traceback (most recent call last):
File "G:\WORKSPACE_AI\02_COMFY\ComfyUI_windows_portable\ComfyUI\nodes.py", line 2001, in load_custom_node
module_spec.loader.exec_module(module)
File "", line 940, in exec_module
File "", line 241, in call_with_frames_removed
File "G:\WORKSPACE_AI\02_COMFY\ComfyUI_windows_portable\ComfyUI\custom_nodes\was-node-suite-comfyui_init
.py", line 1, in
from .WAS_Node_Suite import NODE_CLASS_MAPPINGS
File "G:\WORKSPACE_AI\02_COMFY\ComfyUI_windows_portable\ComfyUI\custom_nodes\was-node-suite-comfyui\WAS_Node_Suite.py", line 14511, in
build_info = ' '.join(cv2.getBuildInformation().split())
^^^^^^^^^^^^^^^^^^^^^^^
AttributeError: module 'cv2' has no attribute 'getBuildInformation'

Cannot import G:\WORKSPACE_AI\02_COMFY\ComfyUI_windows_portable\ComfyUI\custom_nodes\was-node-suite-comfyui module for custom nodes: module 'cv2' has no attribute 'getBuildInformation'

Import times for custom nodes:
0.0 seconds: G:\WORKSPACE_AI\02_COMFY\ComfyUI_windows_portable\ComfyUI\custom_nodes\SDXLAspectRatio.py
0.0 seconds: G:\WORKSPACE_AI\02_COMFY\ComfyUI_windows_portable\ComfyUI\custom_nodes\highresfix.py
0.0 seconds: G:\WORKSPACE_AI\02_COMFY\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Image-Selector
0.0 seconds: G:\WORKSPACE_AI\02_COMFY\ComfyUI_windows_portable\ComfyUI\custom_nodes\canvas_tab
0.0 seconds: G:\WORKSPACE_AI\02_COMFY\ComfyUI_windows_portable\ComfyUI\custom_nodes\websocket_image_save.py
0.0 seconds: G:\WORKSPACE_AI\02_COMFY\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-SDXL-EmptyLatentImage
0.0 seconds: G:\WORKSPACE_AI\02_COMFY\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-CustomScheduler
0.0 seconds: G:\WORKSPACE_AI\02_COMFY\ComfyUI_windows_portable\ComfyUI\custom_nodes\Winston
0.0 seconds: G:\WORKSPACE_AI\02_COMFY\ComfyUI_windows_portable\ComfyUI\custom_nodes\sdxl_prompt_styler
0.0 seconds: G:\WORKSPACE_AI\02_COMFY\ComfyUI_windows_portable\ComfyUI\custom_nodes\LoadLoraWithTags
0.0 seconds: G:\WORKSPACE_AI\02_COMFY\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-RAVE
0.0 seconds: G:\WORKSPACE_AI\02_COMFY\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI_SUNoise
0.0 seconds: G:\WORKSPACE_AI\02_COMFY\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI_Ib_CustomNodes
0.0 seconds: G:\WORKSPACE_AI\02_COMFY\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-sampler-lcm-alternative
0.0 seconds (IMPORT FAILED): G:\WORKSPACE_AI\02_COMFY\ComfyUI_windows_portable\ComfyUI\custom_nodes\reactor
0.0 seconds: G:\WORKSPACE_AI\02_COMFY\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI_IPAdapter_plus
0.0 seconds: G:\WORKSPACE_AI\02_COMFY\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI_Noise
0.0 seconds: G:\WORKSPACE_AI\02_COMFY\ComfyUI_windows_portable\ComfyUI\custom_nodes\extended-saveimage-comfyui
0.0 seconds: G:\WORKSPACE_AI\02_COMFY\ComfyUI_windows_portable\ComfyUI\custom_nodes\cg-use-everywhere
0.0 seconds: G:\WORKSPACE_AI\02_COMFY\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Logic
0.0 seconds: G:\WORKSPACE_AI\02_COMFY\ComfyUI_windows_portable\ComfyUI\custom_nodes\sd-dynamic-thresholding
0.0 seconds: G:\WORKSPACE_AI\02_COMFY\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI_ADV_CLIP_emb
0.0 seconds: G:\WORKSPACE_AI\02_COMFY\ComfyUI_windows_portable\ComfyUI\custom_nodes\efficiency-nodes-comfyui
0.0 seconds: G:\WORKSPACE_AI\02_COMFY\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI_Cutoff
0.0 seconds: G:\WORKSPACE_AI\02_COMFY\ComfyUI_windows_portable\ComfyUI\custom_nodes\klinter_nodes
0.0 seconds: G:\WORKSPACE_AI\02_COMFY\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-VideoHelperSuite
0.0 seconds: G:\WORKSPACE_AI\02_COMFY\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUi_NNLatentUpscale
0.0 seconds: G:\WORKSPACE_AI\02_COMFY\ComfyUI_windows_portable\ComfyUI\custom_nodes\stability-ComfyUI-nodes
0.0 seconds: G:\WORKSPACE_AI\02_COMFY\ComfyUI_windows_portable\ComfyUI\custom_nodes\cg-image-picker
0.0 seconds: G:\WORKSPACE_AI\02_COMFY\ComfyUI_windows_portable\ComfyUI\custom_nodes\FreeU_Advanced
0.0 seconds: G:\WORKSPACE_AI\02_COMFY\ComfyUI_windows_portable\ComfyUI\custom_nodes\cg_custom_core
0.0 seconds: G:\WORKSPACE_AI\02_COMFY\ComfyUI_windows_portable\ComfyUI\custom_nodes\masquerade-nodes-comfyui
0.0 seconds: G:\WORKSPACE_AI\02_COMFY\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-post-processing-nodes
0.0 seconds (IMPORT FAILED): G:\WORKSPACE_AI\02_COMFY\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-LivePortraitKJ-MPS
0.0 seconds: G:\WORKSPACE_AI\02_COMFY\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyLiterals
0.0 seconds (IMPORT FAILED): G:\WORKSPACE_AI\02_COMFY\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Inference-Core-Nodes
0.0 seconds: G:\WORKSPACE_AI\02_COMFY\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-WD14-Tagger
0.0 seconds (IMPORT FAILED): G:\WORKSPACE_AI\02_COMFY\ComfyUI_windows_portable\ComfyUI\custom_nodes\BiRefNet
0.0 seconds: G:\WORKSPACE_AI\02_COMFY\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI_experiments
0.0 seconds: G:\WORKSPACE_AI\02_COMFY\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-ELLA
0.0 seconds: G:\WORKSPACE_AI\02_COMFY\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-SuperBeasts
0.0 seconds: G:\WORKSPACE_AI\02_COMFY\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI_JPS-Nodes
0.0 seconds (IMPORT FAILED): G:\WORKSPACE_AI\02_COMFY\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-BiRefNet-ZHO
0.0 seconds: G:\WORKSPACE_AI\02_COMFY\ComfyUI_windows_portable\ComfyUI\custom_nodes\PowerNoiseSuite
0.0 seconds: G:\WORKSPACE_AI\02_COMFY\ComfyUI_windows_portable\ComfyUI\custom_nodes\ControlAltAI-Nodes
0.0 seconds: G:\WORKSPACE_AI\02_COMFY\ComfyUI_windows_portable\ComfyUI\custom_nodes\ymc-node-suite-comfyui
0.0 seconds: G:\WORKSPACE_AI\02_COMFY\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-TiledDiffusion
0.0 seconds: G:\WORKSPACE_AI\02_COMFY\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui_controlnet_aux
0.0 seconds: G:\WORKSPACE_AI\02_COMFY\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Video-Matting
0.0 seconds: G:\WORKSPACE_AI\02_COMFY\ComfyUI_windows_portable\ComfyUI\custom_nodes\images-grid-comfy-plugin
0.0 seconds: G:\WORKSPACE_AI\02_COMFY\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI_FizzNodes
0.0 seconds: G:\WORKSPACE_AI\02_COMFY\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-layerdiffuse
0.0 seconds: G:\WORKSPACE_AI\02_COMFY\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui-animatediff
0.0 seconds: G:\WORKSPACE_AI\02_COMFY\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfy_PoP
0.0 seconds: G:\WORKSPACE_AI\02_COMFY\ComfyUI_windows_portable\ComfyUI\custom_nodes\IPAdapter-ComfyUI
0.0 seconds: G:\WORKSPACE_AI\02_COMFY\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-QualityOfLifeSuit_Omar92
0.0 seconds: G:\WORKSPACE_AI\02_COMFY\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Extra-Samplers
0.0 seconds: G:\WORKSPACE_AI\02_COMFY\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-RefUNet
0.0 seconds: G:\WORKSPACE_AI\02_COMFY\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui-various
0.0 seconds: G:\WORKSPACE_AI\02_COMFY\ComfyUI_windows_portable\ComfyUI\custom_nodes\mikey_nodes
0.0 seconds: G:\WORKSPACE_AI\02_COMFY\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Florence2
0.0 seconds: G:\WORKSPACE_AI\02_COMFY\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyMath
0.0 seconds: G:\WORKSPACE_AI\02_COMFY\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI_essentials
0.0 seconds: G:\WORKSPACE_AI\02_COMFY\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Custom-Scripts
0.0 seconds: G:\WORKSPACE_AI\02_COMFY\ComfyUI_windows_portable\ComfyUI\custom_nodes\virtuoso-nodes
0.0 seconds: G:\WORKSPACE_AI\02_COMFY\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfy-image-saver
0.0 seconds: G:\WORKSPACE_AI\02_COMFY\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI_UltimateSDUpscale
0.0 seconds: G:\WORKSPACE_AI\02_COMFY\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-DepthAnythingV2
0.0 seconds: G:\WORKSPACE_AI\02_COMFY\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Frame-Interpolation
0.0 seconds: G:\WORKSPACE_AI\02_COMFY\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-GGUF
0.0 seconds: G:\WORKSPACE_AI\02_COMFY\ComfyUI_windows_portable\ComfyUI\custom_nodes\save-image-extended-comfyui
0.0 seconds (IMPORT FAILED): G:\WORKSPACE_AI\02_COMFY\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Allor
0.0 seconds (IMPORT FAILED): G:\WORKSPACE_AI\02_COMFY\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Impact-Pack
0.0 seconds: G:\WORKSPACE_AI\02_COMFY\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-JDCN
0.0 seconds (IMPORT FAILED): G:\WORKSPACE_AI\02_COMFY\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-YoloWorld-EfficientSAM
0.0 seconds: G:\WORKSPACE_AI\02_COMFY\ComfyUI_windows_portable\ComfyUI\custom_nodes\rgthree-comfy
0.0 seconds: G:\WORKSPACE_AI\02_COMFY\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI_ExtraModels
0.0 seconds (IMPORT FAILED): G:\WORKSPACE_AI\02_COMFY\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui-reactor-node
0.0 seconds (IMPORT FAILED): G:\WORKSPACE_AI\02_COMFY\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-LivePortraitKJ
0.0 seconds: G:\WORKSPACE_AI\02_COMFY\ComfyUI_windows_portable\ComfyUI\custom_nodes\OneButtonPrompt
0.0 seconds: G:\WORKSPACE_AI\02_COMFY\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI_bitsandbytes_NF4
0.0 seconds: G:\WORKSPACE_AI\02_COMFY\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-CogVideoXWrapper
0.0 seconds: G:\WORKSPACE_AI\02_COMFY\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI_Comfyroll_CustomNodes
0.0 seconds: G:\WORKSPACE_AI\02_COMFY\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-AnimateDiff-Evolved
0.0 seconds: G:\WORKSPACE_AI\02_COMFY\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-KJNodes
0.0 seconds: G:\WORKSPACE_AI\02_COMFY\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui-dream-project
0.0 seconds: G:\WORKSPACE_AI\02_COMFY\ComfyUI_windows_portable\ComfyUI\custom_nodes\facerestore_cf
0.0 seconds (IMPORT FAILED): G:\WORKSPACE_AI\02_COMFY\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui-liveportrait
0.0 seconds: G:\WORKSPACE_AI\02_COMFY\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Inspire-Pack
0.1 seconds: G:\WORKSPACE_AI\02_COMFY\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI_tinyterraNodes
0.1 seconds: G:\WORKSPACE_AI\02_COMFY\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfy_mtb
0.1 seconds: G:\WORKSPACE_AI\02_COMFY\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-segment-anything-2
0.1 seconds: G:\WORKSPACE_AI\02_COMFY\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui_segment_anything
0.1 seconds: G:\WORKSPACE_AI\02_COMFY\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-FollowYourEmojiWrapper
0.1 seconds: G:\WORKSPACE_AI\02_COMFY\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI_LayerStyle
0.1 seconds: G:\WORKSPACE_AI\02_COMFY\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Advanced-ControlNet
0.1 seconds: G:\WORKSPACE_AI\02_COMFY\ComfyUI_windows_portable\ComfyUI\custom_nodes\sdxl_prompt_styler-main
0.1 seconds: G:\WORKSPACE_AI\02_COMFY\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui-dynamicprompts
0.2 seconds: G:\WORKSPACE_AI\02_COMFY\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Crystools
0.2 seconds: G:\WORKSPACE_AI\02_COMFY\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui-ollama
0.2 seconds: G:\WORKSPACE_AI\02_COMFY\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-N-Nodes
0.3 seconds: G:\WORKSPACE_AI\02_COMFY\ComfyUI_windows_portable\ComfyUI\custom_nodes\Derfuu_ComfyUI_ModdedNodes
0.3 seconds: G:\WORKSPACE_AI\02_COMFY\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-ADMotionDirector
0.4 seconds: G:\WORKSPACE_AI\02_COMFY\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Easy-Use
0.4 seconds: G:\WORKSPACE_AI\02_COMFY\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Manager
0.5 seconds (IMPORT FAILED): G:\WORKSPACE_AI\02_COMFY\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-BiRefNet
0.5 seconds: G:\WORKSPACE_AI\02_COMFY\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui-art-venture
0.5 seconds: G:\WORKSPACE_AI\02_COMFY\ComfyUI_windows_portable\ComfyUI\custom_nodes\a-person-mask-generator
0.6 seconds: G:\WORKSPACE_AI\02_COMFY\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui-propost
0.8 seconds: G:\WORKSPACE_AI\02_COMFY\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-SUPIR
0.9 seconds: G:\WORKSPACE_AI\02_COMFY\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui-mixlab-nodes
1.1 seconds (IMPORT FAILED): G:\WORKSPACE_AI\02_COMFY\ComfyUI_windows_portable\ComfyUI\custom_nodes\was-node-suite-comfyui
1.2 seconds: G:\WORKSPACE_AI\02_COMFY\ComfyUI_windows_portable\ComfyUI\custom_nodes\SeargeSDXL
5.5 seconds: G:\WORKSPACE_AI\02_COMFY\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui_LLM_party

Starting server

To see the GUI go to: http://127.0.0.1:8188
G:\WORKSPACE_AI\02_COMFY\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui-mixlab-nodes\webApp\lib/photoswipe-lightbox.esm.min.js
G:\WORKSPACE_AI\02_COMFY\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui-mixlab-nodes\webApp\lib/photoswipe.min.css
FETCH DATA from: G:\WORKSPACE_AI\02_COMFY\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Manager\extension-node-map.json [DONE]
G:\WORKSPACE_AI\02_COMFY\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui-mixlab-nodes\webApp\lib/pickr.min.js
←[33mQualityOfLifeSuit_Omar92:←[0m:NSP ready
←[36;20m[comfy_mtb] | INFO -> Found multiple match, we will pick the last G:\WORKSPACE_AI\00_SD_MODELS\models/SwinIR
['G:\WORKSPACE_AI\02_COMFY\ComfyUI_windows_portable\ComfyUI\models\upscale_models', 'G:\WORKSPACE_AI\00_SD_MODELS\ERSGAN', 'G:\WORKSPACE_AI\00_SD_MODELS\models/RealESRGAN', 'G:\WORKSPACE_AI\00_SD_MODELS\models/SwinIR']←[0m
←[33;20m[comfy_mtb] | WARNING -> Face restoration models not found.←[0m
G:\WORKSPACE_AI\02_COMFY\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui-mixlab-nodes\webApp\lib/classic.min.css
G:\WORKSPACE_AI\02_COMFY\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui-mixlab-nodes\webApp\lib/model-viewer.min.js
G:\WORKSPACE_AI\02_COMFY\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui-mixlab-nodes\webApp\lib/juxtapose.css
G:\WORKSPACE_AI\02_COMFY\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui-mixlab-nodes\webApp\lib/juxtapose.min.js
data_path: G:\WORKSPACE_AI\02_COMFY\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui-mixlab-nodes\data

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

No branches or pull requests

1 participant