Browse Source

added 'ComfyUI Workflow Gallery'

update DB
pull/132/head
Dr.Lt.Data 1 year ago
parent
commit
3ed2e3fee2
  1. 2
      __init__.py
  2. 10
      custom-node-list.json
  3. 11
      extension-node-map.json
  4. 6
      js/comfyui-manager.js
  5. 10
      node_db/new/custom-node-list.json
  6. 11
      node_db/new/extension-node-map.json

2
__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"

10
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",

11
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",

6
js/comfyui-manager.js vendored

@ -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",

10
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",

11
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",

Loading…
Cancel
Save