Comfy UI Manager Is not working #1523
Replies: 4 comments 10 replies
-
This issue was fixed a week ago. What is the version of the installed ComfyUI-Manager? |
Beta Was this translation helpful? Give feedback.
-
I'm having this exact same issue, how was it solved? I've tried installing ComfyUI-Manager a couple of times, with the git pull method and the .bat installer |
Beta Was this translation helpful? Give feedback.
-
looks bad... what does it mean? thanks again, you rock!! |
Beta Was this translation helpful? Give feedback.
-
I finally got it by copying a few things from [user]\AppData\Roaming\Python\Python310\site-packages to ComfyUI_windows_portable\python_embeded\Lib\site-packages had to do one at a time as the logs were showing the errors one by one but eventually got it, thanks for all the help!! |
Beta Was this translation helpful? Give feedback.
-
Checkpoint files will always be loaded safely. Total VRAM 8192 MB, total RAM 65457 MB pytorch version: 2.5.1+cu124 Set vram state to: NORMAL_VRAM Device: cuda:0 NVIDIA GeForce RTX 3060 Ti : cudaMallocAsync Using pytorch attention [Prompt Server] web root: D:\ComfyUI_windows_portable_nvidia\ComfyUI_windows_portable\ComfyUI\web Traceback (most recent call last): File "D:\ComfyUI_windows_portable_nvidia\ComfyUI_windows_portable\ComfyUI\nodes.py", line 2106, in load_custom_node module_spec.loader.exec_module(module) File "<frozen importlib._bootstrap_external>", line 999, in exec_module File "<frozen importlib._bootstrap>", line 488, in _call_with_frames_removed File "D:\ComfyUI_windows_portable_nvidia\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui-manager\__init__.py", line 8, in <module> import manager_server # noqa: F401 ^^^^^^^^^^^^^^^^^^^^^ File "D:\ComfyUI_windows_portable_nvidia\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui-manager\glob\manager_server.py", line 17, in <module> import manager_core as core File "D:\ComfyUI_windows_portable_nvidia\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui-manager\glob\manager_core.py", line 29, in <module> from rich import print ModuleNotFoundError: No module named 'rich' Cannot import D:\ComfyUI_windows_portable_nvidia\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui-manager module for custom nodes: No module named 'rich' Import times for custom nodes: 0.0 seconds: D:\ComfyUI_windows_portable_nvidia\ComfyUI_windows_portable\ComfyUI\custom_nodes\websocket_image_save.py 0.0 seconds (IMPORT FAILED): D:\ComfyUI_windows_portable_nvidia\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui-manager
I have tried many times but it is not working it is saying No module named 'rich' but I have installed rich .
Beta Was this translation helpful? Give feedback.
All reactions