From 3ed2e3fee28b48cf5cf6e57afcffc9341e4d7ef2 Mon Sep 17 00:00:00 2001 From: "Dr.Lt.Data" Date: Mon, 9 Oct 2023 18:44:40 +0900 Subject: [PATCH] added 'ComfyUI Workflow Gallery' update DB --- __init__.py | 2 +- custom-node-list.json | 10 ++++++++++ extension-node-map.json | 11 ++++++++++- js/comfyui-manager.js | 6 ++++++ node_db/new/custom-node-list.json | 10 ++++++++++ node_db/new/extension-node-map.json | 11 ++++++++++- 6 files changed, 47 insertions(+), 3 deletions(-) diff --git a/__init__.py b/__init__.py index bb50b24f..0c55a228 100644 --- a/__init__.py +++ b/__init__.py @@ -56,7 +56,7 @@ sys.path.append('../..') from torchvision.datasets.utils import download_url # ensure .js -print("### Loading: ComfyUI-Manager (V0.33)") +print("### Loading: ComfyUI-Manager (V0.34)") comfy_ui_required_revision = 1240 comfy_ui_revision = "Unknown" diff --git a/custom-node-list.json b/custom-node-list.json index 307c13a2..e000cd32 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -2165,6 +2165,16 @@ "install_type": "git-clone", "description": "Nodes: LoadAudioFromPath, AudioToFFTs, BatchAmplitudeSchedule, AmplitudeSchedule." }, + { + "author": "whatbirdisthat", + "title": "cyberdolphin", + "reference": "https://github.com/whatbirdisthat/cyberdolphin", + "files": [ + "https://github.com/whatbirdisthat/cyberdolphin" + ], + "install_type": "git-clone", + "description": "Cyberdolphin Suite of ComfyUI nodes for wiring up things." + }, { "author": "taabata", "title": "Syrian Falcon Nodes", diff --git a/extension-node-map.json b/extension-node-map.json index cab5dec3..bbcf4ca2 100644 --- a/extension-node-map.json +++ b/extension-node-map.json @@ -1615,7 +1615,7 @@ "AmplitudeSchedule", "AudioToFFTs", "BatchAmplitudeSchedule", - "LoadAudioFromPath" + "LoadAudio" ], { "title_aux": "ComfyUI-AudioScheduler" @@ -2507,6 +2507,7 @@ "ConditioningMultiCombine", "ConditioningSetMaskAndCombine", "CreateAudioMask", + "CreateFadeMask", "CreateGradientMask", "CreateTextMask", "GrowMaskWithBlur", @@ -3612,6 +3613,14 @@ "title_aux": "wlsh_nodes" } ], + "https://github.com/whatbirdisthat/cyberdolphin": [ + [ + "\ud83d\udc2c Gradio ChatInterface" + ], + { + "title_aux": "cyberdolphin" + } + ], "https://github.com/wolfden/ComfyUi_PromptStylers": [ [ "SDXLPromptStylerAll", diff --git a/js/comfyui-manager.js b/js/comfyui-manager.js index d4dfbc43..28ac95a0 100644 --- a/js/comfyui-manager.js +++ b/js/comfyui-manager.js @@ -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", diff --git a/node_db/new/custom-node-list.json b/node_db/new/custom-node-list.json index 06abd18e..6a4854c8 100644 --- a/node_db/new/custom-node-list.json +++ b/node_db/new/custom-node-list.json @@ -1,5 +1,15 @@ { "custom_nodes": [ + { + "author": "whatbirdisthat", + "title": "cyberdolphin", + "reference": "https://github.com/whatbirdisthat/cyberdolphin", + "files": [ + "https://github.com/whatbirdisthat/cyberdolphin" + ], + "install_type": "git-clone", + "description": "Cyberdolphin Suite of ComfyUI nodes for wiring up things." + }, { "author": "a1lazydog", "title": "ComfyUI-AudioScheduler", diff --git a/node_db/new/extension-node-map.json b/node_db/new/extension-node-map.json index cab5dec3..bbcf4ca2 100644 --- a/node_db/new/extension-node-map.json +++ b/node_db/new/extension-node-map.json @@ -1615,7 +1615,7 @@ "AmplitudeSchedule", "AudioToFFTs", "BatchAmplitudeSchedule", - "LoadAudioFromPath" + "LoadAudio" ], { "title_aux": "ComfyUI-AudioScheduler" @@ -2507,6 +2507,7 @@ "ConditioningMultiCombine", "ConditioningSetMaskAndCombine", "CreateAudioMask", + "CreateFadeMask", "CreateGradientMask", "CreateTextMask", "GrowMaskWithBlur", @@ -3612,6 +3613,14 @@ "title_aux": "wlsh_nodes" } ], + "https://github.com/whatbirdisthat/cyberdolphin": [ + [ + "\ud83d\udc2c Gradio ChatInterface" + ], + { + "title_aux": "cyberdolphin" + } + ], "https://github.com/wolfden/ComfyUi_PromptStylers": [ [ "SDXLPromptStylerAll",