yolain / ComfyUI-Easy-Use

In order to make it easier to use the ComfyUI, I have made some optimizations and integrations to some commonly used nodes.
GNU General Public License v3.0
540 stars 34 forks source link

鼠标右键菜单的重启功能如何去掉? #163

Open abmmmm opened 1 month ago

abmmmm commented 1 month ago

功能很好用,但是不大方便使用最新版本,请教下,我该通过删掉哪个代码来去掉鼠标右键菜单的重启功能?因为comfyui部署在公司电脑共享给其他人使用,每个人都可以通过右键菜单重启comfyui的话,是个不小的麻烦

yolain commented 1 month ago

1.去掉这个菜单 https://github.com/yolain/ComfyUI-Easy-Use/blob/1cea58c7cfc17818f20ccbd174ca05482fd40d60/web/js/easy/easy.js#L443C17-L452C26 2.如果想保留仅本机的话,去掉局域网判断。 https://github.com/yolain/ComfyUI-Easy-Use/blob/1cea58c7cfc17818f20ccbd174ca05482fd40d60/web/js/common/utils.js#L100

abmmmm commented 1 month ago

1.去掉这个菜单 https://github.com/yolain/ComfyUI-Easy-Use/blob/1cea58c7cfc17818f20ccbd174ca05482fd40d60/web/js/easy/easy.js#L443C17-L452C26 2.如果想保留仅本机的话,去掉局域网判断。

https://github.com/yolain/ComfyUI-Easy-Use/blob/1cea58c7cfc17818f20ccbd174ca05482fd40d60/web/js/common/utils.js#L100

太好了!万分感谢!