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

Missing Manager Menu #5773

Closed
smartyno opened this issue Nov 25, 2024 · 4 comments
Closed

Missing Manager Menu #5773

smartyno opened this issue Nov 25, 2024 · 4 comments
Labels
Potential Bug User is reporting a bug. This should be tested.

Comments

@smartyno
Copy link

Expected Behavior

Expected to see a button in the top-right corner that loads Manager dialog with features like install missing nodes/models

Actual Behavior

Not seeing that button, not able to locate Manager anywhere in the UI.

Steps to Reproduce

I am running ComfyUI v0.3.4-6-g61196d8 on an external GPU (using Run Pod, comfy UI template for that. When I launch the HTTP service, i first see the default UI with all the menus on the left side bar (including Manager). However, when I update Comfy to the latest version, I can not find Manager anywhere. I did the same steps yesterday and the Managet button was in the top right corner.
Screenshot 2024-11-25 at 9 40 31 PM

Debug Logs

** ComfyUI startup time: 2024-11-25 20:22:29.782558
** Platform: Linux
** Python version: 3.10.12 (main, Nov 20 2023, 15:14:05) [GCC 11.4.0]
** Python executable: /venv/bin/python
** Log path: /workspace/ComfyUI/comfyui.log

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

Total VRAM 24111 MB, total RAM 64070 MB
pytorch version: 2.0.1+cu118
xformers version: 0.0.22
Set vram state to: NORMAL_VRAM
Device: cuda:0 NVIDIA GeForce RTX 4090 : cudaMallocAsync
Using xformers cross attention
[Prompt Server] web root: /workspace/ComfyUI/web
Traceback (most recent call last):
  File "/workspace/ComfyUI/nodes.py", line 2027, in load_custom_node
    module_spec.loader.exec_module(module)
  File "<frozen importlib._bootstrap_external>", line 883, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/workspace/ComfyUI/comfy_extras/nodes_upscale_model.py", line 3, in <module>
    from spandrel import ModelLoader, ImageModelDescriptor
ModuleNotFoundError: No module named 'spandrel'

Cannot import /workspace/ComfyUI/comfy_extras/nodes_upscale_model.py module for custom nodes: No module named 'spandrel'
Traceback (most recent call last):
  File "/workspace/ComfyUI/nodes.py", line 2027, in load_custom_node
    module_spec.loader.exec_module(module)
  File "<frozen importlib._bootstrap_external>", line 883, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/workspace/ComfyUI/comfy_extras/nodes_canny.py", line 1, in <module>
    from kornia.filters import canny
ModuleNotFoundError: No module named 'kornia'

Cannot import /workspace/ComfyUI/comfy_extras/nodes_canny.py module for custom nodes: No module named 'kornia'
Traceback (most recent call last):
  File "/workspace/ComfyUI/nodes.py", line 2027, in load_custom_node
    module_spec.loader.exec_module(module)
  File "<frozen importlib._bootstrap_external>", line 883, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/workspace/ComfyUI/comfy_extras/nodes_morphology.py", line 4, in <module>
    from kornia.morphology import dilation, erosion, opening, closing, gradient, top_hat, bottom_hat
ModuleNotFoundError: No module named 'kornia'

Cannot import /workspace/ComfyUI/comfy_extras/nodes_morphology.py module for custom nodes: No module named 'kornia'
### Loading: ComfyUI-Manager (V2.7.1)
### ComfyUI Revision: 2860 [61196d88] | Released on '2024-11-25'

Import times for custom nodes:
   0.0 seconds: /workspace/ComfyUI/custom_nodes/websocket_image_save.py
   0.0 seconds: /workspace/ComfyUI/custom_nodes/ComfyUI-Manager

WARNING: some comfy_extras/ nodes did not import correctly. This may be because they are missing some dependencies.

IMPORT FAILED: nodes_upscale_model.py
IMPORT FAILED: nodes_canny.py
IMPORT FAILED: nodes_morphology.py

This issue might be caused by new missing dependencies added the last time you updated ComfyUI.
Please do a: pip install -r requirements.txt

Starting server

To see the GUI go to: http://0.0.0.0:3000
To see the GUI go to: http://[::]:3000
[ComfyUI-Manager] default cache updated: https://raw.githubusercontent.com/ltdrdata/ComfyUI-Manager/main/model-list.json
[ComfyUI-Manager] default cache updated: https://raw.githubusercontent.com/ltdrdata/ComfyUI-Manager/main/alter-list.json
[ComfyUI-Manager] default cache updated: https://raw.githubusercontent.com/ltdrdata/ComfyUI-Manager/main/extension-node-map.json
[ComfyUI-Manager] default cache updated: https://raw.githubusercontent.com/ltdrdata/ComfyUI-Manager/main/custom-node-list.json
FETCH DATA from: /workspace/ComfyUI/custom_nodes/ComfyUI-Manager/extension-node-map.json
got prompt
invalid prompt: {'type': 'invalid_prompt', 'message': 'Cannot execute because a node is missing the class_type property.', 'details': "Node ID '#32'", 'extra_info': {}}
got prompt
invalid prompt: {'type': 'invalid_prompt', 'message': 'Cannot execute because a node is missing the class_type property.', 'details': "Node ID '#32'", 'extra_info': {}}

Other

No response

@smartyno smartyno added the Potential Bug User is reporting a bug. This should be tested. label Nov 25, 2024
@StereoTypePro
Copy link

StereoTypePro commented Nov 25, 2024

same issue.. I needed to delete and reinstall the manager to resolve the issue.

@Farley-0528
Copy link

我是没装git 装一个就好了

@ltdrdata
Copy link
Collaborator

ltdrdata commented Nov 27, 2024

It seems that you didn't installed requirements.txt of ComfyUI properly.
This issue may occur if you update a very old version of ComfyUI simply by performing a git pull.

@huchenlei huchenlei closed this as not planned Won't fix, can't repro, duplicate, stale Nov 27, 2024
@FormerTwitterEmployee
Copy link

I just installed ComfyUI with the latest release and I have this problem

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Potential Bug User is reporting a bug. This should be tested.
Projects
None yet
Development

No branches or pull requests

6 participants