Replies: 4 comments 2 replies
-
You seem to be experiencing many issues with your Python environment. |
Beta Was this translation helpful? Give feedback.
-
That is what I am doing :~$ cd /opt/ComfyUI/ ComfyUI-Manager: installing dependencies done.** ComfyUI startup time: 2024-11-19 02:25:10.369300 Prestartup times for custom nodes: Traceback (most recent call last): |
Beta Was this translation helpful? Give feedback.
-
Oh now I think it is working, I think what I was missing was to install requirements and torch on both to get it working. The result: python main.py ComfyUI-Manager: installing dependencies done.** ComfyUI startup time: 2024-11-19 12:59:38.933736 Prestartup times for custom nodes: Total VRAM 15967 MB, total RAM 128708 MB Loading: ComfyUI-Manager (V2.51.9)ComfyUI Revision: 2837 [9cc90ee3] | Released on '2024-11-18'Import times for custom nodes: Starting server To see the GUI go to: http://127.0.0.1:8188 |
Beta Was this translation helpful? Give feedback.
-
I think now it is working as it supposed to I was just expecting a floating panel instead of accessing it on top. Anyway thank you so much for the patience and for the support. |
Beta Was this translation helpful? Give feedback.
-
I am trying to install ComfyUI-Manager following the instructions but using Python3.12 since 3.13 gives issues to ComfyUI.
And I am getting this error on load.
[START] Security scan
[DONE] Security scan
ComfyUI-Manager: installing dependencies. (GitPython)
/usr/bin/python3.12: No module named pip
[ERROR] ComfyUI-Manager: Attempting to reinstall dependencies using an alternative method.
/usr/bin/python3.12: No module named pip
[ERROR] ComfyUI-Manager: Failed to install the GitPython package in the correct Python environment. Please install it manually in the appropriate environment. (You can seek help at https://app.element.io/#/room/%23comfyui_space%3Amatrix.org)
[ERROR] ComfyUI-Manager: GitPython package seems to be installed, but failed to load somehow. Make sure you have a working git client installed
** ComfyUI startup time: 2024-11-19 00:13:29.506468
** Platform: Linux
** Python version: 3.12.7 (main, Oct 1 2024, 00:00:00) [GCC 14.2.1 20240912 (Red Hat 14.2.1-3)]
** Python executable: /usr/bin/python3.12
** ComfyUI Path: /opt/ComfyUI
** Log path: /opt/ComfyUI/comfyui.log
Prestartup times for custom nodes:
0.4 seconds: /opt/ComfyUI/custom_nodes/ComfyUI-Manager
Total VRAM 15967 MB, total RAM 128708 MB
pytorch version: 2.5.1+cu124
Set vram state to: NORMAL_VRAM
Device: cuda:0 NVIDIA GeForce RTX 4070 Ti SUPER : cudaMallocAsync
Using pytorch cross attention
[Prompt Server] web root: /opt/ComfyUI/web
Traceback (most recent call last):
File "/opt/ComfyUI/nodes.py", line 2022, 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 "/opt/ComfyUI/custom_nodes/ComfyUI-Manager/init.py", line 6, in
from .glob import manager_server
File "/opt/ComfyUI/custom_nodes/ComfyUI-Manager/glob/manager_server.py", line 13, in
import git
ModuleNotFoundError: No module named 'git'
Cannot import /opt/ComfyUI/custom_nodes/ComfyUI-Manager module for custom nodes: No module named 'git'
Import times for custom nodes:
0.0 seconds: /opt/ComfyUI/custom_nodes/websocket_image_save.py
0.0 seconds (IMPORT FAILED): /opt/ComfyUI/custom_nodes/ComfyUI-Manager
Starting server
To see the GUI go to: http://127.0.0.1:8188
I was wondering if someone could help me.
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions