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

[Bug]: Manager is missing #413

Closed
nothingness6 opened this issue Dec 1, 2024 · 6 comments
Closed

[Bug]: Manager is missing #413

nothingness6 opened this issue Dec 1, 2024 · 6 comments

Comments

@nothingness6
Copy link

nothingness6 commented Dec 1, 2024

App VersionThe latest

Expected BehaviorThe manager button should be shown at the top-right corner.

Actual BehaviorIt doesn't show up :
ComfyUI!UNITO-UNDERSCORE!Desktop ( https://github.com/user-attachments/assets/6bc74afa-6382-49f4-8dfe-ee8173e639bd )

Steps to ReproduceRe-downloaded and clean installed, but nothing has been changed.

Debug LogsFile "D:\AI_Tools\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-InstanceDiffusion\nodes\load_instance_positionnet_node.py", line 10, in INPUT_TYPES
"model_filename": (get_model_list(constants.INSTANCE_POSITIONNET_DIR),),
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "D:\AI_Tools\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-InstanceDiffusion\utils\model_utils.py", line 17, in get_model_list
return os.listdir(path)
^^^^^^^^^^^^^^^^
FileNotFoundError: [WinError 3] The system cannot find the path specified: 'D:\AI_Tools\ComfyUI_windows_portable\ComfyUI\models\instance_models\positionnet_models'

[ERROR] An error occurred while retrieving information for the 'LoadInstanceFusersNode' node.
Traceback (most recent call last):
File "D:\AI_Tools\ComfyUI_windows_portable\ComfyUI\server.py", line 564, in get_object_info
out[x] = node_info(x)
^^^^^^^^^^^^
File "D:\AI_Tools\ComfyUI_windows_portable\ComfyUI\server.py", line 531, in node_info
info['input'] = obj_class.INPUT_TYPES()
^^^^^^^^^^^^^^^^^^^^^^^
File "D:\AI_Tools\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-InstanceDiffusion\nodes\load_instance_fusers_node.py", line 10, in INPUT_TYPES
"model_filename": (get_model_list(constants.INSTANCE_FUSERS_DIR),),
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "D:\AI_Tools\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-InstanceDiffusion\utils\model_utils.py", line 17, in get_model_list
return os.listdir(path)
^^^^^^^^^^^^^^^^
FileNotFoundError: [WinError 3

┆Issue is synchronized with this Notion page by Unito

@robinjhuang
Copy link
Member

If the manager button is not present, that probably means there was some issue with it being imported as a custom node. In your logs, do you see anything related to that? Such as "Failed to import ComfyUI-Manager".

Can you check the comfyui.log using instructions here?

Dev tools is only available in the desktop application itself (from the Help menu).

@nothingness6
Copy link
Author

If the manager button is not present, that probably means there was some issue with it being imported as a custom node. In your logs, do you see anything related to that? Such as "Failed to import ComfyUI-Manager".

Can you check the comfyui.log using instructions here?

Dev tools is only available in the desktop application itself (from the Help menu).

Here is the log of the fresh installation :

Total VRAM 12288 MB, total RAM 16237 MB
pytorch version: 2.5.1+cu124
Set vram state to: NORMAL_VRAM
Device: cuda:0 NVIDIA GeForce RTX 3060 : cudaMallocAsync
Using pytorch cross attention
****** User settings have been changed to be stored on the server instead of browser storage. ******
****** For multi-user setups add the --multi-user CLI argument to enable multiple user profiles. ******
[Prompt Server] web root: D:\AI_Tools\ComfyUI_windows_Desktop\ComfyUI\web

Import times for custom nodes:
   0.0 seconds: D:\AI_Tools\ComfyUI_windows_Desktop\ComfyUI\custom_nodes\websocket_image_save.py

Starting server

To see the GUI go to: http://127.0.0.1:8188

@nothingness6
Copy link
Author

Plus, this is the screenshot of the fresh installation. There are less buttons on the top-right corner :
ComfyUI_Desktop3

@robinjhuang
Copy link
Member

@nothingness6 Should be resolved in the latest version. Is this still an issue?

@C4l1b3r
Copy link

C4l1b3r commented Jan 2, 2025

I have this issue still

@FelicitasGlow
Copy link

Hello everyone, I'm not a techy person and I will need your help with this. I don't see the manager at my comfyui desktop version. I checked the folder of comfyui and at the custome nodes, it is definitely still there. What should I do?

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

4 participants