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 node manager on MAC #6399

Open
spyderr7 opened this issue Jan 8, 2025 · 3 comments
Open

Missing node manager on MAC #6399

spyderr7 opened this issue Jan 8, 2025 · 3 comments
Labels
User Support A user needs help with something, probably not a bug.

Comments

@spyderr7
Copy link

spyderr7 commented Jan 8, 2025

Your question

Hi, I can't find a node manager on desktop ComfyUI app v 0.4.5 on MacOS. I want to install missing nodes, but the nodes manager is nowhere to be found ;) can someone help me out?

image

Logs

No response

Other

No response

@spyderr7 spyderr7 added the User Support A user needs help with something, probably not a bug. label Jan 8, 2025
@jaimechavira777
Copy link

Have the same issue on Windows.

@ltdrdata
Copy link
Collaborator

ltdrdata commented Jan 9, 2025

Please upload the full log.

@spyderr7
Copy link
Author

spyderr7 commented Jan 9, 2025

Please upload the full log.

Failed to execute startup-script: /Applications/ComfyUI.app/Contents/Resources/ComfyUI/custom_nodes/ComfyUI-Manager/prestartup_script.py / Failed to initialize: Cmd('git') failed due to: exit code(69)
cmdline: git version
stderr: 'You have not agreed to the Xcode license agreements. Please run 'sudo xcodebuild -license' from within a Terminal window to review and agree to the Xcode and Apple SDKs license.'
[2025-01-08 16:17:14.828]
Prestartup times for custom nodes:
[2025-01-08 16:17:14.828] 43.3 seconds (PRESTARTUP FAILED): /Applications/ComfyUI.app/Contents/Resources/ComfyUI/custom_nodes/ComfyUI-Manager
[2025-01-08 16:17:14.828]
[2025-01-08 16:17:32.289] Total VRAM 65536 MB, total RAM 65536 MB
[2025-01-08 16:17:32.289] pytorch version: 2.7.0.dev20250108
[2025-01-08 16:17:32.289] Set vram state to: SHARED
[2025-01-08 16:17:32.289] Device: mps
[2025-01-08 16:17:38.192] Using sub quadratic optimization for attention, if you have memory or speed issues try using: --use-split-cross-attention
[2025-01-08 16:17:51.441] [Prompt Server] web root: /Applications/ComfyUI.app/Contents/Resources/ComfyUI/web_custom_versions/desktop_app
[2025-01-08 16:17:54.006] Traceback (most recent call last):
File "/Users/p/Documents/ComfyUI/.venv/lib/python3.12/site-packages/git/init.py", line 296, in
refresh()
File "/Users/p/Documents/ComfyUI/.venv/lib/python3.12/site-packages/git/init.py", line 287, in refresh
if not Git.refresh(path=path):
^^^^^^^^^^^^^^^^^^^^^^
File "/Users/p/Documents/ComfyUI/.venv/lib/python3.12/site-packages/git/cmd.py", line 559, in refresh
cls().version()
File "/Users/p/Documents/ComfyUI/.venv/lib/python3.12/site-packages/git/cmd.py", line 986, in
return lambda *args, **kwargs: self._call_process(name, *args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/Users/p/Documents/ComfyUI/.venv/lib/python3.12/site-packages/git/cmd.py", line 1599, in _call_process
return self.execute(call, **exec_kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/Users/p/Documents/ComfyUI/.venv/lib/python3.12/site-packages/git/cmd.py", line 1389, in execute
raise GitCommandError(redacted_command, status, stderr_value, stdout_value)
git.exc.GitCommandError: Cmd('git') failed due to: exit code(69)
cmdline: git version
stderr: 'You have not agreed to the Xcode license agreements. Please run 'sudo xcodebuild -license' from within a Terminal window to review and agree to the Xcode and Apple SDKs license.'

The above exception was the direct cause of the following exception:

Traceback (most recent call last):
File "/Applications/ComfyUI.app/Contents/Resources/ComfyUI/nodes.py", line 2089, in load_custom_node
module_spec.loader.exec_module(module)
File "", line 999, in exec_module
File "", line 488, in _call_with_frames_removed
File "/Applications/ComfyUI.app/Contents/Resources/ComfyUI/custom_nodes/ComfyUI-Manager/init.py", line 8, in
import manager_server
File "/Applications/ComfyUI.app/Contents/Resources/ComfyUI/custom_nodes/ComfyUI-Manager/glob/manager_server.py", line 13, in
import git
File "/Users/p/Documents/ComfyUI/.venv/lib/python3.12/site-packages/git/init.py", line 298, in
raise ImportError("Failed to initialize: {0}".format(_exc)) from _exc
ImportError: Failed to initialize: Cmd('git') failed due to: exit code(69)
cmdline: git version
stderr: 'You have not agreed to the Xcode license agreements. Please run 'sudo xcodebuild -license' from within a Terminal window to review and agree to the Xcode and Apple SDKs license.'

[2025-01-08 16:17:54.006] Cannot import /Applications/ComfyUI.app/Contents/Resources/ComfyUI/custom_nodes/ComfyUI-Manager module for custom nodes: Failed to initialize: Cmd('git') failed due to: exit code(69)
cmdline: git version
stderr: 'You have not agreed to the Xcode license agreements. Please run 'sudo xcodebuild -license' from within a Terminal window to review and agree to the Xcode and Apple SDKs license.'
[2025-01-08 16:17:54.007]
Import times for custom nodes:
[2025-01-08 16:17:54.007] 0.0 seconds: /Applications/ComfyUI.app/Contents/Resources/ComfyUI/custom_nodes/websocket_image_save.py
[2025-01-08 16:17:54.007] 0.3 seconds (IMPORT FAILED): /Applications/ComfyUI.app/Contents/Resources/ComfyUI/custom_nodes/ComfyUI-Manager
[2025-01-08 16:17:54.007]
[2025-01-08 16:17:54.009] Starting server

[2025-01-08 16:17:54.009] To see the GUI go to: http://127.0.0.1:8000
[2025-01-08 16:21:53.543] Failed to get ComfyUI version: Command '['git', 'describe', '--tags']' returned non-zero exit status 69.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
User Support A user needs help with something, probably not a bug.
Projects
None yet
Development

No branches or pull requests

3 participants