added 'ComfyUI Workflow Gallery'

update DB
This commit is contained in:
Dr.Lt.Data
2023-10-09 18:44:40 +09:00
parent 6072a5c57f
commit 3ed2e3fee2
6 changed files with 47 additions and 3 deletions

View File

@@ -1938,6 +1938,12 @@ 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 Workflow Gallery",
onclick: () => { window.open("https://comfyworkflows.com/", "comfyui-workflow-gallery"); }
}),
$el("button", {
type: "button",
textContent: "ComfyUI Nodes Info",