8000 Custom nodes with conflict always showing yellow popup on top of list · Issue #1881 · Comfy-Org/ComfyUI-Manager · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Custom nodes with conflict always showing yellow popup on top of list #1881

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

Open
Morac2 opened this issue May 27, 2025 · 2 comments
Open

Custom nodes with conflict always showing yellow popup on top of list #1881

Morac2 opened this issue May 27, 2025 · 2 comments

Comments

@Morac2
Copy link
Morac2 commented May 27, 2025

I'm running ComfyUI (0.4.50) and ComfyUI-Manager (V3.32.5) on a Mac (15.5) and after I restart from the Manager, whenever the Manager shows a node in the list with a conflict, it displays a popup in the center of the manager blocking everything behind that popup. If there are multiple nodes with conflicts, multiple popups display on top of each other. This makes it impossible to interact with the list when there are conflicts.

To get the Manager to display properly, sometimes I can do a View -> Reload. Other times I have to completely quit ComfyUI and run it again and immediately go into the Manager. If I click the "restart" button in the manager, the popups will appear again. Some times they appear even if I don't restart.

When the popups show up, there are also two extra columns that show up in the Manager: extension and conflicts. The Nodes column that normally shows up is missing. According to the images in the Readme, the columns in the "broken" version of the Manager are what are supposed to display, but that's not what it looks like frequently.

I've been seeing this for weeks since a recent ComfyUI update, but I did a "git pull" to update to the latest Manager just in case it fixed the issue. It did not.

Here's what they look like:
Image

Here's what the Manager looks like when it's working properly:
Image

Here's the packages that are installed from the requirements.txt:

(ComfyUI) theuser@Mac comfyui-manager % pip install -r requirements.txt 
Requirement already satisfied: GitPython in /Users/theuser/python/ComfyUI/.venv/lib/python3.12/site-packages (from -r requirements.txt (line 1)) (3.1.44)
Requirement already satisfied: PyGithub in /Users/theuser/python/ComfyUI/.venv/lib/python3.12/site-packages (from -r requirements.txt (line 2)) (2.6.1)
Requirement already satisfied: matrix-client==0.4.0 in /Users/theuser/python/ComfyUI/.venv/lib/python3.12/site-packages (from -r requirements.txt (line 3)) (0.4.0)
Requirement already satisfied: transformers in /Users/theuser/python/ComfyUI/.venv/lib/python3.12/site-packages (from -r requirements.txt (line 4)) (4.52.2)
Requirement already satisfied: huggingface-hub>0.20 in /Users/theuser/python/ComfyUI/.venv/lib/python3.12/site-packages (from -r requirements.txt (line 5)) (0.31.4)
Requirement already satisfied: typer in /Users/theuser/python/ComfyUI/.venv/lib/python3.12/site-packages (from -r requirements.txt (line 6)) (0.12.5)
Requirement already satisfied: rich in /Users/theuser/python/ComfyUI/.venv/lib/python3.12/site-packages (from -r requirements.txt (line 7)) (13.9.4)
Requirement already satisfied: typing-extensions in /Users/theuser/python/ComfyUI/.venv/lib/python3.12/site-packages (from -r requirements.txt (line 8)) (4.13.2)
Requirement already satisfied: toml in /Users/theuser/python/ComfyUI/.venv/lib/python3.12/site-packages (from -r requirements.txt (line 9)) (0.10.2)
Requirement already satisfied: uv in /Users/theuser/python/ComfyUI/.venv/lib/python3.12/site-packages (from -r requirements.txt (line 10)) (0.6.17)
Requirement already satisfied: chardet in /Users/theuser/python/ComfyUI/.venv/lib/python3.12/site-packages (from -r requirements.txt (line 11)) (5.2.0)
Requirement already satisfied: requests~=2.22 in /Users/theuser/python/ComfyUI/.venv/lib/python3.12/site-packages (from matrix-client==0.4.0->-r requirements.txt (line 3)) (2.32.3)
Requirement already satisfied: urllib3~=1.21 in /Users/theuser/python/ComfyUI/.venv/lib/python3.12/site-packages (from matrix-client==0.4.0->-r requirements.txt (line 3)) (1.26.20)
Requirement already satisfied: charset-normalizer<4,>=2 in /Users/theuser/python/ComfyUI/.venv/lib/python3.12/site-packages (from requests~=2.22->matrix-client==0.4.0->-r requirements.txt (line 3)) (3.4.2)
Requirement already satisfied: idna<4,>=2.5 in /Users/theuser/python/ComfyUI/.venv/lib/python3.12/site-packages (from requests~=2.22->matrix-client==0.4.0->-r requirements.txt (line 3)) (3.10)
Requirement already satisfied: certifi>=2017.4.17 in /Users/theuser/python/ComfyUI/.venv/lib/python3.12/site-packages (from requests~=2.22->matrix-client==0.4.0->-r requirements.txt (line 3)) (2025.4.26)
Requirement already satisfied: gitdb<5,>=4.0.1 in /Users/theuser/python/ComfyUI/.venv/lib/python3.12/site-packages (from GitPython->-r requirements.txt (line 1)) (4.0.12)
Requirement already satisfied: smmap<6,>=3.0.1 in /Users/theuser/python/ComfyUI/.venv/lib/python3.12/site-packages (from gitdb<5,>=4.0.1->GitPython->-r requirements.txt (line 1)) (5.0.2)
Requirement already satisfied: pynacl>=1.4.0 in /Users/theuser/python/ComfyUI/.venv/lib/python3.12/site-packages (from PyGithub->-r requirements.txt (line 2)) (1.5.0)
Requirement already satisfied: pyjwt>=2.4.0 in /Users/theuser/python/ComfyUI/.venv/lib/python3.12/site-packages (from pyjwt[crypto]>=2.4.0->PyGithub->-r requirements.txt (line 2)) (2.10.1)
Requirement already satisfied: Deprecated in /Users/theuser/python/ComfyUI/.venv/lib/python3.12/site-packages (from PyGithub->-r requirements.txt (line 2)) (1.2.18)
Requirement already satisfied: filelock in /Users/theuser/python/ComfyUI/.venv/lib/python3.12/site-packages (from transformers->-r requirements.txt (line 4)) (3.18.0)
Requirement already satisfied: numpy>=1.17 in /Users/theuser/python/ComfyUI/.venv/lib/python3.12/site-packages (from transformers->-r requirements.txt (line 4)) (1.26.4)
Requirement already satisfied: packaging>=20.0 in /Users/theuser/python/ComfyUI/.venv/lib/python3.12/site-packages (from transformers->-r requirements.txt (line 4)) (25.0)
Requirement already satisfied: pyyaml>=5.1 in /Users/theuser/python/ComfyUI/.venv/lib/python3.12/site-packages (from transformers->-r requirements.txt (line 4)) (6.0.2)
Requirement already satisfied: regex!=2019.12.17 in /Users/theuser/python/ComfyUI/.venv/lib/python3.12/site-packages (from transformers->-r requirements.txt (line 4)) (2024.11.6)
Requirement already satisfied: tokenizers<0.22,>=0.21 in /Users/theuser/python/ComfyUI/.venv/lib/python3.12/site-packages (from transformers->-r requirements.txt (line 4)) (0.21.1)
Requirement already satisfied: safetensors>=0.4.3 in /Users/theuser/python/ComfyUI/.venv/lib/python3.12/site-packages (from transformers->-r requirements.txt (line 4)) (0.5.3)
Requirement already satisfied: tqdm>=4.27 in /Users/theuser/python/ComfyUI/.venv/lib/python3.12/site-packages (from transformers->-r requirements.txt (line 4)) (4.67.1)
Requirement already satisfied: fsspec>=2023.5.0 in /Users/theuser/python/ComfyUI/.venv/lib/python3.12/site-packages (from hugging
9E6A
face-hub>0.20->-r requirements.txt (line 5)) (2025.5.0)
Requirement already satisfied: click>=8.0.0 in /Users/theuser/python/ComfyUI/.venv/lib/python3.12/site-packages (from typer->-r requirements.txt (line 6)) (8.1.8)
Requirement already satisfied: shellingham>=1.3.0 in /Users/theuser/python/ComfyUI/.venv/lib/python3.12/site-packages (from typer->-r requirements.txt (line 6)) (1.5.4)
Requirement already satisfied: markdown-it-py>=2.2.0 in /Users/theuser/python/ComfyUI/.venv/lib/python3.12/site-packages (from rich->-r requirements.txt (line 7)) (3.0.0)
Requirement already satisfied: pygments<3.0.0,>=2.13.0 in /Users/theuser/python/ComfyUI/.venv/lib/python3.12/site-packages (from rich->-r requirements.txt (line 7)) (2.19.1)
Requirement already satisfied: mdurl~=0.1 in /Users/theuser/python/ComfyUI/.venv/lib/python3.12/site-packages (from markdown-it-py>=2.2.0->rich->-r requirements.txt (line 7)) (0.1.2)
Requirement already satisfied: cryptography>=3.4.0 in /Users/theuser/python/ComfyUI/.venv/lib/python3.12/site-packages (from pyjwt[crypto]>=2.4.0->PyGithub->-r requirements.txt (line 2)) (44.0.2)
Requirement already satisfied: cffi>=1.12 in /Users/theuser/python/ComfyUI/.venv/lib/python3.12/site-packages (from cryptography>=3.4.0->pyjwt[crypto]>=2.4.0->PyGithub->-r requirements.txt (line 2)) (1.17.1)
Requirement already satisfied: pycparser in /Users/theuser/python/ComfyUI/.venv/lib/python3.12/site-packages (from cffi>=1.12->cryptography>=3.4.0->pyjwt[crypto]>=2.4.0->PyGithub->-r requirements.txt (line 2)) (2.22)
Requirement already satisfied: wrapt<2,>=1.10 in /Users/theuser/python/ComfyUI/.venv/lib/python3.12/site-packages (from Deprecated->PyGithub->-r requirements.txt (line 2)) (1.17.2)
@ltdrdata
Copy link
Member

If you're using Safari, try switching to Chrome.
This issue might be caused by browser compatibility.

@Morac2
Copy link
Author
Morac2 commented May 28, 2025

I’m not using either browser. I’m using the official ComfyUI Mac desktop app.

https://docs.comfy.org/installation/desktop/macos

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
0