Open kakachiex2 opened 8 months ago
I also needed to save a backup of the python_embeded folder...
It brake some others node and your extension as well
Ok I fixed everything works know
were is the tripodSR model is downloaded because I already have it were the extension look for it, I name it tripodSR
Sorry sorry for the inconvenience why I'm getting this result any tips, could it be the BRIA background remover image format
And can you add the option to load the model from normal checkpoint model location I dont want to have duplicate model all over.
And there is a bug every time I change the picture the generate model don't update keep the same 3d model.
I restart ComfyUI and know it generate the image ok but it don't update the 3d view if I change to another image and render keep the same model.
I restart ComfyUI and know it generate the image ok but it don't update the 3d view if I change to another image and render keep the same model.
Hi friend, thanks for testing, I'm aware of that bug, I'll trying to fix it in the next update, for now, if you give the saved model a different name then it will reload it,
Also, if you are using ComfyUI-Flowty-TripoSR then please note the output of it is incompatible with node in Comfy3D. cheers
If you see in the screenshot I'm using your node and thanks for reply
I update your extension and this happens do I have to recompiled everything
File "K:\ComfyUI\ComfyUI_Ex\ComfyUI\custom_nodes\ComfyUI-3D-Pack\nodes.py", line 40, in
from .lgm.mvdream.pipeline_mvdream import MVDreamPipeline
File "K:\ComfyUI\ComfyUI_Ex\ComfyUI\custom_nodes\ComfyUI-3D-Pack\lgm\mvdream\pipeline_mvdream.py", line 7, in
from diffusers import AutoencoderKL, DiffusionPipeline
File "K:\ComfyUI\ComfyUI_Ex\python_miniconda_env\ComfyUI\Lib\site-packages\diffusers__init__.py", line 5, in
from .utils import (
File "K:\ComfyUI\ComfyUI_Ex\python_miniconda_env\ComfyUI\Lib\site-packages\diffusers\utils__init__.py", line 21, in
from .constants import (
File "K:\ComfyUI\ComfyUI_Ex\python_miniconda_env\ComfyUI\Lib\site-packages\diffusers\utils\constants.py", line 17, in
from huggingface_hub.constants import HF_HOME
ImportError: cannot import name 'HF_HOME' from 'huggingface_hub.constants' (K:\ComfyUI\ComfyUI_Ex\python_miniconda_env\ComfyUI\Lib\site-packages\huggingface_hub\constants.py)
Cannot import K:\ComfyUI\ComfyUI_Ex\ComfyUI\custom_nodes\ComfyUI-3D-Pack module for custom nodes: cannot import name 'HF_HOME' from 'huggingface_hub.constants' (K:\ComfyUI\ComfyUI_Ex\python_miniconda_env\ComfyUI\Lib\site-packages\huggingface_hub\constants.py) [Crystools INFO] Crystools version: 1.11.0 [Crystools INFO] CPU: AMD Ryzen 7 2700X Eight-Core Processor - Arch: AMD64 - OS: Windows 10 [Crystools INFO] GPU/s: [Crystools INFO] 0) NVIDIA GeForce RTX 2060 [Crystools INFO] NVIDIA Driver: 546.33 Traceback (most recent call last): File "K:\ComfyUI\ComfyUI_Ex\ComfyUI\nodes.py", line 1887, 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 "K:\ComfyUI\ComfyUI_Ex\ComfyUI\custom_nodes\ComfyUI-Diffusers-X-Adapter__init.py", line 1, in
from .nodes import NODE_CLASS_MAPPINGS, NODE_DISPLAY_NAME_MAPPINGS
File "K:\ComfyUI\ComfyUI_Ex\ComfyUI\custom_nodes\ComfyUI-Diffusers-X-Adapter\nodes.py", line 3, in
from diffusers import DPMSolverMultistepScheduler
File "K:\ComfyUI\ComfyUI_Ex\python_miniconda_env\ComfyUI\Lib\site-packages\diffusers__init__.py", line 5, in
from .utils import (
File "K:\ComfyUI\ComfyUI_Ex\python_miniconda_env\ComfyUI\Lib\site-packages\diffusers\utils\ init__.py", line 21, in
from .constants import (
File "K:\ComfyUI\ComfyUI_Ex\python_miniconda_env\ComfyUI\Lib\site-packages\diffusers\utils\constants.py", line 17, in
from huggingface_hub.constants import HF_HOME
ImportError: cannot import name 'HF_HOME' from 'huggingface_hub.constants' (K:\ComfyUI\ComfyUI_Ex\python_miniconda_env\ComfyUI\Lib\site-packages\huggingface_hub\constants.py)
Cannot import K:\ComfyUI\ComfyUI_Ex\ComfyUI\custom_nodes\ComfyUI-Diffusers-X-Adapter module for custom nodes: cannot import name 'HF_HOME' from 'huggingface_hub.constants' (K:\ComfyUI\ComfyUI_Ex\python_miniconda_env\ComfyUI\Lib\site-packages\huggingface_hub\constants.py) Module 'diffusers' not installed. Please install it via: pip install diffusers Comfy-Easy-Use (v1.1.0): Loaded Traceback (most recent call last): File "K:\ComfyUI\ComfyUI_Ex\ComfyUI\nodes.py", line 1887, 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 "K:\ComfyUI\ComfyUI_Ex\ComfyUI\custom_nodes\ComfyUI-Flowty-TripoSR-ZHO__init__.py", line 7, in
from tsr.utils import remove_background, resize_foreground
ImportError: cannot import name 'remove_background' from 'tsr.utils' (K:\ComfyUI\ComfyUI_Ex\ComfyUI\custom_nodes\ComfyUI-Flowty-TripoSR\tsr\utils.py)
Cannot import K:\ComfyUI\ComfyUI_Ex\ComfyUI\custom_nodes\ComfyUI-Flowty-TripoSR-ZHO module for custom nodes: cannot import name 'remove_background' from 'tsr.utils' (K:\ComfyUI\ComfyUI_Ex\ComfyUI\custom_nodes\ComfyUI-Flowty-TripoSR\tsr\utils.py) Traceback (most recent call last): File "K:\ComfyUI\ComfyUI_Ex\ComfyUI\nodes.py", line 1887, 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 "K:\ComfyUI\ComfyUI_Ex\ComfyUI\custom_nodes\ComfyUI-I2VGenXL__init.py", line 1, in
from .I2VGenXL import NODE_CLASS_MAPPINGS, NODE_DISPLAY_NAME_MAPPINGS
File "K:\ComfyUI\ComfyUI_Ex\ComfyUI\custom_nodes\ComfyUI-I2VGenXL\I2VGenXL.py", line 9, in
from diffusers import I2VGenXLPipeline
File "K:\ComfyUI\ComfyUI_Ex\python_miniconda_env\ComfyUI\Lib\site-packages\diffusers__init__.py", line 5, in
from .utils import (
File "K:\ComfyUI\ComfyUI_Ex\python_miniconda_env\ComfyUI\Lib\site-packages\diffusers\utils\ init__.py", line 21, in
from .constants import (
File "K:\ComfyUI\ComfyUI_Ex\python_miniconda_env\ComfyUI\Lib\site-packages\diffusers\utils\constants.py", line 17, in
from huggingface_hub.constants import HF_HOME
ImportError: cannot import name 'HF_HOME' from 'huggingface_hub.constants' (K:\ComfyUI\ComfyUI_Ex\python_miniconda_env\ComfyUI\Lib\site-packages\huggingface_hub\constants.py)
Cannot import K:\ComfyUI\ComfyUI_Ex\ComfyUI\custom_nodes\ComfyUI-I2VGenXL module for custom nodes: cannot import name 'HF_HOME' from 'huggingface_hub.constants' (K:\ComfyUI\ComfyUI_Ex\python_miniconda_env\ComfyUI\Lib\site-packages\huggingface_hub\constants.py)
Loading: ComfyUI-Impact-Pack (V4.83.1)
Loading: ComfyUI-Impact-Pack (Subpack: V0.4)
[Impact Pack] Wildcards loading done. Traceback (most recent call last): File "K:\ComfyUI\ComfyUI_Ex\ComfyUI\nodes.py", line 1887, 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 "K:\ComfyUI\ComfyUI_Ex\ComfyUI\custom_nodes\ComfyUI-InstantID__init.py", line 1, in
from .InstantIDNode import NODE_CLASS_MAPPINGS, NODE_DISPLAY_NAME_MAPPINGS
File "K:\ComfyUI\ComfyUI_Ex\ComfyUI\custom_nodes\ComfyUI-InstantID\InstantIDNode.py", line 1, in
import diffusers
File "K:\ComfyUI\ComfyUI_Ex\python_miniconda_env\ComfyUI\Lib\site-packages\diffusers__init__.py", line 5, in
from .utils import (
File "K:\ComfyUI\ComfyUI_Ex\python_miniconda_env\ComfyUI\Lib\site-packages\diffusers\utils\ init__.py", line 21, in
from .constants import (
File "K:\ComfyUI\ComfyUI_Ex\python_miniconda_env\ComfyUI\Lib\site-packages\diffusers\utils\constants.py", line 17, in
from huggingface_hub.constants import HF_HOME
ImportError: cannot import name 'HF_HOME' from 'huggingface_hub.constants' (K:\ComfyUI\ComfyUI_Ex\python_miniconda_env\ComfyUI\Lib\site-packages\huggingface_hub\constants.py)
Cannot import K:\ComfyUI\ComfyUI_Ex\ComfyUI\custom_nodes\ComfyUI-InstantID module for custom nodes: cannot import name 'HF_HOME' from 'huggingface_hub.constants' (K:\ComfyUI\ComfyUI_Ex\python_miniconda_env\ComfyUI\Lib\site-packages\huggingface_hub\constants.py) K:\ComfyUI\ComfyUI_Ex\python_miniconda_env\ComfyUI\Lib\site-packages\transformers\utils\generic.py:309: UserWarning: torch.utils._pytree._register_pytree_node is deprecated. Please use torch.utils._pytree.register_pytree_node instead. _torch_pytree._register_pytree_node( Traceback (most recent call last): File "K:\ComfyUI\ComfyUI_Ex\ComfyUI\nodes.py", line 1887, 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 "K:\ComfyUI\ComfyUI_Ex\ComfyUI\custom_nodes\ComfyUI-layerdiffusion__init.py", line 1, in
from .layered_diffusion import NODE_CLASS_MAPPINGS, NODE_DISPLAY_NAME_MAPPINGS
File "K:\ComfyUI\ComfyUI_Ex\ComfyUI\custom_nodes\ComfyUI-layerdiffusion\layered_diffusion.py", line 17, in
from .lib_layerdiffusion.models import TransparentVAEDecoder
File "K:\ComfyUI\ComfyUI_Ex\ComfyUI\custom_nodes\ComfyUI-layerdiffusion\lib_layerdiffusion\models.py", line 9, in
from diffusers.configuration_utils import ConfigMixin, register_to_config
File "K:\ComfyUI\ComfyUI_Ex\python_miniconda_env\ComfyUI\Lib\site-packages\diffusers__init__.py", line 5, in
from .utils import (
File "K:\ComfyUI\ComfyUI_Ex\python_miniconda_env\ComfyUI\Lib\site-packages\diffusers\utils\ init__.py", line 21, in
from .constants import (
File "K:\ComfyUI\ComfyUI_Ex\python_miniconda_env\ComfyUI\Lib\site-packages\diffusers\utils\constants.py", line 17, in
from huggingface_hub.constants import HF_HOME
ImportError: cannot import name 'HF_HOME' from 'huggingface_hub.constants' (K:\ComfyUI\ComfyUI_Ex\python_miniconda_env\ComfyUI\Lib\site-packages\huggingface_hub\constants.py)
Cannot import K:\ComfyUI\ComfyUI_Ex\ComfyUI\custom_nodes\ComfyUI-layerdiffusion module for custom nodes: cannot import name 'HF_HOME' from 'huggingface_hub.constants' (K:\ComfyUI\ComfyUI_Ex\python_miniconda_env\ComfyUI\Lib\site-packages\huggingface_hub\constants.py)
Loading: ComfyUI-Manager (V2.9)
ComfyUI Revision: 2046 [a38b9b3a] | Released on '2024-03-04'
[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/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/extension-node-map.json
Mixlab Nodes: Loaded
lama torchscript model not found: K:\ComfyUI\ComfyUI_Ex\ComfyUI\models\lama/big-lama.pt,pls download from https://github.com/enesmsahin/simple-lama-inpainting/releases/download/v0.1.0/big-lama.pt
LaMaInpainting.available True
clip_interrogator_model not found: K:\ComfyUI\ComfyUI_Ex\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: K:\ComfyUI\ComfyUI_Ex\ComfyUI\models\prompt_generator/text2image-prompt-generator, pls download from https://huggingface.co/succinctly/text2image-prompt-generator/tree/main
zh_en_model not found: K:\ComfyUI\ComfyUI_Ex\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 True
Traceback (most recent call last): File "K:\ComfyUI\ComfyUI_Ex\ComfyUI\nodes.py", line 1887, 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 "K:\ComfyUI\ComfyUI_Ex\ComfyUI\custom_nodes\ComfyUI-PhotoMaker-ZHO__init.py", line 1, in
from .PhotoMakerNode import NODE_CLASS_MAPPINGS, NODE_DISPLAY_NAME_MAPPINGS
File "K:\ComfyUI\ComfyUI_Ex\ComfyUI\custom_nodes\ComfyUI-PhotoMaker-ZHO\PhotoMakerNode.py", line 5, in
from diffusers.utils import load_image
File "K:\ComfyUI\ComfyUI_Ex\python_miniconda_env\ComfyUI\Lib\site-packages\diffusers__init__.py", line 5, in
from .utils import (
File "K:\ComfyUI\ComfyUI_Ex\python_miniconda_env\ComfyUI\Lib\site-packages\diffusers\utils\ init__.py", line 21, in
from .constants import (
File "K:\ComfyUI\ComfyUI_Ex\python_miniconda_env\ComfyUI\Lib\site-packages\diffusers\utils\constants.py", line 17, in
from huggingface_hub.constants import HF_HOME
ImportError: cannot import name 'HF_HOME' from 'huggingface_hub.constants' (K:\ComfyUI\ComfyUI_Ex\python_miniconda_env\ComfyUI\Lib\site-packages\huggingface_hub\constants.py)
Cannot import K:\ComfyUI\ComfyUI_Ex\ComfyUI\custom_nodes\ComfyUI-PhotoMaker-ZHO module for custom nodes: cannot import name 'HF_HOME' from 'huggingface_hub.constants' (K:\ComfyUI\ComfyUI_Ex\python_miniconda_env\ComfyUI\Lib\site-packages\huggingface_hub\constants.py) [ReActor] - STATUS - Running v0.4.1-b11 in ComfyUI Torch version: 2.2.0+cu121 3D OpenPose Editor: Loaded
Comfyroll Studio v1.76 : 175 Nodes Loaded
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
[comfyui_controlnet_aux] | INFO -> Using ckpts path: K:\ComfyUI\ComfyUI_Ex\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'] DWPose: Onnxruntime with acceleration providers detected [tinyterraNodes] Loaded [comfy_mtb] | INFO -> loaded 59 nodes successfuly [comfy_mtb] | INFO -> Some nodes (7) could not be loaded. This can be ignored, but go to http://127.0.0.1:8188/mtb if you want more information. Efficiency Nodes: Attempting to add Control Net options to the 'HiRes-Fix Script' Node (comfyui_controlnet_aux add-on)...Success! Efficiency Nodes Warning: Failed to import python package 'simpleeval'; related nodes disabled.
K:\ComfyUI\ComfyUI_Ex\ComfyUI\custom_nodes\failfast-comfyui-extensions\extensions K:\ComfyUI\ComfyUI_Ex\ComfyUI\web\extensions\failfast-comfyui-extensions 2024-03-05 20:52:29.099 | WARNING | Jovimetrix.nodes.utility::49 - no gifski support
[rgthree] Loaded 34 exciting nodes. [rgthree] Will use rgthree's optimized recursive execution.
Total VRAM 6144 MB, total RAM 65488 MB xformers version: 0.0.24 Set vram state to: NORMAL_VRAM Device: cuda:0 NVIDIA GeForce RTX 2060 : cudaMallocAsync VAE dtype: torch.float32
Import times for custom nodes: 0.0 seconds: K:\ComfyUI\ComfyUI_Ex\ComfyUI\custom_nodes\kohya_hiresfix.py 0.0 seconds: K:\ComfyUI\ComfyUI_Ex\ComfyUI\custom_nodes\ComfyUI-SDXL-EmptyLatentImage 0.0 seconds: K:\ComfyUI\ComfyUI_Ex\ComfyUI\custom_nodes\Lora-Training-in-Comfy 0.0 seconds: K:\ComfyUI\ComfyUI_Ex\ComfyUI\custom_nodes\Image-Captioning-in-ComfyUI 0.0 seconds: K:\ComfyUI\ComfyUI_Ex\ComfyUI\custom_nodes\cg-use-everywhere 0.0 seconds: K:\ComfyUI\ComfyUI_Ex\ComfyUI\custom_nodes\ComfyUI_3dPoseEditor 0.0 seconds (IMPORT FAILED): K:\ComfyUI\ComfyUI_Ex\ComfyUI\custom_nodes\ComfyUI-Flowty-TripoSR-ZHO 0.0 seconds: K:\ComfyUI\ComfyUI_Ex\ComfyUI\custom_nodes\comfyui-tooling-nodes 0.0 seconds: K:\ComfyUI\ComfyUI_Ex\ComfyUI\custom_nodes\ComfyUI_Cutoff 0.0 seconds: K:\ComfyUI\ComfyUI_Ex\ComfyUI\custom_nodes\ComfyUI-BRIA_AI-RMBG 0.0 seconds: K:\ComfyUI\ComfyUI_Ex\ComfyUI\custom_nodes\cg-image-picker 0.0 seconds: K:\ComfyUI\ComfyUI_Ex\ComfyUI\custom_nodes\ComfyUI-SVD-ZHO 0.0 seconds: K:\ComfyUI\ComfyUI_Ex\ComfyUI\custom_nodes\ComfyUI-Selector-CoInput-Multilingual 0.0 seconds: K:\ComfyUI\ComfyUI_Ex\ComfyUI\custom_nodes\ComfyUI-WD14-Tagger 0.0 seconds: K:\ComfyUI\ComfyUI_Ex\ComfyUI\custom_nodes\CrasHUtils 0.0 seconds (IMPORT FAILED): K:\ComfyUI\ComfyUI_Ex\ComfyUI\custom_nodes\ComfyUI-Diffusers-X-Adapter 0.0 seconds (IMPORT FAILED): K:\ComfyUI\ComfyUI_Ex\ComfyUI\custom_nodes\ComfyUI-I2VGenXL 0.0 seconds (IMPORT FAILED): K:\ComfyUI\ComfyUI_Ex\ComfyUI\custom_nodes\ComfyUI-PhotoMaker-ZHO 0.0 seconds (IMPORT FAILED): K:\ComfyUI\ComfyUI_Ex\ComfyUI\custom_nodes\ComfyUI-InstantID 0.0 seconds: K:\ComfyUI\ComfyUI_Ex\ComfyUI\custom_nodes\ComfyUI-Crystools-save 0.0 seconds: K:\ComfyUI\ComfyUI_Ex\ComfyUI\custom_nodes\ComfyUI-Custom-Scripts 0.0 seconds (IMPORT FAILED): K:\ComfyUI\ComfyUI_Ex\ComfyUI\custom_nodes\ComfyUI-layerdiffusion 0.0 seconds: K:\ComfyUI\ComfyUI_Ex\ComfyUI\custom_nodes\ComfyUI-Advanced-ControlNet 0.0 seconds: K:\ComfyUI\ComfyUI_Ex\ComfyUI\custom_nodes\failfast-comfyui-extensions 0.0 seconds: K:\ComfyUI\ComfyUI_Ex\ComfyUI\custom_nodes\ComfyUI_UltimateSDUpscale 0.0 seconds: K:\ComfyUI\ComfyUI_Ex\ComfyUI\custom_nodes\ComfyUI-Frame-Interpolation 0.0 seconds: K:\ComfyUI\ComfyUI_Ex\ComfyUI\custom_nodes\wlsh_nodes 0.0 seconds: K:\ComfyUI\ComfyUI_Ex\ComfyUI\custom_nodes\rgthree-comfy 0.0 seconds: K:\ComfyUI\ComfyUI_Ex\ComfyUI\custom_nodes\efficiency-nodes-comfyui 0.0 seconds: K:\ComfyUI\ComfyUI_Ex\ComfyUI\custom_nodes\Derfuu_ComfyUI_ModdedNodes 0.0 seconds: K:\ComfyUI\ComfyUI_Ex\ComfyUI\custom_nodes\ComfyUI_essentials 0.0 seconds: K:\ComfyUI\ComfyUI_Ex\ComfyUI\custom_nodes\ComfyUI-Easy-Use 0.0 seconds: K:\ComfyUI\ComfyUI_Ex\ComfyUI\custom_nodes\ComfyUI_Comfyroll_CustomNodes 0.0 seconds: K:\ComfyUI\ComfyUI_Ex\ComfyUI\custom_nodes\ComfyUI-Flowty-TripoSR 0.1 seconds: K:\ComfyUI\ComfyUI_Ex\ComfyUI\custom_nodes\ComfyUI-KJNodes 0.1 seconds: K:\ComfyUI\ComfyUI_Ex\ComfyUI\custom_nodes\comfyui_controlnet_aux 0.1 seconds: K:\ComfyUI\ComfyUI_Ex\ComfyUI\custom_nodes\comfy_mtb 0.1 seconds: K:\ComfyUI\ComfyUI_Ex\ComfyUI\custom_nodes\ComfyUI_tinyterraNodes 0.1 seconds: K:\ComfyUI\ComfyUI_Ex\ComfyUI\custom_nodes\ComfyUI_smZNodes 0.1 seconds: K:\ComfyUI\ComfyUI_Ex\ComfyUI\custom_nodes\ComfyUI-VideoHelperSuite 0.1 seconds: K:\ComfyUI\ComfyUI_Ex\ComfyUI\custom_nodes\ComfyUI_FaceAnalysis 0.3 seconds: K:\ComfyUI\ComfyUI_Ex\ComfyUI\custom_nodes\comfyui-reactor-node 0.4 seconds: K:\ComfyUI\ComfyUI_Ex\ComfyUI\custom_nodes\ComfyUI_Seg_VITON 0.5 seconds: K:\ComfyUI\ComfyUI_Ex\ComfyUI\custom_nodes\ComfyUI-Impact-Pack 0.6 seconds: K:\ComfyUI\ComfyUI_Ex\ComfyUI\custom_nodes\ComfyUI-Manager 0.9 seconds: K:\ComfyUI\ComfyUI_Ex\ComfyUI\custom_nodes\a-person-mask-generator 1.3 seconds: K:\ComfyUI\ComfyUI_Ex\ComfyUI\custom_nodes\ComfyUI-SUPIR 1.5 seconds (IMPORT FAILED): K:\ComfyUI\ComfyUI_Ex\ComfyUI\custom_nodes\ComfyUI-3D-Pack 1.6 seconds: K:\ComfyUI\ComfyUI_Ex\ComfyUI\custom_nodes\Jovimetrix 2.4 seconds: K:\ComfyUI\ComfyUI_Ex\ComfyUI\custom_nodes\comfyui-mixlab-nodes 3.1 seconds: K:\ComfyUI\ComfyUI_Ex\ComfyUI\custom_nodes\ComfyUI-Crystools