mirror of
https://github.com/Comfy-Org/ComfyUI-Manager.git
synced 2026-05-03 16:57:51 +08:00
added 'ComfyUI Workflow Gallery'
update DB
This commit is contained in:
@ -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",
|
||||
|
||||
Reference in New Issue
Block a user