kijai / ComfyUI-MimicMotionWrapper

Apache License 2.0
178 stars 9 forks source link

Missing nodes #17

Closed popovidis closed 1 week ago

popovidis commented 2 weeks ago

image

image

Where are these from?

Bouts2019 commented 2 weeks ago

two other custom nodes are needed for me: ComfyUI-KJNodes, ComfyUI-VideoHelperSuite

popovidis commented 2 weeks ago

two other custom nodes are needed for me: ComfyUI-KJNodes, ComfyUI-VideoHelperSuite

I have both of those, still not working.

kijai commented 2 weeks ago

Those are the nodes from this pack, you are probably missing a dependency so it doesn't load. In your Comfy startup log there should be an error pointing out that something fails to import, if you could show your whole startup log here it would help to troubleshoot.

popovidis commented 1 week ago

Those are the nodes from this pack, you are probably missing a dependency so it doesn't load. In your Comfy startup log there should be an error pointing out that something fails to import, if you could show your whole startup log here it would help to troubleshoot.

I am running this on runpod so I am not exactly sure how to install to the venv.

This is the startup log.

[START] Security scan
[DONE] Security scan
## ComfyUI-Manager: installing dependencies done.
** ComfyUI startup time: 2024-07-11 12:12:49.243752
** Platform: Linux
** Python version: 3.10.12 (main, Nov 20 2023, 15:14:05) [GCC 11.4.0]
** Python executable: /workspace/ComfyUI/venv/bin/python3
** ComfyUI Path: /workspace/ComfyUI
** Log path: /workspace/ComfyUI/comfyui.log

Prestartup times for custom nodes:
   0.0 seconds: /workspace/ComfyUI/custom_nodes/rgthree-comfy
   8.9 seconds: /workspace/ComfyUI/custom_nodes/ComfyUI-Manager

Total VRAM 48677 MB, total RAM 239603 MB
pytorch version: 2.3.0+cu121
xformers version: 0.0.26.post1
Set vram state to: NORMAL_VRAM
Device: cuda:0 NVIDIA RTX A6000 : cudaMallocAsync
Using xformers cross attention
Adding extra search path checkpoints /workspace/stable-diffusion-webui/models/Stable-diffusion
Adding extra search path configs /workspace/stable-diffusion-webui/models/Stable-diffusion
Adding extra search path vae /workspace/stable-diffusion-webui/models/VAE
Adding extra search path loras /workspace/stable-diffusion-webui/models/Lora
Adding extra search path loras /workspace/stable-diffusion-webui/models/LyCORIS
Adding extra search path upscale_models /workspace/stable-diffusion-webui/models/ESRGAN
Adding extra search path upscale_models /workspace/stable-diffusion-webui/models/RealESRGAN
Adding extra search path upscale_models /workspace/stable-diffusion-webui/models/SwinIR
Adding extra search path embeddings /workspace/stable-diffusion-webui/embeddings
Adding extra search path hypernetworks /workspace/stable-diffusion-webui/models/hypernetworks
Adding extra search path controlnet /workspace/stable-diffusion-webui/models/ControlNet
AttributeError: module 'ml_dtypes' has no attribute 'float8_e4m3b11'. Did you mean: 'float8_e4m3fn'?
Traceback (most recent call last):
  File "/workspace/ComfyUI/venv/lib/python3.10/site-packages/transformers/utils/import_utils.py", line 1560, in _get_module
    return importlib.import_module("." + module_name, self.__name__)
  File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1050, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1027, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1006, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 688, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 883, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/workspace/ComfyUI/venv/lib/python3.10/site-packages/transformers/models/auto/image_processing_auto.py", line 27, in <module>
    from ...image_processing_utils import BaseImageProcessor, ImageProcessingMixin
  File "/workspace/ComfyUI/venv/lib/python3.10/site-packages/transformers/image_processing_utils.py", line 21, in <module>
    from .image_transforms import center_crop, normalize, rescale
  File "/workspace/ComfyUI/venv/lib/python3.10/site-packages/transformers/image_transforms.py", line 49, in <module>
    import tensorflow as tf
  File "/usr/local/lib/python3.10/dist-packages/tensorflow/__init__.py", line 38, in <module>
    from tensorflow.python.tools import module_util as _module_util
  File "/usr/local/lib/python3.10/dist-packages/tensorflow/python/__init__.py", line 42, in <module>
    from tensorflow.python.saved_model import saved_model
  File "/usr/local/lib/python3.10/dist-packages/tensorflow/python/saved_model/saved_model.py", line 20, in <module>
    from tensorflow.python.saved_model import builder
  File "/usr/local/lib/python3.10/dist-packages/tensorflow/python/saved_model/builder.py", line 23, in <module>
    from tensorflow.python.saved_model.builder_impl import _SavedModelBuilder
  File "/usr/local/lib/python3.10/dist-packages/tensorflow/python/saved_model/builder_impl.py", line 26, in <module>
    from tensorflow.python.framework import dtypes
  File "/usr/local/lib/python3.10/dist-packages/tensorflow/python/framework/dtypes.py", line 39, in <module>
    _np_float8_e5m2 = pywrap_ml_dtypes.float8_e5m2()
TypeError: Unable to convert function return value to a Python type! The signature was
        () -> handle

The above exception was the direct cause of the following exception:

Traceback (most recent call last):
  File "/workspace/ComfyUI/venv/lib/python3.10/site-packages/diffusers/utils/import_utils.py", line 808, in _get_module
    return importlib.import_module("." + module_name, self.__name__)
  File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1050, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1027, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1006, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 688, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 883, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/workspace/ComfyUI/venv/lib/python3.10/site-packages/diffusers/loaders/single_file_model.py", line 23, in <module>
    from .single_file_utils import (
  File "/workspace/ComfyUI/venv/lib/python3.10/site-packages/diffusers/loaders/single_file_utils.py", line 50, in <module>
    from transformers import AutoImageProcessor
  File "<frozen importlib._bootstrap>", line 1075, in _handle_fromlist
  File "/workspace/ComfyUI/venv/lib/python3.10/site-packages/transformers/utils/import_utils.py", line 1551, in __getattr__
    value = getattr(module, name)
  File "/workspace/ComfyUI/venv/lib/python3.10/site-packages/transformers/utils/import_utils.py", line 1550, in __getattr__
    module = self._get_module(self._class_to_module[name])
  File "/workspace/ComfyUI/venv/lib/python3.10/site-packages/transformers/utils/import_utils.py", line 1562, in _get_module
    raise RuntimeError(
RuntimeError: Failed to import transformers.models.auto.image_processing_auto because of the following error (look up to see its traceback):
Unable to convert function return value to a Python type! The signature was
        () -> handle

The above exception was the direct cause of the following exception:

Traceback (most recent call last):
  File "/workspace/ComfyUI/venv/lib/python3.10/site-packages/diffusers/utils/import_utils.py", line 808, in _get_module
    return importlib.import_module("." + module_name, self.__name__)
  File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1050, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1027, in _find_and_load
  File "<frozen importlib._bootstrap>", line 992, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "<frozen importlib._bootstrap>", line 1050, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1027, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1006, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 688, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 883, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/workspace/ComfyUI/venv/lib/python3.10/site-packages/diffusers/models/autoencoders/__init__.py", line 1, in <module>
    from .autoencoder_asym_kl import AsymmetricAutoencoderKL
  File "/workspace/ComfyUI/venv/lib/python3.10/site-packages/diffusers/models/autoencoders/autoencoder_asym_kl.py", line 23, in <module>
    from .vae import DecoderOutput, DiagonalGaussianDistribution, Encoder, MaskConditionDecoder
  File "/workspace/ComfyUI/venv/lib/python3.10/site-packages/diffusers/models/autoencoders/vae.py", line 25, in <module>
    from ..unets.unet_2d_blocks import (
  File "/workspace/ComfyUI/venv/lib/python3.10/site-packages/diffusers/models/unets/__init__.py", line 6, in <module>
    from .unet_2d import UNet2DModel
  File "/workspace/ComfyUI/venv/lib/python3.10/site-packages/diffusers/models/unets/unet_2d.py", line 24, in <module>
    from .unet_2d_blocks import UNetMidBlock2D, get_down_block, get_up_block
  File "/workspace/ComfyUI/venv/lib/python3.10/site-packages/diffusers/models/unets/unet_2d_blocks.py", line 36, in <module>
    from ..transformers.dual_transformer_2d import DualTransformer2DModel
  File "/workspace/ComfyUI/venv/lib/python3.10/site-packages/diffusers/models/transformers/__init__.py", line 12, in <module>
    from .transformer_sd3 import SD3Transformer2DModel
  File "/workspace/ComfyUI/venv/lib/python3.10/site-packages/diffusers/models/transformers/transformer_sd3.py", line 24, in <module>
    from ...loaders import FromOriginalModelMixin, PeftAdapterMixin
  File "<frozen importlib._bootstrap>", line 1075, in _handle_fromlist
  File "/workspace/ComfyUI/venv/lib/python3.10/site-packages/diffusers/utils/import_utils.py", line 798, in __getattr__
    module = self._get_module(self._class_to_module[name])
  File "/workspace/ComfyUI/venv/lib/python3.10/site-packages/diffusers/utils/import_utils.py", line 810, in _get_module
    raise RuntimeError(
RuntimeError: Failed to import diffusers.loaders.single_file_model because of the following error (look up to see its traceback):
Failed to import transformers.models.auto.image_processing_auto because of the following error (look up to see its traceback):
Unable to convert function return value to a Python type! The signature was
        () -> handle

The above exception was the direct cause of the following exception:

Traceback (most recent call last):
  File "/workspace/ComfyUI/nodes.py", line 1906, in load_custom_node
    module_spec.loader.exec_module(module)
  File "<frozen importlib._bootstrap_external>", line 883, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/workspace/ComfyUI/custom_nodes/ComfyUI-MimicMotionWrapper/__init__.py", line 1, in <module>
    from .nodes import NODE_CLASS_MAPPINGS, NODE_DISPLAY_NAME_MAPPINGS
  File "/workspace/ComfyUI/custom_nodes/ComfyUI-MimicMotionWrapper/nodes.py", line 10, in <module>
    from diffusers.models import AutoencoderKLTemporalDecoder
  File "<frozen importlib._bootstrap>", line 1075, in _handle_fromlist
  File "/workspace/ComfyUI/venv/lib/python3.10/site-packages/diffusers/utils/import_utils.py", line 798, in __getattr__
    module = self._get_module(self._class_to_module[name])
  File "/workspace/ComfyUI/venv/lib/python3.10/site-packages/diffusers/utils/import_utils.py", line 810, in _get_module
    raise RuntimeError(
RuntimeError: Failed to import diffusers.models.autoencoders.autoencoder_kl_temporal_decoder because of the following error (look up to see its traceback):
Failed to import diffusers.loaders.single_file_model because of the following error (look up to see its traceback):
Failed to import transformers.models.auto.image_processing_auto because of the following error (look up to see its traceback):
Unable to convert function return value to a Python type! The signature was
        () -> handle

Cannot import /workspace/ComfyUI/custom_nodes/ComfyUI-MimicMotionWrapper module for custom nodes: Failed to import diffusers.models.autoencoders.autoencoder_kl_temporal_decoder because of the following error (look up to see its traceback):
Failed to import diffusers.loaders.single_file_model because of the following error (look up to see its traceback):
Failed to import transformers.models.auto.image_processing_auto because of the following error (look up to see its traceback):
Unable to convert function return value to a Python type! The signature was
        () -> handle
Traceback (most recent call last):
  File "/workspace/ComfyUI/venv/lib/python3.10/site-packages/transformers/utils/import_utils.py", line 1560, in _get_module
    return importlib.import_module("." + module_name, self.__name__)
  File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1050, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1027, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1006, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 688, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 883, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/workspace/ComfyUI/venv/lib/python3.10/site-packages/transformers/models/clip/image_processing_clip.py", line 21, in <module>
    from ...image_processing_utils import BaseImageProcessor, BatchFeature, get_size_dict
  File "/workspace/ComfyUI/venv/lib/python3.10/site-packages/transformers/image_processing_utils.py", line 21, in <module>
    from .image_transforms import center_crop, normalize, rescale
  File "/workspace/ComfyUI/venv/lib/python3.10/site-packages/transformers/image_transforms.py", line 49, in <module>
    import tensorflow as tf
  File "/usr/local/lib/python3.10/dist-packages/tensorflow/__init__.py", line 38, in <module>
    from tensorflow.python.tools import module_util as _module_util
  File "/usr/local/lib/python3.10/dist-packages/tensorflow/python/__init__.py", line 42, in <module>
    from tensorflow.python.saved_model import saved_model
  File "/usr/local/lib/python3.10/dist-packages/tensorflow/python/saved_model/saved_model.py", line 20, in <module>
    from tensorflow.python.saved_model import builder
  File "/usr/local/lib/python3.10/dist-packages/tensorflow/python/saved_model/builder.py", line 23, in <module>
    from tensorflow.python.saved_model.builder_impl import _SavedModelBuilder
  File "/usr/local/lib/python3.10/dist-packages/tensorflow/python/saved_model/builder_impl.py", line 26, in <module>
    from tensorflow.python.framework import dtypes
  File "/usr/local/lib/python3.10/dist-packages/tensorflow/python/framework/dtypes.py", line 39, in <module>
    _np_float8_e5m2 = pywrap_ml_dtypes.float8_e5m2()
TypeError: Unable to convert function return value to a Python type! The signature was
        () -> handle

The above exception was the direct cause of the following exception:

Traceback (most recent call last):
  File "/workspace/ComfyUI/venv/lib/python3.10/site-packages/diffusers/utils/import_utils.py", line 808, in _get_module
    return importlib.import_module("." + module_name, self.__name__)
  File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1050, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1027, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1006, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 688, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 883, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/workspace/ComfyUI/venv/lib/python3.10/site-packages/diffusers/pipelines/stable_diffusion_xl/pipeline_stable_diffusion_xl.py", line 19, in <module>
    from transformers import (
  File "<frozen importlib._bootstrap>", line 1075, in _handle_fromlist
  File "/workspace/ComfyUI/venv/lib/python3.10/site-packages/transformers/utils/import_utils.py", line 1551, in __getattr__
    value = getattr(module, name)
  File "/workspace/ComfyUI/venv/lib/python3.10/site-packages/transformers/utils/import_utils.py", line 1550, in __getattr__
    module = self._get_module(self._class_to_module[name])
  File "/workspace/ComfyUI/venv/lib/python3.10/site-packages/transformers/utils/import_utils.py", line 1562, in _get_module
    raise RuntimeError(
RuntimeError: Failed to import transformers.models.clip.image_processing_clip because of the following error (look up to see its traceback):
Unable to convert function return value to a Python type! The signature was
        () -> handle

The above exception was the direct cause of the following exception:

Traceback (most recent call last):
  File "/workspace/ComfyUI/nodes.py", line 1906, in load_custom_node
    module_spec.loader.exec_module(module)
  File "<frozen importlib._bootstrap_external>", line 883, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/workspace/ComfyUI/custom_nodes/ComfyUI-InstantStyle/__init__.py", line 1, in <module>
    from .InstantStyleNode import NODE_CLASS_MAPPINGS, NODE_DISPLAY_NAME_MAPPINGS
  File "/workspace/ComfyUI/custom_nodes/ComfyUI-InstantStyle/InstantStyleNode.py", line 1, in <module>
    from diffusers import StableDiffusionXLPipeline
  File "<frozen importlib._bootstrap>", line 1075, in _handle_fromlist
  File "/workspace/ComfyUI/venv/lib/python3.10/site-packages/diffusers/utils/import_utils.py", line 799, in __getattr__
    value = getattr(module, name)
  File "/workspace/ComfyUI/venv/lib/python3.10/site-packages/diffusers/utils/import_utils.py", line 799, in __getattr__
    value = getattr(module, name)
  File "/workspace/ComfyUI/venv/lib/python3.10/site-packages/diffusers/utils/import_utils.py", line 798, in __getattr__
    module = self._get_module(self._class_to_module[name])
  File "/workspace/ComfyUI/venv/lib/python3.10/site-packages/diffusers/utils/import_utils.py", line 810, in _get_module
    raise RuntimeError(
RuntimeError: Failed to import diffusers.pipelines.stable_diffusion_xl.pipeline_stable_diffusion_xl because of the following error (look up to see its traceback):
Failed to import transformers.models.clip.image_processing_clip because of the following error (look up to see its traceback):
Unable to convert function return value to a Python type! The signature was
        () -> handle

Cannot import /workspace/ComfyUI/custom_nodes/ComfyUI-InstantStyle module for custom nodes: Failed to import diffusers.pipelines.stable_diffusion_xl.pipeline_stable_diffusion_xl because of the following error (look up to see its traceback):
Failed to import transformers.models.clip.image_processing_clip because of the following error (look up to see its traceback):
Unable to convert function return value to a Python type! The signature was
        () -> handle
[AnimateDiff] - WARNING - xformers is enabled but it has a bug that can cause issue while using with AnimateDiff.
[AnimateDiff] - ERROR - No models available. Please download one and put it in models folder
[Crystools INFO] Crystools version: 1.13.1
[Crystools INFO] CPU: AMD EPYC Processor - Arch: x86_64 - OS: Linux 5.4.0-139-generic
[Crystools INFO] GPU/s:
[Crystools INFO] 0) NVIDIA RTX A6000
[Crystools INFO] NVIDIA Driver: 530.30.02
[ReActor] - STATUS - Running v0.5.1-a6 in ComfyUI
Torch version: 2.3.0+cu121
[comfy_mtb] | INFO -> loaded 77 nodes successfuly
[comfy_mtb] | INFO -> Some nodes (2) could not be loaded. This can be ignored, but go to http://None:3021/mtb if you want more information.
Total VRAM 48677 MB, total RAM 239603 MB
pytorch version: 2.3.0+cu121
xformers version: 0.0.26.post1
Set vram state to: NORMAL_VRAM
Device: cuda:0 NVIDIA RTX A6000 : cudaMallocAsync
### Loading: ComfyUI-Impact-Pack (V5.18.6)
### Loading: ComfyUI-Impact-Pack (Subpack: V0.6)
[Impact Pack] Wildcards loading done.

[rgthree] Loaded 40 fantastic nodes.
[rgthree] Will use rgthree's optimized recursive execution.

FizzleDorf Custom Nodes: Loaded
WAS Node Suite: OpenCV Python FFMPEG support is enabled
WAS Node Suite Warning: `ffmpeg_bin_path` is not set in `/workspace/ComfyUI/custom_nodes/was-node-suite-comfyui/was_suite_config.json` config file. Will attempt to use system ffmpeg binaries if available.
WAS Node Suite: Finished. Loaded 216 nodes successfully.

        "Art is the breath of life." - Liza Donnelly

------------------------------------------
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
------------------------------------------
Efficiency Nodes: Attempting to add Control Net options to the 'HiRes-Fix Script' Node (comfyui_controlnet_aux add-on)...Success!
### Loading: ComfyUI-Manager (V2.44.1)
### ComfyUI Revision: 2324 [537f35c7] *DETACHED | Released on '2024-07-02'

Import times for custom nodes:
   0.0 seconds: /workspace/ComfyUI/custom_nodes/websocket_image_save.py
   0.0 seconds: /workspace/ComfyUI/custom_nodes/comfyui_controlnet_aux
   0.0 seconds: /workspace/ComfyUI/custom_nodes/ComfyUI_Noise
   0.0 seconds: /workspace/ComfyUI/custom_nodes/ComfyUI-RAVE
   0.0 seconds: /workspace/ComfyUI/custom_nodes/cg-use-everywhere
   0.0 seconds: /workspace/ComfyUI/custom_nodes/ComfyUI_JPS-Nodes
   0.0 seconds: /workspace/ComfyUI/custom_nodes/comfy-image-saver
   0.1 seconds: /workspace/ComfyUI/custom_nodes/comfyui-various
   0.1 seconds: /workspace/ComfyUI/custom_nodes/ComfyUI_essentials
   0.1 seconds: /workspace/ComfyUI/custom_nodes/comfyui-animatediff
   0.1 seconds (IMPORT FAILED): /workspace/ComfyUI/custom_nodes/ComfyUI-InstantStyle
   0.1 seconds: /workspace/ComfyUI/custom_nodes/ComfyUI-Advanced-ControlNet
   0.1 seconds: /workspace/ComfyUI/custom_nodes/ComfyUI-KJNodes
   0.1 seconds: /workspace/ComfyUI/custom_nodes/ComfyUI-Frame-Interpolation
   0.2 seconds: /workspace/ComfyUI/custom_nodes/Derfuu_ComfyUI_ModdedNodes
   0.2 seconds: /workspace/ComfyUI/custom_nodes/ComfyUI_IPAdapter_plus
   0.2 seconds: /workspace/ComfyUI/custom_nodes/ComfyUI-AnimateDiff-Evolved
   0.2 seconds: /workspace/ComfyUI/custom_nodes/rgthree-comfy
   0.2 seconds: /workspace/ComfyUI/custom_nodes/ComfyUI-Manager
   0.3 seconds: /workspace/ComfyUI/custom_nodes/ComfyUI-VideoHelperSuite
   0.3 seconds: /workspace/ComfyUI/custom_nodes/ComfyUI_Comfyroll_CustomNodes
   0.7 seconds: /workspace/ComfyUI/custom_nodes/efficiency-nodes-comfyui
   1.0 seconds: /workspace/ComfyUI/custom_nodes/ComfyUI-Impact-Pack
   1.0 seconds: /workspace/ComfyUI/custom_nodes/comfyui-liveportrait
   1.4 seconds (IMPORT FAILED): /workspace/ComfyUI/custom_nodes/ComfyUI-MimicMotionWrapper
   2.6 seconds: /workspace/ComfyUI/custom_nodes/comfyui-reactor-node
   3.0 seconds: /workspace/ComfyUI/custom_nodes/ComfyUI_FizzNodes
   3.1 seconds: /workspace/ComfyUI/custom_nodes/ComfyUI-Crystools
   5.6 seconds: /workspace/ComfyUI/custom_nodes/comfy_mtb
   8.0 seconds: /workspace/ComfyUI/custom_nodes/ComfyUI-LivePortraitKJ
  14.4 seconds: /workspace/ComfyUI/custom_nodes/was-node-suite-comfyui

Starting server

To see the GUI go to: http://0.0.0.0:3021