ltdrdata / ComfyUI-Manager

ComfyUI-Manager is an extension designed to enhance the usability of ComfyUI. It offers management functions to install, remove, disable, and enable various custom nodes of ComfyUI. Furthermore, this extension provides a hub feature and convenience functions to access a wide range of information within ComfyUI.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

AttributeError: module 'cm_global' has no attribute 'pip_overrides'

HaleVDTViettel opened this issue · comments

comfy-1  | Error handling request
comfy-1  | Traceback (most recent call last):
comfy-1  |   File "/opt/conda/lib/python3.10/site-packages/aiohttp/web_protocol.py", line 452, in _handle_request
comfy-1  |     resp = await request_handler(request)
comfy-1  |   File "/opt/conda/lib/python3.10/site-packages/aiohttp/web_app.py", line 543, in _handle
comfy-1  |     resp = await handler(request)
comfy-1  |   File "/opt/conda/lib/python3.10/site-packages/aiohttp/web_middlewares.py", line 114, in impl
comfy-1  |     return await handler(request)
comfy-1  |   File "/stable-diffusion/server.py", line 42, in cache_control
comfy-1  |     response: web.Response = await handler(request)
comfy-1  |   File "/stable-diffusion/server.py", line 54, in cors_middleware
comfy-1  |     response = await handler(request)
comfy-1  |   File "/data/config/comfy/custom_nodes/ComfyUI-Manager/glob/manager_server.py", line 816, in install_custom_node
comfy-1  |     pkg = core.remap_pip_package(pname)
comfy-1  |   File "/data/config/comfy/custom_nodes/ComfyUI-Manager/glob/manager_core.py", line 56, in remap_pip_package
comfy-1  |     if pkg in cm_global.pip_overrides:
comfy-1  | AttributeError: module 'cm_global' has no attribute 'pip_overrides'

I have an issue when trying to install some nodes on the comfyUI manager not sure why

Make sure your ComfyUI is up to date.