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

2024-09-05 14:40:44,766- root:2013- WARNING- Cannot import D:\comfyui\ComfyUI\custom_nodes\comfyui-reactor-node module for custom nodes: No module named 'segment_anything' #414

Open
3 tasks done
lindongyue7 opened this issue Sep 5, 2024 · 3 comments
Labels
bug Something isn't working

Comments

@lindongyue7
Copy link

First, confirm

  • I have read the instruction carefully
  • I have searched the existing issues
  • I have updated the extension to the latest version

What happened?

After the download is completed, comfyui startup error is reported, and other nodes have related segment_anything, and some start to report errors, because I am downloading at the same time, I can't judge whether it is another problem, I use pip show segment_anything the dependency, and find that this dependency exists
Name: segment_anything
Version: 1.0
Summary:
Home-page:
Author:
Author-email:
License:
Location: C:\Users\PC\miniconda3\Lib\site-packages
Editable project location: D:\comfyui\ComfyUI\custom_nodes\segment-anything-main
Requires:
Required-by:
2024-09-05 14:51:41,348- root:2013- WARNING- Cannot import D:\comfyui\ComfyUI\custom_nodes\comfyui_segment_anything module for custom nodes: No module named 'segment_anything'
2024-09-05 14:51:41,337- root:2013- WARNING- Cannot import D:\comfyui\ComfyUI\custom_nodes\ComfyUI_LayerStyle module for custom nodes: No module named 'segment_anything'
import D:\comfyui\ComfyUI\custom_nodes\comfyui-reactor-node module for custom nodes: No module named 'segment_anything'
ComfyUI-Impact-Pack module for custom nodes: No module named 'segment_anything'

Steps to reproduce the problem

File "D:\comfyui\ComfyUI\nodes.py", line 1993, in load_custom_node
module_spec.loader.exec_module(module)
File "", line 995, in exec_module
File "", line 488, in call_with_frames_removed
File "D:\comfyui\ComfyUI\custom_nodes\ComfyUI_LayerStyle_init
.py", line 60, in
imported_module = importlib.import_module(".py.{}".format(name), name)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\PC\miniconda3\Lib\importlib_init_.py", line 90, in import_module
return _bootstrap._gcd_import(name[level:], package, level)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "", line 1387, in _gcd_import
File "", line 1360, in _find_and_load
File "", line 1331, in _find_and_load_unlocked
File "", line 935, in _load_unlocked
File "", line 995, in exec_module
File "", line 488, in _call_with_frames_removed
File "D:\comfyui\ComfyUI\custom_nodes\ComfyUI_LayerStyle\py\image_auto_crop.py", line 2, in
from .segment_anything_func import *
File "D:\comfyui\ComfyUI\custom_nodes\ComfyUI_LayerStyle\py\segment_anything_func.py", line 16, in
from sam_hq.predictor import SamPredictorHQ
File "D:\comfyui\ComfyUI\custom_nodes\ComfyUI_LayerStyle\py\sam_hq\predictor.py", line 4, in
from segment_anything import SamPredictor
ModuleNotFoundError: No module named 'segment_anything'

2024-09-05 14:51:41,337- root:2013- WARNING- Cannot import D:\comfyui\ComfyUI\custom_nodes\ComfyUI_LayerStyle module for custom nodes: No module named 'segment_anything'
2024-09-05 14:51:41,347- root:2012- WARNING- Traceback (most recent call last):
File "D:\comfyui\ComfyUI\nodes.py", line 1993, in load_custom_node
module_spec.loader.exec_module(module)
File "", line 995, in exec_module
File "", line 488, in call_with_frames_removed
File "D:\comfyui\ComfyUI\custom_nodes\comfyui_segment_anything_init
.py", line 1, in
from .node import *
File "D:\comfyui\ComfyUI\custom_nodes\comfyui_segment_anything\node.py", line 16, in
from sam_hq.predictor import SamPredictorHQ
File "D:\comfyui\ComfyUI\custom_nodes\ComfyUI_LayerStyle\py\sam_hq\predictor.py", line 4, in
from segment_anything import SamPredictor
ModuleNotFoundError: No module named 'segment_anything'

2024-09-05 14:51:41,348- root:2013- WARNING- Cannot import D:\comfyui\ComfyUI\custom_nodes\comfyui_segment_anything module for custom nodes: No module named 'segment_anything'
2024-09-05 14:51:38,842- root:2012- WARNING- Traceback (most recent call last):
File "D:\comfyui\ComfyUI\nodes.py", line 1993, in load_custom_node
module_spec.loader.exec_module(module)
File "", line 995, in exec_module
File "", line 488, in call_with_frames_removed
File "D:\comfyui\ComfyUI\custom_nodes\comfyui-reactor-node_init
.py", line 23, in
from .nodes import NODE_CLASS_MAPPINGS, NODE_DISPLAY_NAME_MAPPINGS
File "D:\comfyui\ComfyUI\custom_nodes\comfyui-reactor-node\nodes.py", line 16, in
from segment_anything import sam_model_registry
ModuleNotFoundError: No module named 'segment_anything'

2024-09-05 14:51:38,842- root:2013- WARNING- Cannot import D:\comfyui\ComfyUI\custom_nodes\comfyui-reactor-node module for custom nodes: No module named 'segment_anything'

ComfyUI-Impact-Pack: Check basic models

Traceback (most recent call last):
File "D:\comfyui\ComfyUI\nodes.py", line 1993, in load_custom_node
module_spec.loader.exec_module(module)
File "", line 995, in exec_module
File "", line 488, in call_with_frames_removed
File "D:\comfyui\ComfyUI\custom_nodes\ComfyUI-Impact-Pack_init
.py", line 72, in
import impact.impact_server # to load server api
^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "D:\comfyui\ComfyUI\custom_nodes\ComfyUI-Impact-Pack\modules\impact\impact_server.py", line 12, in
import impact.core as core
File "D:\comfyui\ComfyUI\custom_nodes\ComfyUI-Impact-Pack\modules\impact\core.py", line 7, in
from segment_anything import SamPredictor
ModuleNotFoundError: No module named 'segment_anything'

Cannot import D:\comfyui\ComfyUI\custom_nodes\ComfyUI-Impact-Pack module for custom nodes: No module named 'segment_anything'

Sysinfo

comfyui Windows 10 edge 4070 python12 cu124
2024-09-05 14:51:43,690- root:2043- INFO-
mport times for custom nodes:
2024-09-05 14:51:43,690- root:2049- INFO- 0.0 seconds: D:\comfyui\ComfyUI\custom_nodes\AIGODLIKE-COMFYUI-TRANSLATION
2024-09-05 14:51:43,690- root:2049- INFO- 0.0 seconds: D:\comfyui\ComfyUI\custom_nodes\websocket_image_save.py
2024-09-05 14:51:43,690- root:2049- INFO- 0.0 seconds: D:\comfyui\ComfyUI\custom_nodes\cg-use-everywhere
2024-09-05 14:51:43,690- root:2049- INFO- 0.0 seconds: D:\comfyui\ComfyUI\custom_nodes\ComfyUI_ADV_CLIP_emb
2024-09-05 14:51:43,690- root:2049- INFO- 0.0 seconds: D:\comfyui\ComfyUI\custom_nodes\ComfyUI-BRIA_AI-RMBG
2024-09-05 14:51:43,691- root:2049- INFO- 0.0 seconds: D:\comfyui\ComfyUI\custom_nodes\ComfyUI-IC-Light-Native
2024-09-05 14:51:43,691- root:2049- INFO- 0.0 seconds: D:\comfyui\ComfyUI\custom_nodes\ComfyUI_toyxyz_test_nodes-main
2024-09-05 14:51:43,691- root:2049- INFO- 0.0 seconds: D:\comfyui\ComfyUI\custom_nodes\sdxl_prompt_styler
2024-09-05 14:51:43,691- root:2049- INFO- 0.0 seconds: D:\comfyui\ComfyUI\custom_nodes\ComfyUI-WD14-Tagger
2024-09-05 14:51:43,691- root:2049- INFO- 0.0 seconds: D:\comfyui\ComfyUI\custom_nodes\ComfyUI_experiments
2024-09-05 14:51:43,691- root:2049- INFO- 0.0 seconds: D:\comfyui\ComfyUI\custom_nodes\ComfyUI-Video-Matting
2024-09-05 14:51:43,691- root:2049- INFO- 0.0 seconds: D:\comfyui\ComfyUI\custom_nodes\comfyui-inpaint-nodes
2024-09-05 14:51:43,691- root:2049- INFO- 0.0 seconds: D:\comfyui\ComfyUI\custom_nodes\ComfyUI_JPS-Nodes
2024-09-05 14:51:43,691- root:2049- INFO- 0.0 seconds: D:\comfyui\ComfyUI\custom_nodes\ComfyUI_IPAdapter_plus
2024-09-05 14:51:43,691- root:2049- INFO- 0.0 seconds (IMPORT FAILED): D:\comfyui\ComfyUI\custom_nodes\comfyui-reactor-node
2024-09-05 14:51:43,692- root:2049- INFO- 0.0 seconds: D:\comfyui\ComfyUI\custom_nodes\ComfyUI-Custom-Scripts
2024-09-05 14:51:43,692- root:2049- INFO- 0.0 seconds: D:\comfyui\ComfyUI\custom_nodes\ComfyMath-main
2024-09-05 14:51:43,692- root:2049- INFO- 0.0 seconds: D:\comfyui\ComfyUI\custom_nodes\ComfyUI_FizzNodes
2024-09-05 14:51:43,692- root:2049- INFO- 0.0 seconds: D:\comfyui\ComfyUI\custom_nodes\ComfyUI-MimicMotionWrapper
2024-09-05 14:51:43,692- root:2049- INFO- 0.0 seconds: D:\comfyui\ComfyUI\custom_nodes\steerable-motion
2024-09-05 14:51:43,692- root:2049- INFO- 0.0 seconds: D:\comfyui\ComfyUI\custom_nodes\ComfyUI_essentials
2024-09-05 14:51:43,692- root:2049- INFO- 0.0 seconds: D:\comfyui\ComfyUI\custom_nodes\ComfyUI-KJNodes-main
2024-09-05 14:51:43,692- root:2049- INFO- 0.0 seconds: D:\comfyui\ComfyUI\custom_nodes\ComfyUI-Frame-Interpolation
2024-09-05 14:51:43,692- root:2049- INFO- 0.0 seconds: D:\comfyui\ComfyUI\custom_nodes\x-flux-comfyui-main
2024-09-05 14:51:43,693- root:2049- INFO- 0.0 seconds (IMPORT FAILED): D:\comfyui\ComfyUI\custom_nodes\comfyui_segment_anything
2024-09-05 14:51:43,693- root:2049- INFO- 0.0 seconds: D:\comfyui\ComfyUI\custom_nodes\ComfyUI-BiRefNet-ZHO
2024-09-05 14:51:43,693- root:2049- INFO- 0.0 seconds: D:\comfyui\ComfyUI\custom_nodes\ComfyUI-Advanced-ControlNet
2024-09-05 14:51:43,693- root:2049- INFO- 0.0 seconds: D:\comfyui\ComfyUI\custom_nodes\ComfyUI-segment-anything-2
2024-09-05 14:51:43,694- root:2049- INFO- 0.0 seconds: D:\comfyui\ComfyUI\custom_nodes\ComfyUI-GGUF
2024-09-05 14:51:43,694- root:2049- INFO- 0.0 seconds: D:\comfyui\ComfyUI\custom_nodes\Derfuu_ComfyUI_ModdedNodes
2024-09-05 14:51:43,694- root:2049- INFO- 0.0 seconds: D:\comfyui\ComfyUI\custom_nodes\ComfyUI_UltimateSDUpscale
2024-09-05 14:51:43,694- root:2049- INFO- 0.0 seconds: D:\comfyui\ComfyUI\custom_nodes\rgthree-comfy
2024-09-05 14:51:43,694- root:2049- INFO- 0.0 seconds: D:\comfyui\ComfyUI\custom_nodes\ComfyUI-IC-Light
2024-09-05 14:51:43,695- root:2049- INFO- 0.0 seconds: D:\comfyui\ComfyUI\custom_nodes\ComfyUI-AnimateDiff-Evolved
2024-09-05 14:51:43,695- root:2049- INFO- 0.0 seconds: D:\comfyui\ComfyUI\custom_nodes\ComfyUI_Comfyroll_CustomNodes
2024-09-05 14:51:43,695- root:2049- INFO- 0.0 seconds: D:\comfyui\ComfyUI\custom_nodes\efficiency-nodes-comfyui-main
2024-09-05 14:51:43,695- root:2049- INFO- 0.0 seconds: D:\comfyui\ComfyUI\custom_nodes\comfyui_controlnet_aux
2024-09-05 14:51:43,695- root:2049- INFO- 0.0 seconds: D:\comfyui\ComfyUI\custom_nodes\ComfyUI-ControlNeXt-SVD
2024-09-05 14:51:43,695- root:2049- INFO- 0.0 seconds: D:\comfyui\ComfyUI\custom_nodes\ComfyUI-Inspire-Pack
2024-09-05 14:51:43,696- root:2049- INFO- 0.1 seconds: D:\comfyui\ComfyUI\custom_nodes\comfyui-sixgod_prompt
2024-09-05 14:51:43,696- root:2049- INFO- 0.1 seconds: D:\comfyui\ComfyUI\custom_nodes\comfy_mtb-main
2024-09-05 14:51:43,696- root:2049- INFO- 0.1 seconds (IMPORT FAILED): D:\comfyui\ComfyUI\custom_nodes\ComfyUI_LayerStyle
2024-09-05 14:51:43,696- root:2049- INFO- 0.1 seconds: D:\comfyui\ComfyUI\custom_nodes\ComfyUI-SAM2
2024-09-05 14:51:43,696- root:2049- INFO- 0.1 seconds: D:\comfyui\ComfyUI\custom_nodes\ComfyUI-VideoHelperSuite-main
2024-09-05 14:51:43,697- root:2049- INFO- 0.1 seconds: D:\comfyui\ComfyUI\custom_nodes\ComfyUI-VideoHelperSuite
2024-09-05 14:51:43,697- root:2049- INFO- 0.2 seconds: D:\comfyui\ComfyUI\custom_nodes\comfyui_dagthomas
2024-09-05 14:51:43,697- root:2049- INFO- 0.3 seconds: D:\comfyui\ComfyUI\custom_nodes\ComfyUI-InstantID
2024-09-05 14:51:43,697- root:2049- INFO- 0.4 seconds: D:\comfyui\ComfyUI\custom_nodes\ComfyUI-SUPIR-main
2024-09-05 14:51:43,697- root:2049- INFO- 0.4 seconds: D:\comfyui\ComfyUI\custom_nodes\ComfyUI-Easy-Use-main
2024-09-05 14:51:43,697- root:2049- INFO- 0.5 seconds: D:\comfyui\ComfyUI\custom_nodes\ComfyUI-Manager
2024-09-05 14:51:43,698- root:2049- INFO- 0.5 seconds: D:\comfyui\ComfyUI\custom_nodes\ComfyUI-fastblend-main
2024-09-05 14:51:43,698- root:2049- INFO- 0.7 seconds: D:\comfyui\ComfyUI\custom_nodes\ComfyUI-APISR
2024-09-05 14:51:43,698- root:2049- INFO- 0.7 seconds: D:\comfyui\ComfyUI\custom_nodes\ComfyUI-MuseV
2024-09-05 14:51:43,698- root:2049- INFO- 1.4 seconds: D:\comfyui\ComfyUI\custom_nodes\ComfyUI_Custom_Nodes_AlekPet
2024-09-05 14:51:43,698- root:2049- INFO- 1.8 seconds: D:\comfyui\ComfyUI\custom_nodes\comfyui-mixlab-nodes
2024-09-05 14:51:43,698- root:2049- INFO- 2.2 seconds: D:\comfyui\ComfyUI\custom_nodes\was-node-suite-comfyui
2024-09-05 14:51:43,698- root:2049- INFO- 2.9 seconds: D:\comfyui\ComfyUI\custom_nodes\ComfyUI-BrushNet-main
2024-09-05 14:51:43,698- root:2049- INFO- 7.9 seconds (IMPORT FAILED): D:\comfyui\ComfyUI\custom_nodes\ComfyUI-Impact-Pack
2024-09-05 14:51:43,698- root:2049- INFO- 8.7 seconds: D:\comfyui\ComfyUI\custom_nodes\ComfyUI-MuseTalk
2024-09-05 14:51:43,698- root:2049- INFO- 8.9 seconds: D:\comfyui\ComfyUI\custom_nodes\ComfyUI-Inspyrenet-Rembg-main
2024-09-05 14:51:43,699- root:2050- INFO-
2024-09-05 14:51:43,711- root:532- INFO-
2024-09-05 14:51:43,712- root:533- INFO-

Relevant console log

[START] Security scan
[DONE] Security scan
## ComfyUI-Manager: installing dependencies done.
** ComfyUI startup time: 2024-09-05 14:51:00.863820
** Platform: Windows
** Python version: 3.12.3 | packaged by conda-forge | (main, Apr 15 2024, 18:20:11) [MSC v.1938 64 bit (AMD64)]
** Python executable: C:\Users\PC\miniconda3\python.exe
** ComfyUI Path: D:\comfyui\ComfyUI
** Log path: D:\comfyui\ComfyUI\comfyui.log

Prestartup times for custom nodes:
   0.0 seconds: D:\comfyui\ComfyUI\custom_nodes\rgthree-comfy
   0.0 seconds: D:\comfyui\ComfyUI\custom_nodes\ComfyUI-Easy-Use-main
   1.8 seconds: D:\comfyui\ComfyUI\custom_nodes\ComfyUI-Manager

Total VRAM 12282 MB, total RAM 65349 MB
pytorch version: 2.4.0+cu124
C:\Users\PC\miniconda3\Lib\site-packages\xformers\ops\fmha\flash.py:211: FutureWarning: `torch.library.impl_abstract` was renamed to `torch.library.register_fake`. Please use that instead; we will remove `torch.library.impl_abstract` in a future version of PyTorch.
  @torch.library.impl_abstract("xformers_flash::flash_fwd")
C:\Users\PC\miniconda3\Lib\site-packages\xformers\ops\fmha\flash.py:344: FutureWarning: `torch.library.impl_abstract` was renamed to `torch.library.register_fake`. Please use that instead; we will remove `torch.library.impl_abstract` in a future version of PyTorch.
  @torch.library.impl_abstract("xformers_flash::flash_bwd")
xformers version: 0.0.27.post2
Set vram state to: NORMAL_VRAM
Device: cuda:0 NVIDIA GeForce RTX 4070 Ti : cudaMallocAsync
Using xformers cross attention
[Prompt Server] web root: D:\comfyui\ComfyUI\web
Adding extra search path checkpoints path/to/stable-diffusion-webui/models/Stable-diffusion
Adding extra search path configs path/to/stable-diffusion-webui/models/Stable-diffusion
Adding extra search path vae path/to/stable-diffusion-webui/models/VAE
Adding extra search path loras path/to/stable-diffusion-webui/models/Lora
Adding extra search path loras path/to/stable-diffusion-webui/models/LyCORIS
Adding extra search path upscale_models path/to/stable-diffusion-webui/models/ESRGAN
Adding extra search path upscale_models path/to/stable-diffusion-webui/models/RealESRGAN
Adding extra search path upscale_models path/to/stable-diffusion-webui/models/SwinIR
Adding extra search path embeddings path/to/stable-diffusion-webui/embeddings
Adding extra search path hypernetworks path/to/stable-diffusion-webui/models/hypernetworks
Adding extra search path controlnet path/to/stable-diffusion-webui/models/ControlNet
Adding extra search path checkpoints path/to/comfyui/
C:/Program Files (x86)/cmofyui/comfyui-nodel/
\models/checkpoints/
Adding extra search path checkpoints C:/Program Files (x86)/cmofyui/checkpoints
Adding extra search path clip path/to/comfyui/
C:/Program Files (x86)/cmofyui/comfyui-nodel/
\models/clip/
Adding extra search path clip_vision path/to/comfyui/
C:/Program Files (x86)/cmofyui/comfyui-nodel/
\models/clip_vision/
Adding extra search path configs path/to/comfyui/
C:/Program Files (x86)/cmofyui/comfyui-nodel/
\models/configs/
Adding extra search path controlnet path/to/comfyui/
C:/Program Files (x86)/cmofyui/comfyui-nodel/
\models/controlnet/
Adding extra search path embeddings path/to/comfyui/
C:/Program Files (x86)/cmofyui/comfyui-nodel/
\models/embeddings/
Adding extra search path loras path/to/comfyui/
C:/Program Files (x86)/cmofyui/comfyui-nodel/
\models/loras/
Adding extra search path loras C:/Program Files (x86)/cmofyui/loras/
Adding extra search path upscale_models path/to/comfyui/
C:/Program Files (x86)/cmofyui/comfyui-nodel/
\models/upscale_models/
Adding extra search path vae path/to/comfyui/
C:/Program Files (x86)/cmofyui/comfyui-nodel/
\models/vae/
Adding extra search path inpaint path/to/comfyui/
C:/Program Files (x86)/cmofyui/comfyui-nodel/
\models/inpaint/
Adding extra search path inpaint C:/Program Files (x86)/cmofyui/inpaint/
C:\Users\PC\miniconda3\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-09-05 14:51:06.383718: I tensorflow/core/util/port.cc:153] oneDNN custom operations are on. You may see slightly different numerical results due to floating-point round-off errors from different computation orders. To turn them off, set the environment variable `TF_ENABLE_ONEDNN_OPTS=0`.
2024-09-05 14:51:07.112295: I tensorflow/core/util/port.cc:153] oneDNN custom operations are on. You may see slightly different numerical results due to floating-point round-off errors from different computation orders. To turn them off, set the environment variable `TF_ENABLE_ONEDNN_OPTS=0`.
Note: NumExpr detected 20 cores but "NUMEXPR_MAX_THREADS" not set, so enforcing safe limit of 16.
NumExpr defaulting to 16 threads.
[ComfyUI-Easy-Use] server: v1.2.2 Loaded
[ComfyUI-Easy-Use] web root: D:\comfyui\ComfyUI\custom_nodes\ComfyUI-Easy-Use-main\web_version/v2 Loaded
torch version---------------------- 2.4.0+cu124
Total VRAM 12282 MB, total RAM 65349 MB
pytorch version: 2.4.0+cu124
xformers version: 0.0.27.post2
Set vram state to: NORMAL_VRAM
Device: cuda:0 NVIDIA GeForce RTX 4070 Ti : cudaMallocAsync
### Loading: ComfyUI-Impact-Pack (V7.4.5)
### ComfyUI-Impact-Pack: Reinstall dependencies (several dependencies are missing.)

[bold yellow]WARN: The `COMFYUI_PATH` environment variable is not set. Assuming `D:\comfyui\ComfyUI\custom_nodes\ComfyUI-Impact-Pack/../../` as the ComfyUI path.[/bold yellow]

[bold yellow]WARN: The `COMFYUI_MODEL_PATH` environment variable is not set. Assuming `D:\comfyui\ComfyUI\models` as the ComfyUI path.[/bold yellow]
### ComfyUI-Impact-Pack: Check dependencies
### ComfyUI-Impact-Pack: Updating subpack
Traceback (most recent call last):
  File "D:\comfyui\ComfyUI\custom_nodes\ComfyUI-Impact-Pack\__init__.py", line 47, in <module>
    import impact.subpack_nodes  # This import must be done before cv2.
    ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "D:\comfyui\ComfyUI\custom_nodes\ComfyUI-Impact-Pack\impact_subpack\impact\subpack_nodes.py", line 3, in <module>
    import impact.core as core
  File "D:\comfyui\ComfyUI\custom_nodes\ComfyUI-Impact-Pack\modules\impact\core.py", line 7, in <module>
    from segment_anything import SamPredictor
ModuleNotFoundError: No module named 'segment_anything'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "D:\comfyui\ComfyUI\custom_nodes\ComfyUI-Impact-Pack\install.py", line 137, in ensure_subpack
    repo.remotes.origin.pull()
  File "C:\Users\PC\miniconda3\Lib\site-packages\git\remote.py", line 1123, in pull
    res = self._get_fetch_info_from_stderr(proc, progress, kill_after_timeout=kill_after_timeout)
          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "C:\Users\PC\miniconda3\Lib\site-packages\git\remote.py", line 895, in _get_fetch_info_from_stderr
    proc.wait(stderr=stderr_text)
  File "C:\Users\PC\miniconda3\Lib\site-packages\git\cmd.py", line 834, in wait
    raise GitCommandError(remove_password_if_present(self.args), status, errstr)
git.exc.GitCommandError: Cmd('git') failed due to: exit code(1)
  cmdline: git pull -v -- origin
  stderr: 'fatal: unable to access 'https://github.com/ltdrdata/ComfyUI-Impact-Subpack/': Recv failure: Connection was reset'
[ComfyUI-Impact-Pack] Please turn off ComfyUI and remove 'D:\comfyui\ComfyUI\custom_nodes\ComfyUI-Impact-Pack\impact_subpack' and restart ComfyUI.
[Impact Pack] EXECUTE: ['C:\\Users\\PC\\miniconda3\\python.exe', 'install.py'] in 'D:\comfyui\ComfyUI\custom_nodes\ComfyUI-Impact-Pack\impact_subpack'
req_path: D:\comfyui\ComfyUI\custom_nodes\ComfyUI-Impact-Pack\impact_subpack\requirements.txt
req_path: D:\comfyui\ComfyUI\custom_nodes\ComfyUI-Impact-Pack\impact_subpack\requirements.txt
req_path: D:\comfyui\ComfyUI\custom_nodes\ComfyUI-Impact-Pack\requirements.txt
[Impact Pack] EXECUTE: ['C:\\Users\\PC\\miniconda3\\python.exe', '-m', 'pip', 'install', '-r', 'D:\\comfyui\\ComfyUI\\custom_nodes\\ComfyUI-Impact-Pack\\requirements.txt'] in 'None'
Looking in indexes: https://pypi.tuna.tsinghua.edu.cn/simple
[Impact Pack] EXECUTE: ['C:\\Users\\PC\\miniconda3\\python.exe', '-m', 'pip', 'install', '-r', 'D:\\comfyui\\ComfyUI\\custom_nodes\\ComfyUI-Impact-Pack\\requirements.txt'] in 'None'
Looking in indexes: https://pypi.tuna.tsinghua.edu.cn/simple
### ComfyUI-Impact-Pack: Check basic models
Traceback (most recent call last):
  File "D:\comfyui\ComfyUI\nodes.py", line 1993, in load_custom_node
    module_spec.loader.exec_module(module)
  File "<frozen importlib._bootstrap_external>", line 995, in exec_module
  File "<frozen importlib._bootstrap>", line 488, in _call_with_frames_removed
  File "D:\comfyui\ComfyUI\custom_nodes\ComfyUI-Impact-Pack\__init__.py", line 72, in <module>
    import impact.impact_server  # to load server api
    ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "D:\comfyui\ComfyUI\custom_nodes\ComfyUI-Impact-Pack\modules\impact\impact_server.py", line 12, in <module>
    import impact.core as core
  File "D:\comfyui\ComfyUI\custom_nodes\ComfyUI-Impact-Pack\modules\impact\core.py", line 7, in <module>
    from segment_anything import SamPredictor
ModuleNotFoundError: No module named 'segment_anything'

Cannot import D:\comfyui\ComfyUI\custom_nodes\ComfyUI-Impact-Pack module for custom nodes: No module named 'segment_anything'
### Loading: ComfyUI-Inspire-Pack (V1.1)
C:\Users\PC\miniconda3\Lib\site-packages\albumentations\check_version.py:49: UserWarning: Error fetching version info <urlopen error timed out>
  data = fetch_version_info()
### Loading: ComfyUI-Manager (V2.50.3)
### ComfyUI Revision: 2619 [ca4b8f30] | Released on '2024-08-27'
json_repair## OK
--------------
 ### Mixlab Nodes: Loaded
ChatGPT.available True
edit_mask.available True
## clip_interrogator_model not found: D:\comfyui\ComfyUI\models\clip_interrogator\Salesforce\blip-image-captioning-base, pls download from https://huggingface.co/Salesforce/blip-image-captioning-base
ClipInterrogator.available True
## text_generator_model not found: D:\comfyui\ComfyUI\models\prompt_generator\text2image-prompt-generator, pls download from https://huggingface.co/succinctly/text2image-prompt-generator/tree/main
## zh_en_model not found: D:\comfyui\ComfyUI\models\prompt_generator\opus-mt-zh-en, pls download from https://huggingface.co/Helsinki-NLP/opus-mt-zh-en/tree/main
PromptGenerate.available True
ChinesePrompt.available True
RembgNode_.available True
TripoSR.available
MiniCPMNode.available
 --------------
C:\Users\PC\miniconda3\Lib\site-packages\mmengine\optim\optimizer\zero_optimizer.py:11: DeprecationWarning: `TorchScript` support for functional optimizers is deprecated and will be removed in a future PyTorch release. Consider using the `torch.compile` optimizer instead.
  from torch.distributed.optim import \
Loads checkpoint by local backend from path: D:\comfyui\ComfyUI\models\diffusers\TMElyralab/MuseTalk/dwpose/dw-ll_ucoco_384.pth
C:\Users\PC\miniconda3\Lib\site-packages\mmengine\runner\checkpoint.py:347: FutureWarning: You are using `torch.load` with `weights_only=False` (the current default value), which uses the default pickle module implicitly. It is possible to construct malicious pickle data which will execute arbitrary code during unpickling (See https://github.com/pytorch/pytorch/blob/main/SECURITY.md#untrusted-models for more details). In a future release, the default value for `weights_only` will be flipped to `True`. This limits the functions that could be executed during unpickling. Arbitrary objects will no longer be allowed to be loaded via this mode unless they are explicitly allowlisted by the user via `torch.serialization.add_safe_globals`. We recommend you start setting `weights_only=True` for any use case where you don't have full control of the loaded file. Please open an issue on GitHub for any issues related to this experimental feature.
  checkpoint = torch.load(filename, map_location=map_location)
cuda start
D:\comfyui\ComfyUI\custom_nodes\ComfyUI-MuseTalk\musetalk/utils\face_parsing\resnet.py:83: FutureWarning: You are using `torch.load` with `weights_only=False` (the current default value), which uses the default pickle module implicitly. It is possible to construct malicious pickle data which will execute arbitrary code during unpickling (See https://github.com/pytorch/pytorch/blob/main/SECURITY.md#untrusted-models for more details). In a future release, the default value for `weights_only` will be flipped to `True`. This limits the functions that could be executed during unpickling. Arbitrary objects will no longer be allowed to be loaded via this mode unless they are explicitly allowlisted by the user via `torch.serialization.add_safe_globals`. We recommend you start setting `weights_only=True` for any use case where you don't have full control of the loaded file. Please open an issue on GitHub for any issues related to this experimental feature.
  state_dict = torch.load(model_path) #modelzoo.load_url(resnet18_url)
D:\comfyui\ComfyUI\custom_nodes\ComfyUI-MuseTalk\musetalk/utils\face_parsing\__init__.py:29: FutureWarning: You are using `torch.load` with `weights_only=False` (the current default value), which uses the default pickle module 
implicitly. It is possible to construct malicious pickle data which will execute arbitrary code during unpickling (See https://github.com/pytorch/pytorch/blob/main/SECURITY.md#untrusted-models for more details). In a future release, the default value for `weights_only` will be flipped to `True`. This limits the functions that could be executed during unpickling. Arbitrary objects will no longer be allowed to be loaded via this mode unless they are explicitly allowlisted by the user via `torch.serialization.add_safe_globals`. We recommend you start setting `weights_only=True` for any use case where you don't have full control of the loaded file. Please open an issue on GitHub for any issues related to this experimental feature.
  net.load_state_dict(torch.load(model_pth))
D:\comfyui\ComfyUI/custom_nodes/ComfyUI-MuseTalk\musetalk\whisper\whisper\__init__.py:109: FutureWarning: You are using `torch.load` with `weights_only=False` (the current default value), which uses the default pickle module implicitly. It is possible to construct malicious pickle data which will execute arbitrary code during unpickling (See https://github.com/pytorch/pytorch/blob/main/SECURITY.md#untrusted-models for more details). In a future release, the default value for `weights_only` will be flipped to `True`. This limits the functions that could be executed during unpickling. Arbitrary objects will no longer be allowed to be loaded via this mode unless they are explicitly allowlisted by the user via `torch.serialization.add_safe_globals`. We recommend you start setting `weights_only=True` for any use case where you don't have full control of the loaded file. Please open an issue on GitHub for any issues related to this experimental feature.
  checkpoint = torch.load(fp, map_location=device)
D:\comfyui\ComfyUI/custom_nodes/ComfyUI-MuseTalk\musetalk\models\unet.py:39: FutureWarning: You are using `torch.load` with `weights_only=False` (the current default value), which uses the default pickle module implicitly. It is possible to construct malicious pickle data which will execute arbitrary code during unpickling (See https://github.com/pytorch/pytorch/blob/main/SECURITY.md#untrusted-models for more details). In a future release, the default value for `weights_only` will be flipped to `True`. This limits the functions that could be executed during unpickling. Arbitrary objects will no longer be allowed to be loaded via this mode unless they are explicitly allowlisted by the user via `torch.serialization.add_safe_globals`. We recommend you start setting `weights_only=True` for any use case where you don't have full control of the loaded file. Please open an issue on GitHub for any issues related to this experimental feature.
  self.weights = torch.load(model_path)
['D:\\comfyui\\ComfyUI/custom_nodes/ComfyUI-MuseV/controlnet_aux/src', 'D:\\comfyui\\ComfyUI/custom_nodes/ComfyUI-MuseV/diffusers/src', 'D:\\comfyui\\ComfyUI/custom_nodes/ComfyUI-MuseV/MMCM', 'D:\\comfyui\\ComfyUI/custom_nodes/ComfyUI-MuseV', 'D:\\comfyui\\ComfyUI/custom_nodes/ComfyUI-MuseTalk', 'D:\\comfyui\\ComfyUI\\custom_nodes\\comfyui-mixlab-nodes\\nodes', 'D:\\comfyui\\ComfyUI\\custom_nodes\\ComfyUI-Frame-Interpolation', 'D:\\comfyui\\ComfyUI\\custom_nodes\\ComfyUI-Custom-Scripts', 'D:\\comfyui\\ComfyUI\\custom_nodes\\ComfyUI-BiRefNet-ZHO', 'D:\\comfyui\\ComfyUI\\comfy', 'D:\\comfyui\\ComfyUI', 'C:\\Users\\PC\\miniconda3\\python312.zip', 'C:\\Users\\PC\\miniconda3\\DLLs', 'C:\\Users\\PC\\miniconda3\\Lib', 'C:\\Users\\PC\\miniconda3', 'C:\\Users\\PC\\AppData\\Roaming\\Python\\Python312\\site-packages', 'C:\\Users\\PC\\miniconda3\\Lib\\site-packages', 'C:\\Users\\PC\\miniconda3\\Lib\\site-packages\\win32', 'C:\\Users\\PC\\miniconda3\\Lib\\site-packages\\win32\\lib', 'C:\\Users\\PC\\miniconda3\\Lib\\site-packages\\Pythonwin', 'D:\\comfyui\\ComfyUI\\custom_nodes\\ComfyUI-Manager\\glob', 'D:\\comfyui\\ComfyUI', 'D:\\comfyui\\ComfyUI', 'D:\\comfyui\\ComfyUI\\custom_nodes\\ComfyUI-Impact-Pack\\modules', 'D:\\comfyui\\ComfyUI\\custom_nodes\\ComfyUI-Impact-Pack\\impact_subpack', 'D:\\comfyui\\ComfyUI\\custom_nodes\\ComfyUI-Impact-Pack\\modules', 'D:\\comfyui\\ComfyUI', 'C:\\Users\\PC\\miniconda3\\Lib\\site-packages\\transparent_background', 'C:\\Users\\PC\\miniconda3\\Lib\\site-packages\\transparent_background', 'D:\\comfyui\\ComfyUI\\custom_nodes\\ComfyUI-Manager\\glob', '../..', 'D:\\comfyui\\ComfyUI\\custom_nodes\\ComfyUI-MuseTalk\\musetalk/utils', 'C:\\Users\\PC\\miniconda3\\Lib\\site-packages\\setuptools\\_vendor']
D:\comfyui\ComfyUI/custom_nodes/ComfyUI-MuseV/diffusers/src\MuseVdiffusers\utils\outputs.py:63: FutureWarning: `torch.utils._pytree._register_pytree_node` is deprecated. Please use `torch.utils._pytree.register_pytree_node` instead.
  torch.utils._pytree._register_pytree_node(
2024-09-05 14:51:38,842- root:2012- WARNING- Traceback (most recent call last):
  File "D:\comfyui\ComfyUI\nodes.py", line 1993, in load_custom_node
    module_spec.loader.exec_module(module)
  File "<frozen importlib._bootstrap_external>", line 995, in exec_module
  File "<frozen importlib._bootstrap>", line 488, in _call_with_frames_removed
  File "D:\comfyui\ComfyUI\custom_nodes\comfyui-reactor-node\__init__.py", line 23, in <module>
    from .nodes import NODE_CLASS_MAPPINGS, NODE_DISPLAY_NAME_MAPPINGS
  File "D:\comfyui\ComfyUI\custom_nodes\comfyui-reactor-node\nodes.py", line 16, in <module>
    from segment_anything import sam_model_registry
ModuleNotFoundError: No module named 'segment_anything'

2024-09-05 14:51:38,842- root:2013- WARNING- Cannot import D:\comfyui\ComfyUI\custom_nodes\comfyui-reactor-node module for custom nodes: No module named 'segment_anything'
2024-09-05 14:51:38,939- py.warnings:110- WARNING- D:\comfyui\ComfyUI\custom_nodes\ComfyUI-segment-anything-2\sam2\modeling\sam\transformer.py:20: UserWarning: Flash Attention is disabled as it requires a GPU with Ampere (8.0) 
CUDA capability.
  OLD_GPU, USE_FLASH_ATTN, MATH_KERNEL_ON = get_sdpa_settings()

D:\comfyui\ComfyUI\custom_nodes\comfyui-sixgod_prompt
------------------------------------------
Comfyroll Studio v1.76 :  175 Nodes Loaded
------------------------------------------
** For changes, please see patch notes at https://github.com/Suzie1/ComfyUI_Comfyroll_CustomNodes/blob/main/Patch_Notes.md
** For help, please see the wiki at https://github.com/Suzie1/ComfyUI_Comfyroll_CustomNodes/wiki
------------------------------------------
[comfyui_controlnet_aux] | INFO -> Using ckpts path: D:\comfyui\ComfyUI\custom_nodes\comfyui_controlnet_aux\ckpts
[comfyui_controlnet_aux] | INFO -> Using symlinks: False
[comfyui_controlnet_aux] | INFO -> Using ort providers: ['CUDAExecutionProvider', 'DirectMLExecutionProvider', 'OpenVINOExecutionProvider', 'ROCMExecutionProvider', 'CPUExecutionProvider', 'CoreMLExecutionProvider']
2024-09-05 14:51:39,654- py.warnings:110- WARNING- D:\comfyui\ComfyUI\custom_nodes\comfyui_controlnet_aux\node_wrappers\dwpose.py:26: 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")

### [START] ComfyUI AlekPet Nodes v1.0.26 ###
Node -> ArgosTranslateNode: ArgosTranslateCLIPTextEncodeNode, ArgosTranslateTextNode [Loading] 
Node -> DeepTranslatorNode: DeepTranslatorCLIPTextEncodeNode, DeepTranslatorTextNode [Loading] 
Node -> GoogleTranslateNode: GoogleTranslateCLIPTextEncodeNode, GoogleTranslateTextNode [Loading] 
Node -> ExtrasNode: PreviewTextNode, HexToHueNode, ColorsCorrectNode [Loading] 
Node -> PoseNode: PoseNode [Loading] 
Node -> IDENode: IDENode [Loading] 
Node -> PainterNode: PainterNode [Loading] 
### [END] ComfyUI AlekPet Nodes ###
FizzleDorf Custom Nodes: Loaded
# 😺dzNodes: LayerStyle -> Warning: D:\comfyui\ComfyUI\custom_nodes\ComfyUI_LayerStyle\resource_dir.ini not found, default directory to be used. 
# 😺dzNodes: LayerStyle -> Find 1 LUTs in D:\comfyui\ComfyUI\custom_nodes\ComfyUI_LayerStyle\lut
# 😺dzNodes: LayerStyle -> Find 1 Fonts in D:\comfyui\ComfyUI\custom_nodes\ComfyUI_LayerStyle\font
2024-09-05 14:51:41,336- root:2012- WARNING- Traceback (most recent call last):
  File "D:\comfyui\ComfyUI\nodes.py", line 1993, in load_custom_node
    module_spec.loader.exec_module(module)
  File "<frozen importlib._bootstrap_external>", line 995, in exec_module
  File "<frozen importlib._bootstrap>", line 488, in _call_with_frames_removed
  File "D:\comfyui\ComfyUI\custom_nodes\ComfyUI_LayerStyle\__init__.py", line 60, in <module>
    imported_module = importlib.import_module(".py.{}".format(name), __name__)
                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "C:\Users\PC\miniconda3\Lib\importlib\__init__.py", line 90, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 1387, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1360, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1331, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 935, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 995, in exec_module
  File "<frozen importlib._bootstrap>", line 488, in _call_with_frames_removed
  File "D:\comfyui\ComfyUI\custom_nodes\ComfyUI_LayerStyle\py\image_auto_crop.py", line 2, in <module>
    from .segment_anything_func import *
  File "D:\comfyui\ComfyUI\custom_nodes\ComfyUI_LayerStyle\py\segment_anything_func.py", line 16, in <module>
    from sam_hq.predictor import SamPredictorHQ
  File "D:\comfyui\ComfyUI\custom_nodes\ComfyUI_LayerStyle\py\sam_hq\predictor.py", line 4, in <module>
    from segment_anything import SamPredictor
ModuleNotFoundError: No module named 'segment_anything'

2024-09-05 14:51:41,337- root:2013- WARNING- Cannot import D:\comfyui\ComfyUI\custom_nodes\ComfyUI_LayerStyle module for custom nodes: No module named 'segment_anything'
2024-09-05 14:51:41,347- root:2012- WARNING- Traceback (most recent call last):
  File "D:\comfyui\ComfyUI\nodes.py", line 1993, in load_custom_node
    module_spec.loader.exec_module(module)
  File "<frozen importlib._bootstrap_external>", line 995, in exec_module
  File "<frozen importlib._bootstrap>", line 488, in _call_with_frames_removed
  File "D:\comfyui\ComfyUI\custom_nodes\comfyui_segment_anything\__init__.py", line 1, in <module>
    from .node import *
  File "D:\comfyui\ComfyUI\custom_nodes\comfyui_segment_anything\node.py", line 16, in <module>
    from sam_hq.predictor import SamPredictorHQ
  File "D:\comfyui\ComfyUI\custom_nodes\ComfyUI_LayerStyle\py\sam_hq\predictor.py", line 4, in <module>
    from segment_anything import SamPredictor
ModuleNotFoundError: No module named 'segment_anything'

2024-09-05 14:51:41,348- root:2013- WARNING- Cannot import D:\comfyui\ComfyUI\custom_nodes\comfyui_segment_anything module for custom nodes: No module named 'segment_anything'
[comfy_mtb-main] | INFO -> loaded 83 nodes successfuly
[comfy_mtb-main] | INFO -> Some nodes (2) could not be loaded. This can be ignored, but go to http://127.0.0.1:8188/mtb if you want more information.
Efficiency Nodes: Attempting to add Control Net options to the 'HiRes-Fix Script' Node (comfyui_controlnet_aux add-on)...Success!

[rgthree] Loaded 42 epic nodes.
[rgthree] NOTE: Will NOT use rgthree's optimized recursive execution as ComfyUI has changed.

WAS Node Suite: BlenderNeko's Advanced CLIP Text Encode found, attempting to enable `CLIPTextEncode` support.
WAS Node Suite: `CLIPTextEncode (BlenderNeko Advanced + NSP)` node enabled under `WAS Suite/Conditioning` menu.
WAS Node Suite: OpenCV Python FFMPEG support is enabled
WAS Node Suite: `ffmpeg_bin_path` is set to:  C:\Program Files (x86)\ffmpeg-2024-08-18-git-7e5410eadb-full_build\bin\ffmpeg
WAS Node Suite: Finished. Loaded 219 nodes successfully.

        "Art is the freedom to create, explore, and inspire." - Unknown

2024-09-05 14:51:43,690- root:2043- INFO- 
Import times for custom nodes:
2024-09-05 14:51:43,690- root:2049- INFO-    0.0 seconds: D:\comfyui\ComfyUI\custom_nodes\AIGODLIKE-COMFYUI-TRANSLATION
2024-09-05 14:51:43,690- root:2049- INFO-    0.0 seconds: D:\comfyui\ComfyUI\custom_nodes\websocket_image_save.py
2024-09-05 14:51:43,690- root:2049- INFO-    0.0 seconds: D:\comfyui\ComfyUI\custom_nodes\cg-use-everywhere
2024-09-05 14:51:43,690- root:2049- INFO-    0.0 seconds: D:\comfyui\ComfyUI\custom_nodes\ComfyUI_ADV_CLIP_emb
2024-09-05 14:51:43,690- root:2049- INFO-    0.0 seconds: D:\comfyui\ComfyUI\custom_nodes\ComfyUI-BRIA_AI-RMBG
2024-09-05 14:51:43,691- root:2049- INFO-    0.0 seconds: D:\comfyui\ComfyUI\custom_nodes\ComfyUI-IC-Light-Native
2024-09-05 14:51:43,691- root:2049- INFO-    0.0 seconds: D:\comfyui\ComfyUI\custom_nodes\ComfyUI_toyxyz_test_nodes-main
2024-09-05 14:51:43,691- root:2049- INFO-    0.0 seconds: D:\comfyui\ComfyUI\custom_nodes\sdxl_prompt_styler
2024-09-05 14:51:43,691- root:2049- INFO-    0.0 seconds: D:\comfyui\ComfyUI\custom_nodes\ComfyUI-WD14-Tagger
2024-09-05 14:51:43,691- root:2049- INFO-    0.0 seconds: D:\comfyui\ComfyUI\custom_nodes\ComfyUI_experiments
2024-09-05 14:51:43,691- root:2049- INFO-    0.0 seconds: D:\comfyui\ComfyUI\custom_nodes\ComfyUI-Video-Matting
2024-09-05 14:51:43,691- root:2049- INFO-    0.0 seconds: D:\comfyui\ComfyUI\custom_nodes\comfyui-inpaint-nodes
2024-09-05 14:51:43,691- root:2049- INFO-    0.0 seconds: D:\comfyui\ComfyUI\custom_nodes\ComfyUI_JPS-Nodes
2024-09-05 14:51:43,691- root:2049- INFO-    0.0 seconds: D:\comfyui\ComfyUI\custom_nodes\ComfyUI_IPAdapter_plus
2024-09-05 14:51:43,691- root:2049- INFO-    0.0 seconds (IMPORT FAILED): D:\comfyui\ComfyUI\custom_nodes\comfyui-reactor-node
2024-09-05 14:51:43,692- root:2049- INFO-    0.0 seconds: D:\comfyui\ComfyUI\custom_nodes\ComfyUI-Custom-Scripts
2024-09-05 14:51:43,692- root:2049- INFO-    0.0 seconds: D:\comfyui\ComfyUI\custom_nodes\ComfyMath-main
2024-09-05 14:51:43,692- root:2049- INFO-    0.0 seconds: D:\comfyui\ComfyUI\custom_nodes\ComfyUI_FizzNodes
2024-09-05 14:51:43,692- root:2049- INFO-    0.0 seconds: D:\comfyui\ComfyUI\custom_nodes\ComfyUI-MimicMotionWrapper
2024-09-05 14:51:43,692- root:2049- INFO-    0.0 seconds: D:\comfyui\ComfyUI\custom_nodes\steerable-motion
2024-09-05 14:51:43,692- root:2049- INFO-    0.0 seconds: D:\comfyui\ComfyUI\custom_nodes\ComfyUI_essentials
2024-09-05 14:51:43,692- root:2049- INFO-    0.0 seconds: D:\comfyui\ComfyUI\custom_nodes\ComfyUI-KJNodes-main
2024-09-05 14:51:43,692- root:2049- INFO-    0.0 seconds: D:\comfyui\ComfyUI\custom_nodes\ComfyUI-Frame-Interpolation
2024-09-05 14:51:43,692- root:2049- INFO-    0.0 seconds: D:\comfyui\ComfyUI\custom_nodes\x-flux-comfyui-main
2024-09-05 14:51:43,693- root:2049- INFO-    0.0 seconds (IMPORT FAILED): D:\comfyui\ComfyUI\custom_nodes\comfyui_segment_anything
2024-09-05 14:51:43,693- root:2049- INFO-    0.0 seconds: D:\comfyui\ComfyUI\custom_nodes\ComfyUI-BiRefNet-ZHO
2024-09-05 14:51:43,693- root:2049- INFO-    0.0 seconds: D:\comfyui\ComfyUI\custom_nodes\ComfyUI-Advanced-ControlNet
2024-09-05 14:51:43,693- root:2049- INFO-    0.0 seconds: D:\comfyui\ComfyUI\custom_nodes\ComfyUI-segment-anything-2
2024-09-05 14:51:43,694- root:2049- INFO-    0.0 seconds: D:\comfyui\ComfyUI\custom_nodes\ComfyUI-GGUF
2024-09-05 14:51:43,694- root:2049- INFO-    0.0 seconds: D:\comfyui\ComfyUI\custom_nodes\Derfuu_ComfyUI_ModdedNodes
2024-09-05 14:51:43,694- root:2049- INFO-    0.0 seconds: D:\comfyui\ComfyUI\custom_nodes\ComfyUI_UltimateSDUpscale
2024-09-05 14:51:43,694- root:2049- INFO-    0.0 seconds: D:\comfyui\ComfyUI\custom_nodes\rgthree-comfy
2024-09-05 14:51:43,694- root:2049- INFO-    0.0 seconds: D:\comfyui\ComfyUI\custom_nodes\ComfyUI-IC-Light
2024-09-05 14:51:43,695- root:2049- INFO-    0.0 seconds: D:\comfyui\ComfyUI\custom_nodes\ComfyUI-AnimateDiff-Evolved
2024-09-05 14:51:43,695- root:2049- INFO-    0.0 seconds: D:\comfyui\ComfyUI\custom_nodes\ComfyUI_Comfyroll_CustomNodes
2024-09-05 14:51:43,695- root:2049- INFO-    0.0 seconds: D:\comfyui\ComfyUI\custom_nodes\efficiency-nodes-comfyui-main
2024-09-05 14:51:43,695- root:2049- INFO-    0.0 seconds: D:\comfyui\ComfyUI\custom_nodes\comfyui_controlnet_aux
2024-09-05 14:51:43,695- root:2049- INFO-    0.0 seconds: D:\comfyui\ComfyUI\custom_nodes\ComfyUI-ControlNeXt-SVD
2024-09-05 14:51:43,695- root:2049- INFO-    0.0 seconds: D:\comfyui\ComfyUI\custom_nodes\ComfyUI-Inspire-Pack
2024-09-05 14:51:43,696- root:2049- INFO-    0.1 seconds: D:\comfyui\ComfyUI\custom_nodes\comfyui-sixgod_prompt
2024-09-05 14:51:43,696- root:2049- INFO-    0.1 seconds: D:\comfyui\ComfyUI\custom_nodes\comfy_mtb-main
2024-09-05 14:51:43,696- root:2049- INFO-    0.1 seconds (IMPORT FAILED): D:\comfyui\ComfyUI\custom_nodes\ComfyUI_LayerStyle
2024-09-05 14:51:43,696- root:2049- INFO-    0.1 seconds: D:\comfyui\ComfyUI\custom_nodes\ComfyUI-SAM2
2024-09-05 14:51:43,696- root:2049- INFO-    0.1 seconds: D:\comfyui\ComfyUI\custom_nodes\ComfyUI-VideoHelperSuite-main
2024-09-05 14:51:43,697- root:2049- INFO-    0.1 seconds: D:\comfyui\ComfyUI\custom_nodes\ComfyUI-VideoHelperSuite
2024-09-05 14:51:43,697- root:2049- INFO-    0.2 seconds: D:\comfyui\ComfyUI\custom_nodes\comfyui_dagthomas
2024-09-05 14:51:43,697- root:2049- INFO-    0.3 seconds: D:\comfyui\ComfyUI\custom_nodes\ComfyUI-InstantID
2024-09-05 14:51:43,697- root:2049- INFO-    0.4 seconds: D:\comfyui\ComfyUI\custom_nodes\ComfyUI-SUPIR-main
2024-09-05 14:51:43,697- root:2049- INFO-    0.4 seconds: D:\comfyui\ComfyUI\custom_nodes\ComfyUI-Easy-Use-main
2024-09-05 14:51:43,697- root:2049- INFO-    0.5 seconds: D:\comfyui\ComfyUI\custom_nodes\ComfyUI-Manager
2024-09-05 14:51:43,698- root:2049- INFO-    0.5 seconds: D:\comfyui\ComfyUI\custom_nodes\ComfyUI-fastblend-main
2024-09-05 14:51:43,698- root:2049- INFO-    0.7 seconds: D:\comfyui\ComfyUI\custom_nodes\ComfyUI-APISR
2024-09-05 14:51:43,698- root:2049- INFO-    0.7 seconds: D:\comfyui\ComfyUI\custom_nodes\ComfyUI-MuseV
2024-09-05 14:51:43,698- root:2049- INFO-    1.4 seconds: D:\comfyui\ComfyUI\custom_nodes\ComfyUI_Custom_Nodes_AlekPet
2024-09-05 14:51:43,698- root:2049- INFO-    1.8 seconds: D:\comfyui\ComfyUI\custom_nodes\comfyui-mixlab-nodes
2024-09-05 14:51:43,698- root:2049- INFO-    2.2 seconds: D:\comfyui\ComfyUI\custom_nodes\was-node-suite-comfyui
2024-09-05 14:51:43,698- root:2049- INFO-    2.9 seconds: D:\comfyui\ComfyUI\custom_nodes\ComfyUI-BrushNet-main
2024-09-05 14:51:43,698- root:2049- INFO-    7.9 seconds (IMPORT FAILED): D:\comfyui\ComfyUI\custom_nodes\ComfyUI-Impact-Pack
2024-09-05 14:51:43,698- root:2049- INFO-    8.7 seconds: D:\comfyui\ComfyUI\custom_nodes\ComfyUI-MuseTalk
2024-09-05 14:51:43,698- root:2049- INFO-    8.9 seconds: D:\comfyui\ComfyUI\custom_nodes\ComfyUI-Inspyrenet-Rembg-main
2024-09-05 14:51:43,699- root:2050- INFO-
2024-09-05 14:51:43,711- root:532- INFO- 

2024-09-05 14:51:43,712- root:533- INFO- 

Starting server
2024-09-05 14:51:43,712- root:544- INFO- To see the GUI go to: http://192.168.50.40:8188 or http://127.0.0.1:8188
2024-09-05 14:51:43,713- root:545- INFO- To see the GUI go to: https://192.168.50.40:8189 or https://127.0.0.1:8189
D:\comfyui\ComfyUI\custom_nodes\comfyui-mixlab-nodes\webApp\lib/photoswipe-lightbox.esm.min.js
D:\comfyui\ComfyUI\custom_nodes\comfyui-mixlab-nodes\webApp\lib/photoswipe.min.css
FETCH DATA from: D:\comfyui\ComfyUI\custom_nodes\ComfyUI-Manager\extension-node-map.json [DONE]
D:\comfyui\ComfyUI\custom_nodes\comfyui-mixlab-nodes\webApp\lib/pickr.min.js
Exception in thread Thread-12 (<lambda>):
Traceback (most recent call last):
  File "C:\Users\PC\miniconda3\Lib\threading.py", line 1073, in _bootstrap_inner
    self.run()
  File "C:\Users\PC\miniconda3\Lib\threading.py", line 1010, in run
    self._target(*self._args, **self._kwargs)
  File "D:\comfyui\ComfyUI\custom_nodes\ComfyUI-Manager\glob\manager_server.py", line 1343, in <lambda>
    threading.Thread(target=lambda: asyncio.run(default_cache_update())).start()
                                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "C:\Users\PC\miniconda3\Lib\asyncio\runners.py", line 194, in run
    return runner.run(main)
           ^^^^^^^^^^^^^^^^
  File "C:\Users\PC\miniconda3\Lib\asyncio\runners.py", line 118, in run
    return self._loop.run_until_complete(task)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "C:\Users\PC\miniconda3\Lib\asyncio\base_events.py", line 687, in run_until_complete
    return future.result()
           ^^^^^^^^^^^^^^^
  File "D:\comfyui\ComfyUI\custom_nodes\ComfyUI-Manager\glob\manager_server.py", line 1340, in default_cache_update
    await asyncio.gather(a, b, c, d, e)
  File "D:\comfyui\ComfyUI\custom_nodes\ComfyUI-Manager\glob\manager_server.py", line 1327, in get_cache
    json_obj = await core.get_data(uri, True)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "D:\comfyui\ComfyUI\custom_nodes\ComfyUI-Manager\glob\manager_core.py", line 627, in get_data
    json_obj = json.loads(json_text)
               ^^^^^^^^^^^^^^^^^^^^^
  File "C:\Users\PC\miniconda3\Lib\json\__init__.py", line 346, in loads
    return _default_decoder.decode(s)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "C:\Users\PC\miniconda3\Lib\json\decoder.py", line 337, in decode
    obj, end = self.raw_decode(s, idx=_w(s, 0).end())
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "C:\Users\PC\miniconda3\Lib\json\decoder.py", line 355, in raw_decode
    raise JSONDecodeError("Expecting value", s, err.value) from None
json.decoder.JSONDecodeError: Expecting value: line 1 column 1 (char 0)
[comfy_mtb-main] | INFO -> Found multiple match, we will pick the last path/to/comfyui/
C:/Program Files (x86)/cmofyui/comfyui-nodel/
\models/upscale_models/
['D:\\comfyui\\ComfyUI\\models\\upscale_models', 'path/to/stable-diffusion-webui/models/ESRGAN', 'path/to/stable-diffusion-webui/models/RealESRGAN', 'path/to/stable-diffusion-webui/models/SwinIR', 'path/to/comfyui/\nC:/Program 
Files (x86)/cmofyui/comfyui-nodel/\n\\models/upscale_models/']
[comfy_mtb-main] | WARNING -> Face restoration models not found.
[]
[]
D:\comfyui\ComfyUI\custom_nodes\comfyui-mixlab-nodes\webApp\lib/model-viewer.min.js
D:\comfyui\ComfyUI\custom_nodes\comfyui-mixlab-nodes\webApp\lib/classic.min.css
D:\comfyui\ComfyUI\custom_nodes\comfyui-mixlab-nodes\webApp\lib/juxtapose.min.js
D:\comfyui\ComfyUI\custom_nodes\comfyui-mixlab-nodes\webApp\lib/juxtapose.css
[]
[]
FETCH DATA from: https://raw.githubusercontent.com/ltdrdata/ComfyUI-Manager/main/model-list.json[ComfyUI-Manager] Due to a network error, switching to local mode.
=> model-list.json
=> Expecting value: line 1 column 1 (char 0)
FETCH DATA from: D:\comfyui\ComfyUI\custom_nodes\ComfyUI-Manager\model-list.json [DONE]

Additional information

No response

@lindongyue7 lindongyue7 added bug Something isn't working new labels Sep 5, 2024
@CN-Look
Copy link

CN-Look commented Sep 11, 2024

Hey,I have similar issue too,my system is Win10

Here's my way to fix this problem

find your Comfyui folder→ComfyUI\custom_nodes\comfyui-reactor-node-main

type cmd enter
pip install segment_anything

@Gourieff
Copy link
Owner

Gourieff commented Sep 11, 2024

You should run install.bat inside the comfyui-reactor-node folder

C:\Users\PC\miniconda3\Lib\site-packages

or install dependencies manually if you use conda env for your Comfy

@Gourieff Gourieff removed the new label Sep 11, 2024
@lindongyue7
Copy link
Author

嘿,我也有类似的问题,我的系统是 Win10

这是我解决这个问题的方法

找到你的 Comfyui 文件夹→ComfyUI\custom_nodes\comfyui-reactor-node-main

键入 cmd enter pip install segment_anything

I've used this method and I've used the pip show command to check this dependency, and the system shows that I have this dependency, which means that there is a dependency in the current environment, but when I run it, it will tell me that there is no such dependency

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants