-
|
Everyone, after my persistent efforts, I suddenly found that when I right-click on a node, there are a lot of duplicate menu items in the pop-up menu. What should I do? |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 3 replies
-
|
@fzshyi What version of the frontend are you on? (can check in about panel of the settings). cc: @Myestery |
Beta Was this translation helpful? Give feedback.
-
|
Hi @fzshyi! I'm Dosu and I’m helping the ComfyUI_frontend team. This is a known bug that was fixed in ComfyUI Frontend v1.38+. The duplicate menu items appeared because the menu registration logic allowed the same commands to be registered multiple times by both core code and extensions. Solution: Update to ComfyUI Frontend v1.38 or later. The fix in PR #8602 added content-based duplicate detection to filter out duplicate menu items. If duplicates persist after updating, try disabling custom nodes temporarily to see if an extension is causing the issue. To reply, just mention @dosu. How did I do? Good | Irrelevant | Incorrect | Verbose | Hallucination | Report 🐛 | Other |
Beta Was this translation helpful? Give feedback.
-
|
ComfyUI_frontend is v1.36.14. @christian-byrne |
Beta Was this translation helpful? Give feedback.
-
|
From my point of view, the existing fix suggests the real issue was menu registration identity rather than the visible menu itself. If upgrading is not practical right now, the next best diagnostic step is isolating which custom nodes or extensions are still registering duplicate commands on top of the older frontend behavior. Longer term, stable command identity and dedupe at the registry layer feels like the right protection against this class of UI bug. |
Beta Was this translation helpful? Give feedback.

Updated to ComfyUI 0.15.1 and ComfyUI_frontend v1.39.19, everything looks good, thank you!