-
Notifications
You must be signed in to change notification settings - Fork 256
Description
Version:
ComfyUI 0.10.0 (Portable version)
ComfyUI_frontend v1.36.14
rgthree-comfy v1.0.2512112053
Python Version 3.13.9 (tags/v3.13.9:8183fa5, Oct 14 2025, 14:09:13) [MSC v.1944 64 bit (AMD64)] (embedded)
So the problem is obvious, I can see duplicated some default elements from right click menu, even when I have comfyui-custom-scripts extension only.
I also found that the same issue happens when I enable either one of Pysssss.Workflowimage, Pysssss.Nodefinder or Pysssss.Grapharrange extension.
This happens in other extension too (rgthree-comfy) but it's independent (rgthree/rgthree-comfy#675) so I think some same codes might cause same issue?
(Like
LGraphCanvas.prototype.getCanvasMenuOptions; LGraphCanvas.prototype.getCanvasMenuOptions = function () { const options = orig.apply(this, arguments);
part)
They're still fully working but somewhat irritating to see... How I can remove them?