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

[WinError 2] The system cannot find the specified file #99

Open
asystembug opened this issue Nov 29, 2024 · 7 comments
Open

[WinError 2] The system cannot find the specified file #99

asystembug opened this issue Nov 29, 2024 · 7 comments

Comments

@asystembug
Copy link

Echo Sampler stopps processing with a missing file error.

Any ideas on fixing that? Tahks in advance!

This is the log:

ComfyUI Error Report

Error Details

  • Node ID: 9
  • Node Type: Echo_Sampler
  • Exception Type: FileNotFoundError
  • Exception Message: [WinError 2] The system cannot find the specified file

Stack Trace

  File "C:\Users\Shadow\Desktop\ComfyUI_windows_portable\ComfyUI\execution.py", line 323, in execute
    output_data, output_ui, has_subgraph = get_output_data(obj, input_data_all, execution_block_cb=execution_block_cb, pre_execute_cb=pre_execute_cb)
                                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

  File "C:\Users\Shadow\Desktop\ComfyUI_windows_portable\ComfyUI\execution.py", line 198, in get_output_data
    return_values = _map_node_over_list(obj, input_data_all, obj.FUNCTION, allow_interrupt=True, execution_block_cb=execution_block_cb, pre_execute_cb=pre_execute_cb)
                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

  File "C:\Users\Shadow\Desktop\ComfyUI_windows_portable\ComfyUI\execution.py", line 169, in _map_node_over_list
    process_inputs(input_dict, i)

  File "C:\Users\Shadow\Desktop\ComfyUI_windows_portable\ComfyUI\execution.py", line 158, in process_inputs
    results.append(getattr(obj, func)(**inputs))
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^

  File "C:\Users\Shadow\Desktop\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI_EchoMimic\EchoMimic_node.py", line 448, in em_main
    output_video=process_video_v2(image, audio_file, width, height, length, seed,
                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

  File "C:\Users\Shadow\Desktop\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI_EchoMimic\utils.py", line 85, in process_video_v2
    video = pipe(
            ^^^^^

  File "C:\Users\Shadow\Desktop\ComfyUI_windows_portable\python_embeded\Lib\site-packages\torch\utils\_contextlib.py", line 116, in decorate_context
    return func(*args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^

  File "C:\Users\Shadow\Desktop\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI_EchoMimic\echomimic_v2\src\pipelines\pipeline_echomimicv2.py", line 466, in __call__
    whisper_feature = self.audio_guider.audio2feat(audio_path)
                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

  File "C:\Users\Shadow\Desktop\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI_EchoMimic\src\models\whisper\audio2feature.py", line 100, in audio2feat
    result = self.model.transcribe(audio_path)
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

  File "C:\Users\Shadow\Desktop\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI_EchoMimic\src\models\whisper\whisper\transcribe.py", line 85, in transcribe
    mel = log_mel_spectrogram(audio)
          ^^^^^^^^^^^^^^^^^^^^^^^^^^

  File "C:\Users\Shadow\Desktop\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI_EchoMimic\src\models\whisper\whisper\audio.py", line 111, in log_mel_spectrogram
    audio = load_audio(audio)
            ^^^^^^^^^^^^^^^^^

  File "C:\Users\Shadow\Desktop\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI_EchoMimic\src\models\whisper\whisper\audio.py", line 44, in load_audio
    .run(cmd=["ffmpeg", "-nostdin"], capture_stdout=True, capture_stderr=True)
     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

  File "C:\Users\Shadow\Desktop\ComfyUI_windows_portable\python_embeded\Lib\site-packages\ffmpeg\_run.py", line 313, in run
    process = run_async(
              ^^^^^^^^^^

  File "C:\Users\Shadow\Desktop\ComfyUI_windows_portable\python_embeded\Lib\site-packages\ffmpeg\_run.py", line 284, in run_async
    return subprocess.Popen(
           ^^^^^^^^^^^^^^^^^

  File "subprocess.py", line 1026, in __init__

  File "subprocess.py", line 1538, in _execute_child

System Information

  • ComfyUI Version: v0.3.5-3-g0d4e29f
  • Arguments: ComfyUI\main.py --windows-standalone-build --use-quad-cross-attention --fp8_e4m3fn-text-enc --normalvram --dont-upcast-attention
  • OS: nt
  • Python Version: 3.11.9 (tags/v3.11.9:de54cf5, Apr 2 2024, 10:12:12) [MSC v.1938 64 bit (AMD64)]
  • Embedded Python: true
  • PyTorch Version: 2.5.1+cu124

Devices

  • Name: cuda:0 Quadro RTX 6000 : cudaMallocAsync
    • Type: cuda
    • VRAM Total: 25769476096
    • VRAM Free: 19810975234
    • Torch VRAM Total: 4630511616
    • Torch VRAM Free: 35880450

Logs

2024-11-29T14:18:29.028046 - [START] Security scan2024-11-29T14:18:29.028046 - 
2024-11-29T14:18:30.748940 - [DONE] Security scan2024-11-29T14:18:30.748940 - 
2024-11-29T14:18:30.912487 - ## ComfyUI-Manager: installing dependencies done.2024-11-29T14:18:30.912487 - 
2024-11-29T14:18:30.912487 - ** ComfyUI startup time:2024-11-29T14:18:30.912487 -  2024-11-29T14:18:30.912487 - 2024-11-29 14:18:30.9124872024-11-29T14:18:30.912487 - 
2024-11-29T14:18:30.937591 - ** Platform:2024-11-29T14:18:30.938099 -  2024-11-29T14:18:30.938099 - Windows2024-11-29T14:18:30.938099 - 
2024-11-29T14:18:30.938099 - ** Python version:2024-11-29T14:18:30.938099 -  2024-11-29T14:18:30.938099 - 3.11.9 (tags/v3.11.9:de54cf5, Apr  2 2024, 10:12:12) [MSC v.1938 64 bit (AMD64)]2024-11-29T14:18:30.938099 - 
2024-11-29T14:18:30.938099 - ** Python executable:2024-11-29T14:18:30.938598 -  2024-11-29T14:18:30.938598 - C:\Users\Shadow\Desktop\ComfyUI_windows_portable\python_embeded\python.exe2024-11-29T14:18:30.938598 - 
2024-11-29T14:18:30.938598 - ** ComfyUI Path:2024-11-29T14:18:30.938598 -  2024-11-29T14:18:30.938598 - C:\Users\Shadow\Desktop\ComfyUI_windows_portable\ComfyUI2024-11-29T14:18:30.938598 - 
2024-11-29T14:18:30.938598 - ** Log path:2024-11-29T14:18:30.938598 -  2024-11-29T14:18:30.938598 - C:\Users\Shadow\Desktop\ComfyUI_windows_portable\comfyui.log2024-11-29T14:18:30.939097 - 
2024-11-29T14:18:33.219847 - 
Prestartup times for custom nodes:2024-11-29T14:18:33.219847 - 
2024-11-29T14:18:33.220346 -    0.0 seconds:2024-11-29T14:18:33.220346 -  2024-11-29T14:18:33.220346 - C:\Users\Shadow\Desktop\ComfyUI_windows_portable\ComfyUI\custom_nodes\rgthree-comfy2024-11-29T14:18:33.220346 - 
2024-11-29T14:18:33.220346 -    4.2 seconds:2024-11-29T14:18:33.220346 -  2024-11-29T14:18:33.220847 - C:\Users\Shadow\Desktop\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Manager2024-11-29T14:18:33.220847 - 
2024-11-29T14:18:33.220847 - 
2024-11-29T14:18:36.200434 - Total VRAM 24576 MB, total RAM 41964 MB
2024-11-29T14:18:36.200933 - pytorch version: 2.5.1+cu124
2024-11-29T14:18:36.210433 - Set vram state to: NORMAL_VRAM
2024-11-29T14:18:36.210933 - Device: cuda:0 Quadro RTX 6000 : cudaMallocAsync
2024-11-29T14:18:38.133556 - Using sub quadratic optimization for cross attention, if you have memory or speed issues try using: --use-split-cross-attention
2024-11-29T14:18:40.096103 - [Prompt Server] web root: C:\Users\Shadow\Desktop\ComfyUI_windows_portable\ComfyUI\web
2024-11-29T14:18:40.491122 - C:\Users\Shadow\Desktop\ComfyUI_windows_portable\python_embeded\Lib\site-packages\kornia\feature\lightglue.py:44: FutureWarning: `torch.cuda.amp.custom_fwd(args...)` is deprecated. Please use `torch.amp.custom_fwd(args..., device_type='cuda')` instead.
  @torch.cuda.amp.custom_fwd(cast_inputs=torch.float32)
2024-11-29T14:18:42.335667 - [Crystools �[0;32mINFO�[0m] Crystools version: 1.21.0
2024-11-29T14:18:42.366174 - [Crystools �[0;32mINFO�[0m] CPU: Intel(R) Xeon(R) W-3235 CPU @ 3.30GHz - Arch: AMD64 - OS: Windows 10
2024-11-29T14:18:42.377173 - [Crystools �[0;32mINFO�[0m] Pynvml (Nvidia) initialized.
2024-11-29T14:18:42.377676 - [Crystools �[0;32mINFO�[0m] GPU/s:
2024-11-29T14:18:42.392673 - [Crystools �[0;32mINFO�[0m] 0) Quadro RTX 6000
2024-11-29T14:18:42.393172 - [Crystools �[0;32mINFO�[0m] NVIDIA Driver: 565.90
2024-11-29T14:18:42.721182 - 
Depthcrafter Nodes Loaded
2024-11-29T14:18:42.721182 - 
2024-11-29T14:18:44.340767 - Total VRAM 24576 MB, total RAM 41964 MB
2024-11-29T14:18:44.341268 - pytorch version: 2.5.1+cu124
2024-11-29T14:18:44.342267 - Set vram state to: NORMAL_VRAM
2024-11-29T14:18:44.342765 - Device: cuda:0 Quadro RTX 6000 : cudaMallocAsync
2024-11-29T14:18:44.415782 - ### Loading: ComfyUI-Manager (V2.52.1)2024-11-29T14:18:44.415782 - 
2024-11-29T14:18:44.568784 - ### ComfyUI Revision: 2866 [0d4e29f1] | Released on '2024-11-27'2024-11-29T14:18:44.568784 - 
2024-11-29T14:18:44.992289 - here: C:\Users\Shadow\Desktop\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-tbox2024-11-29T14:18:44.992789 - 
2024-11-29T14:18:44.995289 - Using ckpts path: C:\Users\Shadow\Desktop\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-tbox\..\..\models\annotator2024-11-29T14:18:44.995790 - 
2024-11-29T14:18:44.995790 - Using symlinks: False2024-11-29T14:18:44.995790 - 
2024-11-29T14:18:44.996294 - Using ort providers: ['CUDAExecutionProvider', 'DirectMLExecutionProvider', 'OpenVINOExecutionProvider', 'ROCMExecutionProvider', 'CPUExecutionProvider']2024-11-29T14:18:44.996294 - 
2024-11-29T14:18:45.027291 - [ComfyUI-Manager] default cache updated: https://raw.githubusercontent.com/ltdrdata/ComfyUI-Manager/main/alter-list.json2024-11-29T14:18:45.027291 - 
2024-11-29T14:18:45.047286 - [ComfyUI-Manager] default cache updated: https://raw.githubusercontent.com/ltdrdata/ComfyUI-Manager/main/model-list.json2024-11-29T14:18:45.047286 - 
2024-11-29T14:18:45.064790 - [ComfyUI-Manager] default cache updated: https://raw.githubusercontent.com/ltdrdata/ComfyUI-Manager/main/github-stats.json2024-11-29T14:18:45.065286 - 
2024-11-29T14:18:45.102790 - [ComfyUI-Manager] default cache updated: https://raw.githubusercontent.com/ltdrdata/ComfyUI-Manager/main/custom-node-list.json2024-11-29T14:18:45.102790 - 
2024-11-29T14:18:45.132289 - [ComfyUI-Manager] default cache updated: https://raw.githubusercontent.com/ltdrdata/ComfyUI-Manager/main/extension-node-map.json2024-11-29T14:18:45.132289 - 
2024-11-29T14:18:45.232302 - C:\Users\Shadow\Desktop\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-tbox\src\common.py:37: UserWarning: custom temp dir is too long. Using default
  warnings.warn(f"custom temp dir is too long. Using default")
2024-11-29T14:18:45.234305 - C:\Users\Shadow\Desktop\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-tbox\nodes\preprocessor\dwpose_node.py:28: UserWarning: DWPose: Onnxruntime not found or doesn't come with acceleration providers, switch to OpenCV with CPU device. DWPose might run very slowly
  warnings.warn("DWPose: Onnxruntime not found or doesn't come with acceleration providers, switch to OpenCV with CPU device. DWPose might run very slowly")
2024-11-29T14:18:45.295804 - �[36;20m[comfyui_controlnet_aux] | INFO -> Using ckpts path: C:\Users\Shadow\Desktop\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui_controlnet_aux\ckpts�[0m
2024-11-29T14:18:45.296305 - �[36;20m[comfyui_controlnet_aux] | INFO -> Using symlinks: False�[0m
2024-11-29T14:18:45.296305 - �[36;20m[comfyui_controlnet_aux] | INFO -> Using ort providers: ['CUDAExecutionProvider', 'DirectMLExecutionProvider', 'OpenVINOExecutionProvider', 'ROCMExecutionProvider', 'CPUExecutionProvider', 'CoreMLExecutionProvider']�[0m
2024-11-29T14:18:45.327305 - C:\Users\Shadow\Desktop\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui_controlnet_aux\src\custom_controlnet_aux\util.py:56: UserWarning: custom temp dir is too long. Using default
  warnings.warn(f"custom temp dir is too long. Using default")
2024-11-29T14:18:47.899438 - Adding FFMPEG_PATH to PATH2024-11-29T14:18:47.899942 - 
2024-11-29T14:18:47.955938 - �[34mFizzleDorf Custom Nodes: �[92mLoaded�[0m2024-11-29T14:18:47.955938 - 
2024-11-29T14:18:47.965939 - Traceback (most recent call last):
  File "C:\Users\Shadow\Desktop\ComfyUI_windows_portable\ComfyUI\nodes.py", line 2027, 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 "C:\Users\Shadow\Desktop\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI_Hallo2\__init__.py", line 2, in <module>
    from .Hallo_node import NODE_CLASS_MAPPINGS, NODE_DISPLAY_NAME_MAPPINGS
  File "C:\Users\Shadow\Desktop\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI_Hallo2\Hallo_node.py", line 19, in <module>
    from .scripts.inference_long import cut_audio,Net,process_audio_emb,inference_process
  File "C:\Users\Shadow\Desktop\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI_Hallo2\scripts\inference_long.py", line 43, in <module>
    from pydub import AudioSegment
ModuleNotFoundError: No module named 'pydub'

2024-11-29T14:18:47.966440 - Cannot import C:\Users\Shadow\Desktop\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI_Hallo2 module for custom nodes: No module named 'pydub'
2024-11-29T14:18:48.008437 - 
2024-11-29T14:18:48.008937 - �[92m[rgthree-comfy] Loaded 42 exciting nodes. 🎉�[00m2024-11-29T14:18:48.008937 - 
2024-11-29T14:18:48.008937 - 
2024-11-29T14:18:48.011436 - 
Import times for custom nodes:
2024-11-29T14:18:48.011937 -    0.0 seconds: C:\Users\Shadow\Desktop\ComfyUI_windows_portable\ComfyUI\custom_nodes\websocket_image_save.py
2024-11-29T14:18:48.011937 -    0.0 seconds: C:\Users\Shadow\Desktop\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Crystools-save
2024-11-29T14:18:48.011937 -    0.0 seconds (IMPORT FAILED): C:\Users\Shadow\Desktop\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI_Hallo2
2024-11-29T14:18:48.011937 -    0.0 seconds: C:\Users\Shadow\Desktop\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI_IPAdapter_plus
2024-11-29T14:18:48.012437 -    0.0 seconds: C:\Users\Shadow\Desktop\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI_FizzNodes
2024-11-29T14:18:48.012437 -    0.0 seconds: C:\Users\Shadow\Desktop\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Custom-Scripts
2024-11-29T14:18:48.012437 -    0.0 seconds: C:\Users\Shadow\Desktop\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Frame-Interpolation
2024-11-29T14:18:48.012437 -    0.0 seconds: C:\Users\Shadow\Desktop\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Advanced-ControlNet
2024-11-29T14:18:48.012938 -    0.0 seconds: C:\Users\Shadow\Desktop\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-LivePortraitKJ
2024-11-29T14:18:48.012938 -    0.0 seconds: C:\Users\Shadow\Desktop\ComfyUI_windows_portable\ComfyUI\custom_nodes\rgthree-comfy
2024-11-29T14:18:48.012938 -    0.0 seconds: C:\Users\Shadow\Desktop\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI_essentials
2024-11-29T14:18:48.012938 -    0.0 seconds: C:\Users\Shadow\Desktop\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-KJNodes
2024-11-29T14:18:48.013438 -    0.1 seconds: C:\Users\Shadow\Desktop\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-VideoHelperSuite
2024-11-29T14:18:48.013438 -    0.1 seconds: C:\Users\Shadow\Desktop\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-AnimateDiff-Evolved
2024-11-29T14:18:48.013438 -    0.1 seconds: C:\Users\Shadow\Desktop\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui_controlnet_aux
2024-11-29T14:18:48.013438 -    0.2 seconds: C:\Users\Shadow\Desktop\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-tbox
2024-11-29T14:18:48.013438 -    0.3 seconds: C:\Users\Shadow\Desktop\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-DepthCrafter-Nodes
2024-11-29T14:18:48.013937 -    0.4 seconds: C:\Users\Shadow\Desktop\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Fluxpromptenhancer
2024-11-29T14:18:48.013937 -    0.6 seconds: C:\Users\Shadow\Desktop\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Manager
2024-11-29T14:18:48.013937 -    0.7 seconds: C:\Users\Shadow\Desktop\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-AdvancedLivePortrait
2024-11-29T14:18:48.013937 -    0.7 seconds: C:\Users\Shadow\Desktop\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Crystools
2024-11-29T14:18:48.013937 -    1.2 seconds: C:\Users\Shadow\Desktop\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Image-Filters
2024-11-29T14:18:48.014437 -    2.5 seconds: C:\Users\Shadow\Desktop\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI_EchoMimic
2024-11-29T14:18:48.014437 - 
2024-11-29T14:18:48.039438 - Starting server

2024-11-29T14:18:48.040438 - To see the GUI go to: http://127.0.0.1:8188
2024-11-29T14:18:49.293002 - FETCH DATA from: C:\Users\Shadow\Desktop\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Manager\extension-node-map.json2024-11-29T14:18:49.293502 - 2024-11-29T14:18:49.299505 -  [DONE]2024-11-29T14:18:49.300004 - 
2024-11-29T14:23:19.702815 - got prompt
2024-11-29T14:23:19.819839 - Cannot initialize model with low cpu memory usage because `accelerate` was not found in the environment. Defaulting to `low_cpu_mem_usage=False`. It is strongly recommended to install `accelerate` for faster and less memory-intense model loading. You can do so with: 

pip install accelerate

.
2024-11-29T14:23:20.507003 - ****** refer in EchoMimic V2 mode!******
2024-11-29T14:23:20.509504 - C:\Users\Shadow\Desktop\ComfyUI_windows_portable\python_embeded\Lib\site-packages\diffusers\configuration_utils.py:245: FutureWarning: It is deprecated to pass a pretrained model name or path to `from_config`.If you were trying to load a model, please use <class 'ComfyUI_EchoMimic.echomimic_v2.src.models.unet_2d_condition.UNet2DConditionModel'>.load_config(...) followed by <class 'ComfyUI_EchoMimic.echomimic_v2.src.models.unet_2d_condition.UNet2DConditionModel'>.from_config(...) instead. Otherwise, please make sure to pass a configuration dictionary instead. This functionality will be removed in v1.0.0.
  deprecate("config-passed-as-path", "1.0.0", deprecation_message, standard_warn=False)

2024-11-29T14:23:20.542025 - C:\Users\Shadow\Desktop\ComfyUI_windows_portable\python_embeded\Lib\site-packages\diffusers\models\lora.py:306: FutureWarning: `LoRACompatibleConv` is deprecated and will be removed in version 1.0.0. Use of `LoRACompatibleConv` is deprecated. Please switch to PEFT backend by installing PEFT: `pip install peft`.
  deprecate("LoRACompatibleConv", "1.0.0", deprecation_message)

2024-11-29T14:23:26.202510 - loaded temporal unet's pretrained weights from C:\Users\Shadow\Desktop\ComfyUI_windows_portable\ComfyUI\models\echo_mimic\unet ...
2024-11-29T14:23:36.770285 - Load motion module params from C:\Users\Shadow\Desktop\ComfyUI_windows_portable\ComfyUI\models\echo_mimic\v2\motion_module.pth
2024-11-29T14:23:37.530001 - Loaded 453.20928M-parameter motion module
2024-11-29T14:23:42.654949 - when use echo v2,need choice a pose dir,for get error using default pose !
2024-11-29T14:23:42.847516 - ***** infer length is 592024-11-29T14:23:42.847516 - 
2024-11-29T14:23:44.611617 - poses_tensor:torch.Size([1, 3, 59, 768, 768])2024-11-29T14:23:44.612116 - 
2024-11-29T14:23:44.646141 - !!! Exception during processing !!! [WinError 2] Das System kann die angegebene Datei nicht finden
2024-11-29T14:23:44.650640 - Traceback (most recent call last):
  File "C:\Users\Shadow\Desktop\ComfyUI_windows_portable\ComfyUI\execution.py", line 323, in execute
    output_data, output_ui, has_subgraph = get_output_data(obj, input_data_all, execution_block_cb=execution_block_cb, pre_execute_cb=pre_execute_cb)
                                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "C:\Users\Shadow\Desktop\ComfyUI_windows_portable\ComfyUI\execution.py", line 198, in get_output_data
    return_values = _map_node_over_list(obj, input_data_all, obj.FUNCTION, allow_interrupt=True, execution_block_cb=execution_block_cb, pre_execute_cb=pre_execute_cb)
                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "C:\Users\Shadow\Desktop\ComfyUI_windows_portable\ComfyUI\execution.py", line 169, in _map_node_over_list
    process_inputs(input_dict, i)
  File "C:\Users\Shadow\Desktop\ComfyUI_windows_portable\ComfyUI\execution.py", line 158, in process_inputs
    results.append(getattr(obj, func)(**inputs))
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "C:\Users\Shadow\Desktop\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI_EchoMimic\EchoMimic_node.py", line 448, in em_main
    output_video=process_video_v2(image, audio_file, width, height, length, seed,
                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "C:\Users\Shadow\Desktop\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI_EchoMimic\utils.py", line 85, in process_video_v2
    video = pipe(
            ^^^^^
  File "C:\Users\Shadow\Desktop\ComfyUI_windows_portable\python_embeded\Lib\site-packages\torch\utils\_contextlib.py", line 116, in decorate_context
    return func(*args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^
  File "C:\Users\Shadow\Desktop\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI_EchoMimic\echomimic_v2\src\pipelines\pipeline_echomimicv2.py", line 466, in __call__
    whisper_feature = self.audio_guider.audio2feat(audio_path)
                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "C:\Users\Shadow\Desktop\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI_EchoMimic\src\models\whisper\audio2feature.py", line 100, in audio2feat
    result = self.model.transcribe(audio_path)
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "C:\Users\Shadow\Desktop\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI_EchoMimic\src\models\whisper\whisper\transcribe.py", line 85, in transcribe
    mel = log_mel_spectrogram(audio)
          ^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "C:\Users\Shadow\Desktop\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI_EchoMimic\src\models\whisper\whisper\audio.py", line 111, in log_mel_spectrogram
    audio = load_audio(audio)
            ^^^^^^^^^^^^^^^^^
  File "C:\Users\Shadow\Desktop\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI_EchoMimic\src\models\whisper\whisper\audio.py", line 44, in load_audio
    .run(cmd=["ffmpeg", "-nostdin"], capture_stdout=True, capture_stderr=True)
     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "C:\Users\Shadow\Desktop\ComfyUI_windows_portable\python_embeded\Lib\site-packages\ffmpeg\_run.py", line 313, in run
    process = run_async(
              ^^^^^^^^^^
  File "C:\Users\Shadow\Desktop\ComfyUI_windows_portable\python_embeded\Lib\site-packages\ffmpeg\_run.py", line 284, in run_async
    return subprocess.Popen(
           ^^^^^^^^^^^^^^^^^
  File "subprocess.py", line 1026, in __init__
  File "subprocess.py", line 1538, in _execute_child
FileNotFoundError: [WinError 2] Das System kann die angegebene Datei nicht finden

2024-11-29T14:23:44.654141 - Prompt executed in 24.86 seconds
2024-11-29T14:26:23.995949 - got prompt
2024-11-29T14:26:24.154479 - when use echo v2,need choice a pose dir,for get error using default pose !
2024-11-29T14:26:24.311055 - ***** infer length is 592024-11-29T14:26:24.311055 - 
2024-11-29T14:26:25.682448 - poses_tensor:torch.Size([1, 3, 59, 768, 768])2024-11-29T14:26:25.682448 - 
2024-11-29T14:26:25.715960 - !!! Exception during processing !!! [WinError 2] Das System kann die angegebene Datei nicht finden
2024-11-29T14:26:25.719960 - Traceback (most recent call last):
  File "C:\Users\Shadow\Desktop\ComfyUI_windows_portable\ComfyUI\execution.py", line 323, in execute
    output_data, output_ui, has_subgraph = get_output_data(obj, input_data_all, execution_block_cb=execution_block_cb, pre_execute_cb=pre_execute_cb)
                                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "C:\Users\Shadow\Desktop\ComfyUI_windows_portable\ComfyUI\execution.py", line 198, in get_output_data
    return_values = _map_node_over_list(obj, input_data_all, obj.FUNCTION, allow_interrupt=True, execution_block_cb=execution_block_cb, pre_execute_cb=pre_execute_cb)
                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "C:\Users\Shadow\Desktop\ComfyUI_windows_portable\ComfyUI\execution.py", line 169, in _map_node_over_list
    process_inputs(input_dict, i)
  File "C:\Users\Shadow\Desktop\ComfyUI_windows_portable\ComfyUI\execution.py", line 158, in process_inputs
    results.append(getattr(obj, func)(**inputs))
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "C:\Users\Shadow\Desktop\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI_EchoMimic\EchoMimic_node.py", line 448, in em_main
    output_video=process_video_v2(image, audio_file, width, height, length, seed,
                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "C:\Users\Shadow\Desktop\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI_EchoMimic\utils.py", line 85, in process_video_v2
    video = pipe(
            ^^^^^
  File "C:\Users\Shadow\Desktop\ComfyUI_windows_portable\python_embeded\Lib\site-packages\torch\utils\_contextlib.py", line 116, in decorate_context
    return func(*args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^
  File "C:\Users\Shadow\Desktop\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI_EchoMimic\echomimic_v2\src\pipelines\pipeline_echomimicv2.py", line 466, in __call__
    whisper_feature = self.audio_guider.audio2feat(audio_path)
                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "C:\Users\Shadow\Desktop\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI_EchoMimic\src\models\whisper\audio2feature.py", line 100, in audio2feat
    result = self.model.transcribe(audio_path)
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "C:\Users\Shadow\Desktop\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI_EchoMimic\src\models\whisper\whisper\transcribe.py", line 85, in transcribe
    mel = log_mel_spectrogram(audio)
          ^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "C:\Users\Shadow\Desktop\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI_EchoMimic\src\models\whisper\whisper\audio.py", line 111, in log_mel_spectrogram
    audio = load_audio(audio)
            ^^^^^^^^^^^^^^^^^
  File "C:\Users\Shadow\Desktop\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI_EchoMimic\src\models\whisper\whisper\audio.py", line 44, in load_audio
    .run(cmd=["ffmpeg", "-nostdin"], capture_stdout=True, capture_stderr=True)
     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "C:\Users\Shadow\Desktop\ComfyUI_windows_portable\python_embeded\Lib\site-packages\ffmpeg\_run.py", line 313, in run
    process = run_async(
              ^^^^^^^^^^
  File "C:\Users\Shadow\Desktop\ComfyUI_windows_portable\python_embeded\Lib\site-packages\ffmpeg\_run.py", line 284, in run_async
    return subprocess.Popen(
           ^^^^^^^^^^^^^^^^^
  File "subprocess.py", line 1026, in __init__
  File "subprocess.py", line 1538, in _execute_child
FileNotFoundError: [WinError 2] Das System kann die angegebene Datei nicht finden

2024-11-29T14:26:25.725460 - Prompt executed in 1.62 seconds
2024-11-29T14:37:16.630013 - got prompt
2024-11-29T14:37:16.754881 - Using split attention in VAE
2024-11-29T14:37:16.757901 - Using split attention in VAE
2024-11-29T14:37:18.050452 - model weight dtype torch.float8_e5m2, manual cast: torch.float16
2024-11-29T14:37:18.050452 - model_type FLOW
2024-11-29T14:38:16.469105 - Requested to load FluxClipModel_
2024-11-29T14:38:16.470109 - Loading 1 new model
2024-11-29T14:38:16.486797 - loaded completely 0.0 4659.615478515625 True
2024-11-29T14:38:45.466822 - clip missing: ['text_projection.weight']
2024-11-29T14:38:47.043072 - Requested to load FluxClipModel_
2024-11-29T14:38:47.043072 - Loading 1 new model
2024-11-29T14:38:48.529390 - Requested to load Flux
2024-11-29T14:38:48.529892 - Loading 1 new model
2024-11-29T14:38:59.287938 - loaded partially 8969.78603515625 8969.541076660156 112
2024-11-29T14:41:43.571147 - 
100%|████████████████████████████████████████████████████████████████████████████████████| 8/8 [02:44<00:00, 20.47s/it]2024-11-29T14:41:43.571147 - 
100%|████████████████████████████████████████████████████████████████████████████████████| 8/8 [02:44<00:00, 20.53s/it]2024-11-29T14:41:43.571647 - 
2024-11-29T14:41:43.929575 - Requested to load AutoencodingEngine
2024-11-29T14:41:43.930075 - Loading 1 new model
2024-11-29T14:41:44.343681 - loaded completely 0.0 319.7467155456543 True
2024-11-29T14:41:55.654851 - Prompt executed in 279.01 seconds
2024-11-29T14:42:24.122919 - got prompt
2024-11-29T14:42:26.347944 - model weight dtype torch.float8_e5m2, manual cast: torch.float16
2024-11-29T14:42:26.348944 - model_type FLUX
2024-11-29T14:43:28.901282 - Requested to load FluxClipModel_
2024-11-29T14:43:28.901782 - Loading 1 new model
2024-11-29T14:43:31.325650 - loaded completely 0.0 4659.615478515625 True
2024-11-29T14:43:31.847693 - Requested to load Flux
2024-11-29T14:43:31.848192 - Loading 1 new model
2024-11-29T14:43:41.426545 - loaded partially 9297.2 9294.399475097656 100
2024-11-29T14:46:35.094570 - 
100%|████████████████████████████████████████████████████████████████████████████████████| 8/8 [02:53<00:00, 22.00s/it]2024-11-29T14:46:35.094570 - 
100%|████████████████████████████████████████████████████████████████████████████████████| 8/8 [02:53<00:00, 21.71s/it]2024-11-29T14:46:35.094570 - 
2024-11-29T14:46:38.476083 - Requested to load AutoencodingEngine
2024-11-29T14:46:38.477096 - Loading 1 new model
2024-11-29T14:46:38.819276 - loaded completely 0.0 319.7467155456543 True
2024-11-29T14:46:47.812989 - Prompt executed in 263.68 seconds
2024-11-29T14:56:38.682368 - got prompt
2024-11-29T14:56:40.511007 - model weight dtype torch.float8_e5m2, manual cast: torch.float16
2024-11-29T14:56:40.512016 - model_type FLOW
2024-11-29T14:58:11.520460 - Requested to load FluxClipModel_
2024-11-29T14:58:11.521468 - Loading 1 new model
2024-11-29T14:58:16.510670 - loaded completely 0.0 4659.615478515625 True
2024-11-29T14:58:17.235528 - Requested to load Flux
2024-11-29T14:58:17.236035 - Loading 1 new model
2024-11-29T14:58:29.871570 - loaded partially 9297.2 9293.646545410156 100
2024-11-29T15:01:22.749920 - 
100%|████████████████████████████████████████████████████████████████████████████████████| 8/8 [02:52<00:00, 21.88s/it]2024-11-29T15:01:22.750428 - 
100%|████████████████████████████████████████████████████████████████████████████████████| 8/8 [02:52<00:00, 21.60s/it]2024-11-29T15:01:22.750428 - 
2024-11-29T15:01:26.129594 - Requested to load AutoencodingEngine
2024-11-29T15:01:26.130600 - Loading 1 new model
2024-11-29T15:01:26.490916 - loaded completely 0.0 319.7467155456543 True
2024-11-29T15:01:35.715500 - Prompt executed in 297.02 seconds
2024-11-29T15:10:22.252709 - got prompt
2024-11-29T15:10:22.384542 - Requested to load FluxClipModel_
2024-11-29T15:10:22.384542 - Loading 1 new model
2024-11-29T15:10:24.522982 - loaded completely 0.0 4659.615478515625 True
2024-11-29T15:10:27.818425 - Unloading models for lowram load.
2024-11-29T15:10:27.886010 - 1 models unloaded.
2024-11-29T15:10:27.886010 - Loading 1 new model
2024-11-29T15:10:35.347150 - loaded partially 9297.2 9293.646545410156 100
2024-11-29T15:13:27.891826 - 
100%|████████████████████████████████████████████████████████████████████████████████████| 8/8 [02:52<00:00, 21.89s/it]2024-11-29T15:13:27.891826 - 
100%|████████████████████████████████████████████████████████████████████████████████████| 8/8 [02:52<00:00, 21.57s/it]2024-11-29T15:13:27.891826 - 
2024-11-29T15:13:31.264324 - Requested to load AutoencodingEngine
2024-11-29T15:13:31.264840 - Loading 1 new model
2024-11-29T15:13:31.610833 - loaded completely 0.0 319.7467155456543 True
2024-11-29T15:13:41.083179 - Prompt executed in 198.80 seconds
2024-11-29T15:27:03.021795 - got prompt
2024-11-29T15:27:03.109315 - Requested to load FluxClipModel_
2024-11-29T15:27:03.109817 - Loading 1 new model
2024-11-29T15:27:05.134349 - loaded completely 0.0 4659.615478515625 True
2024-11-29T15:27:08.341411 - Unloading models for lowram load.
2024-11-29T15:27:08.404108 - 1 models unloaded.
2024-11-29T15:27:08.404615 - Loading 1 new model
2024-11-29T15:27:15.629957 - loaded partially 9297.2 9293.646545410156 100
2024-11-29T15:30:08.818328 - 
100%|████████████████████████████████████████████████████████████████████████████████████| 8/8 [02:53<00:00, 21.95s/it]2024-11-29T15:30:08.818328 - 
100%|████████████████████████████████████████████████████████████████████████████████████| 8/8 [02:53<00:00, 21.65s/it]2024-11-29T15:30:08.818328 - 
2024-11-29T15:30:12.309451 - Requested to load AutoencodingEngine
2024-11-29T15:30:12.309966 - Loading 1 new model
2024-11-29T15:30:12.667126 - loaded completely 0.0 319.7467155456543 True
2024-11-29T15:30:22.198289 - Prompt executed in 199.17 seconds
2024-11-29T15:30:44.588268 - got prompt
2024-11-29T15:30:44.888342 - model weight dtype torch.float8_e5m2, manual cast: torch.float16
2024-11-29T15:30:44.889344 - model_type FLUX
2024-11-29T15:31:55.424389 - Requested to load FluxClipModel_
2024-11-29T15:31:55.426907 - Loading 1 new model
2024-11-29T15:31:59.049089 - loaded completely 0.0 4659.615478515625 True
2024-11-29T15:31:59.767800 - Requested to load Flux
2024-11-29T15:31:59.768310 - Loading 1 new model
2024-11-29T15:32:14.515295 - loaded partially 9297.2 9294.399475097656 100
2024-11-29T15:35:06.707370 - 
100%|████████████████████████████████████████████████████████████████████████████████████| 8/8 [02:52<00:00, 21.49s/it]2024-11-29T15:35:06.707857 - 
100%|████████████████████████████████████████████████████████████████████████████████████| 8/8 [02:52<00:00, 21.52s/it]2024-11-29T15:35:06.708365 - 
2024-11-29T15:35:09.843986 - Requested to load AutoencodingEngine
2024-11-29T15:35:09.844482 - Loading 1 new model
2024-11-29T15:35:10.239643 - loaded completely 0.0 319.7467155456543 True
2024-11-29T15:35:19.314977 - Prompt executed in 274.72 seconds
2024-11-29T15:38:55.142125 - got prompt
2024-11-29T15:38:55.883334 - Cannot initialize model with low cpu memory usage because `accelerate` was not found in the environment. Defaulting to `low_cpu_mem_usage=False`. It is strongly recommended to install `accelerate` for faster and less memory-intense model loading. You can do so with: 

pip install accelerate

.
2024-11-29T15:38:58.827866 - ****** refer in EchoMimic V2 mode!******
2024-11-29T15:39:08.082306 - loaded temporal unet's pretrained weights from C:\Users\Shadow\Desktop\ComfyUI_windows_portable\ComfyUI\models\echo_mimic\unet ...
2024-11-29T15:39:25.802752 - Load motion module params from C:\Users\Shadow\Desktop\ComfyUI_windows_portable\ComfyUI\models\echo_mimic\v2\motion_module.pth
2024-11-29T15:39:28.327185 - Loaded 453.20928M-parameter motion module
2024-11-29T15:39:40.951865 - when use echo v2,need choice a pose dir,for get error using default pose !
2024-11-29T15:39:41.241959 - ***** infer length is 592024-11-29T15:39:41.241959 - 
2024-11-29T15:39:43.013108 - poses_tensor:torch.Size([1, 3, 59, 768, 768])2024-11-29T15:39:43.013108 - 
2024-11-29T15:39:43.083623 - !!! Exception during processing !!! [WinError 2] Das System kann die angegebene Datei nicht finden
2024-11-29T15:39:43.095625 - Traceback (most recent call last):
  File "C:\Users\Shadow\Desktop\ComfyUI_windows_portable\ComfyUI\execution.py", line 323, in execute
    output_data, output_ui, has_subgraph = get_output_data(obj, input_data_all, execution_block_cb=execution_block_cb, pre_execute_cb=pre_execute_cb)
                                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "C:\Users\Shadow\Desktop\ComfyUI_windows_portable\ComfyUI\execution.py", line 198, in get_output_data
    return_values = _map_node_over_list(obj, input_data_all, obj.FUNCTION, allow_interrupt=True, execution_block_cb=execution_block_cb, pre_execute_cb=pre_execute_cb)
                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "C:\Users\Shadow\Desktop\ComfyUI_windows_portable\ComfyUI\execution.py", line 169, in _map_node_over_list
    process_inputs(input_dict, i)
  File "C:\Users\Shadow\Desktop\ComfyUI_windows_portable\ComfyUI\execution.py", line 158, in process_inputs
    results.append(getattr(obj, func)(**inputs))
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "C:\Users\Shadow\Desktop\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI_EchoMimic\EchoMimic_node.py", line 448, in em_main
    output_video=process_video_v2(image, audio_file, width, height, length, seed,
                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "C:\Users\Shadow\Desktop\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI_EchoMimic\utils.py", line 85, in process_video_v2
    video = pipe(
            ^^^^^
  File "C:\Users\Shadow\Desktop\ComfyUI_windows_portable\python_embeded\Lib\site-packages\torch\utils\_contextlib.py", line 116, in decorate_context
    return func(*args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^
  File "C:\Users\Shadow\Desktop\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI_EchoMimic\echomimic_v2\src\pipelines\pipeline_echomimicv2.py", line 466, in __call__
    whisper_feature = self.audio_guider.audio2feat(audio_path)
                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "C:\Users\Shadow\Desktop\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI_EchoMimic\src\models\whisper\audio2feature.py", line 100, in audio2feat
    result = self.model.transcribe(audio_path)
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "C:\Users\Shadow\Desktop\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI_EchoMimic\src\models\whisper\whisper\transcribe.py", line 85, in transcribe
    mel = log_mel_spectrogram(audio)
          ^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "C:\Users\Shadow\Desktop\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI_EchoMimic\src\models\whisper\whisper\audio.py", line 111, in log_mel_spectrogram
    audio = load_audio(audio)
            ^^^^^^^^^^^^^^^^^
  File "C:\Users\Shadow\Desktop\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI_EchoMimic\src\models\whisper\whisper\audio.py", line 44, in load_audio
    .run(cmd=["ffmpeg", "-nostdin"], capture_stdout=True, capture_stderr=True)
     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "C:\Users\Shadow\Desktop\ComfyUI_windows_portable\python_embeded\Lib\site-packages\ffmpeg\_run.py", line 313, in run
    process = run_async(
              ^^^^^^^^^^
  File "C:\Users\Shadow\Desktop\ComfyUI_windows_portable\python_embeded\Lib\site-packages\ffmpeg\_run.py", line 284, in run_async
    return subprocess.Popen(
           ^^^^^^^^^^^^^^^^^
  File "subprocess.py", line 1026, in __init__
  File "subprocess.py", line 1538, in _execute_child
FileNotFoundError: [WinError 2] Das System kann die angegebene Datei nicht finden

2024-11-29T15:39:43.102635 - Prompt executed in 47.85 seconds

Attached Workflow

Please make sure that workflow does not contain any sensitive information such as API keys or passwords.

{"last_node_id":9,"last_link_id":28,"nodes":[{"id":1,"type":"Echo_LoadModel","pos":[2511,161],"size":[315,242],"flags":{},"order":0,"mode":0,"inputs":[],"outputs":[{"name":"model","type":"MODEL_PIPE_E","links":[23],"slot_index":0},{"name":"face_detector","type":"MODEL_FACE_E","links":[24],"slot_index":1},{"name":"visualizer","type":"MODEL_VISUAL_E","links":[25],"slot_index":2}],"properties":{"Node name for S&R":"Echo_LoadModel"},"widgets_values":["stabilityai/sd-vae-ft-mse",true,"audio_drived",false,false,false,"V2"]},{"id":3,"type":"LoadAudio","pos":[2190,-174],"size":[315,124],"flags":{},"order":1,"mode":0,"inputs":[],"outputs":[{"name":"AUDIO","type":"AUDIO","links":[20],"slot_index":0}],"properties":{"Node name for S&R":"LoadAudio"},"widgets_values":["Escher_kurz.wav",null,""]},{"id":4,"type":"LoadImage","pos":[2167,90],"size":[304.0565490722656,424.02215576171875],"flags":{},"order":2,"mode":0,"inputs":[],"outputs":[{"name":"IMAGE","type":"IMAGE","links":[21],"slot_index":0},{"name":"MASK","type":"MASK","links":null}],"properties":{"Node name for S&R":"LoadImage"},"widgets_values":["Escher.jpg","image"]},{"id":5,"type":"VHS_VideoCombine","pos":[3306,-49],"size":[329.955810546875,306],"flags":{},"order":4,"mode":0,"inputs":[{"name":"images","type":"IMAGE","link":26,"shape":7},{"name":"audio","type":"AUDIO","link":27,"shape":7},{"name":"meta_batch","type":"VHS_BatchManager","link":null,"shape":7},{"name":"vae","type":"VAE","link":null,"shape":7},{"name":"frame_rate","type":"FLOAT","link":28,"widget":{"name":"frame_rate"}}],"outputs":[{"name":"Filenames","type":"VHS_FILENAMES","links":null}],"properties":{"Node name for S&R":"VHS_VideoCombine"},"widgets_values":{"frame_rate":8,"loop_count":0,"filename_prefix":"EchoMimic","format":"video/h264-mp4","pix_fmt":"yuv420p","crf":19,"save_metadata":true,"pingpong":false,"save_output":true,"videopreview":{"hidden":false,"paused":false,"params":{"filename":"AnimateDiff_00008-audio.mp4","subfolder":"","type":"output","format":"video/h264-mp4","frame_rate":5}}}},{"id":9,"type":"Echo_Sampler","pos":[2922,-21],"size":[315,494],"flags":{},"order":3,"mode":0,"inputs":[{"name":"image","type":"IMAGE","link":21},{"name":"audio","type":"AUDIO","link":20},{"name":"model","type":"MODEL_PIPE_E","link":23},{"name":"face_detector","type":"MODEL_FACE_E","link":24},{"name":"visualizer","type":"MODEL_VISUAL_E","link":25,"shape":7},{"name":"video_images","type":"IMAGE","link":null,"shape":7}],"outputs":[{"name":"image","type":"IMAGE","links":[26],"slot_index":0},{"name":"audio","type":"AUDIO","links":[27],"slot_index":1},{"name":"frame_rate","type":"FLOAT","links":[28],"slot_index":2}],"properties":{"Node name for S&R":"Echo_Sampler"},"widgets_values":["none",0,2.5,10,25,25,44000,0.8,1,3,10,512,768,768,true]}],"links":[[20,3,0,9,1,"AUDIO"],[21,4,0,9,0,"IMAGE"],[23,1,0,9,2,"MODEL_PIPE_E"],[24,1,1,9,3,"MODEL_FACE_E"],[25,1,2,9,4,"MODEL_VISUAL_E"],[26,9,0,5,0,"IMAGE"],[27,9,1,5,1,"AUDIO"],[28,9,2,5,4,"FLOAT"]],"groups":[],"config":{},"extra":{"ds":{"scale":1.2100000000000004,"offset":[-1947.7917122601561,346.9161534426119]},"info":{"name":"workflow","author":"","description":"","version":"1","created":"2024-11-27T11:02:55.603Z","modified":"2024-11-29T14:38:40.317Z","software":"ComfyUI"}},"version":0.4}

Additional Context

(Please add any additional context or steps to reproduce the error here)

@smthemex
Copy link
Owner

step1 第一步
Download FFmpeg Buildsbinaries for Windows link ,After decompression, place the entire folder in the directory of the portable comfyui, and add the ‘X:\XXX\ComfyUI_windows_portable\ComfyUI\ffmpeg\bin ’ directory to the path of the system environment variables (X is your actual path). The precompiled version is indicated by the arrow in the following figure:
下载预编译ffmpeg版本,解压后把整个文件夹放在便携式comfyui的目录下,把X:\XXX\ComfyUI_windows_portable\ComfyUI\ffmpeg\bin 这个目录加入系统环境变量的路径中(X是你的实际路径),预编译版本按下图箭头所指:
image
step2 第二步
Add the directory ‘X:\XXX\ComfyUI_windows_portable\python_embeded\Scripts’to the path of the system environment variables and close all command-line windows. Then restart ComfyUI, if it doesn't work, restart the computer
再把X:\XXX\ComfyUI_windows_portable\python_embeded\Scripts这个目录同样加入系统环境变量的路径中,关闭所有命令行窗口。然后重启comfyUI,不行就重启电脑
系统环境变量类似下图/The system environment variables are similar to the following figure
image

@leihaolei
Copy link

我也是同样的问题,我是ffmpeg安装在的c盘,之前的数字人版本都可以正常用,不知道为什么今天用了打不开了,也是同样的错误.还望大神查一查

@leihaolei
Copy link

解决了,把ffmpeg更新到最新版好了

@ABIA2024
Copy link

voilà ce que j'ai fait mais je ne suis pas sur du tout que c'est ce qu'il fallait faire: créer le répertoire ffmpeg, le sous répertoire bin et isnérer dedans le ZIP de la 1ére ligne?
screenshot 661
screenshot 661

@ABIA2024
Copy link

always the same result after insert zip ffmpeg-git-essentials.7z, as mentionned above
LOG

ComfyUI Error Report

Error Details

  • Node ID: 48
  • Node Type: Echo_Sampler
  • Exception Type: FileNotFoundError
  • Exception Message: [WinError 2] Le fichier spécifié est introuvable

Stack Trace

  File "D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\execution.py", line 323, in execute
    output_data, output_ui, has_subgraph = get_output_data(obj, input_data_all, execution_block_cb=execution_block_cb, pre_execute_cb=pre_execute_cb)
                                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

  File "D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\execution.py", line 198, in get_output_data
    return_values = _map_node_over_list(obj, input_data_all, obj.FUNCTION, allow_interrupt=True, execution_block_cb=execution_block_cb, pre_execute_cb=pre_execute_cb)
                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

  File "D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\execution.py", line 169, in _map_node_over_list
    process_inputs(input_dict, i)

  File "D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\execution.py", line 158, in process_inputs
    results.append(getattr(obj, func)(**inputs))
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^

  File "D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI_EchoMimic\EchoMimic_node.py", line 463, in em_main
    output_video=process_video_v2(image, audio_file, width, height, length, seed,
                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

  File "D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI_EchoMimic\utils.py", line 189, in process_video_v2
    video = pipe(
            ^^^^^

  File "D:\PINOKIO2\ComfyUI_windows_portable\python_embeded\Lib\site-packages\torch\utils\_contextlib.py", line 116, in decorate_context
    return func(*args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^

  File "D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI_EchoMimic\echomimic_v2\src\pipelines\pipeline_echomimicv2.py", line 466, in __call__
    whisper_feature = self.audio_guider.audio2feat(audio_path)
                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

  File "D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI_EchoMimic\src\models\whisper\audio2feature.py", line 100, in audio2feat
    result = self.model.transcribe(audio_path)
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

  File "D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI_EchoMimic\src\models\whisper\whisper\transcribe.py", line 85, in transcribe
    mel = log_mel_spectrogram(audio)
          ^^^^^^^^^^^^^^^^^^^^^^^^^^

  File "D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI_EchoMimic\src\models\whisper\whisper\audio.py", line 111, in log_mel_spectrogram
    audio = load_audio(audio)
            ^^^^^^^^^^^^^^^^^

  File "D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI_EchoMimic\src\models\whisper\whisper\audio.py", line 44, in load_audio
    .run(cmd=["ffmpeg", "-nostdin"], capture_stdout=True, capture_stderr=True)
     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

  File "D:\PINOKIO2\ComfyUI_windows_portable\python_embeded\Lib\site-packages\ffmpeg\_run.py", line 313, in run
    process = run_async(
              ^^^^^^^^^^

  File "D:\PINOKIO2\ComfyUI_windows_portable\python_embeded\Lib\site-packages\ffmpeg\_run.py", line 284, in run_async
    return subprocess.Popen(
           ^^^^^^^^^^^^^^^^^

  File "subprocess.py", line 1026, in __init__

  File "subprocess.py", line 1538, in _execute_child

System Information

  • ComfyUI Version: v0.3.6-10-gf7695b5
  • Arguments: ComfyUI\main.py --windows-standalone-build
  • OS: nt
  • Python Version: 3.11.9 (tags/v3.11.9:de54cf5, Apr 2 2024, 10:12:12) [MSC v.1938 64 bit (AMD64)]
  • Embedded Python: true
  • PyTorch Version: 2.5.1+cu121

Devices

  • Name: cuda:0 NVIDIA GeForce RTX 2080 : cudaMallocAsync
    • Type: cuda
    • VRAM Total: 8589475840
    • VRAM Free: 940380942
    • Torch VRAM Total: 4999610368
    • Torch VRAM Free: 27349774

Logs

2024-12-10T16:06:53.364218 -   File "importlib\__init__.py", line 126, in import_module
2024-12-10T16:06:53.365215 -   File "<frozen importlib._bootstrap>", line 1204, in _gcd_import
2024-12-10T16:06:53.366212 -   File "<frozen importlib._bootstrap>", line 1176, in _find_and_load
2024-12-10T16:06:53.366212 -   File "<frozen importlib._bootstrap>", line 1126, in _find_and_load_unlocked
2024-12-10T16:06:53.366212 -   File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
2024-12-10T16:06:53.367210 -   File "<frozen importlib._bootstrap>", line 1204, in _gcd_import
2024-12-10T16:06:53.367210 -   File "<frozen importlib._bootstrap>", line 1176, in _find_and_load
2024-12-10T16:06:53.367210 -   File "<frozen importlib._bootstrap>", line 1126, in _find_and_load_unlocked
2024-12-10T16:06:53.367210 -   File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
2024-12-10T16:06:53.367210 -   File "<frozen importlib._bootstrap>", line 1204, in _gcd_import
2024-12-10T16:06:53.367210 -   File "<frozen importlib._bootstrap>", line 1176, in _find_and_load
2024-12-10T16:06:53.368208 -   File "<frozen importlib._bootstrap>", line 1140, in _find_and_load_unlocked
2024-12-10T16:06:53.368208 - ModuleNotFoundError: No module named 'SaltAI_Language_Toolkit'
2024-12-10T16:06:53.368208 - 
2024-12-10T16:06:53.368208 - �[1mImport times for Salt.AI Language Toolkit Node Modules:�[0m
2024-12-10T16:06:53.368208 -    0.0 seconds (IMPORT FAILED): autogen
2024-12-10T16:06:53.369205 - --- Logging error ---
2024-12-10T16:06:53.369205 - Traceback (most recent call last):
2024-12-10T16:06:53.369205 -   File "logging\__init__.py", line 1110, in emit
2024-12-10T16:06:53.369205 -   File "logging\__init__.py", line 953, in format
2024-12-10T16:06:53.370202 -   File "logging\__init__.py", line 687, in format
2024-12-10T16:06:53.371199 -   File "logging\__init__.py", line 377, in getMessage
2024-12-10T16:06:53.371199 - TypeError: not all arguments converted during string formatting
2024-12-10T16:06:53.371199 - Call stack:
2024-12-10T16:06:53.372197 -   File "D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\main.py", line 213, in <module>
    nodes.init_extra_nodes(init_custom_nodes=not args.disable_all_custom_nodes)
2024-12-10T16:06:53.372197 -   File "D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\nodes.py", line 2166, in init_extra_nodes
    init_external_custom_nodes()
2024-12-10T16:06:53.372197 -   File "D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\nodes.py", line 2081, in init_external_custom_nodes
    success = load_custom_node(module_path, base_node_names, module_parent="custom_nodes")
2024-12-10T16:06:53.372197 -   File "D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\nodes.py", line 2035, in load_custom_node
    module_spec.loader.exec_module(module)
2024-12-10T16:06:53.373194 -   File "<frozen importlib._bootstrap_external>", line 940, in exec_module
2024-12-10T16:06:53.373194 -   File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
2024-12-10T16:06:53.373194 -   File "D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\SaltAI_Language_Toolkitold\__init__.py", line 40, in <module>
    module_loader.report(NAME)
2024-12-10T16:06:53.373194 -   File "D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\SaltAI_Language_Toolkitold\modules\node_importer.py", line 96, in report
    logger.error("Error:", error)
2024-12-10T16:06:53.373194 -   File "logging\__init__.py", line 1518, in error
2024-12-10T16:06:53.373194 -   File "logging\__init__.py", line 1634, in _log
2024-12-10T16:06:53.374191 -   File "logging\__init__.py", line 1644, in handle
2024-12-10T16:06:53.374191 -   File "logging\__init__.py", line 1706, in callHandlers
2024-12-10T16:06:53.374191 -   File "logging\__init__.py", line 978, in handle
2024-12-10T16:06:53.374191 -   File "logging\__init__.py", line 1118, in emit
2024-12-10T16:06:53.374191 - Message: 'Error:'
Arguments: (ModuleNotFoundError("No module named 'SaltAI_Language_Toolkit'"),)
2024-12-10T16:06:53.375189 - Traceback (most recent call last):
  File "D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\nodes.py", line 2035, 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 "D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\SaltAI_Language_Toolkitold\__init__.py", line 40, in <module>
    module_loader.report(NAME)
  File "D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\SaltAI_Language_Toolkitold\modules\node_importer.py", line 96, in report
    logger.error("Error:", error)
  File "logging\__init__.py", line 1518, in error
  File "logging\__init__.py", line 1634, in _log
  File "logging\__init__.py", line 1644, in handle
  File "logging\__init__.py", line 1706, in callHandlers
  File "logging\__init__.py", line 978, in handle
  File "D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Manager\prestartup_script.py", line 289, in emit
    message = record.getMessage()
              ^^^^^^^^^^^^^^^^^^^
  File "logging\__init__.py", line 377, in getMessage
TypeError: not all arguments converted during string formatting

2024-12-10T16:06:53.375189 - Cannot import D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\SaltAI_Language_Toolkitold module for custom nodes: not all arguments converted during string formatting
2024-12-10T16:06:53.980090 - Searge-SDXL v4.3.1 in D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\SeargeSDXL2024-12-10T16:06:53.980090 - 
2024-12-10T16:06:54.011524 - WAS Node Suite: 2024-12-10T16:06:54.011524 - BlenderNeko's Advanced CLIP Text Encode found, attempting to enable `CLIPTextEncode` support.2024-12-10T16:06:54.011524 - 
2024-12-10T16:06:54.011524 - WAS Node Suite: 2024-12-10T16:06:54.012522 - `CLIPTextEncode (BlenderNeko Advanced + NSP)` node enabled under `WAS Suite/Conditioning` menu.2024-12-10T16:06:54.012522 - 
2024-12-10T16:06:55.078719 - WAS Node Suite: 2024-12-10T16:06:55.079690 - OpenCV Python FFMPEG support is enabled2024-12-10T16:06:55.079690 - 
2024-12-10T16:06:55.079690 - WAS Node Suite 2024-12-10T16:06:55.079690 - Warning: 2024-12-10T16:06:55.079690 - `ffmpeg_bin_path` is not set in `D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\was-node-suite-comfyui\was_suite_config.json` config file. Will attempt to use system ffmpeg binaries if available.2024-12-10T16:06:55.079690 - 
2024-12-10T16:06:56.139223 - WAS Node Suite: 2024-12-10T16:06:56.139223 - Finished.2024-12-10T16:06:56.139223 -  2024-12-10T16:06:56.139223 - Loaded2024-12-10T16:06:56.139223 -  2024-12-10T16:06:56.139223 - 2192024-12-10T16:06:56.139223 -  2024-12-10T16:06:56.139223 - nodes successfully.2024-12-10T16:06:56.140221 - 
2024-12-10T16:06:56.140221 - 
	2024-12-10T16:06:56.140221 - "Art is the journey of a free soul."2024-12-10T16:06:56.140221 -  - Alev Oguz2024-12-10T16:06:56.140221 - 
2024-12-10T16:06:56.140221 - 
2024-12-10T16:06:56.146204 - Traceback (most recent call last):
  File "D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\nodes.py", line 2035, in load_custom_node
    module_spec.loader.exec_module(module)
  File "<frozen importlib._bootstrap_external>", line 936, in exec_module
  File "<frozen importlib._bootstrap_external>", line 1073, in get_code
  File "<frozen importlib._bootstrap_external>", line 1130, in get_data
FileNotFoundError: [Errno 2] No such file or directory: 'D:\\PINOKIO2\\ComfyUI_windows_portable\\ComfyUI\\custom_nodes\\Wav2Lip\\__init__.py'

2024-12-10T16:06:56.146204 - Cannot import D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\Wav2Lip module for custom nodes: [Errno 2] No such file or directory: 'D:\\PINOKIO2\\ComfyUI_windows_portable\\ComfyUI\\custom_nodes\\Wav2Lip\\__init__.py'
2024-12-10T16:06:56.159170 - Traceback (most recent call last):
  File "D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\nodes.py", line 2035, 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 "D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\__init__.py", line 67, in <module>
    module = importlib.import_module(f".Nodes.{key}", package=__name__)
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "importlib\__init__.py", line 126, in import_module
  File "<frozen importlib._bootstrap>", line 1204, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1176, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1126, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "<frozen importlib._bootstrap>", line 1204, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1176, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1140, in _find_and_load_unlocked
ModuleNotFoundError: No module named 'D:\\PINOKIO2\\ComfyUI_windows_portable\\ComfyUI\\custom_nodes\\__init__.Nodes'

2024-12-10T16:06:56.160167 - Cannot import D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\__init__.py module for custom nodes: No module named 'D:\\PINOKIO2\\ComfyUI_windows_portable\\ComfyUI\\custom_nodes\\__init__.Nodes'
2024-12-10T16:06:56.160167 - 
Import times for custom nodes:
2024-12-10T16:06:56.160167 -    0.0 seconds: D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\sdxl_utility.py
2024-12-10T16:06:56.160167 -    0.0 seconds: D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\rembg-comfyui-node-better
2024-12-10T16:06:56.161164 -    0.0 seconds: D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\gcLatentTunnel.py
2024-12-10T16:06:56.161164 -    0.0 seconds: D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\rembg-comfyui-node
2024-12-10T16:06:56.161164 -    0.0 seconds: D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\websocket_image_save.py
2024-12-10T16:06:56.161164 -    0.0 seconds: D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\UtilNodes-ComfyUI
2024-12-10T16:06:56.162162 -    0.0 seconds: D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\SD-Latent-Upscaler
2024-12-10T16:06:56.162162 -    0.0 seconds: D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI_SimpleMath
2024-12-10T16:06:56.162162 -    0.0 seconds: D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Img2PaintingAssistant
2024-12-10T16:06:56.162162 -    0.0 seconds: D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui_lora_tag_loader
2024-12-10T16:06:56.163159 -    0.0 seconds: D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui-string-converter
2024-12-10T16:06:56.163159 -    0.0 seconds (IMPORT FAILED): D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\Real-ESRGAN
2024-12-10T16:06:56.163159 -    0.0 seconds: D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI_aspect_ratios
2024-12-10T16:06:56.163159 -    0.0 seconds (IMPORT FAILED): D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\CogVideoX-5b-Tora
2024-12-10T16:06:56.163159 -    0.0 seconds: D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-IF_AI_HFDownloaderNode
2024-12-10T16:06:56.164156 -    0.0 seconds: D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI_AdvancedRefluxControl
2024-12-10T16:06:56.164156 -    0.0 seconds (IMPORT FAILED): D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\IC-Light
2024-12-10T16:06:56.164156 -    0.0 seconds: D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Florence-2
2024-12-10T16:06:56.164156 -    0.0 seconds: D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Detail-Daemon
2024-12-10T16:06:56.164156 -    0.0 seconds (IMPORT FAILED): D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\CogVideoX-5b-I2V
2024-12-10T16:06:56.165153 -    0.0 seconds (IMPORT FAILED): D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\PhotoMaker
2024-12-10T16:06:56.165153 -    0.0 seconds: D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\florence_dw
2024-12-10T16:06:56.165153 -    0.0 seconds: D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-IC-Light-Native
2024-12-10T16:06:56.165153 -    0.0 seconds: D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Miaoshouai-Tagger
2024-12-10T16:06:56.165153 -    0.0 seconds: D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-BiRefNet-Hugo
2024-12-10T16:06:56.166150 -    0.0 seconds (IMPORT FAILED): D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\LTX-Video
2024-12-10T16:06:56.166150 -    0.0 seconds (IMPORT FAILED): D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\Wav2Lip
2024-12-10T16:06:56.166150 -    0.0 seconds (IMPORT FAILED): D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\OmniGen-v1
2024-12-10T16:06:56.166150 -    0.0 seconds (IMPORT FAILED): D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\omnigen
2024-12-10T16:06:56.166150 -    0.0 seconds: D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-sampler-lcm-alternative
2024-12-10T16:06:56.167148 -    0.0 seconds: D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUi_NNLatentUpscale
2024-12-10T16:06:56.167148 -    0.0 seconds (IMPORT FAILED): D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Bmad-DirtyUndoRedo
2024-12-10T16:06:56.167148 -    0.0 seconds: D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\Comfyui-fast
2024-12-10T16:06:56.168144 -    0.0 seconds: D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\cg-use-everywhere
2024-12-10T16:06:56.170140 -    0.0 seconds: D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\LCMSampler-ComfyUI
2024-12-10T16:06:56.170140 -    0.0 seconds: D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI_Noise
2024-12-10T16:06:56.170140 -    0.0 seconds: D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-BRIA_AI-RMBG
2024-12-10T16:06:56.170140 -    0.0 seconds: D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI_cspnodes
2024-12-10T16:06:56.170140 -    0.0 seconds: D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\sd-dynamic-thresholding
2024-12-10T16:06:56.170140 -    0.0 seconds: D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI_ADV_CLIP_emb
2024-12-10T16:06:56.171137 -    0.0 seconds: D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-OmniGen
2024-12-10T16:06:56.171137 -    0.0 seconds: D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI_IPAdapter_plus
2024-12-10T16:06:56.171137 -    0.0 seconds: D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\efficiency-nodes-comfyui
2024-12-10T16:06:56.171137 -    0.0 seconds: D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui-copilot
2024-12-10T16:06:56.171137 -    0.0 seconds: D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\stability-ComfyUI-nodes
2024-12-10T16:06:56.171137 -    0.0 seconds: D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Logic
2024-12-10T16:06:56.172135 -    0.0 seconds: D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\cg-image-picker
2024-12-10T16:06:56.172135 -    0.0 seconds: D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\OmniGen-ComfyUI
2024-12-10T16:06:56.172135 -    0.0 seconds: D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui-fitsize
2024-12-10T16:06:56.172135 -    0.0 seconds: D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfy-plasma
2024-12-10T16:06:56.172135 -    0.0 seconds: D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Animation_Nodes_and_Workflows
2024-12-10T16:06:56.172135 -    0.0 seconds: D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Path-Helper
2024-12-10T16:06:56.173132 -    0.0 seconds: D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\Comfyui-In-Context-Lora-Utils
2024-12-10T16:06:56.173132 -    0.0 seconds: D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\sd-perturbed-attention
2024-12-10T16:06:56.173132 -    0.0 seconds: D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\masquerade-nodes-comfyui
2024-12-10T16:06:56.173132 -    0.0 seconds: D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-post-processing-nodes
2024-12-10T16:06:56.173132 -    0.0 seconds: D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-VideoHelperSuite
2024-12-10T16:06:56.174130 -    0.0 seconds (IMPORT FAILED): D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\IC-Light-ComfyUI-Node
2024-12-10T16:06:56.174130 -    0.0 seconds (IMPORT FAILED): D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\__init__.py
2024-12-10T16:06:56.174130 -    0.0 seconds: D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Image-Saver
2024-12-10T16:06:56.174130 -    0.0 seconds: D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-enricos-nodes
2024-12-10T16:06:56.174130 -    0.0 seconds: D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-UX-Nodes
2024-12-10T16:06:56.174130 -    0.0 seconds: D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-AutomaticCFG
2024-12-10T16:06:56.175126 -    0.0 seconds: D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-eesahesNodes
2024-12-10T16:06:56.175126 -    0.0 seconds (IMPORT FAILED): D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-ELLA-wrapper
2024-12-10T16:06:56.175126 -    0.0 seconds: D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui-marnodes
2024-12-10T16:06:56.175126 -    0.0 seconds: D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyLiterals
2024-12-10T16:06:56.175126 -    0.0 seconds: D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\wlsh_nodes
2024-12-10T16:06:56.175126 -    0.0 seconds (IMPORT FAILED): D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\CogVideoX-5b
2024-12-10T16:06:56.176124 -    0.0 seconds: D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI_experiments
2024-12-10T16:06:56.176124 -    0.0 seconds: D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-WD14-Tagger
2024-12-10T16:06:56.176124 -    0.0 seconds: D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\Comfyui-calbenodes
2024-12-10T16:06:56.176124 -    0.0 seconds: D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui_controlnet_aux
2024-12-10T16:06:56.176124 -    0.0 seconds (IMPORT FAILED): D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-IC-Light-Wrapper
2024-12-10T16:06:56.177121 -    0.0 seconds: D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Florence2
2024-12-10T16:06:56.177121 -    0.0 seconds: D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Universal-Styler0ld
2024-12-10T16:06:56.177121 -    0.0 seconds: D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-PhotoMaker-Plusold
2024-12-10T16:06:56.177121 -    0.0 seconds: D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-PhotoMaker-Pluszero
2024-12-10T16:06:56.177121 -    0.0 seconds: D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-EasyNode
2024-12-10T16:06:56.177121 -    0.0 seconds: D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-PhotoMaker-Plus
2024-12-10T16:06:56.178119 -    0.0 seconds: D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Image-Filters
2024-12-10T16:06:56.178119 -    0.0 seconds: D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI_CatVTON_Wrapper
2024-12-10T16:06:56.178119 -    0.0 seconds: D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-PhotoMaker-SMZ
2024-12-10T16:06:56.178119 -    0.0 seconds: D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-LCM
2024-12-10T16:06:56.178119 -    0.0 seconds: D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui-magic-clothing
2024-12-10T16:06:56.178119 -    0.0 seconds: D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui-inpaint-nodes
2024-12-10T16:06:56.179116 -    0.0 seconds: D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-SuperBeasts
2024-12-10T16:06:56.179116 -    0.0 seconds: D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Video-Matting
2024-12-10T16:06:56.179116 -    0.0 seconds: D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-QualityOfLifeSuit_Omar92
2024-12-10T16:06:56.179116 -    0.0 seconds: D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui-animatediff
2024-12-10T16:06:56.179116 -    0.0 seconds: D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Text_Image-Composite
2024-12-10T16:06:56.179116 -    0.0 seconds: D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui-tooling-nodes
2024-12-10T16:06:56.180114 -    0.0 seconds: D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui-propost
2024-12-10T16:06:56.180114 -    0.0 seconds (IMPORT FAILED): D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\SaltAI_AudioVizold
2024-12-10T16:06:56.180114 -    0.0 seconds: D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-MimicMotionWrapper
2024-12-10T16:06:56.180114 -    0.0 seconds: D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI_FizzNodes
2024-12-10T16:06:56.180114 -    0.0 seconds: D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-layerdiffuse
2024-12-10T16:06:56.181111 -    0.0 seconds: D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Custom-Scripts
2024-12-10T16:06:56.181111 -    0.0 seconds: D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Extra-Samplers
2024-12-10T16:06:56.181111 -    0.0 seconds: D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfy-image-saver
2024-12-10T16:06:56.181111 -    0.0 seconds: D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui-various
2024-12-10T16:06:56.181111 -    0.0 seconds: D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\DJZ-Nodes
2024-12-10T16:06:56.181111 -    0.0 seconds: D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI_essentials
2024-12-10T16:06:56.182108 -    0.0 seconds: D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI_Sapiens
2024-12-10T16:06:56.182108 -    0.0 seconds: D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\mikey_nodes
2024-12-10T16:06:56.182108 -    0.0 seconds: D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyMath
2024-12-10T16:06:56.182108 -    0.0 seconds: D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Impact-Pack
2024-12-10T16:06:56.182108 -    0.0 seconds: D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\OneButtonPrompt
2024-12-10T16:06:56.182108 -    0.0 seconds: D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Fluxtapoz
2024-12-10T16:06:56.183105 -    0.0 seconds: D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-OmniGenX
2024-12-10T16:06:56.183105 -    0.0 seconds: D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI_UltimateSDUpscale
2024-12-10T16:06:56.183105 -    0.0 seconds: D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Frame-Interpolation
2024-12-10T16:06:56.183105 -    0.0 seconds: D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\Derfuu_ComfyUI_ModdedNodes
2024-12-10T16:06:56.183105 -    0.0 seconds: D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-PhotoMaker-shiimizu
2024-12-10T16:06:56.184103 -    0.0 seconds: D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-DepthAnythingV2
2024-12-10T16:06:56.184103 -    0.0 seconds: D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\x-flux-comfyui
2024-12-10T16:06:56.185100 -    0.0 seconds: D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-CogVideoX
2024-12-10T16:06:56.186097 -    0.0 seconds: D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-ControlNeXt-SVD
2024-12-10T16:06:56.186097 -    0.0 seconds: D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-KJNodes
2024-12-10T16:06:56.186097 -    0.0 seconds: D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Advanced-ControlNet
2024-12-10T16:06:56.186097 -    0.0 seconds: D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\Flux-Prompt-Generator
2024-12-10T16:06:56.187095 -    0.0 seconds: D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui-dream-project
2024-12-10T16:06:56.187095 -    0.0 seconds: D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-GGUF
2024-12-10T16:06:56.187095 -    0.0 seconds: D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-LivePortraitKJ
2024-12-10T16:06:56.187095 -    0.0 seconds: D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-CogVideoXWrapper
2024-12-10T16:06:56.187095 -    0.0 seconds: D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\rgthree-comfy
2024-12-10T16:06:56.187095 -    0.0 seconds: D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Allor
2024-12-10T16:06:56.188093 -    0.0 seconds: D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-CogVideoX-MZ
2024-12-10T16:06:56.188093 -    0.0 seconds: D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-CogVideoX-MZold
2024-12-10T16:06:56.188093 -    0.0 seconds: D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-JDCN
2024-12-10T16:06:56.188093 -    0.0 seconds: D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-LTXVideo
2024-12-10T16:06:56.188093 -    0.0 seconds (IMPORT FAILED): D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Diffusers
2024-12-10T16:06:56.189089 -    0.0 seconds: D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\All-IN-ONE-style
2024-12-10T16:06:56.189089 -    0.0 seconds: D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-OllamaGemini
2024-12-10T16:06:56.189089 -    0.0 seconds: D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-IC-Light
2024-12-10T16:06:56.189089 -    0.0 seconds: D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-AnimateDiff-Evolved
2024-12-10T16:06:56.189089 -    0.0 seconds (IMPORT FAILED): D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Anyline
2024-12-10T16:06:56.189089 -    0.0 seconds: D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI_smZNodes
2024-12-10T16:06:56.190086 -    0.0 seconds: D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-WJNodes
2024-12-10T16:06:56.190086 -    0.0 seconds: D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Inspire-Pack
2024-12-10T16:06:56.190086 -    0.1 seconds: D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Crystools
2024-12-10T16:06:56.190086 -    0.1 seconds: D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui-instantId-faceswap
2024-12-10T16:06:56.190086 -    0.1 seconds: D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-segment-anything-2
2024-12-10T16:06:56.191084 -    0.1 seconds: D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui-tensorops
2024-12-10T16:06:56.191084 -    0.1 seconds: D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Long-CLIP
2024-12-10T16:06:56.191084 -    0.1 seconds: D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\lingko-FaceReActor-Node
2024-12-10T16:06:56.191084 -    0.1 seconds: D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui-reactor-node
2024-12-10T16:06:56.191084 -    0.1 seconds: D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui-simswap
2024-12-10T16:06:56.191084 -    0.1 seconds: D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI_RyanOnTheInside
2024-12-10T16:06:56.192081 -    0.1 seconds (IMPORT FAILED): D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\SaltAI_Language_Toolkitold
2024-12-10T16:06:56.192081 -    0.1 seconds: D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui_segment_anything
2024-12-10T16:06:56.192081 -    0.1 seconds: D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-AudioReactor
2024-12-10T16:06:56.192081 -    0.1 seconds: D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\SaltAIold
2024-12-10T16:06:56.192081 -    0.1 seconds: D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI_EchoMimic
2024-12-10T16:06:56.192081 -    0.1 seconds: D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Merlin
2024-12-10T16:06:56.193079 -    0.2 seconds: D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-N-Nodes
2024-12-10T16:06:56.193079 -    0.3 seconds: D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI_Fill-Nodes
2024-12-10T16:06:56.193079 -    0.3 seconds (IMPORT FAILED): D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-IF_AI_tools
2024-12-10T16:06:56.193079 -    0.3 seconds: D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-AdvancedLivePortrait
2024-12-10T16:06:56.193079 -    0.3 seconds: D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-IF_AI_WishperSpeechNode
2024-12-10T16:06:56.194076 -    0.4 seconds: D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI_toyxyz_test_nodes
2024-12-10T16:06:56.194076 -    0.4 seconds: D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-DeepFuze
2024-12-10T16:06:56.194076 -    0.6 seconds: D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui-art-venture
2024-12-10T16:06:56.194076 -    0.6 seconds: D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Easy-Use
2024-12-10T16:06:56.194076 -    0.6 seconds: D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\SeargeSDXL
2024-12-10T16:06:56.194076 -    0.6 seconds: D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Depthflow-Nodes
2024-12-10T16:06:56.195073 -    0.6 seconds: D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Inspyrenet-Rembg
2024-12-10T16:06:56.195073 -    0.7 seconds: D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\batchImg-rembg-ComfyUI-nodes
2024-12-10T16:06:56.195073 -    0.7 seconds: D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-MimicMotion
2024-12-10T16:06:56.195073 -    0.7 seconds: D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Manager
2024-12-10T16:06:56.195073 -    0.8 seconds: D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-clip-interrogator
2024-12-10T16:06:56.195073 -    0.8 seconds: D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\bilbox-comfyui
2024-12-10T16:06:56.196070 -    1.0 seconds: D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-YoloWorld-EfficientSAM
2024-12-10T16:06:56.196070 -    1.1 seconds (IMPORT FAILED): D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\GSTTS-ComfyUI
2024-12-10T16:06:56.196070 -    1.6 seconds: D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Portrait-Maker
2024-12-10T16:06:56.196070 -    2.1 seconds: D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\was-node-suite-comfyui
2024-12-10T16:06:56.196070 -    2.8 seconds: D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-AnimateAnyone-Evolved
2024-12-10T16:06:56.197068 -    5.6 seconds: D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-MimicBrush
2024-12-10T16:06:56.197068 -    6.0 seconds (IMPORT FAILED): D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-AudioReactive
2024-12-10T16:06:56.197068 - 
2024-12-10T16:06:56.215047 - Starting server

2024-12-10T16:06:56.215047 - To see the GUI go to: http://127.0.0.1:8188
2024-12-10T16:06:57.005771 - FETCH DATA from: D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Manager\extension-node-map.json2024-12-10T16:06:57.010758 -  [DONE]2024-12-10T16:06:57.010758 - 
2024-12-10T16:06:57.198797 - BilboX LUTs path set to:2024-12-10T16:06:57.198797 -  2024-12-10T16:06:57.198797 - D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\bilbox-comfyui\luts2024-12-10T16:06:57.199794 - 
2024-12-10T16:06:57.199794 - BilboX LUTs path set to:2024-12-10T16:06:57.199794 -  2024-12-10T16:06:57.199794 - D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\bilbox-comfyui\luts2024-12-10T16:06:57.199794 - 
2024-12-10T16:07:02.186294 - QualityOfLifeSuit_Omar92:2024-12-10T16:07:02.186294 - :NSP ready2024-12-10T16:07:02.186294 - 
2024-12-10T16:07:11.621110 - Error. No naistyles.csv found. Put your naistyles.csv in the custom_nodes/ComfyUI_NAI-mod/CSV directory of ComfyUI. Then press "Refresh".
                  Your current root directory is: D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI
            2024-12-10T16:07:11.621110 - 
2024-12-10T16:07:11.622107 - Error. No naistyles.csv found. Put your naistyles.csv in the custom_nodes/ComfyUI_NAI-mod/CSV directory of ComfyUI. Then press "Refresh".
                  Your current root directory is: D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI
            2024-12-10T16:07:11.622107 - 
2024-12-10T16:07:11.622107 - Error. No naistyles.csv found. Put your naistyles.csv in the custom_nodes/ComfyUI_NAI-mod/CSV directory of ComfyUI. Then press "Refresh".
                  Your current root directory is: D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI
            2024-12-10T16:07:11.622107 - 
2024-12-10T16:07:11.623104 - Error. No naistyles.csv found. Put your naistyles.csv in the custom_nodes/ComfyUI_NAI-mod/CSV directory of ComfyUI. Then press "Refresh".
                  Your current root directory is: D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI
            2024-12-10T16:07:11.623104 - 
2024-12-10T16:07:11.623104 - Error. No naistyles.csv found. Put your naistyles.csv in the custom_nodes/ComfyUI_NAI-mod/CSV directory of ComfyUI. Then press "Refresh".
                  Your current root directory is: D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI
            2024-12-10T16:07:11.623104 - 
2024-12-10T16:07:11.624102 - Error. No naistyles.csv found. Put your naistyles.csv in the custom_nodes/ComfyUI_NAI-mod/CSV directory of ComfyUI. Then press "Refresh".
                  Your current root directory is: D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI
            2024-12-10T16:07:11.624102 - 
2024-12-10T16:07:11.837063 - ['anime_lora.safetensors', 'anime_lora_comfy_converted.safetensors', 'art_lora.safetensors', 'art_lora_comfy_converted.safetensors', 'disney_lora.safetensors', 'disney_lora_comfy_converted.safetensors', 'flux_realism_lora.safetensors', 'furry_lora.safetensors', 'lora.safetensors', 'mjv6_lora.safetensors', 'mjv6_lora_comfy_converted.safetensors', 'realism_lora.safetensors', 'realism_lora_comfy_converted.safetensors', 'scenery_lora.safetensors', 'scenery_lora_comfy_converted.safetensors']2024-12-10T16:07:11.837063 - 
2024-12-10T16:07:11.838061 - ['anime_lora.safetensors', 'anime_lora_comfy_converted.safetensors', 'art_lora.safetensors', 'art_lora_comfy_converted.safetensors', 'disney_lora.safetensors', 'disney_lora_comfy_converted.safetensors', 'flux_realism_lora.safetensors', 'furry_lora.safetensors', 'lora.safetensors', 'mjv6_lora.safetensors', 'mjv6_lora_comfy_converted.safetensors', 'realism_lora.safetensors', 'realism_lora_comfy_converted.safetensors', 'scenery_lora.safetensors', 'scenery_lora_comfy_converted.safetensors']2024-12-10T16:07:11.838061 - 
2024-12-10T16:07:20.869200 - got prompt
2024-12-10T16:07:21.126520 - ****** refer in EchoMimic V2 mode!******
2024-12-10T16:07:25.752313 - loaded temporal unet's pretrained weights from D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\models\echo_mimic\unet ...
2024-12-10T16:07:32.356570 - Load motion module params from D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\models\echo_mimic\v2\motion_module.pth
2024-12-10T16:07:33.216952 - Loaded 453.20928M-parameter motion module
2024-12-10T16:07:37.229900 - when use echo v2,need choice a pose dir,using default pose for testing !
2024-12-10T16:07:37.329254 - ***** infer length is 562024-12-10T16:07:37.329254 - 
2024-12-10T16:07:38.099235 - poses_tensor:torch.Size([1, 3, 56, 512, 512])2024-12-10T16:07:38.099235 - 
2024-12-10T16:07:38.115192 - !!! Exception during processing !!! [WinError 2] Le fichier spécifié est introuvable
2024-12-10T16:07:38.117187 - Traceback (most recent call last):
  File "D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\execution.py", line 323, in execute
    output_data, output_ui, has_subgraph = get_output_data(obj, input_data_all, execution_block_cb=execution_block_cb, pre_execute_cb=pre_execute_cb)
                                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\execution.py", line 198, in get_output_data
    return_values = _map_node_over_list(obj, input_data_all, obj.FUNCTION, allow_interrupt=True, execution_block_cb=execution_block_cb, pre_execute_cb=pre_execute_cb)
                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\execution.py", line 169, in _map_node_over_list
    process_inputs(input_dict, i)
  File "D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\execution.py", line 158, in process_inputs
    results.append(getattr(obj, func)(**inputs))
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI_EchoMimic\EchoMimic_node.py", line 463, in em_main
    output_video=process_video_v2(image, audio_file, width, height, length, seed,
                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI_EchoMimic\utils.py", line 189, in process_video_v2
    video = pipe(
            ^^^^^
  File "D:\PINOKIO2\ComfyUI_windows_portable\python_embeded\Lib\site-packages\torch\utils\_contextlib.py", line 116, in decorate_context
    return func(*args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^
  File "D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI_EchoMimic\echomimic_v2\src\pipelines\pipeline_echomimicv2.py", line 466, in __call__
    whisper_feature = self.audio_guider.audio2feat(audio_path)
                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI_EchoMimic\src\models\whisper\audio2feature.py", line 100, in audio2feat
    result = self.model.transcribe(audio_path)
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI_EchoMimic\src\models\whisper\whisper\transcribe.py", line 85, in transcribe
    mel = log_mel_spectrogram(audio)
          ^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI_EchoMimic\src\models\whisper\whisper\audio.py", line 111, in log_mel_spectrogram
    audio = load_audio(audio)
            ^^^^^^^^^^^^^^^^^
  File "D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI_EchoMimic\src\models\whisper\whisper\audio.py", line 44, in load_audio
    .run(cmd=["ffmpeg", "-nostdin"], capture_stdout=True, capture_stderr=True)
     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "D:\PINOKIO2\ComfyUI_windows_portable\python_embeded\Lib\site-packages\ffmpeg\_run.py", line 313, in run
    process = run_async(
              ^^^^^^^^^^
  File "D:\PINOKIO2\ComfyUI_windows_portable\python_embeded\Lib\site-packages\ffmpeg\_run.py", line 284, in run_async
    return subprocess.Popen(
           ^^^^^^^^^^^^^^^^^
  File "subprocess.py", line 1026, in __init__
  File "subprocess.py", line 1538, in _execute_child
FileNotFoundError: [WinError 2] Le fichier spécifié est introuvable

2024-12-10T16:07:38.119182 - Prompt executed in 17.20 seconds

Attached Workflow

Please make sure that workflow does not contain any sensitive information such as API keys or passwords.

{"last_node_id":49,"last_link_id":99,"nodes":[{"id":13,"type":"VHS_VideoCombine","pos":[2022,188],"size":[356.3886413574219,572.29150390625],"flags":{},"order":5,"mode":0,"inputs":[{"name":"images","type":"IMAGE","link":98,"label":"images"},{"name":"audio","type":"AUDIO","link":null,"slot_index":1,"label":"audio","shape":7},{"name":"meta_batch","type":"VHS_BatchManager","link":null,"slot_index":2,"label":"meta_batch","shape":7},{"name":"frame_rate","type":"FLOAT","link":99,"slot_index":3,"widget":{"name":"frame_rate"},"label":"frame_rate"},{"name":"vae","type":"VAE","link":null,"shape":7}],"outputs":[{"name":"Filenames","type":"VHS_FILENAMES","links":[],"slot_index":0,"shape":3,"label":"Filenames"}],"properties":{"Node name for S&R":"VHS_VideoCombine"},"widgets_values":{"frame_rate":24,"loop_count":0,"filename_prefix":"AnimateDiff","format":"video/h264-mp4","pix_fmt":"yuv420p","crf":19,"save_metadata":true,"pingpong":false,"save_output":true,"videopreview":{"hidden":false,"paused":false,"params":{"filename":"AnimateDiff_00002.mp4","subfolder":"","type":"output","format":"video/h264-mp4","frame_rate":24}}}},{"id":49,"type":"Note","pos":[1531,651],"size":[346.2106628417969,181.4679412841797],"flags":{},"order":0,"mode":0,"inputs":[],"outputs":[],"properties":{"text":""},"widgets_values":["抖音号:jensen118\n\n关注我,不只是Comfyui"],"color":"#432","bgcolor":"#653"},{"id":4,"type":"LoadImage","pos":[986,4],"size":[315,314],"flags":{},"order":1,"mode":0,"inputs":[],"outputs":[{"name":"IMAGE","type":"IMAGE","links":[94],"slot_index":0,"shape":3,"label":"IMAGE"},{"name":"MASK","type":"MASK","links":null,"shape":3,"label":"MASK"}],"properties":{"Node name for S&R":"LoadImage"},"widgets_values":["portrait2.jpg","image"]},{"id":44,"type":"LoadAudio","pos":[974,408],"size":[315,124],"flags":{},"order":2,"mode":0,"inputs":[],"outputs":[{"name":"AUDIO","type":"AUDIO","links":[93],"slot_index":0,"shape":3}],"properties":{"Node name for S&R":"LoadAudio"},"widgets_values":["test1.wav",null,""]},{"id":8,"type":"Echo_LoadModel","pos":[978,586],"size":[315,242],"flags":{},"order":3,"mode":0,"inputs":[],"outputs":[{"name":"model","type":"MODEL_PIPE_E","links":[95],"slot_index":0,"shape":3,"label":"model"},{"name":"face_detector","type":"MODEL_FACE_E","links":[96],"slot_index":1,"shape":3,"label":"face_detector"},{"name":"visualizer","type":"MODEL_VISUAL_E","links":[97],"slot_index":2,"shape":3,"label":"visualizer"}],"properties":{"Node name for S&R":"Echo_LoadModel"},"widgets_values":["stabilityai/sd-vae-ft-mse",true,"audio_drived",false,false,false,"V2"]},{"id":48,"type":"Echo_Sampler","pos":[1545.501220703125,104.37759399414062],"size":[315,494],"flags":{},"order":4,"mode":0,"inputs":[{"name":"image","type":"IMAGE","link":94},{"name":"audio","type":"AUDIO","link":93},{"name":"model","type":"MODEL_PIPE_E","link":95},{"name":"face_detector","type":"MODEL_FACE_E","link":96},{"name":"visualizer","type":"MODEL_VISUAL_E","link":97,"shape":7},{"name":"video_images","type":"IMAGE","link":null,"shape":7}],"outputs":[{"name":"image","type":"IMAGE","links":[98],"slot_index":0,"shape":3},{"name":"audio","type":"AUDIO","links":null,"slot_index":1,"shape":3},{"name":"frame_rate","type":"FLOAT","links":[99],"slot_index":2,"shape":3}],"properties":{"Node name for S&R":"Echo_Sampler"},"widgets_values":["none",3,"fixed",10,100,5,8000,1,1,50,10,512,128,512,false]}],"links":[[93,44,0,48,1,"AUDIO"],[94,4,0,48,0,"IMAGE"],[95,8,0,48,2,"MODEL"],[96,8,1,48,3,"MODEL"],[97,8,2,48,4,"MODEL"],[98,48,0,13,0,"IMAGE"],[99,48,2,13,3,"FLOAT"]],"groups":[],"config":{},"extra":{"ds":{"scale":0.5440404221490818,"offset":[-298.1833797947705,324.3427264520595]},"ue_links":[]},"version":0.4}

@smthemex
Copy link
Owner

always the same result after insert zip ffmpeg-git-essentials.7z, as mentionned above LOG

ComfyUI Error Report

Error Details

  • Node ID: 48
  • Node Type: Echo_Sampler
  • Exception Type: FileNotFoundError
  • Exception Message: [WinError 2] Le fichier spécifié est introuvable

Stack Trace

  File "D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\execution.py", line 323, in execute
    output_data, output_ui, has_subgraph = get_output_data(obj, input_data_all, execution_block_cb=execution_block_cb, pre_execute_cb=pre_execute_cb)
                                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

  File "D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\execution.py", line 198, in get_output_data
    return_values = _map_node_over_list(obj, input_data_all, obj.FUNCTION, allow_interrupt=True, execution_block_cb=execution_block_cb, pre_execute_cb=pre_execute_cb)
                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

  File "D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\execution.py", line 169, in _map_node_over_list
    process_inputs(input_dict, i)

  File "D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\execution.py", line 158, in process_inputs
    results.append(getattr(obj, func)(**inputs))
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^

  File "D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI_EchoMimic\EchoMimic_node.py", line 463, in em_main
    output_video=process_video_v2(image, audio_file, width, height, length, seed,
                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

  File "D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI_EchoMimic\utils.py", line 189, in process_video_v2
    video = pipe(
            ^^^^^

  File "D:\PINOKIO2\ComfyUI_windows_portable\python_embeded\Lib\site-packages\torch\utils\_contextlib.py", line 116, in decorate_context
    return func(*args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^

  File "D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI_EchoMimic\echomimic_v2\src\pipelines\pipeline_echomimicv2.py", line 466, in __call__
    whisper_feature = self.audio_guider.audio2feat(audio_path)
                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

  File "D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI_EchoMimic\src\models\whisper\audio2feature.py", line 100, in audio2feat
    result = self.model.transcribe(audio_path)
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

  File "D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI_EchoMimic\src\models\whisper\whisper\transcribe.py", line 85, in transcribe
    mel = log_mel_spectrogram(audio)
          ^^^^^^^^^^^^^^^^^^^^^^^^^^

  File "D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI_EchoMimic\src\models\whisper\whisper\audio.py", line 111, in log_mel_spectrogram
    audio = load_audio(audio)
            ^^^^^^^^^^^^^^^^^

  File "D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI_EchoMimic\src\models\whisper\whisper\audio.py", line 44, in load_audio
    .run(cmd=["ffmpeg", "-nostdin"], capture_stdout=True, capture_stderr=True)
     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

  File "D:\PINOKIO2\ComfyUI_windows_portable\python_embeded\Lib\site-packages\ffmpeg\_run.py", line 313, in run
    process = run_async(
              ^^^^^^^^^^

  File "D:\PINOKIO2\ComfyUI_windows_portable\python_embeded\Lib\site-packages\ffmpeg\_run.py", line 284, in run_async
    return subprocess.Popen(
           ^^^^^^^^^^^^^^^^^

  File "subprocess.py", line 1026, in __init__

  File "subprocess.py", line 1538, in _execute_child

System Information

  • ComfyUI Version: v0.3.6-10-gf7695b5
  • Arguments: ComfyUI\main.py --windows-standalone-build
  • OS: nt
  • Python Version: 3.11.9 (tags/v3.11.9:de54cf5, Apr 2 2024, 10:12:12) [MSC v.1938 64 bit (AMD64)]
  • Embedded Python: true
  • PyTorch Version: 2.5.1+cu121

Devices

  • Name: cuda:0 NVIDIA GeForce RTX 2080 : cudaMallocAsync

    • Type: cuda
    • VRAM Total: 8589475840
    • VRAM Free: 940380942
    • Torch VRAM Total: 4999610368
    • Torch VRAM Free: 27349774

Logs

2024-12-10T16:06:53.364218 -   File "importlib\__init__.py", line 126, in import_module
2024-12-10T16:06:53.365215 -   File "<frozen importlib._bootstrap>", line 1204, in _gcd_import
2024-12-10T16:06:53.366212 -   File "<frozen importlib._bootstrap>", line 1176, in _find_and_load
2024-12-10T16:06:53.366212 -   File "<frozen importlib._bootstrap>", line 1126, in _find_and_load_unlocked
2024-12-10T16:06:53.366212 -   File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
2024-12-10T16:06:53.367210 -   File "<frozen importlib._bootstrap>", line 1204, in _gcd_import
2024-12-10T16:06:53.367210 -   File "<frozen importlib._bootstrap>", line 1176, in _find_and_load
2024-12-10T16:06:53.367210 -   File "<frozen importlib._bootstrap>", line 1126, in _find_and_load_unlocked
2024-12-10T16:06:53.367210 -   File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
2024-12-10T16:06:53.367210 -   File "<frozen importlib._bootstrap>", line 1204, in _gcd_import
2024-12-10T16:06:53.367210 -   File "<frozen importlib._bootstrap>", line 1176, in _find_and_load
2024-12-10T16:06:53.368208 -   File "<frozen importlib._bootstrap>", line 1140, in _find_and_load_unlocked
2024-12-10T16:06:53.368208 - ModuleNotFoundError: No module named 'SaltAI_Language_Toolkit'
2024-12-10T16:06:53.368208 - 
2024-12-10T16:06:53.368208 - �[1mImport times for Salt.AI Language Toolkit Node Modules:�[0m
2024-12-10T16:06:53.368208 -    0.0 seconds (IMPORT FAILED): autogen
2024-12-10T16:06:53.369205 - --- Logging error ---
2024-12-10T16:06:53.369205 - Traceback (most recent call last):
2024-12-10T16:06:53.369205 -   File "logging\__init__.py", line 1110, in emit
2024-12-10T16:06:53.369205 -   File "logging\__init__.py", line 953, in format
2024-12-10T16:06:53.370202 -   File "logging\__init__.py", line 687, in format
2024-12-10T16:06:53.371199 -   File "logging\__init__.py", line 377, in getMessage
2024-12-10T16:06:53.371199 - TypeError: not all arguments converted during string formatting
2024-12-10T16:06:53.371199 - Call stack:
2024-12-10T16:06:53.372197 -   File "D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\main.py", line 213, in <module>
    nodes.init_extra_nodes(init_custom_nodes=not args.disable_all_custom_nodes)
2024-12-10T16:06:53.372197 -   File "D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\nodes.py", line 2166, in init_extra_nodes
    init_external_custom_nodes()
2024-12-10T16:06:53.372197 -   File "D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\nodes.py", line 2081, in init_external_custom_nodes
    success = load_custom_node(module_path, base_node_names, module_parent="custom_nodes")
2024-12-10T16:06:53.372197 -   File "D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\nodes.py", line 2035, in load_custom_node
    module_spec.loader.exec_module(module)
2024-12-10T16:06:53.373194 -   File "<frozen importlib._bootstrap_external>", line 940, in exec_module
2024-12-10T16:06:53.373194 -   File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
2024-12-10T16:06:53.373194 -   File "D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\SaltAI_Language_Toolkitold\__init__.py", line 40, in <module>
    module_loader.report(NAME)
2024-12-10T16:06:53.373194 -   File "D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\SaltAI_Language_Toolkitold\modules\node_importer.py", line 96, in report
    logger.error("Error:", error)
2024-12-10T16:06:53.373194 -   File "logging\__init__.py", line 1518, in error
2024-12-10T16:06:53.373194 -   File "logging\__init__.py", line 1634, in _log
2024-12-10T16:06:53.374191 -   File "logging\__init__.py", line 1644, in handle
2024-12-10T16:06:53.374191 -   File "logging\__init__.py", line 1706, in callHandlers
2024-12-10T16:06:53.374191 -   File "logging\__init__.py", line 978, in handle
2024-12-10T16:06:53.374191 -   File "logging\__init__.py", line 1118, in emit
2024-12-10T16:06:53.374191 - Message: 'Error:'
Arguments: (ModuleNotFoundError("No module named 'SaltAI_Language_Toolkit'"),)
2024-12-10T16:06:53.375189 - Traceback (most recent call last):
  File "D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\nodes.py", line 2035, 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 "D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\SaltAI_Language_Toolkitold\__init__.py", line 40, in <module>
    module_loader.report(NAME)
  File "D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\SaltAI_Language_Toolkitold\modules\node_importer.py", line 96, in report
    logger.error("Error:", error)
  File "logging\__init__.py", line 1518, in error
  File "logging\__init__.py", line 1634, in _log
  File "logging\__init__.py", line 1644, in handle
  File "logging\__init__.py", line 1706, in callHandlers
  File "logging\__init__.py", line 978, in handle
  File "D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Manager\prestartup_script.py", line 289, in emit
    message = record.getMessage()
              ^^^^^^^^^^^^^^^^^^^
  File "logging\__init__.py", line 377, in getMessage
TypeError: not all arguments converted during string formatting

2024-12-10T16:06:53.375189 - Cannot import D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\SaltAI_Language_Toolkitold module for custom nodes: not all arguments converted during string formatting
2024-12-10T16:06:53.980090 - Searge-SDXL v4.3.1 in D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\SeargeSDXL2024-12-10T16:06:53.980090 - 
2024-12-10T16:06:54.011524 - WAS Node Suite: 2024-12-10T16:06:54.011524 - BlenderNeko's Advanced CLIP Text Encode found, attempting to enable `CLIPTextEncode` support.2024-12-10T16:06:54.011524 - 
2024-12-10T16:06:54.011524 - WAS Node Suite: 2024-12-10T16:06:54.012522 - `CLIPTextEncode (BlenderNeko Advanced + NSP)` node enabled under `WAS Suite/Conditioning` menu.2024-12-10T16:06:54.012522 - 
2024-12-10T16:06:55.078719 - WAS Node Suite: 2024-12-10T16:06:55.079690 - OpenCV Python FFMPEG support is enabled2024-12-10T16:06:55.079690 - 
2024-12-10T16:06:55.079690 - WAS Node Suite 2024-12-10T16:06:55.079690 - Warning: 2024-12-10T16:06:55.079690 - `ffmpeg_bin_path` is not set in `D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\was-node-suite-comfyui\was_suite_config.json` config file. Will attempt to use system ffmpeg binaries if available.2024-12-10T16:06:55.079690 - 
2024-12-10T16:06:56.139223 - WAS Node Suite: 2024-12-10T16:06:56.139223 - Finished.2024-12-10T16:06:56.139223 -  2024-12-10T16:06:56.139223 - Loaded2024-12-10T16:06:56.139223 -  2024-12-10T16:06:56.139223 - 2192024-12-10T16:06:56.139223 -  2024-12-10T16:06:56.139223 - nodes successfully.2024-12-10T16:06:56.140221 - 
2024-12-10T16:06:56.140221 - 
	2024-12-10T16:06:56.140221 - "Art is the journey of a free soul."2024-12-10T16:06:56.140221 -  - Alev Oguz2024-12-10T16:06:56.140221 - 
2024-12-10T16:06:56.140221 - 
2024-12-10T16:06:56.146204 - Traceback (most recent call last):
  File "D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\nodes.py", line 2035, in load_custom_node
    module_spec.loader.exec_module(module)
  File "<frozen importlib._bootstrap_external>", line 936, in exec_module
  File "<frozen importlib._bootstrap_external>", line 1073, in get_code
  File "<frozen importlib._bootstrap_external>", line 1130, in get_data
FileNotFoundError: [Errno 2] No such file or directory: 'D:\\PINOKIO2\\ComfyUI_windows_portable\\ComfyUI\\custom_nodes\\Wav2Lip\\__init__.py'

2024-12-10T16:06:56.146204 - Cannot import D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\Wav2Lip module for custom nodes: [Errno 2] No such file or directory: 'D:\\PINOKIO2\\ComfyUI_windows_portable\\ComfyUI\\custom_nodes\\Wav2Lip\\__init__.py'
2024-12-10T16:06:56.159170 - Traceback (most recent call last):
  File "D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\nodes.py", line 2035, 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 "D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\__init__.py", line 67, in <module>
    module = importlib.import_module(f".Nodes.{key}", package=__name__)
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "importlib\__init__.py", line 126, in import_module
  File "<frozen importlib._bootstrap>", line 1204, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1176, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1126, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "<frozen importlib._bootstrap>", line 1204, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1176, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1140, in _find_and_load_unlocked
ModuleNotFoundError: No module named 'D:\\PINOKIO2\\ComfyUI_windows_portable\\ComfyUI\\custom_nodes\\__init__.Nodes'

2024-12-10T16:06:56.160167 - Cannot import D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\__init__.py module for custom nodes: No module named 'D:\\PINOKIO2\\ComfyUI_windows_portable\\ComfyUI\\custom_nodes\\__init__.Nodes'
2024-12-10T16:06:56.160167 - 
Import times for custom nodes:
2024-12-10T16:06:56.160167 -    0.0 seconds: D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\sdxl_utility.py
2024-12-10T16:06:56.160167 -    0.0 seconds: D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\rembg-comfyui-node-better
2024-12-10T16:06:56.161164 -    0.0 seconds: D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\gcLatentTunnel.py
2024-12-10T16:06:56.161164 -    0.0 seconds: D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\rembg-comfyui-node
2024-12-10T16:06:56.161164 -    0.0 seconds: D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\websocket_image_save.py
2024-12-10T16:06:56.161164 -    0.0 seconds: D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\UtilNodes-ComfyUI
2024-12-10T16:06:56.162162 -    0.0 seconds: D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\SD-Latent-Upscaler
2024-12-10T16:06:56.162162 -    0.0 seconds: D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI_SimpleMath
2024-12-10T16:06:56.162162 -    0.0 seconds: D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Img2PaintingAssistant
2024-12-10T16:06:56.162162 -    0.0 seconds: D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui_lora_tag_loader
2024-12-10T16:06:56.163159 -    0.0 seconds: D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui-string-converter
2024-12-10T16:06:56.163159 -    0.0 seconds (IMPORT FAILED): D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\Real-ESRGAN
2024-12-10T16:06:56.163159 -    0.0 seconds: D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI_aspect_ratios
2024-12-10T16:06:56.163159 -    0.0 seconds (IMPORT FAILED): D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\CogVideoX-5b-Tora
2024-12-10T16:06:56.163159 -    0.0 seconds: D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-IF_AI_HFDownloaderNode
2024-12-10T16:06:56.164156 -    0.0 seconds: D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI_AdvancedRefluxControl
2024-12-10T16:06:56.164156 -    0.0 seconds (IMPORT FAILED): D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\IC-Light
2024-12-10T16:06:56.164156 -    0.0 seconds: D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Florence-2
2024-12-10T16:06:56.164156 -    0.0 seconds: D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Detail-Daemon
2024-12-10T16:06:56.164156 -    0.0 seconds (IMPORT FAILED): D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\CogVideoX-5b-I2V
2024-12-10T16:06:56.165153 -    0.0 seconds (IMPORT FAILED): D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\PhotoMaker
2024-12-10T16:06:56.165153 -    0.0 seconds: D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\florence_dw
2024-12-10T16:06:56.165153 -    0.0 seconds: D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-IC-Light-Native
2024-12-10T16:06:56.165153 -    0.0 seconds: D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Miaoshouai-Tagger
2024-12-10T16:06:56.165153 -    0.0 seconds: D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-BiRefNet-Hugo
2024-12-10T16:06:56.166150 -    0.0 seconds (IMPORT FAILED): D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\LTX-Video
2024-12-10T16:06:56.166150 -    0.0 seconds (IMPORT FAILED): D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\Wav2Lip
2024-12-10T16:06:56.166150 -    0.0 seconds (IMPORT FAILED): D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\OmniGen-v1
2024-12-10T16:06:56.166150 -    0.0 seconds (IMPORT FAILED): D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\omnigen
2024-12-10T16:06:56.166150 -    0.0 seconds: D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-sampler-lcm-alternative
2024-12-10T16:06:56.167148 -    0.0 seconds: D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUi_NNLatentUpscale
2024-12-10T16:06:56.167148 -    0.0 seconds (IMPORT FAILED): D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Bmad-DirtyUndoRedo
2024-12-10T16:06:56.167148 -    0.0 seconds: D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\Comfyui-fast
2024-12-10T16:06:56.168144 -    0.0 seconds: D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\cg-use-everywhere
2024-12-10T16:06:56.170140 -    0.0 seconds: D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\LCMSampler-ComfyUI
2024-12-10T16:06:56.170140 -    0.0 seconds: D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI_Noise
2024-12-10T16:06:56.170140 -    0.0 seconds: D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-BRIA_AI-RMBG
2024-12-10T16:06:56.170140 -    0.0 seconds: D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI_cspnodes
2024-12-10T16:06:56.170140 -    0.0 seconds: D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\sd-dynamic-thresholding
2024-12-10T16:06:56.170140 -    0.0 seconds: D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI_ADV_CLIP_emb
2024-12-10T16:06:56.171137 -    0.0 seconds: D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-OmniGen
2024-12-10T16:06:56.171137 -    0.0 seconds: D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI_IPAdapter_plus
2024-12-10T16:06:56.171137 -    0.0 seconds: D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\efficiency-nodes-comfyui
2024-12-10T16:06:56.171137 -    0.0 seconds: D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui-copilot
2024-12-10T16:06:56.171137 -    0.0 seconds: D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\stability-ComfyUI-nodes
2024-12-10T16:06:56.171137 -    0.0 seconds: D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Logic
2024-12-10T16:06:56.172135 -    0.0 seconds: D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\cg-image-picker
2024-12-10T16:06:56.172135 -    0.0 seconds: D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\OmniGen-ComfyUI
2024-12-10T16:06:56.172135 -    0.0 seconds: D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui-fitsize
2024-12-10T16:06:56.172135 -    0.0 seconds: D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfy-plasma
2024-12-10T16:06:56.172135 -    0.0 seconds: D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Animation_Nodes_and_Workflows
2024-12-10T16:06:56.172135 -    0.0 seconds: D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Path-Helper
2024-12-10T16:06:56.173132 -    0.0 seconds: D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\Comfyui-In-Context-Lora-Utils
2024-12-10T16:06:56.173132 -    0.0 seconds: D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\sd-perturbed-attention
2024-12-10T16:06:56.173132 -    0.0 seconds: D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\masquerade-nodes-comfyui
2024-12-10T16:06:56.173132 -    0.0 seconds: D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-post-processing-nodes
2024-12-10T16:06:56.173132 -    0.0 seconds: D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-VideoHelperSuite
2024-12-10T16:06:56.174130 -    0.0 seconds (IMPORT FAILED): D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\IC-Light-ComfyUI-Node
2024-12-10T16:06:56.174130 -    0.0 seconds (IMPORT FAILED): D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\__init__.py
2024-12-10T16:06:56.174130 -    0.0 seconds: D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Image-Saver
2024-12-10T16:06:56.174130 -    0.0 seconds: D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-enricos-nodes
2024-12-10T16:06:56.174130 -    0.0 seconds: D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-UX-Nodes
2024-12-10T16:06:56.174130 -    0.0 seconds: D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-AutomaticCFG
2024-12-10T16:06:56.175126 -    0.0 seconds: D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-eesahesNodes
2024-12-10T16:06:56.175126 -    0.0 seconds (IMPORT FAILED): D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-ELLA-wrapper
2024-12-10T16:06:56.175126 -    0.0 seconds: D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui-marnodes
2024-12-10T16:06:56.175126 -    0.0 seconds: D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyLiterals
2024-12-10T16:06:56.175126 -    0.0 seconds: D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\wlsh_nodes
2024-12-10T16:06:56.175126 -    0.0 seconds (IMPORT FAILED): D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\CogVideoX-5b
2024-12-10T16:06:56.176124 -    0.0 seconds: D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI_experiments
2024-12-10T16:06:56.176124 -    0.0 seconds: D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-WD14-Tagger
2024-12-10T16:06:56.176124 -    0.0 seconds: D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\Comfyui-calbenodes
2024-12-10T16:06:56.176124 -    0.0 seconds: D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui_controlnet_aux
2024-12-10T16:06:56.176124 -    0.0 seconds (IMPORT FAILED): D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-IC-Light-Wrapper
2024-12-10T16:06:56.177121 -    0.0 seconds: D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Florence2
2024-12-10T16:06:56.177121 -    0.0 seconds: D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Universal-Styler0ld
2024-12-10T16:06:56.177121 -    0.0 seconds: D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-PhotoMaker-Plusold
2024-12-10T16:06:56.177121 -    0.0 seconds: D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-PhotoMaker-Pluszero
2024-12-10T16:06:56.177121 -    0.0 seconds: D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-EasyNode
2024-12-10T16:06:56.177121 -    0.0 seconds: D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-PhotoMaker-Plus
2024-12-10T16:06:56.178119 -    0.0 seconds: D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Image-Filters
2024-12-10T16:06:56.178119 -    0.0 seconds: D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI_CatVTON_Wrapper
2024-12-10T16:06:56.178119 -    0.0 seconds: D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-PhotoMaker-SMZ
2024-12-10T16:06:56.178119 -    0.0 seconds: D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-LCM
2024-12-10T16:06:56.178119 -    0.0 seconds: D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui-magic-clothing
2024-12-10T16:06:56.178119 -    0.0 seconds: D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui-inpaint-nodes
2024-12-10T16:06:56.179116 -    0.0 seconds: D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-SuperBeasts
2024-12-10T16:06:56.179116 -    0.0 seconds: D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Video-Matting
2024-12-10T16:06:56.179116 -    0.0 seconds: D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-QualityOfLifeSuit_Omar92
2024-12-10T16:06:56.179116 -    0.0 seconds: D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui-animatediff
2024-12-10T16:06:56.179116 -    0.0 seconds: D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Text_Image-Composite
2024-12-10T16:06:56.179116 -    0.0 seconds: D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui-tooling-nodes
2024-12-10T16:06:56.180114 -    0.0 seconds: D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui-propost
2024-12-10T16:06:56.180114 -    0.0 seconds (IMPORT FAILED): D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\SaltAI_AudioVizold
2024-12-10T16:06:56.180114 -    0.0 seconds: D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-MimicMotionWrapper
2024-12-10T16:06:56.180114 -    0.0 seconds: D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI_FizzNodes
2024-12-10T16:06:56.180114 -    0.0 seconds: D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-layerdiffuse
2024-12-10T16:06:56.181111 -    0.0 seconds: D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Custom-Scripts
2024-12-10T16:06:56.181111 -    0.0 seconds: D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Extra-Samplers
2024-12-10T16:06:56.181111 -    0.0 seconds: D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfy-image-saver
2024-12-10T16:06:56.181111 -    0.0 seconds: D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui-various
2024-12-10T16:06:56.181111 -    0.0 seconds: D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\DJZ-Nodes
2024-12-10T16:06:56.181111 -    0.0 seconds: D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI_essentials
2024-12-10T16:06:56.182108 -    0.0 seconds: D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI_Sapiens
2024-12-10T16:06:56.182108 -    0.0 seconds: D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\mikey_nodes
2024-12-10T16:06:56.182108 -    0.0 seconds: D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyMath
2024-12-10T16:06:56.182108 -    0.0 seconds: D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Impact-Pack
2024-12-10T16:06:56.182108 -    0.0 seconds: D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\OneButtonPrompt
2024-12-10T16:06:56.182108 -    0.0 seconds: D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Fluxtapoz
2024-12-10T16:06:56.183105 -    0.0 seconds: D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-OmniGenX
2024-12-10T16:06:56.183105 -    0.0 seconds: D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI_UltimateSDUpscale
2024-12-10T16:06:56.183105 -    0.0 seconds: D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Frame-Interpolation
2024-12-10T16:06:56.183105 -    0.0 seconds: D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\Derfuu_ComfyUI_ModdedNodes
2024-12-10T16:06:56.183105 -    0.0 seconds: D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-PhotoMaker-shiimizu
2024-12-10T16:06:56.184103 -    0.0 seconds: D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-DepthAnythingV2
2024-12-10T16:06:56.184103 -    0.0 seconds: D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\x-flux-comfyui
2024-12-10T16:06:56.185100 -    0.0 seconds: D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-CogVideoX
2024-12-10T16:06:56.186097 -    0.0 seconds: D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-ControlNeXt-SVD
2024-12-10T16:06:56.186097 -    0.0 seconds: D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-KJNodes
2024-12-10T16:06:56.186097 -    0.0 seconds: D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Advanced-ControlNet
2024-12-10T16:06:56.186097 -    0.0 seconds: D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\Flux-Prompt-Generator
2024-12-10T16:06:56.187095 -    0.0 seconds: D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui-dream-project
2024-12-10T16:06:56.187095 -    0.0 seconds: D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-GGUF
2024-12-10T16:06:56.187095 -    0.0 seconds: D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-LivePortraitKJ
2024-12-10T16:06:56.187095 -    0.0 seconds: D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-CogVideoXWrapper
2024-12-10T16:06:56.187095 -    0.0 seconds: D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\rgthree-comfy
2024-12-10T16:06:56.187095 -    0.0 seconds: D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Allor
2024-12-10T16:06:56.188093 -    0.0 seconds: D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-CogVideoX-MZ
2024-12-10T16:06:56.188093 -    0.0 seconds: D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-CogVideoX-MZold
2024-12-10T16:06:56.188093 -    0.0 seconds: D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-JDCN
2024-12-10T16:06:56.188093 -    0.0 seconds: D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-LTXVideo
2024-12-10T16:06:56.188093 -    0.0 seconds (IMPORT FAILED): D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Diffusers
2024-12-10T16:06:56.189089 -    0.0 seconds: D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\All-IN-ONE-style
2024-12-10T16:06:56.189089 -    0.0 seconds: D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-OllamaGemini
2024-12-10T16:06:56.189089 -    0.0 seconds: D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-IC-Light
2024-12-10T16:06:56.189089 -    0.0 seconds: D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-AnimateDiff-Evolved
2024-12-10T16:06:56.189089 -    0.0 seconds (IMPORT FAILED): D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Anyline
2024-12-10T16:06:56.189089 -    0.0 seconds: D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI_smZNodes
2024-12-10T16:06:56.190086 -    0.0 seconds: D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-WJNodes
2024-12-10T16:06:56.190086 -    0.0 seconds: D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Inspire-Pack
2024-12-10T16:06:56.190086 -    0.1 seconds: D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Crystools
2024-12-10T16:06:56.190086 -    0.1 seconds: D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui-instantId-faceswap
2024-12-10T16:06:56.190086 -    0.1 seconds: D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-segment-anything-2
2024-12-10T16:06:56.191084 -    0.1 seconds: D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui-tensorops
2024-12-10T16:06:56.191084 -    0.1 seconds: D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Long-CLIP
2024-12-10T16:06:56.191084 -    0.1 seconds: D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\lingko-FaceReActor-Node
2024-12-10T16:06:56.191084 -    0.1 seconds: D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui-reactor-node
2024-12-10T16:06:56.191084 -    0.1 seconds: D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui-simswap
2024-12-10T16:06:56.191084 -    0.1 seconds: D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI_RyanOnTheInside
2024-12-10T16:06:56.192081 -    0.1 seconds (IMPORT FAILED): D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\SaltAI_Language_Toolkitold
2024-12-10T16:06:56.192081 -    0.1 seconds: D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui_segment_anything
2024-12-10T16:06:56.192081 -    0.1 seconds: D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-AudioReactor
2024-12-10T16:06:56.192081 -    0.1 seconds: D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\SaltAIold
2024-12-10T16:06:56.192081 -    0.1 seconds: D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI_EchoMimic
2024-12-10T16:06:56.192081 -    0.1 seconds: D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Merlin
2024-12-10T16:06:56.193079 -    0.2 seconds: D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-N-Nodes
2024-12-10T16:06:56.193079 -    0.3 seconds: D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI_Fill-Nodes
2024-12-10T16:06:56.193079 -    0.3 seconds (IMPORT FAILED): D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-IF_AI_tools
2024-12-10T16:06:56.193079 -    0.3 seconds: D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-AdvancedLivePortrait
2024-12-10T16:06:56.193079 -    0.3 seconds: D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-IF_AI_WishperSpeechNode
2024-12-10T16:06:56.194076 -    0.4 seconds: D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI_toyxyz_test_nodes
2024-12-10T16:06:56.194076 -    0.4 seconds: D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-DeepFuze
2024-12-10T16:06:56.194076 -    0.6 seconds: D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui-art-venture
2024-12-10T16:06:56.194076 -    0.6 seconds: D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Easy-Use
2024-12-10T16:06:56.194076 -    0.6 seconds: D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\SeargeSDXL
2024-12-10T16:06:56.194076 -    0.6 seconds: D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Depthflow-Nodes
2024-12-10T16:06:56.195073 -    0.6 seconds: D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Inspyrenet-Rembg
2024-12-10T16:06:56.195073 -    0.7 seconds: D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\batchImg-rembg-ComfyUI-nodes
2024-12-10T16:06:56.195073 -    0.7 seconds: D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-MimicMotion
2024-12-10T16:06:56.195073 -    0.7 seconds: D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Manager
2024-12-10T16:06:56.195073 -    0.8 seconds: D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-clip-interrogator
2024-12-10T16:06:56.195073 -    0.8 seconds: D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\bilbox-comfyui
2024-12-10T16:06:56.196070 -    1.0 seconds: D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-YoloWorld-EfficientSAM
2024-12-10T16:06:56.196070 -    1.1 seconds (IMPORT FAILED): D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\GSTTS-ComfyUI
2024-12-10T16:06:56.196070 -    1.6 seconds: D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Portrait-Maker
2024-12-10T16:06:56.196070 -    2.1 seconds: D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\was-node-suite-comfyui
2024-12-10T16:06:56.196070 -    2.8 seconds: D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-AnimateAnyone-Evolved
2024-12-10T16:06:56.197068 -    5.6 seconds: D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-MimicBrush
2024-12-10T16:06:56.197068 -    6.0 seconds (IMPORT FAILED): D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-AudioReactive
2024-12-10T16:06:56.197068 - 
2024-12-10T16:06:56.215047 - Starting server

2024-12-10T16:06:56.215047 - To see the GUI go to: http://127.0.0.1:8188
2024-12-10T16:06:57.005771 - FETCH DATA from: D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Manager\extension-node-map.json2024-12-10T16:06:57.010758 -  [DONE]2024-12-10T16:06:57.010758 - 
2024-12-10T16:06:57.198797 - BilboX LUTs path set to:2024-12-10T16:06:57.198797 -  2024-12-10T16:06:57.198797 - D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\bilbox-comfyui\luts2024-12-10T16:06:57.199794 - 
2024-12-10T16:06:57.199794 - BilboX LUTs path set to:2024-12-10T16:06:57.199794 -  2024-12-10T16:06:57.199794 - D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\bilbox-comfyui\luts2024-12-10T16:06:57.199794 - 
2024-12-10T16:07:02.186294 - QualityOfLifeSuit_Omar92:2024-12-10T16:07:02.186294 - :NSP ready2024-12-10T16:07:02.186294 - 
2024-12-10T16:07:11.621110 - Error. No naistyles.csv found. Put your naistyles.csv in the custom_nodes/ComfyUI_NAI-mod/CSV directory of ComfyUI. Then press "Refresh".
                  Your current root directory is: D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI
            2024-12-10T16:07:11.621110 - 
2024-12-10T16:07:11.622107 - Error. No naistyles.csv found. Put your naistyles.csv in the custom_nodes/ComfyUI_NAI-mod/CSV directory of ComfyUI. Then press "Refresh".
                  Your current root directory is: D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI
            2024-12-10T16:07:11.622107 - 
2024-12-10T16:07:11.622107 - Error. No naistyles.csv found. Put your naistyles.csv in the custom_nodes/ComfyUI_NAI-mod/CSV directory of ComfyUI. Then press "Refresh".
                  Your current root directory is: D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI
            2024-12-10T16:07:11.622107 - 
2024-12-10T16:07:11.623104 - Error. No naistyles.csv found. Put your naistyles.csv in the custom_nodes/ComfyUI_NAI-mod/CSV directory of ComfyUI. Then press "Refresh".
                  Your current root directory is: D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI
            2024-12-10T16:07:11.623104 - 
2024-12-10T16:07:11.623104 - Error. No naistyles.csv found. Put your naistyles.csv in the custom_nodes/ComfyUI_NAI-mod/CSV directory of ComfyUI. Then press "Refresh".
                  Your current root directory is: D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI
            2024-12-10T16:07:11.623104 - 
2024-12-10T16:07:11.624102 - Error. No naistyles.csv found. Put your naistyles.csv in the custom_nodes/ComfyUI_NAI-mod/CSV directory of ComfyUI. Then press "Refresh".
                  Your current root directory is: D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI
            2024-12-10T16:07:11.624102 - 
2024-12-10T16:07:11.837063 - ['anime_lora.safetensors', 'anime_lora_comfy_converted.safetensors', 'art_lora.safetensors', 'art_lora_comfy_converted.safetensors', 'disney_lora.safetensors', 'disney_lora_comfy_converted.safetensors', 'flux_realism_lora.safetensors', 'furry_lora.safetensors', 'lora.safetensors', 'mjv6_lora.safetensors', 'mjv6_lora_comfy_converted.safetensors', 'realism_lora.safetensors', 'realism_lora_comfy_converted.safetensors', 'scenery_lora.safetensors', 'scenery_lora_comfy_converted.safetensors']2024-12-10T16:07:11.837063 - 
2024-12-10T16:07:11.838061 - ['anime_lora.safetensors', 'anime_lora_comfy_converted.safetensors', 'art_lora.safetensors', 'art_lora_comfy_converted.safetensors', 'disney_lora.safetensors', 'disney_lora_comfy_converted.safetensors', 'flux_realism_lora.safetensors', 'furry_lora.safetensors', 'lora.safetensors', 'mjv6_lora.safetensors', 'mjv6_lora_comfy_converted.safetensors', 'realism_lora.safetensors', 'realism_lora_comfy_converted.safetensors', 'scenery_lora.safetensors', 'scenery_lora_comfy_converted.safetensors']2024-12-10T16:07:11.838061 - 
2024-12-10T16:07:20.869200 - got prompt
2024-12-10T16:07:21.126520 - ****** refer in EchoMimic V2 mode!******
2024-12-10T16:07:25.752313 - loaded temporal unet's pretrained weights from D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\models\echo_mimic\unet ...
2024-12-10T16:07:32.356570 - Load motion module params from D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\models\echo_mimic\v2\motion_module.pth
2024-12-10T16:07:33.216952 - Loaded 453.20928M-parameter motion module
2024-12-10T16:07:37.229900 - when use echo v2,need choice a pose dir,using default pose for testing !
2024-12-10T16:07:37.329254 - ***** infer length is 562024-12-10T16:07:37.329254 - 
2024-12-10T16:07:38.099235 - poses_tensor:torch.Size([1, 3, 56, 512, 512])2024-12-10T16:07:38.099235 - 
2024-12-10T16:07:38.115192 - !!! Exception during processing !!! [WinError 2] Le fichier spécifié est introuvable
2024-12-10T16:07:38.117187 - Traceback (most recent call last):
  File "D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\execution.py", line 323, in execute
    output_data, output_ui, has_subgraph = get_output_data(obj, input_data_all, execution_block_cb=execution_block_cb, pre_execute_cb=pre_execute_cb)
                                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\execution.py", line 198, in get_output_data
    return_values = _map_node_over_list(obj, input_data_all, obj.FUNCTION, allow_interrupt=True, execution_block_cb=execution_block_cb, pre_execute_cb=pre_execute_cb)
                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\execution.py", line 169, in _map_node_over_list
    process_inputs(input_dict, i)
  File "D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\execution.py", line 158, in process_inputs
    results.append(getattr(obj, func)(**inputs))
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI_EchoMimic\EchoMimic_node.py", line 463, in em_main
    output_video=process_video_v2(image, audio_file, width, height, length, seed,
                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI_EchoMimic\utils.py", line 189, in process_video_v2
    video = pipe(
            ^^^^^
  File "D:\PINOKIO2\ComfyUI_windows_portable\python_embeded\Lib\site-packages\torch\utils\_contextlib.py", line 116, in decorate_context
    return func(*args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^
  File "D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI_EchoMimic\echomimic_v2\src\pipelines\pipeline_echomimicv2.py", line 466, in __call__
    whisper_feature = self.audio_guider.audio2feat(audio_path)
                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI_EchoMimic\src\models\whisper\audio2feature.py", line 100, in audio2feat
    result = self.model.transcribe(audio_path)
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI_EchoMimic\src\models\whisper\whisper\transcribe.py", line 85, in transcribe
    mel = log_mel_spectrogram(audio)
          ^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI_EchoMimic\src\models\whisper\whisper\audio.py", line 111, in log_mel_spectrogram
    audio = load_audio(audio)
            ^^^^^^^^^^^^^^^^^
  File "D:\PINOKIO2\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI_EchoMimic\src\models\whisper\whisper\audio.py", line 44, in load_audio
    .run(cmd=["ffmpeg", "-nostdin"], capture_stdout=True, capture_stderr=True)
     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "D:\PINOKIO2\ComfyUI_windows_portable\python_embeded\Lib\site-packages\ffmpeg\_run.py", line 313, in run
    process = run_async(
              ^^^^^^^^^^
  File "D:\PINOKIO2\ComfyUI_windows_portable\python_embeded\Lib\site-packages\ffmpeg\_run.py", line 284, in run_async
    return subprocess.Popen(
           ^^^^^^^^^^^^^^^^^
  File "subprocess.py", line 1026, in __init__
  File "subprocess.py", line 1538, in _execute_child
FileNotFoundError: [WinError 2] Le fichier spécifié est introuvable

2024-12-10T16:07:38.119182 - Prompt executed in 17.20 seconds

Attached Workflow

Please make sure that workflow does not contain any sensitive information such as API keys or passwords.

{"last_node_id":49,"last_link_id":99,"nodes":[{"id":13,"type":"VHS_VideoCombine","pos":[2022,188],"size":[356.3886413574219,572.29150390625],"flags":{},"order":5,"mode":0,"inputs":[{"name":"images","type":"IMAGE","link":98,"label":"images"},{"name":"audio","type":"AUDIO","link":null,"slot_index":1,"label":"audio","shape":7},{"name":"meta_batch","type":"VHS_BatchManager","link":null,"slot_index":2,"label":"meta_batch","shape":7},{"name":"frame_rate","type":"FLOAT","link":99,"slot_index":3,"widget":{"name":"frame_rate"},"label":"frame_rate"},{"name":"vae","type":"VAE","link":null,"shape":7}],"outputs":[{"name":"Filenames","type":"VHS_FILENAMES","links":[],"slot_index":0,"shape":3,"label":"Filenames"}],"properties":{"Node name for S&R":"VHS_VideoCombine"},"widgets_values":{"frame_rate":24,"loop_count":0,"filename_prefix":"AnimateDiff","format":"video/h264-mp4","pix_fmt":"yuv420p","crf":19,"save_metadata":true,"pingpong":false,"save_output":true,"videopreview":{"hidden":false,"paused":false,"params":{"filename":"AnimateDiff_00002.mp4","subfolder":"","type":"output","format":"video/h264-mp4","frame_rate":24}}}},{"id":49,"type":"Note","pos":[1531,651],"size":[346.2106628417969,181.4679412841797],"flags":{},"order":0,"mode":0,"inputs":[],"outputs":[],"properties":{"text":""},"widgets_values":["抖音号:jensen118\n\n关注我,不只是Comfyui"],"color":"#432","bgcolor":"#653"},{"id":4,"type":"LoadImage","pos":[986,4],"size":[315,314],"flags":{},"order":1,"mode":0,"inputs":[],"outputs":[{"name":"IMAGE","type":"IMAGE","links":[94],"slot_index":0,"shape":3,"label":"IMAGE"},{"name":"MASK","type":"MASK","links":null,"shape":3,"label":"MASK"}],"properties":{"Node name for S&R":"LoadImage"},"widgets_values":["portrait2.jpg","image"]},{"id":44,"type":"LoadAudio","pos":[974,408],"size":[315,124],"flags":{},"order":2,"mode":0,"inputs":[],"outputs":[{"name":"AUDIO","type":"AUDIO","links":[93],"slot_index":0,"shape":3}],"properties":{"Node name for S&R":"LoadAudio"},"widgets_values":["test1.wav",null,""]},{"id":8,"type":"Echo_LoadModel","pos":[978,586],"size":[315,242],"flags":{},"order":3,"mode":0,"inputs":[],"outputs":[{"name":"model","type":"MODEL_PIPE_E","links":[95],"slot_index":0,"shape":3,"label":"model"},{"name":"face_detector","type":"MODEL_FACE_E","links":[96],"slot_index":1,"shape":3,"label":"face_detector"},{"name":"visualizer","type":"MODEL_VISUAL_E","links":[97],"slot_index":2,"shape":3,"label":"visualizer"}],"properties":{"Node name for S&R":"Echo_LoadModel"},"widgets_values":["stabilityai/sd-vae-ft-mse",true,"audio_drived",false,false,false,"V2"]},{"id":48,"type":"Echo_Sampler","pos":[1545.501220703125,104.37759399414062],"size":[315,494],"flags":{},"order":4,"mode":0,"inputs":[{"name":"image","type":"IMAGE","link":94},{"name":"audio","type":"AUDIO","link":93},{"name":"model","type":"MODEL_PIPE_E","link":95},{"name":"face_detector","type":"MODEL_FACE_E","link":96},{"name":"visualizer","type":"MODEL_VISUAL_E","link":97,"shape":7},{"name":"video_images","type":"IMAGE","link":null,"shape":7}],"outputs":[{"name":"image","type":"IMAGE","links":[98],"slot_index":0,"shape":3},{"name":"audio","type":"AUDIO","links":null,"slot_index":1,"shape":3},{"name":"frame_rate","type":"FLOAT","links":[99],"slot_index":2,"shape":3}],"properties":{"Node name for S&R":"Echo_Sampler"},"widgets_values":["none",3,"fixed",10,100,5,8000,1,1,50,10,512,128,512,false]}],"links":[[93,44,0,48,1,"AUDIO"],[94,4,0,48,0,"IMAGE"],[95,8,0,48,2,"MODEL"],[96,8,1,48,3,"MODEL"],[97,8,2,48,4,"MODEL"],[98,48,0,13,0,"IMAGE"],[99,48,2,13,3,"FLOAT"]],"groups":[],"config":{},"extra":{"ds":{"scale":0.5440404221490818,"offset":[-298.1833797947705,324.3427264520595]},"ue_links":[]},"version":0.4}

I noticed that you downloaded pre compiled ffmpeg, but did you follow the prompts and add the path to the system variables?
Add the directory ‘X:\XXX\ComfyUI_windows_portable\python_embeded\Scripts’to the path of the system environment variables and close all command-line windows. Then restart ComfyUI, if it doesn't work, restart the computer
再把X:\XXX\ComfyUI_windows_portable\python_embeded\Scripts这个目录同样加入系统环境变量的路径中,关闭所有命令行窗口。然后重启comfyUI,不行就重启电脑
系统环境变量类似下图/The system environment variables are similar to the following figure

@Brostopher
Copy link

Since ComfyUI is using its own portable Python environment, try putting ffmpeg directly in the ComfyUI environment instead of relying on system PATH:

Copy ffmpeg.exe, ffprobe.exe, and ffplay.exe from your ffmpeg\bin folder
Paste them into: C:\ComfyUI_windows_portable\python_embeded

This should allow the ComfyUI environment to find ffmpeg directly without relying on system PATH variables.

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

5 participants