Merge branch 'main' into feat/cnr

This commit is contained in:
Dr.Lt.Data
2024-09-29 17:18:47 +09:00
11 changed files with 2852 additions and 2297 deletions

View File

@@ -1273,6 +1273,10 @@ class ManagerMenuDialog extends ComfyDialog {
LiteGraph.closeAllContextMenus();
const menu = new LiteGraph.ContextMenu(
[
{
title: "ComfyUI Docs",
callback: () => { window.open("https://docs.comfy.org/", "comfyui-official-manual"); },
},
{
title: "Comfy Custom Node How To",
callback: () => { window.open("https://github.com/chrisgoringe/Comfy-Custom-Node-How-To/wiki/aaa_index", "comfyui-community-manual1"); },