feat: ComfyUI Node Info link

This commit is contained in:
Dr.Lt.Data
2023-09-28 10:44:17 +09:00
parent 1e18e69dc1
commit 8b3710b2b6
3 changed files with 7 additions and 1 deletions

View File

@@ -1938,6 +1938,11 @@ class ManagerMenuDialog extends ComfyDialog {
textContent: "ComfyUI Community Manual",
onclick: () => { window.open("https://blenderneko.github.io/ComfyUI-docs/", "comfyui-community-manual"); }
}),
$el("button", {
type: "button",
textContent: "ComfyUI Nodes Info",
onclick: () => { window.open("https://ltdrdata.github.io/", "comfyui-node-info"); }
}),
$el("br", {}, []),
$el("hr", {width: "100%"}, []),