ltdrdata / ComfyUI-Manager

ComfyUI-Manager is an extension designed to enhance the usability of ComfyUI. It offers management functions to install, remove, disable, and enable various custom nodes of ComfyUI. Furthermore, this extension provides a hub feature and convenience functions to access a wide range of information within ComfyUI.
GNU General Public License v3.0
6.44k stars 814 forks source link

ComfyUI-Manager (V0.11) not loaded #22

Closed SteveM50 closed 1 year ago

SteveM50 commented 1 year ago

Loading: ComfyUI-Manager (V0.11)

ComfyUI Revision: 41 on 'main' [4544078f]

Traceback (most recent call last): File "f:\ComfyUI_windows_portable_nvidia_or_cpu\ComfyUI_windows_portable\ComfyUI\nodes.py", line 985, in load_custom_node module_spec.loader.exec_module(module) File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "F:\ComfyUI_windows_portable_nvidia_or_cpu\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Manager__init__.py", line 240, in @server.PromptServer.instance.routes.get("/customnode/getmappings") AttributeError: type object 'PromptServer' has no attribute 'instance'

Cannot import F:\ComfyUI_windows_portable_nvidia_or_cpu\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Manager module for custom nodes: type object 'PromptServer' has no attribute 'instance' WAS Node Suite: Loaded Set vram state to: NORMAL VRAM Starting server

pls help

ltdrdata commented 1 year ago

You should update ComfyUI to latest version. Your ComfyUI version is too old.

ddeamil commented 1 year ago

Hello dear ltdrdata, in response to : Is it possible to provide full log output to console when starting ComfyUI?

C:\AI\ComfyUI_windows_portable>.\python_embeded\python.exe -s ComfyUI\main.py --windows-standalone-build --preview-method auto Total VRAM 16384 MB, total RAM 32428 MB xformers version: 0.0.20 Set vram state to: NORMAL_VRAM Device: cuda:0 NVIDIA GeForce RTX 3080 Ti Laptop GPU Using xformers cross attention Adding extra search path checkpoints C:\AI\Stable diffusion_Automatic-1111\stable-diffusion-webui\models/Stable-diffusion Adding extra search path configs C:\AI\Stable diffusion_Automatic-1111\stable-diffusion-webui\models/Stable-diffusion Adding extra search path vae C:\AI\Stable diffusion_Automatic-1111\stable-diffusion-webui\models/VAE Adding extra search path loras C:\AI\Stable diffusion_Automatic-1111\stable-diffusion-webui\models/Lora Adding extra search path loras C:\AI\Stable diffusion_Automatic-1111\stable-diffusion-webui\models/LyCORIS Adding extra search path upscale_models C:\AI\Stable diffusion_Automatic-1111\stable-diffusion-webui\models/ESRGAN Adding extra search path upscale_models C:\AI\Stable diffusion_Automatic-1111\stable-diffusion-webui\models/RealESRGAN Adding extra search path upscale_models C:\AI\Stable diffusion_Automatic-1111\stable-diffusion-webui\models/SwinIR Adding extra search path embeddings C:\AI\Stable diffusion_Automatic-1111\stable-diffusion-webui\embeddings Adding extra search path hypernetworks C:\AI\Stable diffusion_Automatic-1111\stable-diffusion-webui\models/hypernetworksAdding extra search path controlnet C:\AI\Stable diffusion_Automatic-1111\stable-diffusion-webui\models/ControlNet Requirement already satisfied: GitPython in c:\users\desmo\appdata\roaming\python\python310\site-packages (from -r C:\AI\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Manager\requirements.txt (line 1)) (3.1.32) Requirement already satisfied: gitdb<5,>=4.0.1 in c:\users\desmo\appdata\roaming\python\python310\site-packages (from GitPython->-r C:\AI\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Manager\requirements.txt (line 1)) (4.0.10) Requirement already satisfied: smmap<6,>=3.0.1 in c:\users\desmo\appdata\roaming\python\python310\site-packages (from gitdb<5,>=4.0.1->GitPython->-r C:\AI\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Manager\requirements.txt (line 1)) (5.0.0) Traceback (most recent call last): File "C:\AI\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Manager__init__.py", line 7, in import git ModuleNotFoundError: No module named 'git'

During handling of the above exception, another exception occurred:

Traceback (most recent call last): File "C:\AI\ComfyUI_windows_portable\ComfyUI\nodes.py", line 1509, in load_custom_node module_spec.loader.exec_module(module) File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "C:\AI\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Manager__init__.py", line 12, in import git ModuleNotFoundError: No module named 'git'

Cannot import C:\AI\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Manager module for custom nodes: No module named 'git'

Import times for custom nodes: 1.3 seconds (IMPORT FAILED): C:\AI\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Manager

Starting server

zayyarroo commented 1 year ago

Hello dear ltdrdata, in response to : Is it possible to provide full log output to console when starting ComfyUI?

C:\AI\ComfyUI_windows_portable>.\python_embeded\python.exe -s ComfyUI\main.py --windows-standalone-build --preview-method auto Total VRAM 16384 MB, total RAM 32428 MB xformers version: 0.0.20 Set vram state to: NORMAL_VRAM Device: cuda:0 NVIDIA GeForce RTX 3080 Ti Laptop GPU Using xformers cross attention Adding extra search path checkpoints C:\AI\Stable diffusion_Automatic-1111\stable-diffusion-webui\models/Stable-diffusion Adding extra search path configs C:\AI\Stable diffusion_Automatic-1111\stable-diffusion-webui\models/Stable-diffusion Adding extra search path vae C:\AI\Stable diffusion_Automatic-1111\stable-diffusion-webui\models/VAE Adding extra search path loras C:\AI\Stable diffusion_Automatic-1111\stable-diffusion-webui\models/Lora Adding extra search path loras C:\AI\Stable diffusion_Automatic-1111\stable-diffusion-webui\models/LyCORIS Adding extra search path upscale_models C:\AI\Stable diffusion_Automatic-1111\stable-diffusion-webui\models/ESRGAN Adding extra search path upscale_models C:\AI\Stable diffusion_Automatic-1111\stable-diffusion-webui\models/RealESRGAN Adding extra search path upscale_models C:\AI\Stable diffusion_Automatic-1111\stable-diffusion-webui\models/SwinIR Adding extra search path embeddings C:\AI\Stable diffusion_Automatic-1111\stable-diffusion-webui\embeddings Adding extra search path hypernetworks C:\AI\Stable diffusion_Automatic-1111\stable-diffusion-webui\models/hypernetworksAdding extra search path controlnet C:\AI\Stable diffusion_Automatic-1111\stable-diffusion-webui\models/ControlNet Requirement already satisfied: GitPython in c:\users\desmo\appdata\roaming\python\python310\site-packages (from -r C:\AI\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Manager\requirements.txt (line 1)) (3.1.32) Requirement already satisfied: gitdb<5,>=4.0.1 in c:\users\desmo\appdata\roaming\python\python310\site-packages (from GitPython->-r C:\AI\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Manager\requirements.txt (line 1)) (4.0.10) Requirement already satisfied: smmap<6,>=3.0.1 in c:\users\desmo\appdata\roaming\python\python310\site-packages (from gitdb<5,>=4.0.1->GitPython->-r C:\AI\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Manager\requirements.txt (line 1)) (5.0.0) Traceback (most recent call last): File "C:\AI\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Managerinit.py", line 7, in import git ModuleNotFoundError: No module named 'git'

During handling of the above exception, another exception occurred:

Traceback (most recent call last): File "C:\AI\ComfyUI_windows_portable\ComfyUI\nodes.py", line 1509, in load_custom_node module_spec.loader.exec_module(module) File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "C:\AI\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Managerinit.py", line 12, in import git ModuleNotFoundError: No module named 'git'

Cannot import C:\AI\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Manager module for custom nodes: No module named 'git'

Import times for custom nodes: 1.3 seconds (IMPORT FAILED): C:\AI\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Manager

Starting server

same error to me Using Latest Comfy

ltdrdata commented 1 year ago

Try update ComfyUI-Manager. I have patched the installation process, hoping it will work. This phenomenon is difficult to reproduce because it only occurs in specific environments.

Dvorak-Design commented 1 year ago

I'm using the latest version of ComfyUI, manager and Python, and the cmd says that importing custom nodes failed.

ltdrdata commented 1 year ago

I'm using the latest version of ComfyUI, manager and Python, and the cmd says that importing custom nodes failed.

Please, show me the full error log.

ltdrdata commented 1 year ago

It seems you did uncompressed manager into custom_nodes directory, directly.

You can find hidden .git folder inside custom_nodes directory.

Remove that directory and other .py files, too.

And if there is ComfyUI-Manager directory. Remove it too. And reinstall through installation[method2].

Taikakim commented 1 year ago

I have this issue... I've been running the official ComfyUI Colab for some time already, but now started from the Manager notebook. I have ran now both two times with update on, and latest notebooks from GitHub:


/tools/node/bin/lt -> /tools/node/lib/node_modules/localtunnel/bin/lt.js
+ localtunnel@2.0.2
added 22 packages from 22 contributors in 2.198s
** ComfyUI start up time: 2023-09-16 15:33:01.787355

Prestartup times for custom nodes:
   0.7 seconds: /content/drive/MyDrive/ComfyUI/custom_nodes/ComfyUI-Manager

Total VRAM 40514 MB, total RAM 85484 MB
xformers version: 0.0.21
Set vram state to: NORMAL_VRAM
Device: cuda:0 NVIDIA A100-SXM4-40GB : cudaMallocAsync
Using xformers cross attention
2023-09-16 15:33:23.648923: W tensorflow/compiler/tf2tensorrt/utils/py_utils.cc:38] TF-TRT Warning: Could not find TensorRT
Traceback (most recent call last):
  File "/content/drive/MyDrive/ComfyUI/nodes.py", line 1596, in load_custom_node
    module_spec.loader.exec_module(module)
  File "<frozen importlib._bootstrap_external>", line 883, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/content/drive/MyDrive/ComfyUI/custom_nodes/comfy_controlnet_preprocessors/__init__.py", line 1, in <module>
    from custom_nodes.comfy_controlnet_preprocessors.nodes import edge_line, normal_depth_map, pose, semseg, others
  File "/content/drive/MyDrive/ComfyUI/custom_nodes/comfy_controlnet_preprocessors/__init__.py", line 1, in <module>
    from custom_nodes.comfy_controlnet_preprocessors.nodes import edge_line, normal_depth_map, pose, semseg, others
  File "/content/drive/MyDrive/ComfyUI/custom_nodes/comfy_controlnet_preprocessors/nodes/semseg.py", line 5, in <module>
    from ..v11 import oneformer
  File "/content/drive/MyDrive/ComfyUI/custom_nodes/comfy_controlnet_preprocessors/v11/oneformer/__init__.py", line 4, in <module>
    from .api import make_detectron2_model, semantic_run
  File "/content/drive/MyDrive/ComfyUI/custom_nodes/comfy_controlnet_preprocessors/v11/oneformer/api.py", line 10, in <module>
    from custom_nodes.comfy_controlnet_preprocessors.v11.oneformer.oneformer import (
  File "/content/drive/MyDrive/ComfyUI/custom_nodes/comfy_controlnet_preprocessors/v11/oneformer/oneformer/__init__.py", line 9, in <module>
    from .oneformer_model import OneFormer
  File "/content/drive/MyDrive/ComfyUI/custom_nodes/comfy_controlnet_preprocessors/v11/oneformer/oneformer/oneformer_model.py", line 24, in <module>
    from custom_nodes.comfy_controlnet_preprocessors.v11.oneformer.oneformer.data.tokenizer import SimpleTokenizer, Tokenize
  File "/content/drive/MyDrive/ComfyUI/custom_nodes/comfy_controlnet_preprocessors/v11/oneformer/oneformer/data/tokenizer.py", line 32, in <module>
    import ftfy
ModuleNotFoundError: No module named 'ftfy'

Cannot import /content/drive/MyDrive/ComfyUI/custom_nodes/comfy_controlnet_preprocessors module for custom nodes: No module named 'ftfy'
## ComfyUI-Manager: installing dependencies
 Collecting GitPython (from -r /content/drive/MyDrive/ComfyUI/custom_nodes/ComfyUI-Manager/requirements.txt (line 1))
   Downloading GitPython-3.1.36-py3-none-any.whl (189 kB)
      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 189.5/189.5 kB 3.2 MB/s eta 0:00:00
 Collecting gitdb<5,>=4.0.1 (from GitPython->-r /content/drive/MyDrive/ComfyUI/custom_nodes/ComfyUI-Manager/requirements.txt (line 1))
   Downloading gitdb-4.0.10-py3-none-any.whl (62 kB)
      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 62.7/62.7 kB 8.1 MB/s eta 0:00:00
 Collecting smmap<6,>=3.0.1 (from gitdb<5,>=4.0.1->GitPython->-r /content/drive/MyDrive/ComfyUI/custom_nodes/ComfyUI-Manager/requirements.txt (line 1))
   Downloading smmap-5.0.0-py3-none-any.whl (24 kB)
 Installing collected packages: smmap, gitdb, GitPython
 Successfully installed GitPython-3.1.36 gitdb-4.0.10 smmap-5.0.0
## ComfyUI-Manager: installing dependencies done.
### Loading: ComfyUI-Manager (V0.26.2)

## [WARN] ComfyUI-Manager: Your ComfyUI version (1221) is too old. Please update to the latest version. ##

### ComfyUI Revision: 1221 [95d796fc]
[WARN] ComfyUI-Manager: Your ComfyUI version is outdated. Please update to the latest version.
### ComfyUI-Manager: Copy .js from '/content/drive/MyDrive/ComfyUI/custom_nodes/ComfyUI-Manager/js/comfyui-manager.js' to '/content/drive/MyDrive/ComfyUI/web/extensions/comfyui-manager'

Import times for custom nodes:
   1.4 seconds (IMPORT FAILED): /content/drive/MyDrive/ComfyUI/custom_nodes/comfy_controlnet_preprocessors
  20.7 seconds: /content/drive/MyDrive/ComfyUI/custom_nodes/ComfyUI-Manager

ComfyUI finished loading, trying to launch localtunnel (if it gets stuck here localtunnel is having issues)
ltdrdata commented 1 year ago

comfy_controlnet_preprocessors is deprecated remove it. And install ComfyUI Auxiliary Preprocessors.