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

NameError: name 'comfy_ui_revision' is not defined / ComfyUI update fail: name 'git' is not defined #600

Open
ricperry opened this issue Apr 23, 2024 · 1 comment

Comments

@ricperry
Copy link

Not sure if this is a ComfyUI-Manager or a ComfyUI problem, but only recently I can no longer update either ComfyUI or Custom Nodes with the manager button. The only way I seem to be able to update anything is a git pull in each custom-node directory. I'm on Linux (Ubuntu 22.04.4) with all my packages up to date. No custom tweaks.

FETCH DATA from: ~/ComfyUI/custom_nodes/ComfyUI-Manager/extension-node-map.json
Error handling request
Traceback (most recent call last):
  File "~/venv/lib/python3.10/site-packages/aiohttp/web_protocol.py", line 452, in _handle_request
    resp = await request_handler(request)
  File "~/venv/lib/python3.10/site-packages/aiohttp/web_app.py", line 543, in _handle
    resp = await handler(request)
  File "~/venv/lib/python3.10/site-packages/aiohttp/web_middlewares.py", line 114, in impl
    return await handler(request)
  File "~/ComfyUI/server.py", line 41, in cache_control
    response: web.Response = await handler(request)
  File "~/ComfyUI/server.py", line 53, in cors_middleware
    response = await handler(request)
  File "~/ComfyUI/custom_nodes/ComfyUI-Manager/__init__.py", line 1164, in get_notice
    markdown_content += f"<HR>ComfyUI: {comfy_ui_revision}[{comfy_ui_hash[:6]}]({comfy_ui_commit_datetime.date()})"
NameError: name 'comfy_ui_revision' is not defined
Update ComfyUI
ComfyUI update fail: name 'git' is not defined
@ltdrdata
Copy link
Owner

The version you installed was temporarily broken.
git pull is the only way.

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

2 participants